.news{
    background-image: url(../img/news-box2-bg.jpg);
    background-position: left bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 126px;
}
.news .box1{
    padding: 155px 0 0;
}
.news .box1 .box-t{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news .box1 .box-t-nav{
    display: flex;
}
.news .box1 .box-t-nav a{
    width: 130px;
    height: 38px;
    border: 1px solid #7D7D7D;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
    color: #666666;
    padding: 0 15px;
}
.news .box1 .box-t-nav a.active,
.news .box1 .box-t-nav a:hover{
    background-color: rgba(25, 80, 123, 1);
    border-color: rgba(25, 80, 123, 1);
    color: #fff;
}
.news .box1 .box-t-nav a:not(:last-child){
    margin-right: 16px;
}
.news .box1 .box-c{
    margin-top: 65px;
}
.news .box1 .box-c .swiper-slide a{
    display: flex;
    justify-content: space-between;
}
.news .box1 .box-c .swiper-slide .pic{
    width: 50%;
}
.news .box1 .box-c .swiper-slide .pic img{
    display: block;
    height: 100%;
}
.news .box1 .box-c .swiper-slide .text-box{
    width: 50%;
    border: 1px solid #EEEEEE;
    background-color: #fff;
    padding: 3.64vw 2.86vw;
}
.news .box1 .box-c .swiper-slide .text-box .text-title{
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .box1 .box-c .swiper-slide .text-box:hover .text-title{
    color: rgba(25, 80, 123, 1);
}
.news .box1 .box-c .swiper-slide .text-box .date{
    font-size: 14px;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 1;
    margin-top: 56px;
}
.news .box1 .box-c .swiper-slide .text-box .text-des{
    font-size: 14px;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-top: 27px;
    padding-bottom: 55px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .box1 .box-c .swiper-slide .text-box .more{
    margin-top: 40px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
    color: #333;
    line-height: 28px;
    transition: all 1s;
}
.news .box1 .box-c .swiper-slide .text-box:hover .more{
    color: rgba(25, 80, 123, 1);
}
.news .box1 .box-c .swiper-slide .text-box .more .imgs{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    margin-left: 10px;
}
.news .box1 .box-c .swiper-slide .text-box .more .imgs img{
    display: block;
    width: 17px;
    transition: all 1s;
}
.news .box1 .box-c .swiper-slide .text-box .more .imgs img.img2{
    display: none;
}
.news .box1 .box-c .swiper-slide .text-box:hover .more .imgs img.img2{
    display: block;
}
.news .box1 .box-c .swiper-slide .text-box:hover .more .imgs{
    background-color: rgba(25, 80, 123, 1);
    border-color: rgba(25, 80, 123, 1);
    transition: all 1s;
}
.news .box1 .box-c .swiper-slide .text-box:hover .more .imgs img.img1{
    display: none;
}
.news .box1 .swiper-pagination{
    text-align: right;
    padding: 0 2.86vw;
    bottom: 2vw;
}
.news .box1  .swiper-pagination-bullet{
    width: auto;
    height: auto;
    width: 15px;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
    margin: 0 8px;
}
.news .box1  .swiper-pagination-bullet::before{
    font-family: "iconfont";
    content: "\e64b";
    opacity: 1;
    font-size: 14px;
    color: rgba(191, 191, 191, 1);
}
.news .box1  .swiper-pagination-bullet-active::before{
    color: rgba(25, 80, 123, 1);
}
.news .box2{
    margin-top: 60px;
}
.news .box2 .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news .box2 .list li,
.news .box2 .list i{
    width: 30.93%;
}
.news .box2 .list li .text-box{
    background-color: #fff;
    box-shadow: 0px 5px 25px 0px rgba(142,142,142,0.15);
    padding: 2vw 1.35vw;
}
.news .box2 .list li:hover .text-box{
    box-shadow: rgba(1, 91, 214, 0.15);
}
.news .box2 .list li .text-box .text-title{
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .box2 .list li:hover .text-box .text-title{
    color: rgba(25, 80, 123, 1);
}
.news .box2 .list li .text-box .date{
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #999999;
    line-height: 1;
    margin-top: 24px;
}
.news .box2 .list li .text-box .text-des{
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-weight: 400;
    color: #333333;
    line-height: 2;
    margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box2 .list li .text-box .more{
    width: 36px;
    height: 36px;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 27px;
    transition: all 1s;
}
.news .box2 .list li:hover .text-box .more{
    border-color: rgba(25, 80, 123, 1);
    background-color: rgba(25, 80, 123, 1);
}
.news .box2 .list li .text-box .more img{
    width: 17px;
    display: block;
    transition: all 1s;
}
.news .box2 .list li .text-box .more img.you1{
    display: none;
}
.news .box2 .list li:hover .text-box .more img.you1{
    display: block;
}
.news .box2 .list li:hover .text-box .more img.you{
    display: none;
}
.news .box2 .list li{
    margin-bottom: 55px;
}
.news .box2 .pagination{
    margin-top: 75px;
}
.news-d{
	padding: 114px 0 134px;
}
.news-d .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.news-d .box1 .box-c .title{
	font-size: 18px;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
	text-align: center;
}
.news-d .box1 .box-c .l{
	width: 28.12%;
}
.news-d .box1 .box-c .l .list{
	margin-top: 19px;
	border-top: 1px solid rgba(57, 57, 57, 1);
}
.news-d .box1 .box-c .l .list li{
	margin-top: 30px;
	border-bottom: 1px solid rgba(102, 102, 102, 1);
}
.news-d .box1 .box-c .l .list li .text-box{
	padding: 24px 0;
}
.news-d .box1 .box-c .l .list li .text-title{
	font-size: 16px;
	font-family: AlibabaPuHuiTi_2_55_Regular;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-d .box1 .box-c .l .list li:hover .text-title{
	color: rgba(25, 80, 123, 1);
}
.news-d .box1 .box-c .l .list li .date{
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	margin-top: 20px;
}
.news-d .box1 .box-c .l .btns{
	margin-top: 50px;
}
.news-d .box1 .box-c .l .btns a{
	display: block;
	width: 128px;
	height: 37px;
	line-height: 35px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #626262;
	border-radius: 19px;
	font-size: 14px;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	color: #333333;
}
.news-d .box1 .box-c .l .btns a:hover{
	border-color: rgba(25, 80, 123, 1);
	color: rgba(25, 80, 123, 1);
}
.news-d .box1 .box-c .l .btns a:not(:last-child){
	margin-bottom: 18px;
}
.news-d .box1 .box-c .r{
	width: 62.5%;
}
.news-d .box1 .box-c .r-msg{
	font-size: 14px;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	color: #666666;
	line-height: 2;
	margin-top: 26px;
	/*display: flex;*/
	flex-wrap: wrap;
	text-align: center;
}
.news-d .box1 .box-c .r-msg span:not(:last-child){
	margin-right: 55px;
}
.news-d .box1 .box-c .r .r-c{
	margin-top: 40px;
	font-size: 14px;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	color: #333333;
	line-height: 2;
	padding-bottom: 46px;
	border-bottom: 1px solid rgba(206, 206, 206, 1);
}
.news-d .box1 .box-c .r .r-c .text-box{
	margin: 28px 0;
}
.news-d .box1 .box-c .r .r-c .text-box p:not(:last-child){
	margin-bottom: 25px;
}
.news-d .box1 .box-c .r .r-c img{
	display: block;
	max-width: 100%;
	margin: 0 auto;;
}
.news-d .box1 .box-c .r .r-b{
	display: flex;
	margin-top: 30px;
}
.news-d .box1 .box-c .r .r-b a img{
	width: 31px;
	display: block;
}
.news-d .box1 .box-c .r .r-b a:not(:last-child){
	margin-right: 15px;
}