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

   .news_box {
       padding-bottom: 0;
   }

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


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

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

   .loadctitle {
       font-size: 16px;
       padding-right: 6px;
   }

   .con {
       border-bottom: 1px solid #f0f0f0;
   }

   .title2 img {
       display: none;
   }

   @media screen and (max-width: 768px) {
       .loadrightc a {
           width: 64px;
           height: 32px;
           line-height: 32px;
       }
   }

      .newsshow_box .con img {
          height: auto !important;
      }