.slider{
	width: 100%;
}
.dtjt8_div_img,.dtjt8_div_img img{
        width: 100% !important;
        max-height: 540px !important;
        height: auto !important;     
}
.dtjt8_div_img img{object-fit: cover;}
.dtjt8_div_img .number {
    right: 50% !important;
    bottom: 20px !important;
    transform: translateX(50%);
}
.slider .number a{
	border: 0 !important;
	opacity: 1 !important;
	color: rgba(255,255,255,0) !important;
}
.slider .number .nomal{
	border-radius: 50% !important;
	background-color: #dddddd !important;
        
}
.slider .number .current{
	background-color: #003E6A !important;
	border-radius: 50% !important;
}

.news-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
}
.biaoti-xian{
	height: 1px;
	background-color: #eeeeee;
	width: calc((100%/2) - 7%);
}
.biaoti-xian2{
	height: 1px;
	background-color: #dddddd;
	width: calc((100%/2) - 7%);
}
.news-top div:nth-child(2){
	width: 10%;
	text-align: center;
}
.news-top div:nth-child(2) span:nth-child(2){
	font-size: 24px;
	color: #333333;
	font-weight: 600;
	position: relative;
	top: -5px;
}
.icon-mid{
	font-size: 35px !important;
	color: #003e6a;
}
.news-cen ul{
	width: 100%;


}
.news-cen ul li {
    width: calc((100%/4) - 15px);
    border-bottom: 1px solid #eeeeee;
    float: left;
    margin-bottom: 20PX;
    padding-bottom: 15px;
    margin-right: 20px;
}
.news-cen ul li:nth-child(4n) {
    margin-right: 0;
}
.news-biaoti{
	font-size: 14px;
	color: #333333;
	font-weight: 600;
	display: block;
	height: 36px;
	 text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
	 letter-spacing: 1px;
}
.news-neirong{
	font-size: 12px;
	color: #666666;
	display: block;
	height: 36px;
	 text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
	  letter-spacing: 1px;
}

.center2{
	width: 100%;
	background-color: #e7f0f9;
	padding-bottom: 25px;
	margin-top: 20px;
}
.notice-cen ul li{
	width: calc((100%/2));
	height: 60px;
	float: left;
	padding-bottom: 34px;
}
.notice-cen ul li .fl{
	height: 60px;
	width: calc(100% - 90% - 10px);
        float: left;
}
.notice-cen ul li .fr{
	height: 50px;
	line-height: 25px;
	width: calc(100% - 14%);
	margin-right: 2%;
	font-size: 14px;
	color: #333333;
}
.n-c-biaoti{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: block;
	font-size: 14px;
	color: #333333;
}
.n-c-neirong{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 2;  
	-webkit-box-orient: vertical;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
}

