@charset "utf-8";
.hdjlbox{
	width: 100%;
}
.lingdao_xx{
	width: 100%;
}
.lingdao_top{
	background:url(../images/zu73.png) no-repeat -73% #a6d9ff;
	display: flex;
	justify-content: space-between;
	height: 130px;
	align-items: center;
	align-items: center;
	width: 94%;
	background-size: auto 100%;
	padding: 0 3%;
}
.lingdao_top_fl img{
	display: block;
}
.lingdao_top_fr{
	width: 32%;
}
.lingdao_top_fr a{
	background: #164ca5;
	font-size: 1.1em;
	color: #fff;
	border-radius: 6px;
	text-align: center;
	margin: 0 8%;
	display: block;
	width: 7em;
	float: left;
	height: 3em;
	line-height: 3em;
}
.xinxiang_hf{
	width: 100%;
	margin: 15px 0 0 0;
}
.xinxiang_hf dt{
	width: 96%;
	height: 50px;
	background: #eff7ff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2%;
}
.xinxiang_hf dt span{
	color: #474746;
	font-size: 1.1em;
	font-weight: bold;
}
.xinxiang_hf dt span:nth-child(1),.xinxiang_hf dd a{
	width: 86%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.xinxiang_hf dt span:nth-child(2),.xinxiang_hf dd em{
	width: 14%;
	text-align:center;
	color: #969494;
}
.xinxiang_hf dd{
	width: 96%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2%;
	font-size:1.2em;
	line-height: 3em;
	border-bottom: solid 1px #e6e6e6;
}
.myzj{
	width: 70%;
}
.myzj ul{
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 2% 0;
}
.myzj ul li{
	width: 27%;
	float: left;
	height: 155px;
	padding: 20px;
	border: #eaeaea solid 1px;
	background: #fafafa;
	border-radius: 5px;
}
.myzj ul li span{
	font-size: 1em;
	color: #fff;
	display: block;
	padding: 3%;
	text-align: center;
	line-height: 1em;
	background: #4669b5;
}
.myzj ul li a{
	display: block;
	font-size: 1.1em;
	color: #333;
	width: 100%;
	overflow: hidden; /* 隐藏溢出内容 */
	text-overflow: ellipsis; /* 添加省略号 */
	display: -webkit-box; /* 启用弹性盒模型 */
	-webkit-box-orient: vertical; /* 垂直排列子元素 */
	-webkit-line-clamp: 4; /* 限制显示两行 */
}
.myzj ul li em{
	display: block;
	color: #999898;
	font-size: 1.1em;
	margin:3% 0;
}
.zjandsq{
	display: flex;
	justify-content: space-between;
	margin: 30px auto 0 auto;
}
.wsxf{
	width: 330px;
}
.wsxf a{
	display: block;
	width: 92%;
	height: 120px;
	color: #257de1;
	font-size: 1.8em;
	display: inline-block;
	padding-left:8%;
	line-height: 120px;
	margin: 0 0 5% 0;
}
.wsxf a:nth-child(1){
	background: url(../images/hdjl_btn_wsxf.jpg) no-repeat;
	background-size: 100% 100%;
}
.wsxf a:nth-child(2){
	background: url(../images/hdjl_btn_jbsl.png) no-repeat;
	background-size: 100% 100%;
}
.location {
	max-width: 1210px;
	margin: 0 auto 20px auto;
    background: url(../images/location_ico.png) no-repeat left center;
    font-size: 1.12rem;
    color: #666666;
	padding: 0 0 0 30px;
}
.all_list{ 
	width:100%; 
	margin:10px 0 0 0;
}
.all_list li{ 
	font-size:1.2em; 
	line-height:3.6em; 
	overflow:hidden;
	border-bottom: 1px dashed #cccccc;
}
.all_list li a{ 
	background:url(../images/dt5.png) no-repeat left center; 
	padding:0 0 0 15px; 
	color:#333; 
	float:left;
	width: 60%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.all_list li em{ 
	float:right; 
	color:#777;
}
.all_title{
	background: url(../images/jx12.png) repeat-x left bottom;
	line-height: 2.8em;
}
.all_title a{
	font-size: 1.4rem;
	color: #164ca5;
	font-weight: bold;
	background: url(../images/jx11.png) repeat-x left bottom;
	padding: 10px 10px 8px 10px;
}
.side_bar{
	float: left;
	width: 20%;
}
.parent-name{
	position: relative;
	height: 3.5em;
	
}
.parent-name .cb{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	height:10px;
	width: 100%;
	background-color: #e9f2fc;
}
.parent-name h4{
	position: absolute;
	z-index: 110;
	float: left;
	max-width: 100%;
	padding: .5em 1em;
	font-weight: bold;
	font-size: 1.375em;
	color: #fff;
	line-height: 1.5em;
	text-align: left;
	background-color: #257de1;
	border-top-right-radius: 25px;
	overflow: hidden;
}
.side_bar dl dd{
	display: block;
	padding: 1em 5%;
	margin-top: .5em;
	line-height: 1.6em;
	max-height: 1.6em;
	text-align: left;
	background-color: #eee;
	border-top: 1px solid #eee;
	border-radius: 3px;
	overflow: hidden;
}
.side_bar dl dd a{
	display: block;
	font-size: 1.1em;
	float: left;
	width: 100%;
}
.side_bar dl dd em{
	display: block;
	font-size: .9em;
	float: right;
	color: #999;
}
.side_bar dl dd:hover,.side_bar dl dd.on{
	background-color: #edf7ff;
	border-top-color: #257de1;
}
.main_content{
	float: right;
	width: 77%;
}
.ldcont_in{
	width: 100%;
	margin:0 0 3% 0;
	overflow: hidden;
}
.pic{
	float: left;
	width: 15%;
}
.pic img{
	display: block;
	width: 100%;
	height: auto;
}
.gangwei{
	width: 81%;
	float: right;
}
.gangwei h4{
	margin-bottom: .5em;
	font-size: 1.5em;
	font-weight: bold;
	color: #257de1;
}
.zw_fengong{
	position: relative;
	padding: .4em 1em;
	font-size: 1.125em;
	line-height: 2em;
	overflow: hidden;
}
.zw_fengong label{
	display: block;
	width: 7em;
	text-align: center;
	color: #257de1;
	background-color: #eee;
	float: left;
	margin: 0 1% 0 0;
}
.zw_fengong p{
	float: left;
}
.leader_text{
	line-height: 2.2em;
	text-align: justify;
	overflow: hidden;
	font-size: 1em;
	margin: 2% 0;
}
.left_nev{
	margin: 3% 0 0 0;
}
.left_nev li{
	padding: 1.2em 0;
}
.left_nev li a{
	display: block;
	line-height:2em;
	font-size:1.2em;
	color: #333;
	padding-left: 12%;
}
.left_nev li:hover{
	background: #f7f8f8;
}
.left_nev li a:hover{
	border-left: solid 4px #2760b7;
}
/* 图片列表 */
.right_img{
	overflow: hidden;
}
.right_img li{
	width:30.335%;
	float: left;
	margin:1.5%;
}
.right_img li a{
	display: block;
}
.right_img li a img{
	display: block;
	width: 100%;
	height: auto;
}
.right_img li a h4{
	font-size:1.2em;
	color: #333;
	margin:.5em 0 .3em 0;
	font-weight: bold;
}
.right_img li a span{
	font-size:1em;
	color: #999;
	font-weight: 100;
}
.wth100{
	width: 100%;
}
.zj_list_box{
	margin: 30px auto 0 auto;
}
.zj_list{
	width: 100% !important;
}
.zj_list ul{
	width: 100%;
}
/************************ 内容 ***************************/
.wenzhang {
    position: relative;
    width: 100%;
    min-height: 500px;
    height: auto !important;
}
.newstitle {
    font-size: 1.8em;
    line-height: 1.8em;
    text-align: center;
    color: #0a5caa;
    font-family: Microsoft YaHei;
    padding: 2% 0;
}
.newsinfo {
    margin: 0 auto;
    line-height: 1.6em;
    text-align: center;
    color: #666;
    font-size:1em;
    border-bottom: solid 1px #ccc;
    padding: 0 0 1% 0;
}
.newsinfo span {
    padding: 0 0.5em;
}
.newscontnet {
    font-size: 16px;
    margin-top: 20px;
    color: #333;
    line-height: 188%;
    padding-bottom: 40px;
    padding-top: 20px;
    text-align: justify;
    word-break: break-all;
}
.TRS_Editor P {
    margin-top: 5px;
    margin-bottom: 5px;
}
.editorWrap {
    border-top: 1px dashed #999;
    padding-top: 3%;
    margin-left: auto;
    white-space:nowrap;
}
.editorWrap span {
    margin-right: 1%;
    color: #999;
    font-size:1em;
}
.hjnewsright h4{
    font-size: 1em;
    padding: 0 0 4% 0;
    text-align: center;
}
.hjnewsright h4 a{
    color: #0a5caa;
}
/************************ 搜索页面 ***************************/
.ssnr {
    background: #fff;
    border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.ssnrspan{
	overflow: hidden;
	font-size: 1.2em;
	float: left;
	width: 60%;
}
.ssnrspan span{
	font-weight: 400;
	color: #999;
	float: left;
}
.ssnrspan h4{
	color: #d23a3e;
	margin-left: 1rem;
	cursor: pointer;
	font-weight: 700;
	width: 60%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}
.ssnrnumber{
	float: right;
	color: #999;
	font-size: 1.2em;
}
.ssnrnumber em{
	color: #015293;
	margin: 0 2px;
}
.ss_list{
	width: 100%;
}
.ss_list dd{
	padding: 1em 0;
	border-bottom: 1px dashed #ddd;
}
.line1{
	display: flex;
	align-items: center;
}
.line1 span{
	color: #015293;
	vertical-align: middle;
	background: #d6e5f2;
	border-radius: 50px;
	padding:.5% 1.5%;
	margin-right: 1%;
	position: relative;
	white-space: nowrap;
	font-size: 1.3em;
}
.line1 a{
	font-size: 1.3em;
	color: #015293;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.xq_content {
	margin: 1% 0;
}
.xq_content a{
	font-size: 1.2em;
	color: #342434;
	line-height: 2em;
}
.line3{
	overflow: hidden;
}
.line3 span{
	font-size: 1em;
	color: #999;
	float: left;
}
.line3 em{
	font-size: 1em;
	color: #999;
	float: right;
}
.el_image{
	width: 100px;
	height: auto;
	margin: 0 1% 0 0;
}
.el_image img{
	width: 100%;
	height: auto;
}
























