.main{
	padding: 45px 0 60px;
	background: -webkit-linear-gradient(#0f5e9e 2%, #e1ebf4 22%, #f0f5f9);
	background: -moz-linear-gradient(#0f5e9e 2%, #e1ebf4 22%, #f0f5f9);
	background: -ms-linear-gradient(#0f5e9e 2%, #e1ebf4 22%, #f0f5f9);
	background: -o-linear-gradient(#0f5e9e 2%, #e1ebf4 22%, #f0f5f9);
	background: linear-gradient(#0f5e9e 2%, #e1ebf4 22%, #f0f5f9);
	position: relative;
}
.main .w1600{
	position:relative;
	z-index:9;
}
.news-lb{
	width: 100%;
	height: 600px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}
.news.animation .news-lb,.news.animation .news-list{
	opacity:1;
	visibility:visible;
	animation: 0.8s ease 0.3s 1 normal backwards running fadeInLeft;
}
.news.animation .news-list{
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInRight;
}
.news-lb .slider{
	position: relative;
	overflow: hidden;
	height: 600px;
}
.news-lb .slider:hover img,.videos .vlist li:hover img,.box-d3 .d1 .slider:hover img{
	transform: scale(1.1);
}
.news-lb .slider img{
	width: 100%;
	min-height: 600px;
	object-fit: cover;
	background: linear-gradient(180deg,rgba(0,0,0,0.00) 44%, #000000);
}
.news-lb .newsbg{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 30px;
	width: 100%;
	box-sizing: border-box;
	height: 100px;
	background: url(../img/newsbg.png) no-repeat center top;
	height: 334px;
	padding-top: 260px;
}
.news-lb .newsbg p{
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	line-height: 22px;
	height: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}
.news-lb .prev,.news-lb .next{
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 90px;
	z-index: 99;
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	padding: 0;
	cursor: pointer;
}
.news-lb .prev{
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.3) url(../img/left.png) no-repeat center;
}
.news-lb .next{
	background: rgba(0,0,0,0.3) url(../img/right.png) no-repeat center;
	right: 0;
}
.news-list{
	width: 30%;
	float: right;
	background: #fff;
	padding: 10px 0 20px 0;
	/* height: 600px; */
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}	
.news-list li.on h2{
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	margin-bottom: 20px;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	float: none;
	max-width: 100%;
	white-space: inherit;
	transition: 0s;
}
.news-list a,.news-list span{
	font-size: 14px;
	color: #1c1c1c;
}
.news-list li a{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	height: 25px;
	transition: 0s;
}
.news-list span{
	float: right;
	width: 50px;
	display: block;
	text-align: right;
	color: #0F64A6;
}
.news-list .on span{
	display:none;
}
.news-list li {
    padding: 0 48px 0 20px;
    margin-bottom: 25.6px;
    height: auto;
    line-height: 25px;
    position: relative;
    transition: 0s;
    cursor: pointer;
}
.news-list li:hover a,.notice li:hover a{
	color:#025aa1;
}
.news-list li:last-child{
	margin-bottom: 0;
}
.news-list li.red a{
	display: block;
	width: calc(100% - 58px);
	box-sizing: border-box;
}
.news-list li a h2{
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	float: left;
	max-width: 90%;
	font-size: 14px;
	color: #1c1c1c;
	font-weight: normal;
	transition: all 0s;
}
.news-list li.on a p{height: 63px;opacity: 1;visibility: visible;}
.news-list li img{
	margin-left: 10px;
	float: left;
}
.news-list li.on img{
	display:none;
}
.news-list li.on{
	background: #025AA1;
	padding: 25px  20px;
	position: relative;
}
.news-list li.on a{
	display:
	block;
	height: auto;
	white-space: initial;
	width: 100%;
}
.news-list li p{
	font-size: 14px;
	color: #fff;
	line-height: 21px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	white-space: initial;
	max-width: 100%;
	float: none;
	display: -webkit-box;
	height: 63px;
	opacity: 0;
	visibility: hidden;
	height: 0px;
	transition: 0s;
}
.news-list li::before{
	position: absolute;
	height: 100%;
	width: 80px;
	top: 0;
	display: block;
	content: "";
	background: #025AA1;
	left: -80px;
	border-left: 4px solid #F94A00;
	z-index: 99;
	opacity:0;
	visibility:hidden;

   
}
.news-list li.on::before{
	opacity:1;
	visibility:visible;
}
.main-box{
	margin-top: 50px;
	position: relative;
}
.tit{
	position: relative;
	line-height: 44px;
	opacity: 0;
	visibility: hidden;
}
.animation .tit{
	opacity:1;
	visibility:visible;
	animation: 0.8s ease 0.3s 1 normal backwards running fadeInDown;
}
.tit h2::after{
	 position: absolute;
	 width: 78%;
	 height: 2px;
	 display: block;
	 content: "";
	 background: #1E70B0;
	 bottom: 0;
	 right: 0;
}
.tit h2,.tit2 h2{
	background: url(../img/h2bg2.png) no-repeat;
	font-size: 18px;
	color: #ffffff;
	line-height: 40px;
	width: 144px;
	text-align: center;
	height: 44px;
	float: left;
}
.tit>a{
	float: right;
	font-size: 14px;
	color: #025AA1;
	background: url(../img/more.png) no-repeat center right;
	padding-right: 20px;
}
.news-list .tit{
	margin-bottom: 10px;
	padding: 0 0 0 20px;
	width: 95%;
}
.news-list .tit h2::after{
	width: 70%;
}
.ml{
	width: 68%;
}
.mlw {
    width: 68%;
    float: left;
}
.mr{
	width: 30%;
}
.mtjd{
	float:left;
	width:49%;
	margin-right:2%;
	background: #fff;
	padding: 30px 20px;
	opacity: 0;
	visibility: hidden;
	margin-top: 50px;
}
.mtjd.animation,.dzxb.animation,.yxjd.animation{
	opacity:1;
	visibility:
	visible;
	animation: 0.8s ease 0.2s 1 normal backwards running fadeInUp;
}
.dzxb.animation{
	animation: 0.8s ease 0.4s 1 normal backwards running fadeInUp;
}
.yxjd.animation{
	animation: 0.8s ease 0.6s 1 normal backwards running fadeInUp;
}
.mtjd ul{
	margin-top: 20px;
}
.mtjd li{
	width: 100%;
	margin-bottom: 12px;
	position: relative;
	overflow: hidden;
	line-height: 28px;
}
.mtjd li:hover a{
	text-indent: 10px;
}
.mtjd li:hover a{
	color:#1e70b0;
}
.mtjd li span.time{
	float:left;
	font-size: 16px;
	color: #0a4d8e;
	line-height: 24px;
	width: 58px;
	text-align: center;
}
.mtjd li a{
	float: right;
	display: block;
	width: calc( 100% - 75px);
	font-size: 14px;
	color: #322512;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	height: 28px;
}
.mtjd li a span{
	font-weight: bold;
}
.dzxb{
	width:49%;
	float: right;
	background: #fff;
	padding: 30px 20px 17px 20px;
	height: 364px;
	opacity: 0;
	visibility: hidden;
	margin-top: 50px;
}
.dzxb .tit{
	margin-bottom: 20px;
}
.dzxb .dzxb-lb1{
	float: left;
	width: 34%;
	height: 250px;
}
.dzxb .dzxb-lb1 .slider{
	overflow:hidden;
}
.dzxb .dzxb-lb1 .slider img{
	width:100%;
	height: auto;
	min-height: 250px;
	object-fit: cover;
}
.dzxb .dzxb-lb1 .slider p{
	display:none;
}
.dzxb .dzxb-lb1 .slider a{
	display:
	block;
	overflow:
	hidden;
	height: 250px;
}
.dzxb .dzxb-lb2{
	width: 52%;
	float: right;
	padding-right: 20px;
	max-height: 240px;
}
.dzxb-lb2 a{
	font-size: 14px;
	text-align: center;
	color: #322512;
	float: left;
	width: 60%;
	height: 27px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}
.dzxb-lb2 span{
	font-size: 14px;
	color: #1E70B0;
	display: block;
	float: right;
	margin-right: 3%;
}
.dzxb-lb2 .slider{
	line-height: 25px;
	margin-bottom: 8px;
}
.dzxb-lb2{
	padding: 25px 0 0;
}
.dzxb-lb2 .slick-prev{
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../img/xbprev.png) no-repeat center center;
}
.dzxb-lb2 .slick-next{
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../img/xbnext.png) no-repeat center center;
	z-index: 9;
}
.dzxb-lb2 .slick-current a{
	color: #1E70B0;
}
.dzxb .dzxb-lb1 .slider:hover img{
	transform:scale(1.1);
}
.dzxb-lb2 .slider:hover a{
	color: #1E70B0;
}
.mr .tit h2::after{
	width: 70%;
}
.notice{
	background: #fff;
	padding: 25px;
	height: 527px;
	opacity: 0;
	visibility: hidden;
}
.notice ul{
	margin-top: 30px;
	padding: 0 15px;
}
.notice li p{
	float: left;
}
.notice li{
	margin-bottom: 33px;
}
.notice li:hover a{
	text-indent: 10px;
}
.notice.animation{
	opacity:1;
	visibility:visible;
	animation: 0.8s ease 0.5s 1 normal backwards running fadeInDown;
}
.notice li p .sp1{
	font-size: 24px;
	font-weight: bold;
	color: #1E70B0;
	line-height: 33px;
	margin-right: 5px;
	display: inline-block;
	position: relative;
}
.notice li p .sp2{
	font-size: 12px;
	color: #1E70B0;
	position: relative;
	top: -3px;
}
.notice li p .sp1::after{
	position: absolute;
	display: block;
	content: "";
	background: #1E70B0;
	width: 10px;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
}
.notice li a{
	display: block;
	width: calc( 100% - 60px);
	float: right;
	line-height: 34px;
	color: #4b4b4b;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	height: 34px;
}

.news-info .tit ul{
	background:#fff;
}
.news-info .tit li {
    float: left;
    width: 13%;
    text-align: center;
    position: relative;
    line-height: 44px;
}
.news-info .tit>a{
	position: absolute;
	right: 12px;
	top: 0;
	display: none;
}
.news-info .tit>a.active{
	display:block;
}
.news-info .tit li h2::after{
	left:0;
	right:0;
	bottom:-8px;
	margin: auto;
	background: url(../img/h2sj.png) no-repeat center center;
	width: 17px;
	height: 8px;
	opacity:0;
	visibility:hidden;
}
.news-info .tit li.active h2::after{
	opacity:1;
	visibility:visible;
}
.news-info .tit li.active h2{
	color:#fff;
	background: #1e70b0;
	font-weight: bold;
} 
.news-info .tit li h2{
	display: block;
	color: #666;
	font-size: 17px;
	background: none;
	width: 100%;
	cursor: pointer;
	font-weight: normal;
	line-height: 44px;
}
.news-info .vlist li{
	opacity: 0;
	visibility: hidden;
	float:left;
	width: 49%;
	margin-right: 2%;
	background: #fff;
	margin-bottom: 15px;
}
.news-info .vlist li a{
	padding:20px;
}
.news-info .vlist li:nth-child(2n){
	margin-right:0;
}
.news-info.animation .vlist  li{
	opacity:1;
	visibility: visible;
}
.news-info.animation .vlist  li:nth-child(-n+4){
    animation: 0.6s ease 0.3s 1 normal backwards running fadeInDown;
}
.news-info.animation .vlist  li:nth-child(n+5){
    animation: 0.6s ease 0.5s 1 normal backwards running fadeInUp;
}
.news-info{
	/* margin-bottom:50px; */
}
.news-info .vlist{
	display: none;
	animation: 0.6s ease 0s 1 normal backwards running fadeInDown;
	margin-top: 25px;
}
.news-info .vlist.active{
	display: block;
}
.news-info .vlist li .img{
	float:left;
	width: 35%;
	height:115px;
	overflow: hidden;
}
.news-info .vlist li .img img{
	width:100%;
	height: auto;
	min-height: 115px;
	object-fit: cover;
}
.news-info .vlist li.img .txt{
	float:right;
	width: 65%;
	padding-left: 15px;
}
.news-info .vlist li.img .txt h2{
	font-size: 18px;
	line-height: 28px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	height: 28px;
}
.news-info .vlist li.img .txt span{
	font-size: 14px;
	color: #999;
	line-height: 22px;
	display: block;
	margin: 10px 0;
}
.news-info .vlist li .txt p{
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 44px;
}

.news-info .vlist li.text .time{
	width: 60px;
	height: 89px;
	float: left;
	text-align: center;
	border: 1px solid #edeff0;
}
.news-info .vlist li.text .time p:nth-child(1){
	color: #1e70b0;
	font-size: 32px;
	line-height: 58px;
	background: #edeff0;
}
.news-info .vlist li.text .time p:nth-child(2){
	color: #322512;
	font-size: 12px;
	line-height:32px;
}
.news-info .vlist li.text .txt{
	float:right;
	width: calc( 100% - 80px);
}
.news-info .vlist li.text .txt h2{
	font-size: 17px;
	color: #322512;
	line-height: 24px;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	height: 24px;
}
.news-info .vlist li:hover img{
	transform:scale(1.1);
}
.news-info .vlist li:hover h2{
	color:#1e70b0 !important;
}
.yxjd{
	margin-top:50px;
	background: #fff;
	padding: 30px 20px 50px;
	opacity: 0;
	visibility: hidden;
}
.yxjd-lb{
	margin-top:20px;
	padding: 0 35px;
	overflow: hidden;
}
.yxjd-lb .slider{
	position:relative;
}
.yxjd .slider a{
	display:block;
	width:100%;
	height:220px;
	overflow:hidden;
}
.yxjd .slider img{
	width:100%;
	height: auto;
	min-height: 220px;
	object-fit:cover;
}
.yxjd .slider h2{
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 0;
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-align: left;
}
.yxjd .slick-prev,.yxjd .slick-next,.news-zt .slick-prev,.news-zt .slick-next{
	top: 0;
	bottom: 0;
	margin: auto;
	width: 24px;
	height: 46px;
	z-index: 999;
}
.yxjd .slick-prev,.news-zt .slick-prev{
	background: url(../img/yxjdprev.png) no-repeat center center;
}
.yxjd .slick-next,.news-zt .slick-next{
	background: url(../img/yxjdnext.png) no-repeat center center;
}
.yxjd-lb .slider:hover img{
	transform:scale(1.1);
}
.ssxz,.xywh{
	width: 49%;
	margin-right: 2%;
	float: left;
	margin-top: 50px;
	padding: 30px 20px 20px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
}
.fbox.animation .ssxz,.fbox.animation .xywh{
	opacity:1;
	visibility:visible;
}
.fbox.animation .ssxz{
	animation: 0.8s ease 0.2s 1 normal backwards running fadeInLeft;
}
.fbox.animation .xywh{
	animation: 0.8s ease 0.2s 1 normal backwards running fadeInRight;
}
.ssxz .img{
	float: left;
	width: 52%;
	height: 240px;
	overflow:
	hidden;
}
.ssxz .img img{
	width:100%;
	min-height: 240px;
	object-fit: cover;
}
.ssxz .img:hover img{
	transform:scale(1.1);
}
.xywh{
	float: right;
	margin-right: 0;
}
.fbox .tit{
	margin-bottom: 30px;
}
.ssxz .text{
	float: right;
	width: 48%;
	padding-left: 15px;
	box-sizing: border-box;
}
.ssxz .text li{
	line-height:30px;
	margin-bottom:12px;
}
.ssxz .text li:last-child{
	margin-bottom:0;
}
.ssxz .text span{
	float:right;
	font-size: 14px;
	color: #999;
	padding-left: 25px;
	background: url(../img/time2.png) no-repeat left center;
}
.ssxz .text a{
	font-size: 14px;
	color: #322512;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	display: block;
}
.ssxz .text li:hover a{
	text-indent: 10px;
}
.ssxz .text li:hover a{
	color:#1e70b0;
}
.xywh li{
	float: left;
	border: 1px solid #afcadf;
	width: 32%;
	margin-right: 2%;
	padding: 7px;
	margin-bottom: 16px;
}
.xywh li:nth-child(3n){
	margin-right: 0;
}
.xywh li:nth-child(4),.xywh li:nth-child(5),.xywh li:nth-child(6){
	margin-bottom: 0;
}
.xywh li .img1{
	margin-top: 28px;
	float:
	left;
	margin-left: 14px;
	border-bottom: 9px solid #EAF6FF;
	padding-bottom: 5px;
	width: 35%;
}
.xywh li:nth-child(2) .img1{
	border-bottom-color: #FBF3E9;
}
.xywh li:nth-child(3) .img1{
	border-bottom-color: #E9FFED;
}
.xywh li:nth-child(4) .img1{
	border-bottom-color: #F5F4FF;
}
.xywh li:nth-child(5) .img1{
	border-bottom-color: #FFEDED;
}
.xywh li:nth-child(6) .img1{
	border-bottom-color: #E1FAF5;
}
.xywh li .img2{
	float: right;
	width: 52%;
	height:96px;
	overflow:
	hidden;
}
.xywh li .img2 img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.mtjz,.news-zt{
	margin-top: 50px;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	padding: 30px 20px;
}
.news-zt{padding-bottom: 0;overflow: hidden;}
.mtjz.animation,.news-zt.animation{
	opacity:1;
	visibility:visible;
	animation: 0.8s ease 0.5s 1 normal backwards running fadeInDown;
}
.mtjz li{
	float: left;
	width: 9.1%;
	margin-right: 1%;
	position: relative;
}
.mtjz li:last-child{
	margin-right: 0;
}
.mtjz ul{
	padding: 0 40px;
	position: relative;
	z-index: 99;
}
.mtjz li .img{
	width:80px;
	height:82px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.mtjz li .hidimg{
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
	background: #fff;
	padding: 8px;
	overflow: hidden;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.mtjz li .hidimg img {
    width: 100%;
}
.mtjz li:hover .hidimg{
	opacity:1;
	visibility:visible;
}
.mtjz li .img img{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin: auto;
}
.mtjz li p{
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 21px;
	margin-top: 8px;
	height: 21px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}
.mtjz li:nth-child(11){
	margin-right:0;
}
.mtjz .mtlist{
	position:relative;
	margin-top: 30px;
}
.mtjz .mtlist::after{
	right: 0;
	left: auto;
}
.mtjz li:hover p{
	color:#2a5184;
}
.mtjz .tit h2::after,.news-zt .tit h2::after{
	width:92%;
}
.zt-lb{
	padding: 0 52px;
}
.zt-lb .slider{
	padding: 30px 10px;
	transition: all 0.5s;
}
.zt-lb .slider a{
	display:block;
	overflow:hidden;
}
.zt-lb .slider img{
	width: 100%;
	height: 108px;
	object-fit: cover;
}
.news-zt .slick-prev{
	left:20px;
}
.news-zt .slick-next{
	right:20px;
}
.news-info .vlist li:hover,.xywh li:hover,.zt-lb .slider:hover a{
	box-shadow: 0 0px 20px 0 rgba(0,0,0,0.5);
}
.zt-lb .slick-track{
	box-sizing: content-box;
}