.other_banner{
	height: 800px;
	background: url(../img/banner2.jpg);
	background-size: cover;
}
.obanner_tit{
	font-size: 36px;
	font-weight: bold;
	color: rgb(255, 255, 255);
	    font-family: 微软雅黑, "Microsoft YaHei";
	padding-top: 180px;
}
.obanner_cont{
	margin-top: 40px;
	justify-content: space-between;
	align-items: flex-start;
}
.obanner_list img{
	width: 767px;
	height: 478px;
}
.img_cont{
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent);
	width: 100%;

}
.img_cont p{
	color: #fff;
	    display: inline-block;
	    font-size: 16px;
	    overflow: hidden;
	    padding: 11px 128px 9px 15px;
		text-overflow: ellipsis;
		width: 100%;
		font-family: 微软雅黑;
}
.obanner_list2 img{
	width: 400px;
    height: 224px;
}
.obanner_list{
	position: relative;
	overflow: hidden;
}
.obanner_right .obanner_list2:last-child{
	    margin-top: 30px;
}
.obanner_list .img_cont p{
    width: 86%;
}
.obanner_list img{
	transition: all 0.5s;
}
.obanner_list img:hover{
	transform: scale(1.1);
	transition: all 0.5s;
}
.bannernewsSwiper{
    padding-bottom: 30px !important;
}
.bannernewsSwiper .swiper-pagination{
    width: 80px !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.bannernewsSwiper .swiper-pagination-bullet{
    background: #ffffff !important;
}


.newsSwiper .swiper-pagination{
        width: auto !important;
    height: auto !important;
    bottom: 20px !important;
    right: 20px !important;
    left: auto !important;
    top: auto !important;
    display: flex !important;
}
.newsSwiper .swiper-pagination-bullet{
    width: 42px;
    height: 3px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
}
.newsSwiper .swiper-pagination-bullet-active{
    background: #005DCE;
}
.newsSwiper .swiper-button-prev, .newsSwiper .swiper-button-next{
    width: 40px !important;
    transition: all 0.5s;
    height: 80px !important;
    background: rgba(0, 0, 0, 0.3) !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.newsSwiper .swiper-button-prev{
    left: 0 !important;
}
.newsSwiper .swiper-button-next{
    right: 0 !important;
}
.newsSwiper .swiper-button-prev:after,.newsSwiper .swiper-button-next:after{
    font-size: 30px !important;
    color: #fff !important;
    transition: all 0.5s;
}
.newsSwiper .swiper-button-prev:hover::after,.newsSwiper .swiper-button-next:hover::after{
    color: #005DCE !important;
    transition: all 0.5s;
}



.news1{
	padding-top: 20px;
	padding-bottom: 50px;
}
.news_tit p{
	font-size: 30px;
	    color: rgb(51, 51, 51);
		    text-align: center;
	font-weight: bold;
}
.news_tit a{
	font-size: 16px;
	font-family: 微软雅黑;
	line-height: 20px;
	color: #333;
	text-align: center;
	margin-top: 30px;
}

.news_tit a:hover{
    color: #007aff;
}


.news1_top{
	margin-top: 40px;

}
.news1_bottom{
	margin-top: 26px;
	align-items: flex-start !important;
}
.news1_top p:nth-of-type(1){
	font-family: 微软雅黑;
	    font-size: 24px;
	    font-weight: bold;
	color: rgba(75, 75, 75, 1);
}
.news1_top p:nth-of-type(2){
	color: #666;
	    font-size: 14px;
	    line-height: 26px;
	    margin-top: 14px;
}
.about_news_left{
	position: relative;
	flex: 0 0 50%;
	overflow: hidden;
}
.about_news_right{
	flex: 0 0 50%;
	margin-left: 20px;
}
.about_news_left img{
	height: 390px;
	transition: all 0.5s;
}
.img_cont{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 34px;
     line-height: 34px; 
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
	width: 100%;
}
.img_cont p{
	color: #fff;
	    font-size: 16px;
	    overflow: hidden;
	    width: 64%;
    margin-left: 30px;
		text-overflow: ellipsis;
		font-family: 微软雅黑;
		padding: 0;
    display: -webkit-box;
}
.obanner_left .img_cont{
    height: 42px;
    line-height: 42px;
}
.about_date{
	background: hsla(0, 0%, 80%, .2);
	height: 72px;
	    max-height: 100%;
	    max-width: 100%;
	    text-align: center;
		width: 76px;
		display: flex;
		flex-direction: column;
}
.about_date p{
	font-size: 24px;
	font-weight: 700;
	color: #626971;
	line-height: 1.5;
	text-align: center;
	margin-top: 6px;
}
.about_date span{
	font-size: 14px;
	line-height: 1.5;
	color: #626971;
}
.about_news_cont{
	padding: 6px 10px 10px 30px;
}
.about_news_tit{
	color: #333;
	    font-size: 18px;
		font-family: 微软雅黑;
		overflow: hidden;
		 text-overflow: ellipsis;
		 display: -webkit-box;
		 -webkit-line-clamp: 1;
		 -webkit-box-orient: vertical;
}
.about_news_dec{
	color: #666;
	    font-size: 16px;
	    line-height: 26px;
	    margin-top: 14px;
	    white-space: normal;
		overflow: hidden;
		 text-overflow: ellipsis;
		 display: -webkit-box;
		 -webkit-line-clamp: 1;
		 -webkit-box-orient: vertical;
}
.about_news_list{
	border-top: 1px solid hsla(0, 0%, 60%, .15);
	padding: 12px 0;
}
.about_news_list:first-child{
	border: none;
	padding-top: 0;
}
.about_news .flex_box{
	align-items: self-start;
	margin-top: 50px;
}
.about_news .about_tit p{
	font-size: 32px;
}
.about_news_right .flex_box{
	margin-top: 0;
}
.about_news_tit:hover,.news1_top p:nth-of-type(1):hover{
	    color: #005DCE;
}
.obanner_list:hover p{
	font-weight: bold;
	transition: all 0.5s;
}
.obanner_list:hover img{
	transform: scale(1.1);
	transition: all 0.5s;
}


.news2{
	background: rgba(243, 243, 243, 0.9867482316603354);
	padding: 30px 0 60px;
}
.news2_cont{
	margin:40px -10px 0;
}
.hidden{
	overflow: hidden;
}
.news2_list{
    flex: 1;
	margin:0 10px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	overflow: hidden;
}
.news2_list img{
	height: 240px;
	transition: all 0.5s;
}
.news2_list img:hover{
	transform: scale(1.1);
	transition: all 0.5s;
}
.list_cont{
	padding: 15px;
}
.list_cont_tit{
	color: #333;
	    font-size: 18px;
		font-family: 微软雅黑;
		overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 1;
		    -webkit-box-orient: vertical;
			transition: all 0.5s;
}
.list_cont_tit:hover{
	color: #005DCE;
	transition: all 0.5s;
}
.list_cont_dec{
	color: #666;
	    font-size: 14px;
	    line-height: 26px;
	    margin-top: 14px;
}
.news3_div{
	padding: 28.6px 0;
	border-bottom: 1px solid hsla(0, 0%, 80%, .3);
}
.date{
	border-right: 1px solid hsla(0, 0%, 80%, .3);
	    padding-right: 30px;
	    display: flex;
	    flex-direction: column;
	        /*flex: 0 0 18%;*/
}
.cont{
	padding-left: 30px;
}
.date p{
    font-size: 30px;
    color: #005DCE;
    font-weight: bold;
}
.date span{
	line-height: 1.5;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.cont p:nth-of-type(1){
	color: #333;
	    font-size: 18px;
		font-family: 微软雅黑;
		overflow: hidden;
		 text-overflow: ellipsis;
		 display: -webkit-box;
		 -webkit-line-clamp: 1;
		 -webkit-box-orient: vertical;
		 transition: all 0.5s;
}
.cont p:nth-of-type(1):hover a{
	color: #005DCE;
	transition: all 0.5s;
}
.cont p:nth-of-type(2){
	color: #666;
	    font-size: 14px;
	    line-height: 26px;
	    margin-top: 24px;
		overflow: hidden;
		 text-overflow: ellipsis;
		 display: -webkit-box;
		 -webkit-line-clamp: 1;
		 -webkit-box-orient: vertical;
}
.news3_list{
	padding: 0 10px;
	flex: 0 0 100% !important;
}
.news3{
	padding: 30px 0;
}



.news4_cont{
	overflow: hidden;
	justify-content: space-between;
	    align-items: flex-start !important;
	margin-top: 30px;
}
.news4_cont_left{
	    flex: 0 0 62%;
	background: #ffffff;
	padding: 0 10px;
}
.news4_cont_right{
}
.news4_cont_right_t{
	position: relative;
	width: 431px;
}
.news4_cont_right_t:last-child{
	    margin-top: 22px;
}
.news4_cont_right_t img{
	width: 431px;
	height: 253px;
}
.news4_cont_right_b{
	background-color: rgba(0, 0, 0, .5);
	height: 100%;
	    left: 0;
	    position: absolute;
	    top: 0;
		width: 100%;
		opacity: 0;
		transition: all 0.5s;
}
.news4_tit{
	color: rgb(255, 255, 255);
	    font-size: 18px;
	    text-align: center;
	    display: block;
		padding: 50px 60px 30px;
		transform: translateX(100%);
		transition: all 0.5s;
}
.news4_dec{
	text-align: left;
	    font-size: 14px;
		color: #cccccc;
		padding: 0 40px;
		line-height: 26px;
		transform: translateY(100%);
		transition: all 0.5s;
}
.news4_cont_right_t{
	overflow: hidden;
}
.news4_cont_right_t:hover .news4_cont_right_b{
	opacity: 1;
	transition: all 0.5s;
}
.news4_cont_right_t:hover .news4_tit{
	transform: translateX(0);
	transition: all 0.5s;
}
.news4_cont_right_t:hover .news4_dec{
	transform: translateY(0);
	transition: all 0.5s;
}
.news4_tit2{
	transform: translateY(-100%);
}
.news4_dec2{
	transform: translateY(100%);
}
.news4_cont_right_t:hover .news4_tit2{
	transform: translateY(0);
	transition: all 0.5s;
}
.news4_cont_right_t:hover .news4_dec2{
	transform: translateY(0);
	transition: all 0.5s;
}



.news5{
	padding: 30px 0 60px 0;
}
.news5_cont{
	margin-top: 70px;
}
.news5_cont a {
    
}
.news5_cont .news5_img{
	height: 36px;
}

.news5_tit{
	font-family: 微软雅黑;
	    font-size: 18px;
	    font-weight: normal;
	    text-decoration: none;
	    font-style: normal;
	    color: rgba(34, 34, 34, 1);
	margin: 10px 0 14px;
}
.news5_tit a{
	transition: all 0.5s;
}

.news5_dec{
	font-family: 微软雅黑;
	    font-size: 14px;
	    font-weight: normal;
	    text-decoration: none;
	    font-style: normal;
	    /*color: rgba(102, 102, 102, 1);*/
	    color: #333333;
		line-height: 28px;
}

.news5 .swiper-button-prev,.news5 .swiper-button-next{
	width: 40px;
	    height: 40px;
	    background: rgba(0, 0, 0, 0.4);
		/* opacity: 0; */
		transition: all 0.5s;
}
.news5 .swiper-button-prev{
	left: 0 !important;
}
.news5 .swiper-button-next{
	right: 0 !important;
}
.news5 .swiper-button-prev:after, .news5 .swiper-button-next:after{
	font-size: 16px !important;
	color: #ffffff;
}
.mySwiper:hover .mySwiper .swiper-button-prev,.mySwiper:hover .mySwiper .swiper-button-next{
	/* opacity: 1;
	transition: all 0.5s; */
}
.news5_tit:hover a{
	color: #005DCE;
	transition: all 0.5s;
}
.news6 {
    padding-top: 0.6rem;
    padding-bottom: 0.9rem;
    background: #F3F3F3;
}
.news6_cont {
    display: flex;
    margin-top: 0.53rem;
}
.news6 .item {
    margin-right: 18px;
}
.news6 .item:last-child {
    margin-right: 0;
}

.news6 .item .scale_box {
    height: 2.4rem;
}
.news6 .item .video_title {
    background: #fff;
    line-height: 0.74rem;
    text-align: center;
    font-size: 18px;
    color: #333333;
    padding: 0 0.2rem;
}

@media only screen and (max-width:1024px){
    .other_banner{
	height: 8rem;
	background: url(../img/banner2.jpg);
	background-size: cover;
}
.obanner_tit{
	font-size: 0.42rem;
	color: rgb(255, 255, 255);
	    font-family: 微软雅黑, "Microsoft YaHei";
	padding-top: 1.8rem;
}
.obanner_cont{
	margin-top: 0.4rem;
	justify-content: space-between;
	align-items: flex-start;
}
.obanner_list img{
	width: 7.67rem;
	height: 4.78rem;
}
.img_cont{
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent);
	width: 100%;

}
.img_cont p{
	color: #fff;
	    font-size: 0.16rem;
	    overflow: hidden;
	    padding: 0.11rem 1.28rem 0.09rem 0.15rem;
		text-overflow: ellipsis;
		width: 100%;
		font-family: 微软雅黑;
}
.obanner_list2 img{
	width: 100%;
	height: 2.11rem;
}
.obanner_list{
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
}
.obanner_right .obanner_list2:last-child{
	    margin-top: 0.56rem;
}
.obanner_list img{
	transition: all 0.5s;
}
.obanner_list:hover img{
	transform: scale(1.1);
	transition: all 0.5s;
}
.obanner_left{
    flex: 0 0 69.4%;
}
.obanner_right{
    padding-left: 30px;
}


.news1{
}
.news_tit p{
	font-size: 0.42rem;
	    color: rgb(51, 51, 51);
		    text-align: center;
	font-weight: bold;
}
.news_tit a{
	font-size: 0.14rem;
	font-family: 微软雅黑;
	line-height: 0.2rem;
	color: #333;
	text-align: center;
	margin-top: 0.3rem;
}

.news_tit a:hover{
    color: #007aff;
}


.news1_top{
	margin-top: 0.4rem;

}
.news1_bottom{
	margin-top:0.26rem;
	align-items: flex-start !important;
}
.news1_top p:nth-of-type(1){
	font-family: 微软雅黑;
	    font-size: 16px;
	    font-weight: bold;
	color: rgba(75, 75, 75, 1);
}
.news1_top p:nth-of-type(2){
	color: #666;
	    font-size: 0.14rem;
	    line-height: 0.26rem;
	    margin-top: 0.14rem;
}
.about_news_left{
	position: relative;
	flex: 0 0 50%;
	overflow: hidden;
}
.about_news_right{
	flex: 0 0 50%;
	margin-left: 0.2rem;
}
.about_news_left img{
	height: 3.9rem;
	transition: all 0.5s;
}

.obanner_left .img_cont {
    width: 100%;
}
.img_cont{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent);
	width: calc(100% - 10px);
}
.img_cont p{
	    font-size: 0.15rem;
	    overflow: hidden;
	    padding: 0;
		text-overflow: ellipsis;
		width: 86%;
		font-family: 微软雅黑;
		overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-left: 0;
    width: 100%;
}
.obanner_list2 {
    padding: 0 5px;
    width: 50%;
}
.obanner_list .img_cont p {
    width: 100%;
}
.img_cont a{
        padding: 0 10px;
}

.about_date{
	background: hsla(0, 0%, 80%, .2);
	height: 0.72rem;
	    max-height: 100%;
	    max-width: 100%;
	    text-align: center;
		width: 0.76rem;
		display: flex;
		flex-direction: column;
}
.about_date p{
	font-size: 16px;
	font-weight: 700;
	color: #626971;
	line-height: 1.5;
	text-align: center;
	margin-top: 0.06rem;
}
.about_date span{
	font-size: 0.16rem;
	line-height: 1.5;
	color: #626971;
}
.about_news_cont{
	padding: 0.06rem 0.1rem 0.1rem 0.3rem;
}
.about_news_tit{
	color: #333;
	    font-size: 16px;
		font-family: 微软雅黑;
		overflow: hidden;
		 text-overflow: ellipsis;
		 display: -webkit-box;
		 -webkit-line-clamp: 1;
		 -webkit-box-orient: vertical;
}
.about_news_dec{
	color: #666;
	    font-size: 0.14rem;
	    line-height: 0.26rem;
	    margin-top: 0.14rem;
	    white-space: normal;
		overflow: hidden;
		 text-overflow: ellipsis;
		 display: -webkit-box;
		 -webkit-line-clamp: 1;
		 -webkit-box-orient: vertical;
}
.about_news_list{
	border-top: 0.01rem solid hsla(0, 0%, 60%, .15);
	padding: 0.165rem 0;
}
.about_news_list:first-child{
	border: none;
	padding-top: 0;
}
.about_news .flex_box{
	align-items: self-start;
	margin-top: 0.5rem;
}
.about_news .about_tit p{
	font-size: 0.32rem;
}
.about_news_right .flex_box{
	margin-top: 0;
}
.about_news_tit:hover,.news1_top p:nth-of-type(1):hover{
	    color: #005DCE;
}
.img_cont p:hover{
	font-weight: bold;
}
.about_news_left img:hover{
	transform: scale(1.1);
	transition: all 0.5s;
}


.news2{
	background: rgba(243, 243, 243, 0.9867482316603354);
	padding: 0.3rem 0 0.6rem;
}
.news2_cont{
	margin:0.4rem -0.1rem 0;
}
.hidden{
	overflow: hidden;
}
.news2_list{
    flex: 1;
	margin:0 0.1rem;
	box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, .1);
	overflow: hidden;
}
.news2_list img{
	height: 2.4rem;
	transition: all 0.5s;
}
.news2_list img:hover{
	transform: scale(1.1);
	transition: all 0.5s;
}
.list_cont{
	padding: 0.15rem;
}
.list_cont_tit{
	color: #333;
	    font-size: 16px;
		font-family: 微软雅黑;
		overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 1;
		    -webkit-box-orient: vertical;
			transition: all 0.5s;
}
.list_cont_tit:hover{
	color: #005DCE;
	transition: all 0.5s;
}
.list_cont_dec{
	color: #666;
	    font-size: 0.14rem;
	    line-height: 18px;
	    margin-top: 0.14rem;
}
.news3_div{
	padding: 0;
	border:none;
	        display: block;
}
.date{
	border-right: 0.01rem solid hsla(0, 0%, 80%, .3);
	    padding-right: 0.3rem;
	    display: flex;
	    flex-direction: column;
}
.cont{
	padding-left: 0.3rem;
}
.date p{
	font-size: 16px;
	text-align: center;
}
.date span{
	line-height: 1.5;
	font-size: 0.14rem;
	color: #626971;
	text-align: center;
	text-align: center;
}
.cont p:nth-of-type(1){
	color: #333;
	    font-size: 16px !important;
		font-family: 微软雅黑;
		overflow: hidden;
		 text-overflow: ellipsis;
		 display: -webkit-box;
		 -webkit-line-clamp: 1;
		 -webkit-box-orient: vertical;
		 transition: all 0.5s;
}
.cont p:nth-of-type(1):hover a{
	color: #005DCE;
	transition: all 0.5s;
}
.cont p:nth-of-type(2){
	color: #666;
	    font-size: 0.14rem;
	    line-height: 0.26rem;
	    margin-top: 0.24rem;
		overflow: hidden;
		 text-overflow: ellipsis;
		 display: -webkit-box;
		 -webkit-line-clamp: 1;
		 -webkit-box-orient: vertical;
}
.news3_list{
	padding: 10px 0;
	flex: 0 0 50% !important;
	border-bottom: 0.01rem solid hsla(0, 0%, 80%, .3);
}
.news3{
	padding: 0.3rem 0;
}



.news4_cont{
	overflow: hidden;
	justify-content: space-between;
	    align-items: flex-start !important;
	margin-top: 0.3rem;
}
.news4_cont_left{
	    flex: 0 0 62%;
	background: #ffffff;
	padding: 0 0.1rem;
}
.news4_cont_right{
}
.news4_cont_right_t{
	position: relative;
	width: 4.31rem;
}
.news4_cont_right_t:last-child{
	    margin-top: 0.22rem;
}
.news4_cont_right_t img{
	width: 4.31rem;
	height: 2.53rem;
}
.news4_cont_right_b{
	background-color: rgba(0, 0, 0, .5);
	height: 100%;
	    left: 0;
	    position: absolute;
	    top: 0;
		width: 100%;
		opacity: 0;
		transition: all 0.5s;
}
.news4_tit{
	color: rgb(255, 255, 255);
	    font-size: 0.18rem;
	    text-align: center;
	    display: block;
		padding: 0.5rem 0.6rem 0.3rem;
		transform: translateX(100%);
		transition: all 0.5s;
}
.news4_dec{
	text-align: left;
	    font-size: 0.14rem;
		color: #cccccc;
		padding: 0 0.4rem;
		line-height: 0.26rem;
		transform: translateY(100%);
		transition: all 0.5s;
}
.news4_cont_right_t{
	overflow: hidden;
}
.news4_cont_right_t:hover .news4_cont_right_b{
	opacity: 1;
	transition: all 0.5s;
}
.news4_cont_right_t:hover .news4_tit{
	transform: translateX(0);
	transition: all 0.5s;
}
.news4_cont_right_t:hover .news4_dec{
	transform: translateY(0);
	transition: all 0.5s;
}
.news4_tit2{
	transform: translateY(-100%);
}
.news4_dec2{
	transform: translateY(100%);
}
.news4_cont_right_t:hover .news4_tit2{
	transform: translateY(0);
	transition: all 0.5s;
}
.news4_cont_right_t:hover .news4_dec2{
	transform: translateY(0);
	transition: all 0.5s;
}



.news5{
	padding: 0.3rem 0 0.6rem 0;
}
.news5_cont{
	margin-top: 0.7rem;
}
.news5_img{
	height: 0.36rem;
}
.news5_tit{
	font-family: 微软雅黑;
	    font-size: 0.18rem;
	    font-weight: normal;
	    text-decoration: none;
	    font-style: normal;
	    color: rgba(34, 34, 34, 1);
	margin: 0.1rem 0 0.14rem;
}
.news5_tit a{
	transition: all 0.5s;
	font-size: 16px;
}

.news5_dec{
	font-family: 微软雅黑;
	    font-size: 0.14rem;
	    font-weight: normal;
	    text-decoration: none;
	    font-style: normal;
	    color: rgba(102, 102, 102, 1);
		line-height: 20px;
}

.news5 .swiper-button-prev,.news5 .swiper-button-next{
	width: 0.4rem;
	    height:0.4rem;
	    background: rgba(0, 0, 0, 0.4);
		/* opacity: 0; */
		transition: all 0.5s;
}
.news5 .swiper-button-prev{
	left: 0 !important;
}
.news5 .swiper-button-next{
	right: 0 !important;
}
.news5 .swiper-button-prev:after, .news5 .swiper-button-next:after{
	font-size: 0.16rem !important;
	color: #ffffff;
}
.mySwiper:hover .mySwiper .swiper-button-prev,.mySwiper:hover .mySwiper .swiper-button-next{
	/* opacity: 1;
	transition: all 0.5s; */
}
.news5_tit:hover a{
	color: #005DCE;
	transition: all 0.5s;
}
    .obanner_cont{
        display: block;
    }
    .obanner_right{
        display:flex;
        margin-top: 30px;
        padding-left: 0;
    }
    .obanner_right .obanner_list2:last-child{
        margin-top: 0;
    }
    .other_banner{
        height: auto;
        padding-bottom: 20px;
    }
    .news_tit a,.news1_top p:nth-of-type(2),.about_news_dec,.about_date span,.list_cont_dec,.date span,.cont p,.news4_tit,.news4_dec,.news5_tit,.news5_dec{
        font-size: 14px !important;
    }
    .img_cont p{
        font-size: 16px;
    }
    .news1_bottom{
        display: block;
    }
    
    .about_date{
        width: 140px;
        
    }
    .about_news_right{
        margin-left: 0;
        margin-top: 20px;
    }
    .news2_cont{
        flex-wrap: wrap;
    }
    .news2_list{
            flex: 0 0 50%;
    margin: 0;
    padding: 0 10px;
    margin-bottom: 20px;
    }
    .news3 .date{
        flex: 0 0 28%;
    }
    .news4_cont{
        display: block;
    }
    .news4_cont .date{
        flex: 0 0 30%;
    }
    .news4_cont_right_t{
        margin-top: 22px !important;
        margin: auto;
    }
    .news5_img{
        height: 36px !important;
        object-fit: contain !important;
    }
    .news4_cont_right_t img,.news4_cont_right_t{
        width: 100%;
    }
    .about_date{
        height:auto;
        padding-bottom: 0.1rem;
    }
    .news3_cont{
        margin-top: 30px;
    }
    .newsSwiper .swiper-pagination{
        bottom: 12px !important;
    right: 0 !important;
    }
    .newsSwiper .swiper-button-prev, .newsSwiper .swiper-button-next{
        height: 50px !important;
    top: 60% !important;
    }
    .newsSwiper .swiper-button-prev:after, .newsSwiper .swiper-button-next:after{
        font-size: 20px !important;
    }
    .newsSwiper .swiper-pagination-bullet{
        width: 10px;
    }
}