.slider{
	width: 100%;
}
.dtjt8_div_img,.dtjt8_div_img img{
	width: 100% !important;
	height: auto !important;
}
.dtjt8_div_img .number{
	right: 50% !important;
        bottom: 20px !important;
	transform: translateX(50%);
}
.dtjt8_div_img .number a{
	width: 18px !important;
	height: 18px !important;
	border: 0;
	border-radius: 50%;
	opacity: 1 !important;
	color: rgba(255,255,255,0) !important;
}
.dtjt8_div_img .number .nomal{
	background-color: rgba(0,0,0,.5) !important;
}
.dtjt8_div_img .number .current{
	background-color: #ffffff !important;
}
.imgscroll2_top{height:65% !important;}
.center{
	width: 100%;
}
.line_b{border-bottom:1px solid #ddd}
.center-top{
	height: 380px;
	margin-top: 40px;
}
.c-l-div{
	width: calc(80% - 30px);
	height: 100%;
	float: left;
}
.c-r-div{
	width: calc(100% - 80%);
	height: 100%;
	background-color: #f8fbfd;
	float: right;
}
.c-r-item{
	height: 56px;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	display: flex;
	align-items: center;
}
.c-r-item img{
	margin: 0 20px 0 10px;
}
.c-r-item span{
	font-size: 16px;
	font-weight: 600;
	color: #333333;
}
.c-r-item:hover span{
	color: #0262b4;
}

.c-l-listTop div:nth-child(1){
	font-size: 24px;
	line-height: 30px;
	color: #0262b4;
	float: left;
	font-weight: 600;
}
.c-l-listTop div:nth-child(2){
	font-size: 12px;
	line-height: 40px;
	color: #333333;
	float: left;
	margin-left: 7px;
}
.c-l-listTop div:nth-child(4){
	width: 244px;
	height: 1px;
	background-color: #eeeeee;
	float: right;
	position: relative;
	top: 20px;
}
.c-l-listTop div:nth-child(3){
	color: #0262b4;
	float: right;
}
.c-l-listTop div:nth-child(3) span{
	font-size: 38px !important;
}

.c-l-listNei ul li{
	padding: 15px 0;
	border-bottom: 1px solid #eeeeee;
	width: calc(100% - 10px);
}

.c-l-listNei ul li .fl{
	height: 50px;
	width: calc(100% - 85% - 10px);
}
.c-l-listNei ul li .fr{
	height: 50px;
	line-height: 25px;
	width: calc(100% - 15%);
	overflow: hidden;  
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 2;  
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #333333;
}

.c-l-listNei ul li .fr:hover{color: #003e6a;}

.c-l-listNei1 ul li{
	padding: 6.9px 0;
	border-bottom: 1px solid #eeeeee;
	width: calc(100% - 10px);
}
.c-l-listNei1 ul li .fl{
	width: calc(100% - 95% - 10px);
}
.c-l-listNei1 ul li .fr{
	line-height: 25px;
	width: calc(100% - 5%);
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #333333;
}
.c-l-listNei1 ul li .fl .c-l-dian span{
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #0262b4;
	line-height: 25px;
}
.c-l-listNei1 ul li .fr:hover a{color: #003e6a;}
.c-l-listNei1 ul li .fr div{
	font-size: 14px;
	color: #666666;
}

.n-r-zong{display: none;}
.n-r-mouth{
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	background-color: #0d7bd1;
}
.n-r-year{
	font-size: 12px;
	line-height: 25px;
	color: #333333;
	text-align: center;
	background-color: #f9fcff;
}

.c-l-list1{
	width: calc((100%/2) - 15px);
	height: 100%;
	float: left;
}

.c-l-list2{
	width: calc((100%/2) - 15px);
	height: 100%;
	float: right;
}

.center-buttom{
	width: calc(100%);
	height: 235px;
	background-color: #f8fbfd;
	margin-top: 40px;
}
.slider-align{display: flex;align-items: center;}

.slider1{
	width: 100%;height: 195px;
}
.sousuo{
	width: 100%;
	height: 40px;
	background-color: #0262b4;
}

.sousuo input[type="text"]{
	text-indent: 15px;
	margin-top: 5px;
	margin-left: 10px;
	width: 195px;
	height: 30px;
	background: #fff;
	border: none;
	color: #333333;
	font-size: 14px;
	line-height: 23px;
}

.sousuo input[type="submit"]{
	width: 20px;
	height: 20px;
	background: url(../img/search.png) no-repeat;
	background-size: 100% 100%;
	border: none;
	position: relative;
	top: 5px;
	left: 3px;
}


@media (max-width: 1200px){
	.sousuo{display: none;}
	.c-r-div{
		height: calc(100% - 40px);
	}
}
@media (max-width: 992px){
	.c-l-div{
		width: calc(100%);
		height: 100%;
	}
	.c-r-div{
		width: calc(100%);
		height: auto;
	}
	.c-r-item{
		width: calc(99% / 3);
		float: left;
	}
}
@media (max-width: 768px){
	.my-width { width: 100%; }
	.c-l-div{
		height: auto;
	}
	.c-l-list1{
		width: calc(94%);
		margin-left: 3%;
	}
	
	.c-l-list2{
		width: calc(94%);
		margin-left: 3%;
		float: left;
		margin-top: 30px;
	}
	.c-r-div{
		width: calc(94%);
		margin-left: 3%;
		margin-top: 30px;
		height: auto;
		float: left;
	}
	.c-r-item{
		width: calc(99% / 2);
		float: left;
	}
	.center-buttom .my-width{
		width: calc(94%);
		margin-left: 3%;
	}
}
@media (max-width: 468px){
	.c-l-listTop div:nth-child(4){display: none;}
}




