/*banner图*/
.banner-box img{width: 100%;height: auto;object-fit: cover;-o-object-fit: cover;}

/*重汽在非洲*/
.sinotruk{background-color: rgba(238, 238, 238, 1);}
.in-Africa,.news-list{width:94%;margin:0 auto;max-width: 1600px;padding:20px 0;}
.sk-cont h3{font-size:30px;text-align:center;color:#000;}
.sk-cont p{font-size:14px;color:#595959;line-height:30px;}
/*各国家列表*/
.sk-list ul{display:flex;flex-wrap:wrap;list-style: none;display: -ms-flexbox;-ms-flex-wrap: wrap;}
.sk-list ul li{flex:calc((100% - 0px)/6);height:auto;line-height: 50px;-ms-flex: 16.667%;}
.sk-list ul li a {display:flex;flex-direction: column;display: -ms-flexbox;-ms-flex-direction: column;}
.sk-list ul li a img{width:40px;border-radius:30px;}

/*新闻列表*/
.news-cont ul{display:flex;flex-wrap:wrap;list-style: none;display: -ms-flexbox;-ms-flex-wrap: wrap;}
.news-cont ul li{flex:calc((100% - 20px)/4);height:auto;-ms-flex: 25%;padding-right: 30px;box-sizing: border-box;}
.news-cont ul li:last-child{padding-right:0}
.img-top{position:relative;overflow:hidden}
.img-top img{width:100%;height:100%;object-fit:cover;-o-object-fit:cover;transition:all 0.4s;}
.Hint-text{position:absolute;top:0;left:0;width:100%;height:100%;background: rgba(0, 0, 0, .6);transition: all 0.5s ease;opacity:0}
.Hint-text a{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);display: block;width: 60%;color: #fff;text-align: center;font-size: 1rem;padding: 0.5rem 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.Hint-text a::before {content: '';position: absolute;top: 0px;left: 50%;transform: translateX(-50%);width: 60%;height: 1px;background: #fff;transition: all .5s ease;}
.Hint-text a::after {content: '';position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);width: 60%;height: 1px;background: #fff;transition: all .5s ease;}
.news-cont ul li:hover .img-top img{transform:scale(1.1)}
.news-cont ul li:hover .Hint-text{opacity:1}
.news-cont ul li:hover .Hint-text a::before,.news-cont ul li:hover .Hint-text a::after{width:1rem;}

.cont-bottom{margin-top:20px;}
.cont-bottom h3{font-size:15px;color:#333}
.cont-bottom p{font-size:14px;color:#777;line-height:25px;}
.cont-bottom a{position: relative;display: flex;color: #777;height: 38px ;line-height: 38px;border-top: 1px solid #e5e5e5;justify-content: space-between;align-items: center;}
.cont-bottom a .arrowsR{width:30px;}
.cont-bottom a .arrowsR img{position: absolute;transition: all .5s ease;}

.cont-bottom a.lookDetail .harr{opacity: 0;}
.cont-bottom a.lookDetail:hover .barr {opacity: 0;}
.cont-bottom a.lookDetail:hover .harr {opacity: 1;}




/*手机端适配*/
@media screen and (max-width:769px){

.banner-box{margin-top:60px;}
.sk-list ul li{width:25%;flex: calc((100% - 0px) / 4);}
.news-cont ul li{flex:calc((100% - 0px)/2);}
.sk-list ul li a{align-items: center;}
.sk-list ul li a .img-tit{display: inline-block;width: 60%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
}