1.newshome{
    width: 100%;
    min-width: 1200px;
}
.newsnav,.newsnav1,.newsnav2{
    width: 100%;
    height:0.7rem;
    position: relative;
    margin-top: 1.4rem;
}
.newsnav::after,.newsnav1::after,.newsnav2::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0.1rem;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    z-index: -1;
}
.newsnav .title,.newsnav1 .title1,.newsnav2 .title2{
    font-size:0.48rem ;
    width: 2.4rem;
    text-align: center;
    background: #fff;
    float: left;
}
.newsnav .inner,.newsnav1 .inner1,.newsnav2 .inner2{
    width: 80%;
    margin: 0 auto;
}
.newsnav .nav,.newsnav1 .nav1{
    float: left;
    padding-top: 0.26rem;
}
.newsnav .nav span , .newsnav1 .nav1 span{
    font-size: 0.24rem;
    padding:0 0.3rem;
    cursor: pointer;
}
.newsnav .nav .on,.newsnav1 .nav1 .on{
    color: #a93428;
}
.newsnav a,.newsnav1 a,.newsnav2 a{
    padding-top: 0.26rem;
    font-size: 0.24rem;
    float: right;
    color: #000;
    margin-right: 0.2rem;
    display: flex;
    align-items: center;
}
.newsnav a i,.newsnav1 a i,.newsnav2 a i{
    font-size: 0.32rem;
    padding-left: 0.16rem;
}
.newsbox{
    width: 80%;
    margin: 0.5rem auto;
    margin-bottom: 1.2rem;
}
.newsbox .item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    display: none;
}
.newsbox .item:first-child{
    display: flex;
}
.newsbox .item .left{
width: 7.68rem;
    position: relative;
    overflow: hidden;
    /*padding-left: 0.2rem;*/
    height: 4.3rem;
}
.newsbox .item .left img{
    display: block;
    width: 100%;
    transition: all 1s;
}
.newsbox .item .left:hover img{
    transform: scale(1.1);
}
.newsbox .item .left .text{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    color: #fff;
    padding: 0.1rem 0;
}
.newsbox .item .left .text span{
    margin-left: 0.26rem;
}
.newsbox .item .left .text .date{
    font-size: 0.1rem;
}
.newsbox .item .left .text .date::after{
    content: '';
    display: block;
    width: 0.34rem;
    height: 2px;
    background: #fff;
    margin: 0.14rem 0;
}
.newsbox .item .left .text .tit{
    font-size:0.18rem ;
}
.newsbox .item .right{
    width: 47%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.newsbox .item .right dl{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}
.newsbox .item .right dl dt{
    width: 3.84rem;
    height: 2.1rem;
    overflow: hidden;
    float: left;
}
.newsbox .item .right dl dt:hover img{
    transform: scale(1.1);
}
.newsbox .item .right dl dt img{
    width: 100%;
    display: block;
    transition: all 1s;
}
.newsbox .item .right dl dd{
    width: 43%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0.22rem;
}
.newsbox .item .right dl dd .date{
    font-size: 0.1rem;
}
.newsbox .item .right dl dd .tit{
    font-size: 0.18rem;
    padding: 0.2rem 0 0.1rem 0;
}
.newsbox .item .right dl dd .tit::after{
    content: '';
    display: block;
    width: 0.34rem;
    height: 2px;
    background: #000;
    margin: 0.14rem 0;
}
.newsbox .item .right dl dd .inner{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
font-size: 0.14rem;
text-align: justify;
}
.videobox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #f0f2f4;
}
.videobox .minbox{
    width: 49%;
}
.videobox .minbox .title{
    border-bottom: 1px solid #cecece;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.04rem;
}
.videobox .minbox .title a{
    margin-left: 2.04rem;
    font-size: 0.17rem;
    color: #000;
    margin-top: 0.66rem;
}
.videobox .minbox .title a i{
    font-size: 0.24rem;
}
.videobox .minbox .title .tits{
    font-size: 0.48rem;
    padding-top: 0.3rem;
}
.videobox .minbox .videoswiper{
    width: 84%;
    overflow: hidden;
    margin-top: 0.3rem;
    position: relative;
    height: 2.4rem;
}
.videoSw{
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
.videoSw .item{
    position: relative;
    cursor: pointer;
    width: 3.84rem !important;
    height: 2.15rem;
    overflow: hidden;
}
.videoSw .item:hover img{
    transform: scale(1.1);
}
.maxbox img{
    transition: all 1s;
}
.maxbox:hover img{
    transform: scale(1.1);
}
.videoSw .item img{
    display: block;
    width: 100%;
    transition: all 1s;
}
.videoSw .item .text{
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
    z-index: 9;
}
.videoSw .item .text p{
    padding-left: 0.2rem;
    display: flex;
    flex-direction: column;
}
.videoSw .item .text p span:first-child{
    font-size: 0.1rem;
}
.videoSw .item .text p span:last-child{
    font-size: 0.14rem;
    width: 2.5rem;
    padding: 0.1rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.videoSw .item .text i{
    padding-right: 0.2rem;
    font-size: 0.5rem;
}
.videoSw .item .cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.4);*/
}
.swiperbtn{
    text-align: right;
}
.swiperbtn img{
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    padding: 0.4rem 0;
}
.swiperbtn img:first-child{
    padding-right: 0.4rem;
}
.maxbox{
    width: 9.60rem;
    height: 5.34rem;
    overflow: hidden;
    position: relative;
}
.maxbox .big-video{
    width: 100%;
    display: block;
}
.maxbox .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.4);*/
    display: flex;
    color: #fff;
}
.maxbox .text i{
    font-size: 0.88rem;
    margin-top: 3.2rem;
    margin-left: 0.2rem;
    cursor: pointer;
}
.maxbox .text p{
    margin-top: 3.2rem;
    display: flex;
    flex-direction: column;
    padding-left: 0.2rem;
}
.maxbox .text p span:first-child{
    font-size: 0.16rem;
}
.maxbox .text p span:last-child{
    font-size: 0.2rem;
    width: 7.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.maxbox .text p span:first-child::after{
    content: '';
    display: block;
    width: .3rem;
    height: 3px;
    background: #fff;
    margin: 0.14rem 0;
}
.International{
    width: 100%;
    position: relative;
}
.aknews{
    width: 100%;
    overflow: hidden;
    padding: 1.2rem 0;
    position: relative;
    display: none;
}
.aknews:first-child{
    display: block;
}
.aknews3 .swiper-slide {
    width: 7.68rem !important;
    height: 4.3rem !important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    position: relative;
    height: 3rem;
    overflow: hidden;
}
.aknews .swiper-slide::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255,255,255,0.4);
}
.aknews .swiper-slide a{
    display: flex;
    align-items: content;
    justify-content: content;
}
.aknews .swiper-slide:hover img{
    transform: scale(1.1);
}
.aknews .swiper-slide img{
    width: 100%;
    transition: all 1s;
}
.aknews .swiper-slide a:hover img{
    transform: scale(1.1);
}
.aknews .swiper-slide-active{
    transform: scale(1.1) !important;
    z-index: 99;
    display: block;
}
/*.aknews .swiper-slide-active img{*/
/*      transform: scale(1.2) !important;*/
/*}*/
.aknews .swiper-slide-active::after{
    background: none;
}
.aknews .swiper-slide{
    transform: scale(1);
    width: 7.68rem !important;
    height: 4.3rem !important;
    overflow: hidden;
}
.aknews .swiper-slide img{
     transform: scale(1);
}
.aknews .swiper-slide .text{
    position: absolute;
    z-index: 999;
    bottom: 0.2rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 0.2rem;
    display: none;
}
.aknews .swiper-slide-active .text{
    display: flex;
}
.aknew3 .swiper-slide .text{
    width: 100%;
    height: 100%;
}
.aknewsbtn{
    position: absolute;
    width: 80%;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
}
.aknewsbtn img{
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
    z-index: 9999;
    cursor: pointer;
}
.aknews .swiper-slide .icon-bofang{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    font-size: 0.6rem;
    color: #fff;
}
.aknews .swiper-slide img{
    width: 100%;
}
.aknews .swiper-slide-active img{
    width: 100%;
}
.aknews3 .swiper-slide .text{
    width: 100%;
    line-height: 0.4rem;
    color: #fff;
    background: rgba(0,0,0,0.5);
    bottom: 0;
}
.activitysubject{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0.45rem;
    margin-bottom: 1rem;
}
.activitysubject .item{
    width: 49%;
}
.activitysubject .item a{
    display: flex;
    flex-direction: column;
    color: #000;
}
.activitysubject .item a>div:hover img{
    transform: scale(1.1);
}
.activitysubject .item a>div{
    width: 6.72rem;
    height: 3.765rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.activitysubject .item img{
    height: 100%;
    display: block;
    transition: all 0.5s;
}
.activitysubject .item span{
    padding-left: 0.28rem;
    font-size: 0.1rem;
    padding-top: 0.1rem;
}
.activitysubject .item .tit{
    font-size: 0.19rem;
    padding-top: 0.1rem;
}
.activitysubject .item .tit::after{
    content: '';
    display: block;
    width: 34px;
    height: 3px;
    background: #000;
    margin-top: 0.06rem;
}