 /* 二级菜单 */
 .newsCon{
 padding: 3% 0;}
 .newsCon * {
     box-sizing: border-box;
 }
 .imgbox {
    overflow: hidden;
    position: relative;
}


 .SubMenu {
     line-height: 90px;
     background-color: #eeeeee;
     clear: both;
     text-align: center;
     position: relative;
     z-index: 5;
     overflow: hidden;
 }

 .SubMenu .ColumnName {
     display: none;
 }

 .SubMenu ul {
     float: left;
 }

 .SubMenu li {
     float: left;
     position: relative;
     margin-right: 10px;
 }

 .SubMenu li:after {
     position: absolute;
     content: '';
     right: -10px;
     width: 1px;
     height: 12px;
     background-color: #ababab;
     opacity: 0.51;
     top: 50%;
     transform: translateY(-50%);
 }

 .SubMenu li:last-child:after {
     display: none;
 }

 .SubMenu li a {
     z-index: 1;
     position: relative;
     z-index: 1;
     display: block;
     font-size: 17px;
     padding: 0 30px;
     color: #666;
     font-weight: bold;
 }

 .SubMenu li .bg {
     position: absolute;
     z-index: 0;
     width: 100%;
     bottom: 0px;
     height: 0;
     left: 0;
     background: #fff;
     transition: all ease 0.3s;
     font-size: 0;
 }

 .SubMenu li:hover .bg,
 .SubMenu li.onli .bg {
     height: 100%;
 }

 .SubMenu li a:hover,
 .SubMenu li.onli a {
     color: #bf282d;
 }

 @media(max-width:1024px) {
     .SubMenu {
         line-height: 60px;
     }

     .SubMenu li a {
         font-size: 14px;
     }
 }

 @media(max-width:768px) {
     .SubMenu li a {
         padding: 0 16px;
     }
 }

 @media(max-width:640px) {
     .SubMenu .ColumnName {
         display: block;
     }

     .SubMenu {
         border-bottom: 0;
         background: none;
         line-height: 35px;
     }

     .SubMenu ul {
         display: none;
         float: none;
         background: #f7f7f7;
         margin: 0;
         padding: 0 15px;
     }

     .SubMenu li {
         text-align: left;
         width: auto;
         float: none;
         border-bottom: 1px solid #e0e0e0;
     }

     .SubMenu li:after {
         display: none;
     }

     .SubMenu li a {
         font-size: 16px;
         padding: 0 0 0 12px;
         border-left: 0;
         border-right: 0;
         line-height: 35px;
         height: auto;
     }

     .SubMenu li .bg {
         display: none;
     }

     .SubMenu li:last-child {
         border-bottom: 0;
     }
 }

 .SubCon {
     overflow: hidden;
 }

 .NewsList ul {
     padding-bottom: 12px;
     overflow: hidden;
 }

 .NewsList li {
     background: #fff;
     border: 1px solid #eeeeee;
     margin-bottom: 38px;
     transition: all 0.2s linear;
     -webkit-transition: all 0.2s linear;
 }

 .NewsList li .imgbox {
     height: 240px;
     width: 30%;
     float: left;
 }

 .NewsList li .info {
     float: left;
     width: 70%;
     padding: 2%;
     line-height: 37px;
     color: #868d93;
 }
 .NewsList li .info100 {
     
     width: 90%;
 }

 .NewsList li .info .tit {
     font-size: 24px;
     margin-bottom: 20px;
     color:#bf282d;
 }

 .NewsList li .info .p {
     -webkit-line-clamp: 2;
     font-size: 16px;
     margin-bottom: 2%;
     color: #868d93;
     height: 74px;
     overflow: hidden;
 }

 .NewsList li .info .date {
     position: relative;
     font-size: 14px;
 }

 .NewsList li .info .date span {
     color: #47535e;
 }

 .NewsList li .info .date .share {
     position: absolute;
     right: 0%;
     display: none;
 }

 .NewsList li:hover {
     box-shadow: 0 5px 20px #ccc;
 }

 /*.NewsList li:hover .tit{ color:#2c74c1;}*/

 .NewsList li.nopic .imgbox {
     display: none;
 }

 .NewsList li.nopic .info {
     width: auto;
     float: none;
 }


 .SubCon {
     background: url(../images/buildbg.jpg) top center no-repeat;
 }


    .Scale-img {
        overflow: hidden;
        cursor: pointer;
        zoom: 1;
        overflow: hidden;
    }
    
    .Scale-img img,
    .Scale-img span {
        opacity: 1;
        -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
        transition: opacity 0.6s, transform 0.6s;
    }
    
    .Scale-img:hover img,
    .Scale-img:hover span {
        opacity: 1;
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
        top: 0px;
        left: 0px;
    }
    
    .effict {
        transition: all ease 0.3s;
    }
    
    .imgbox {
        overflow: hidden;
        position: relative;
        /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/
    }
    
    .imgbox span {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .imgbox img {
        /*width: auto !important;*/
		width:100%;
        max-height: 100%;
    }