.notice-cen ul li .fr:hover a{color: #003e6a;}

.center3{
	width: 100%;
	background-color: #f5faff;
	padding-bottom: 40px;
}
.learning-cen ul li{
	width: calc(100%/4);
	height: 165px;
	float: left;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.learning-cen ul li a{
	display: block;
	width: calc(100%);
	overflow: hidden;
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 2;  
	-webkit-box-orient: vertical;
}
.learning-cen ul li div{
	width: 80%;
}
.l-c-gekuai{
        height:20px;
}

.learning-cen ul li:nth-child(1),.learning-cen ul li:nth-child(3),.learning-cen ul li:nth-child(6),.learning-cen ul li:nth-child(8){
	background-color: #e7f0f9;
}
.l-c-biaoti{
	color: #003e6a;
	font-size: 14px;
	line-height: 24px;
}
.l-c-neirong{
	color: #666666;
	line-height: 20px;
	font-size: 12px;
}
.learning-cen ul li:hover a{color: #003e6a;}

.center4{
	width: 100%;
	height: 300px;
	background-color: #e7f0f9;
}
.center-four{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.center-four li{
	width: calc(20% - 16px);
	height: 220px;
}
.center-four .pic{
	width: 100%;
	height: 186px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.center-four a{
	font-size: 17px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 40px;
	display: block;
	width: 100%;
	text-align: center;
}
.center-four a:hover{color: #003E6A;}
.center5{
	width: 100%;
	padding: 40px 0;
}
.center-five{
	display: flex;
	justify-content: space-between;
}
.c-f-zong{
	width: calc((100%/3) - 20px);
}
.c-f-top{
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
}
.c-f-icon{
	font-size: 30px !important;
	color: #003E6A;
}
.c-f-icon1{
	font-size: 38px !important;
	color: #003E6A;
}
.c-f-icon2{
	font-size: 20px !important;
	color: #003E6A;
}
.c-f-biaoti{
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	margin-left: 5px;
	line-height: 40px;
}
.c-f-ewm{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.c-f-ewm div{
	width: calc(100%/4);
	height: 82px;
	text-align: center;
}
.c-f-ewm div:not(:first-child){
	border-left: 1px solid #eeeeee;
}
.c-f-ewm div a{
	display: block;
}
.c-f-a{
	
}
.c-f-a li{
	width: calc((100%/3) - 15px);
	float: left;
	padding-right: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-top: 10px;
	font-size: 14px;
	color: #333333;
}
.c-f-a li:hover a{
	color: #003E6A;
}
.c-f-special{
	display: flex;
	justify-content: space-between;
}
.c-f-special div{
	width: calc((100%/2) - 15px);
	height: 63px;
}
.c-f-special div img{
	width: 100%;
	height: 100%;
}
.c-f-pd40{
	padding: 15px 0 0 0 ;
}
.mt10{
	margin-top: 10px;
}

.n-r-zong{display: none;}
.n-r-mouth{
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background-color: #0d7bd1;
}
.n-r-year{
	font-size: 12px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	background-color: #f9fcff;
}


@media (min-width: 768px){
	.news-cen ul li:hover{
		border-bottom: 1px solid #0c4771;
	}
	.news-cen ul li:hover a{
		color: #003e6a;
	}
}

@media (max-width: 1400px){
	.biaoti-xian,.biaoti-xian2{
		height: 1px;
		width: calc((100%/2) - 8%);
	}
	.news-top div:nth-child(2){
		width: 15%;
	}
	.center-four li{
		/*width: 280px;*/
		height: 220px;
	}
	.notice-cen ul li .fl{
		height: 60px;
		width: calc(100% - 88% - 10px);
	}
}
@media (max-width: 1201px){
	.biaoti-xian,.biaoti-xian2{
		height: 1px;
		width: calc((100%/2) - 10%);
	}
	.news-top div:nth-child(2){
		width: 20%;
	}
	.center-four li{
		/*width: 235px;*/
		height: 220px;
	}
	.notice-cen ul li .fl{
		height: 60px;
		width: calc(100% - 85% - 10px);
	}
	.notice-cen ul li .fr{
		height: 50px;
		line-height: 25px;
		width: calc(100% - 18%);
		margin-right: 2%;
		font-size: 14px;
		color: #333333;
	}
	
}
@media (max-width: 992px){
	.biaoti-xian,.biaoti-xian2{
		height: 1px;
		width: calc((100%/2) - 10%);
	}
	.news-top div:nth-child(2){
		width: 25%;
	}
	.center-four li{
		/*width: 180px;*/
		height: 170px;
	}
	.center-four .pic{
		width: 100%;
		height: 150px;
	}
	.center-five{
		display: block;
	}
	.c-f-zong{
		width: calc((100%/2) - 10px);
		float: left;
		min-height: 220px;
	}
	.c-f-zong:nth-child(2){
		float: right;
	}
	.notice-cen ul li .fl{
		height: 60px;
		width: calc(100% - 82% - 10px);
	}
	.notice-cen ul li .fr{
		height: 50px;
		line-height: 25px;
		width: calc(100% - 20%);
		margin-right: 2%;
		font-size: 14px;
		color: #333333;
	}
}
@media (max-width: 768px){
	.biaoti-xian,.biaoti-xian2{
		height: 1px;
		width: calc((100%/2) - 20%);
	}
	.news-top div:nth-child(2){
		width: 34%;
	}
	.center .my-width,.center2 .my-width ,.center3 .my-width,.center4 .my-width,.center5 .my-width{
		width: calc(94%);
		margin-left: 3%;
	}
	.news-cen ul{
		width: 100%;
		display: block;
		line-height: 18px;
	}
	.news-cen ul li{
		margin-top: 20px;
		height: auto;
		width: calc(100%);
		border-bottom: 1px solid #eeeeee;
		padding-bottom: 20px;
	}
	.news-cen ul li img{
		width: 100%;
		height: auto;
	}
	.notice-cen ul li{
		width: calc(100%);
		height: 60px;
		float: left;
		padding-bottom: 34px;
	}
	.notice-cen ul li .fl{
		height: 60px;
		width: calc(100% - 82% - 10px);
	}
	.notice-cen ul li .fr{
		height: 50px;
		line-height: 25px;
		width: calc(100% - 20%);
		margin-right: 2%;
		font-size: 14px;
		color: #333333;
	}
	.learning-cen ul li{
		width: calc(100%);
		height: 165px;
		float: left;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		margin-top: 20px;
	}
	.learning-cen ul li:nth-child(1),.learning-cen ul li:nth-child(3),.learning-cen ul li:nth-child(6),.learning-cen ul li:nth-child(8){
		background-color: #fff;
	}
	.learning-cen ul li:nth-child(odd){
		background-color: #e7f0f9;
	}
	.center4{
		width: 100%;
		height: auto;
		background-color: #e7f0f9;
	}
	.center-four{
		display: block;
	}
	.center-four li{
		width: 100%;
		height: auto;
	}
	.center-four .pic{
		width: 100%;
		margin-top: 20px;
	}
	.c-f-zong{
		width: calc(100%);
		float: left;
		min-height: 220px;
	}
}
@media (max-width: 426px){ 
	.biaoti-xian,.biaoti-xian2{
		height: 1px;
		width: calc((100%/2) - 25%);
	}
	.news-top div:nth-child(2){
		width: 40%;
	}
}

