@charset "utf-8";
/* CSS Document */
.container{width:1300px; margin: 0 auto;}


/* 内容样式  开始 */
.navBread{background:#f6fbff;line-height:36px;padding:10px 0;font-size: 18px;}

.news_list{display:flex;flex-wrap: wrap;gap:2rem;padding: 15px;margin: 20px auto;-webkit-box-shadow: 0 0 10px #dfe0e2;box-shadow: 0 0 10px #dfe0e2;}
.list_left{width:320px;overflow: hidden;background: #f8f8f8;}
.list_left h1{width: 100%;height: 55px;line-height: 55px;background: #05b2ea;text-align: center;font-size:21px;font-weight: bold;color: #fff;}
.list_left .list_ul li{height: 60px;line-height: 60px;border-bottom: #fff 1px solid;}
.list_left .list_ul li a{display: block;padding: 0 30px;font-size: 18px;background: url(../images/ico_right.png) no-repeat 90% center/7%;}
.list_left .list_ul li a:hover{font-weight: 700;}

.list_right{flex: 1;}
.list_right li{line-height: 75px;height: 75px;font-size:18px;border-bottom: #eee 1px solid;}
.list_right li a{background: url(../images/li_ico1.png) no-repeat 10px center;padding-left: 30px;width:70%;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.list_right li a:hover{font-weight: 700;}

.listTab2{clear:both;margin: 5px;overflow: hidden;}
.listTab2 dt a{text-align: center;display:block;font-size: 18px;float:left;padding:10px 15px;margin-right: 20px;background: #f8f8f8;border: #eee 1px solid;margin-bottom: 10px;}
.listTab2 dt.current a {background: #05b2ea;color: #fff;display: block;font-weight: 700;}
.listTab2 dt a:hover{font-weight: 700;}

/* 详情页样式 开始 */
.final_text{padding: 20px 0;}
.final_text h1{font-size: 24px; color: #2476b9;}
.final_text h1,.final_text h6{text-align: center; line-height: 50px;}
.final_text h6 span{margin: 0 10px;}
.final_text .infobox{text-indent: 2em; line-height: 30px;overflow: hidden;}

.final_text .ldbox{line-height: 30px;overflow: hidden;display: flex;font-size: 18px;margin-top: 20px;}
.ldbox .ldimg{padding:0 30px;}
.ldbox .ldimg img{width: 200px;}
.ldbox .ldmian{background: #F8F8F8;width: 100%;padding: 30px;border-top:#007BC6 2px solid;}
.ldbox .ldmian .ld_name{margin-bottom: 10px;font-weight: 600;}
.ldbox .ldmian .ld_tit{margin-top: 10px;}

.codebox{display:block;margin:0 auto;width:150px;margin-bottom:30px;}
.codetxt{text-align: center;line-height: 35px;color: #6b6a6a;font-size: 12px;}

/* 翻页 */
.clsPage{font-size:14px; color:#000;margin:0px;padding:0px; text-align:center;}
#pages {width: 100%;clear: both;text-align: center;font-size: 14px;margin-top: 20px;margin-bottom: 20px;color: #8d8d8d;}
#pages a, #pages span {margin-left: 3px;margin-right: 3px;width: 31px;height: 22px;line-height: 22px;border: 1px solid #e0e0e0;color: #333;display: inline-block;}
#pages a:hover{border: 1px solid #a0a0a0;}
#pages span {background: #f0f0f0;color:#333;;}
#pages span {font-weight: bold;position: relative;top: 0px;}
#pages a.previous {width: 25px;position: relative;top: 0px;}
#pages a.next {width: 25px;position: relative;top: 0px;}
#pages-num{width:25px;}



@media (min-width: 320px) and (max-width: 740px){

	
	.container{width:100%; margin: 0 auto;}	
	.list_left{width:100%;}	
	.list_left .list_ul li{width: 50%;float: left;}
	.list_left .list_ul li a{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

	.list_right{width: 100%;}
	.list_right li{line-height:36px;height:100%;overflow: hidden;}
	.list_right li a{width:90%;}
	
	.listTab2 dt a{width: 38%;margin-right: 2%;}
	
	.final_text .ldbox{display:block;margin-top: 0;}
	.ldbox .ldimg{padding:0 30px;text-align: center;}
	.ldbox .ldmian{margin-top: 20px;}
	
}
@media (min-width: 740px) and (max-width: 768px){
	.container{width:98%; margin: 0 auto;}
	
	.list_left{width:30%;}	

	.list_right{width: 65%;}
	.list_right li a{width:65%;}
}
@media (min-width: 768px) and (max-width: 979px){
	.container{width:98%; margin: 0 auto;}

	
	.list_left{width:30%;}	

	.list_right{width: 65%;}
	.list_right li a{width:65%;}
}
@media (min-width: 979px) and (max-width: 1300px){
	.container{width:98%; margin: 0 auto;}
}






