 .bmb {
     border-bottom: 2px solid #e7e7e7;
 }

 .news_box {
     padding-bottom: 20px;
 }



 .loadd {
     display: flex;
     justify-content: space-between;
     align-items: center;
 }


 .loadright a {
     width: 86px;
     height: 38px;
     line-height: 38px;
     text-align: center;
     display: block;
     color: #3f4060;
     transition: all .2s;
     border: 1px solid #3f4060;
     border-radius: 1px;
 }

 .loadright a:hover {
     background: #f08518;
     color: #fff;
     border: 1px solid #f08518;
 }

 .loadleft {
     display: flex;
     align-items: center;
 }

 .loadleft img {
     width: 40px;
 }

 .loadtitle {
     margin-bottom: 4px;
 }

 .loadtitle a {
     font-size: 18px;
 }

 .loadtext {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     margin-left: 14px;
 }

 .loadhits {
     color: #aaaaaa;
 }


 .loadicon a {
     display: block;
     width: 40px;
     height: 40px;
 }

 .loadtitle a:hover {
     color: #1f6ed1;
 }

 .title2 img {
     display: none;
 }

 @media screen and (max-width: 768px) {
     .news_box {
         padding-bottom: 0;
     }

     .loadtitle a {
         font-size: 16px;
     }

     .loadright {
         display: none;
     }


 }