@charset "utf-8";
/* CSS Document */

/*全局样式*/
*{
	box-sizing:border-box;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {
	padding: 0;
	margin: 0;}
body{
	 font-family:"微软雅黑" !important;
	 font-size:16px;
	 padding:0;
	 margin:0;
	 background:#EEEEEE;}
div,li,ul,img,a,input,botton{ 
	list-style:none; 
	outline:none; 
	border:none; 
	margin:0; 
	padding:0;}
a:focus{outline:none;}
a:link,a:visited{
	text-decoration:none !important; 
	color:#000;}
a:hover{ 
	text-decoration:none !important; 
	cursor:pointer; 
	color:#CC0303;}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-right: 0px;  
	padding-left: 0px;}
	
.row{ 
	margin-left:0px; 
	margin-right:0px;}

.clear{ clear:both;}

.tabberlive .tabbertab { 
	overflow:visible; 
	overflow:hidden; 
	outline:none;}
.tabberlive .tabbertabhide { display:none;}

/*-------通用样式-----*/
/*居中1200px*/
.maincontainer{ 
	width:1200px;
	margin:0 auto; 
	padding:0;
	overflow: hidden;
}
.left{
	float: left;
}
.right{
	float: right;
}

.sidebar-nav{
	position: fixed;
}
.tlcontainer{ 
	width:1200px;
	margin:0 auto; 
	padding:0;
}


/*-------通用样式结束-----*/
.headcontainer{
	width: 100%;
	min-width: 1200px;
    height: 170px;
    background: #CC0303;
    text-align: center;
}
/*头部*/
.headcon{
	width:1200px;
	height:170px;
	margin: 0 auto;
	position: relative;
}

.head-left, .head-right{
	margin-top: 30px;
}
.head-left img {
    max-width: 476px;
}
.headnav{
	margin-top: 25px;
	font-weight: bold;
}  
.headnav li{ 
	float: left; 
	margin-right: 4px; 
}
.headnav li a{ display: block;
	 width: 115px; 
	 line-height: 30px; 
	 text-align: center;
	 color: #fff; 
	 background: #E80000;
	 } 

.headlogo{
	width: 207px;
	height:187px;
	/*background: url(../images/sy_02.jpg) center center no-repeat;*/
background: url(/sitesources/xclz/upload/202206/20220629104312846.jpg) center center no-repeat;
    margin-left: -103.5px\9;
    position: absolute;
    z-index: 1;
	left: 50%;
	transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/*头部结束*/

/*新闻处布局*/
.newsleft{
	width:630px;
	height:478px;
	float:left;
	margin-top: 85px;
}

/*焦点图*/
.slideBox{
	width:100%;
	height:420px;
	overflow:hidden;
	position:relative;}
.slideBox .hd{
	height:15px; 
	overflow:hidden; 
	position:absolute; 
	right:10px; 
	bottom:15px; 
	z-index:1;  }
.slideBox .hd ul{
	overflow:hidden;
	zoom:1;
	float:left;}
.slideBox .hd ul li{
	float:left;
	margin-right:5px;
	width:15px;
	height:15px;
	background:#9b9a9a;
	cursor:pointer;
	color: #fff;
	font: 12px/15px '微软雅黑';
	text-align: center;
	border-radius: 15px;
}
.slideBox .hd ul li.on{
	background:#fff; 
}
.slideBox .bd{
	position:relative;
	height:100%;
	z-index:0;}
.slideBox .bd li{
	zoom:1;
	vertical-align:middle; }
.slideBox .bd img{
	width:630px;
	height:420px;
	display:block;}
.slideBox .bd .slidetext{
	position: relative;
    height: 40px;
    margin-top: -40px;
    background: rgba(0,0,0,0.6);
	}
.slideBox .bd .slidetext span{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	padding-left: 20px;
	font-size: 16px;
}
.mainmore{
	width: 100%;
	display: inline-block;
	height: 57px;
	background: url(../images/sy_18.jpg) right center no-repeat;
}
	
.newsright{
	width:530px;
	height:478px;
	float:right;
	margin-top: 52px;
}
.tbgz{
	width: 100%;
	height: 110px;
	float: left;
	background: url(../images/sy_15.jpg) left center no-repeat;
}
.tycontent{
	width: 100%;
	height: auto;
	float: left;
}
.tycontent li{ 
	height: 28px; 
	margin: 25px 0;  
	position: relative;
}
.tycontent li::before{ 
	content:"●"; 
	position: relative;
	top: -8px; 
	left: 1px;
	color:#555; 
	font-size:12px;
 }
.tycontent li:hover a{ 
	color:#CC0603; 
}
.tycontent li a{ 
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block; 
	font-size: 18px; 
	margin-left: 10px; 
} 
.tycontent li a span{
	position: absolute; 
	right: 0; 
	font-size: 13px; 
}  



/* 一线动态 */
.yxdt{
	width: 100%;
	margin: 0 auto;
	height: 736px;
	position: relative;
	background: url(../images/sy_21.jpg) top center no-repeat #fff;
}
.mainsearch{
	width: 1200px;
    height: 33px;
    margin: 70px auto 45px auto;
}
.search-form{
	width: 420px;
	height: 33px;
	border-radius: 5px;
	background: #ECECEA;
	float: right;
	padding-left: 52px;
}
.input-search{
	width: 316px;
	height: 33px;
	float: left;
	font-size: 14px;
	color: #999999;
	padding-left: 45px;
	background: url(../images/search_icon.png) 10px center no-repeat #fff;
}
.search-btn{
	width:52px;
	height: 33px;
	border: none;
	float: right;
	background: url(../images/sy_18.jpg) right center no-repeat;
	outline: none;
}


/* 要闻速递处标签切换 */
.ywsdslideTxt{
	width:100%;
	height:100%;
	float:left;
	position: relative;
}
.ywsdslideTxt .hd{
	width: 449px;
	height:420px;
	position:relative;
	float: left; 
}
.ywsdslideTxt .hd ul{
	float:left;
	position:absolute;
	height:420px;
}
.ywsdslideTxt .hd ul li{
	width: 449px;
    height: 72px;
    margin-bottom: 15px;
}
.ywsdslideTxt .hd ul li a{
    width: 449px;
    height: 72px;
    margin-bottom: 15px;
    border: 2px solid #CC0303;
    box-sizing: border-box;
	padding: 5px 50px;
	display: inline-block;
}
.ywsdslideTxt .hd ul li span{
	display: block;
    font-size: 22px;
}
.ywsdslideTxt .hd ul li.on a{
	color: #fff;
	background: url(../images/sy_22.jpg) no-repeat;
}
.ywsdslideTxt .bd{
	float: right;
	width: 705px;
}
.ywsdslideTxt .bd ul{
	zoom:1;
	position:relative;
	padding-top:10px;
	float: left;
	width: 705px;
}
.ywsdslideTxt .bd ul li{ 
	position: relative;
    height: 55px;
    line-height: 55px;
}
.ywsdslideTxt .bd ul li::before{ 
	content: "●";
    position: relative;
    top: -24px;
    left: 1px;
    color: #555;
    font-size: 12px;
 }
 .ywsdslideTxt .bd ul li:hover a{ 
	color:#CC0603; 
}
.ywsdslideTxt .bd ul li a{ 
	width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-size: 18px;
    margin-left: 10px;
} 
.ywsdslideTxt .bd ul li a span{
	position: absolute;
    right: 0;
    margin-top: 5px;
    height: 45px;
    line-height: 20px;
    width: 50px;
    padding: 2px 1px 4px;
    background: #707070;
    font-size: 12px;
    color: #fff;
    text-align: center;
}  
.ywsdslideTxt .bd ul li a span em {
    font-style: normal;
    display: block;
    font-size: 18px;
}

.ywsdpiclist{
	position: absolute;
	right:0;
	bottom:0;
}
.ywsdpiclist a{
	width: 220px;
	height: 49px;
	float: left;
	margin-left: 20px;
}

/* 专题专栏 */
.ztzl{
	 width: 100%;
	height: 130px;
	float:left;
	margin-top: 20px;
}
.picScroll-left{ 
	position: relative;
    width: 100%;
	height: 130px;
	overflow: hidden;
	background: url(../images/sy_27.jpg) no-repeat;
	padding: 15px 100px;
	float: left;
}
.picScroll-left .hd .prev,
.picScroll-left .hd .next{
	position: absolute;
	top: 47px;
	display:block;  
	width:40px; 
	height:40px; 
	float:right; 
	overflow:hidden; 
	cursor:pointer;z-index: 5}
.picScroll-left .hd .next{
	right: 50px;
            top: 105px;
}
.picScroll-left .hd .prev{
	left: 50px;

}
.picScroll-left .bd ul{
	overflow:hidden;
	zoom:1; 
}
.picScroll-left .bd ul li{
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;}

.picScroll-left .bd ul li img{
	width:333px;
	height:100px;
	display:block;
	transition: all .2s;
}


/* 教育视界 */
.jysj{
	width: 100%;
    height: 560px;
	background: #CCCCCC;
	margin: 0  auto;
}
.jysjcon{
	width: 1300px;
	height: 560px;
	margin: 0 auto;
	padding: 0 50px;
	overflow: hidden;
}
.jysj-left{
	width: 820px;
	height: 511px;
	padding-top: 65px;
}
.jysj-right{
	width: 308px;
	height: 511px;
	padding-top: 45px;
}

/* 图文诗影处标签切换 */
.twsyslideTxt{
	width:100%;
	height:100%;
	float:left;
	position: relative;
}
.twsyslideTxt .hd{
	width: 130px;
	height:473px;
	position:relative;
	float: left; 
}
.twsyslideTxt .hd>img{
	width:130px;
	height: 120px;
}

.twsyslideTxt .hd ul{
	float:left;
	position:absolute;
	height:336px;
}
.twsyslideTxt .hd ul li{
	width: 130px;
    height: 70px;
    margin-top: 10px;
}
.twsyslideTxt .hd ul li a{
	position: relative;
	float: left;
    width:100%;
	height:auto; 
    padding: 0px;
}
.twsyslideTxt .hd ul li a:hover{
	z-index: 9999;
}
.twsyslideTxt .hd ul li a img{
	width: 130px;
	transition: 1s transform;
	transform: translateZ(0);
}
.twsyslideTxt .hd ul li a:hover img{
	transform: scale(1.1, 1.1);
	transition: 1s transform;
		
}
.twsyslideTxt .bd{
	padding: 20px 15px;
    border: 1px solid #CC0303;
    position: relative;
    width: 668px;
    height: 451px;
	box-sizing: border-box;
	float: right;
}
.twsyslideTxt .bd ul{
	zoom:1;
	position:relative;
	float: left;
	width: 100%;
	height: 100%;
}
.twsyslideTxt .bd ul .twsytit{ 
	position: absolute;
    bottom: 0px;
    left: 0px;
    width: 636px;
    background: #7D7966;
    background: rgba(0,0,0,.5);
    line-height: 45px;
    height: 45px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.twsyslideTxt .bd ul .twsytit span{ 
	float: left;
    margin-right: 10px;
    width: 520px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
 }
 .twsyslideTxt .bd ul .twsytit img{
	float: right;
    font-size: 30px;
    height: auto;
    margin-top: 5px;
    opacity: 1;
 }
 .twsysp img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 40px !important;
    height: 40px !important;
 }
 a.twsy1{
	 color: #000;
 }

 .twsy1 img{
	max-width: 100%;
    width: auto;
    height: 409px;
    display: block;
    margin: 0 auto;
    vertical-align: middle;

 }
 .twsy2{
	width: 100%;
	height: 364px;
	overflow-y: auto;
	padding: 20px;
	background: url(../images/news_list.jpg) left top no-repeat;
 }
 .twsy2 p{
	 font-size: 14pt;
	 line-height:28pt;
	 margin-bottom: 15px;
	 text-indent: 2em;
 }


 /* 教育视界 */
 .jysjpic{
	 width: 100%;
	 height: 101px;
	 float: left;
	 background: url(../images/sy_37.jpg) left top no-repeat;
 }

.jysj-right-bottom { 
	margin-top: 147px; 
	float: left;
} 
.jysj-right-bottom ul {
	 margin-right:3px; 
	} 
.jysj-right-bottom ul li.dzsj-icon a{
	 margin-bottom: 6.5px; 
	 height: 49px;
	 display: block; 
	} 
.jysj-tgx{ 
	margin: 5px 0 0px;
	float: left;
 }
 .jysj-tgx a{
	 width: 100%;
	 height: 49px;
	 float: left;
 }
 .jysj-tgx a + a{
	margin-top: 10px;
}


/* 尾部内容 */

.footcontainer{
	width: 100%;
	min-width: 1200px;
	position: relative;
    height: 165px;
    background: #CC0303;
}
/* 网站链接 */
.sitelink{
	width: 100%;
	height: 28px;
	float: left;
	margin-top: 15px;
}
.sitelinktit{
	width: 90px;
	float: left;
    font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.sitelinkcon{
	width: 265px;
	height: 28px;
	float: left;
	background: #fff;
	border: none;
	font-size: 16px;
	outline: none;
	color: #666;
	padding-left: 20px;

}
.sitelinkcon + .sitelinkcon{
	margin-left: 15px;
}
.footlcon{
	width: auto;
	height: 79px;
	float: left;
	margin-top: 30px;
}
.footcon{
	width: 589px;
	height:auto;
	float: left;
	margin-top: 20px;
	padding-left: 20px;
}
.footcon li{
	width: 100%;
	height:40px;
	float: left;
	font: 16px/40px '微软雅黑';
	color: #fff;
}
.footcon li a{
	color: #fff;
}
.footrcon{
	width: 495px;
	margin-top: 30px;
	
}
.footrcon span{
	width: auto;
	float: left;
    font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding-right: 20px;
}
.footrcon ul li{
	 float: left; 
	 margin: -6px 25px 0 0; 
	 text-align: center;}
.footrcon ul li:last-child{
	   margin-right: 0; 
}
.footrcon ul li a{
	color: #fff;
}
.code{
/* position: absolute;*/
    width: 160px;
    height: 160px;
    /*right: 179px;
    bottom: 50px;*/
float:left;
margin-top:-70px;
    
}
.code img{
width: 160px;
    height: 160px;
}
/*默认二级页*/


/*当前位置*/
.seat-box{
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-left: 50px;
}
.seat-box span,
.seat-box a{
	margin-right: 8px;
	color: #999;
	font: 16px/50px 'notoRegular';
}

/*分页栏目*/
.ejbg{
	width: 100%;
	height: 770px;
    overflow-y: scroll;
    box-sizing: border-box;
    min-width: 1200px;
}

/*灰色莲花   二级页面*/
.news_list_bg{ background: url(../images/news_list.jpg);  }
/*灰色莲花   三级页面*/
.news_content_bg{ background: url(/sitesources/xclz/upload/202005/20200525101227795.jpg);  }

/*彩色莲花   二级页面*/ 
.jiaoyu_bg{ background: url(../images/jiaoyu.jpg);   }
/*彩色莲花   三级页面*/ 
.jiaoyu_xq_bg{ background: url(/sitesources/xclz/upload/202005/20200525154544783.jpg);  }

/*图片列表页*/
.tupianxinwen_list_bg{ background: url(../images/tupianxinwen_list.jpg);  }


.layout3_L{
	width: 346px;
	float: left;
}
.layout3_R{
	width:770px;
	float: right;
}
.xxgkpaging-list{ margin-top:0px}
.paging-list{ width: 100%;}
.paging-list li{
	      width: 350px;
    height: 173px;
    float: left;
    margin-bottom: 25px;
    text-align: center;
    margin: 0 25px 25px 25px;
}
.paging-list li a{
	display: block;
    width: 100%;
    height: 173px;
    padding: 80px 0 0 55px;
    box-sizing: border-box;
    background: #FDF5DA;
    background: rgba(255,255,255,.3);
    border: 2px solid #C8BAA8;
}
.paging-list li a:hover,.paging-list li a.active{
	border: none;
    color: #fff;
    background: #EA9C85;
    background: rgba(220,21,20,.7);
}
/*.paging-list li:first-child + li {
    margin: 0 2% 25px;
}*/
.paging-list li a span {
	display: block;
	text-align: left;
}
.paging-list li a span:first-child {
    font-size: 30px;
}



.pagingleft-list{ width: 100%;}
.pagingleft-list li{
	width: 383px;
	height: 173px;
	float: left;
	margin-bottom: 25px;
	text-align: center;
}
.pagingleft-list li a{
	display: block;
    width: 100%;
    height: 173px;
    padding: 30px 0 0 55px;
    box-sizing: border-box;
    background: #FDF5DA;
    background: rgba(255,255,255,.3);
    border: 2px solid #C8BAA8;
}
.pagingleft-list li a:hover,.pagingleft-list li a.active{
	border: none;
    color: #fff;
    background: #EA9C85;
    background: rgba(220,21,20,.7);
}
.pagingleft-list li:first-child + li {
    margin: 0 0% 25px;
}
.pagingleft-list li a span {
	display: block;
	text-align: left;
}
.pagingleft-list li a span:first-child {
    font-size: 30px;
}

/*灰色莲花分页信息*/
.newslist{
	padding: 30px 0 15px;
}
.newslist li{
	height: 24px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 30px 0;
position:relative;
}
.newslist li::before{
	content: "●";
    position: relative;
    top: -2px;
    left: 0px;
    color: #555;
    font-size: 12px;
}
.newslist li:hover a{ 
	color:#CC0603;
 }
.newslist li a{
	font-size: 18px; 
	margin-left: 10px;
	 margin-top: -20px; 
	} 
.newslist li::before{  
	top: -8px; 
 }
.newslist li a{ 
	display: inline-block; 
	margin-top: 0;
	width: 600px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.newslist li a strong{
	 font-weight: normal; 
	 display: inline-block; 
	}
.newslist li a span{
	 position: absolute; 
	 right: 0px; 
	 font-size: 13px; 
	}


/*彩色莲花分页信息*/
.colornewslist{
	padding: 54px 0 67px;
	position: relative;
}
.colornewslist li{
	width: 655px;
    background: url(/sitesources/xclz/upload/202005/20200526101736323.jpg) no-repeat;
    background-size: 45%;
    background-position-x: 200px;
    background-position: right;
	height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 30px 0;
}
.colornewslist li::before{
	content: "●";
    position: relative;
    top: -2px;
    left: 0px;
    color: #555;
    font-size: 12px;
}
.colornewslist li:hover a{ 
	color:#CC0603;
 }
.colornewslist li a{
	font-size: 18px; 
	margin-left: 10px;
	 margin-top: -20px; 
	} 
.colornewslist li::before{  
	top: -8px; 
 }
.colornewslist li a{ 
	display: inline-block; 
	margin-top: 0;
	width: 600px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}
.colornewslist li a strong{
	 font-weight: normal; 
	 display: inline-block; 
	}
.colornewslist li a span{
	position: absolute;
    right: 0;
    margin-top: -20px;
    height: 50px;
    line-height: 20px;
    width: 60px;
    padding: 5px;
    background: #707070;
    font-size: 12px;
    color: #fff;
    text-align: center;
	}
.colornewslist li a span em{
	font-style: normal;
    display: block;
    font-size: 18px;
	}

/*详情页*/
.cms-article-box{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.article-tit{
	width: 100%;
	padding: 10px 30px;
    border-bottom: 1px solid #C8BAA8;
    text-align: center;
    font-size: 20pt;
    font-weight: bold;
    color: #585856;
}
.article-data{
	text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #9C9C9C;
}
.article-data span{ margin-right: 10px}
.article-cont p{
	text-indent: 2em;
	color: #333;
	font: 18px/36px 'notoRegular';
text-align:justify;
}

.cms-article-video{
	margin:0 auto;
	width:600px;
	height:400px;
}
.article-cont img{
	display:block;
	margin:0 auto;
	max-width:900px;
	height:auto;}
.e .slideDown .share b{
		border:solid 5px #EDEDEB;
		border-top-color: #757575;
	}
.e .slideCur .share b{
		border:solid 5px #f5f5f5;
		border-top-color:#1e63b0;
	}
	.e .slideDown .share{
		width: 100%;
	}


/*分页符颜色更换*/
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background:#CC0303;
	border-color:#CC0303;}
.pagination>li>a, .pagination>li>span{
	color:#CC0303;}
.jumpToSel input:last-child{
	background:#CC0303;
	color: #fff;
}


/* 首页右侧滚动图片 */
.notie1 {position: fixed;width:135px;height:292px;left: 10px; bottom: 50%; margin-top: -150px; display: block;padding:1px;z-index: 99;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); }

.notie2 {position: fixed;width:300px;height:168px;right: 10px; bottom: 50%; /*margin-top: -150px;*/ display: block;padding:1px;z-index: 99;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); }
*html{
background-image:url(about:blank);
background-attachment:fixed;
}


/* 新闻图片分页图片列表 */
.pic_new{ 
	width: 100%; 
	padding-bottom: 80px;  
}
.pic_new ul{ 
	padding: 30px 0;
 }
.pic_new ul li{
	 float: left;  
	 margin-bottom: 20px; 
	 height: 338px; 
         margin:0 13px;
	}

.pic_new ul li:hover a{ 
	color:#CC0603;
 }
.pic_new ul li:hover a img{
	opacity: .8;
	 filter:alpha(opacity=80); 
	}
.pic_new ul li a{ 
	display: block;
}
.pic_new ul li a img{ 
	width: 374px; 
	height: 249px;
 }
.pic_new ul li{
	position:relative
}
.pic_new ul li a img.play{
	width:60px;
	height:60px;
	position:absolute;
	left:50%;
	top:30%;
	margin-left:-30px;
}
.pic_new_p1{
	margin: 5px 0;
	width: 354px;
	height: 42px;
	overflow: hidden;
	padding: 0 10px;
	text-align:center;}
.pic_new_p2{ 
	text-align: right;
 }

/*电子书架*/
.shujia{ 
	margin-top: 20px;
	 width: 270px;
	 height: 676px; 
	 position: relative;
	margin-bottom: 80px; }
.shujia img{ 
	width: 100%;
	height: 100%; 
	position: absolute;
 }

.shujia_ul{ 
	float: right;
    width: 900px;
	height: 676px;
	 margin: 20px 0 0 30px; 
	 padding: 30px 0; 
	 background: url(/sitesources/xclz/upload/202005/20200529101834640.png) no-repeat; 
	  background-size: 900px 676px; 
	  padding-bottom: 80px;
	}
.shujia_ul li{
	margin: 45px 7.5px 20px 0;
	box-shadow: 4px 4px 14px 1px #777;
	display: inline-block;
}
.shujia_ul li:first-child{ margin: 45px 7.5px 20px 80px;}
.shujia_ul li a{
	text-align: center;
	display: block;
	width: 167px;
	height: 253px;
	background: url(/sitesources/xclz/upload/202005/20200529101957240.jpg) no-repeat;
	background-size: 167px 253px;
}
.shujia_ul li a img{ 
	display: block;
	margin: 0 auto; 
 }
.shujia_ul li a p,.shujia_ul li a h2{ 
	font-size: 22px;
	color: #E02817;
	 font-weight: bold;
	 font-family: "宋体";
	 }

/*测试平台*/
.cepin{ 
	margin-top: 20px; 
	width: 1195px;
	height: 172px;
	 position: relative; 
	}
.cepin img{
	 width: 100%;
	 height: 100%;
	  position: absolute; }
.cspt ul { 
	padding: 40px 30px 20px; 
	background: url(/sitesources/xclz/upload/202005/20200529112049483.png) no-repeat; 
	 background-size: 1195px 100%;
	 width: 100%;
	 height: 489px;
	 float: left;
	 margin-bottom: 80px;
	} 
.cspt ul li{
	 width: 370px;
	 height: 103px; 
	 margin-bottom: 40px;  
	 background: url(/sitesources/xclz/upload/202005/20200529141242888.jpg) no-repeat; 
	 box-shadow: 0px 4px 9px 1px #777;
	 float: left;
	}
.cspt ul li:nth-child(2),.cspt ul li:nth-child(5),.cspt ul li:nth-child(8){ margin: 0 15px 40px; }
.cspt ul li:first-child + li,.cspt ul li:first-child + li+ li+ li+ li,.cspt ul li:first-child + li+ li+ li+ li+ li+ li+ li{ margin: 0 13px 40px; }
.cspt ul li a p{ width: 280px; height: 60px;  margin: 33px 17px 0; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical;-webkit-line-clamp: 2; text-align: center; color: #DB1515; font-size: 22px; font-weight: bold;}
.cspt ul li a p.fir_txt{  height: 26px; }
.cspt ul li a p.sec_txt{ height: 26px;  margin: 0px 0 0 15px;}

































/*各县市区CSS20200804*/
.wztop{width: 100%;height: 300px;background: url(/sitesources/kflzw/theme/uxtheme10004/images/top.jpg) top center no-repeat;}
			.logo{
				width: 1200px;margin: 0 auto;padding: 62px 0;
				text-shadow: #fff 3px 0 0, #fff 0 3px 0, #fff -3px 0 0, #fff 0 -3px 0;
			    font-size: 54px;font-weight: bold;   font-family: 宋体;
			    color: #C20904;    overflow: hidden;}
				.logoz{float: left;width: 74px;}
				.logoyt{float: left;
    width: 1100px;
    height: 70px;
    margin-left: 10px;
    letter-spacing: 2px;
    line-height: 70px;
    font-size: 55px;
    color: rgb(166, 20, 15);
    font-family: 方正大标宋_GBK;
    font-weight: bold;
    text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 0px 3px 0px, rgb(255, 255, 255) -3px 0px 0px, rgb(255, 255, 255) 0px -3px 0px; }
				.logoyb{    float: left;
    width: 1100px;
    height: 70px;
    line-height: 70px;
    margin-top: 20px;
    margin-left: 10px;
    letter-spacing: 34.6px;
    font-size: 55px;
    color: rgb(166, 20, 15);
    font-family: 方正大标宋_GBK;
    font-weight: bold;
    text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 0px 3px 0px, rgb(255, 255, 255) -3px 0px 0px, rgb(255, 255, 255) 0px -3px 0px;}
				.wznav {background: #8a0000;}
				.navbj {width: 1200px;margin: 0 auto;}
				.navbj ul{overflow: hidden;height: 60px;}
				.navbj ul li{float: left;width: 16.6%;line-height: 60px;text-align: center;}
				.navbj ul li a{color: #fff;    font-size: 24px;font-weight: bold;}
				
				.mzmain {
				    width: 1200px;
				    margin: 0 auto;
				    overflow: hidden;    
min-height:390px;
				}
				.lbbj {
				    width: 100%;
				    overflow: hidden;
				}
				.lbbjz {
				    width: 654px;
				    height: 440px;
				    float: left;
				    margin-right: 20px;border: 1px solid #ccc;
				}
				.lbbjy {
				    width: 510px;
				    float: right;
				    min-height: 440px;    position: relative;
				     
				}
				
				
				.zybj {
				    width: 1200px;
				    overflow: hidden;    margin-top: 20px;
				}
				.zbj {
				    width: 280px;
				    float: left;
				    
				    overflow: hidden;
				}
				.ldjg {
				     background: #eee;
				    overflow: hidden;min-height:653px;
				}
				.lmbttop {
				    height: 44px;
				    line-height: 44px;
				    background: #eee;
				    border-bottom: 1px solid #AF0000;
				}
				span.hongt {
				    width: 10px;
				    height: 24px;
				    background: #AF0000;
				    display: block;
				    margin: 10px;
				    float: left;
				}
				span.lmbt {
				    font-size: 22px;
				    color: #AF0000; 
				}
				.lmbttop a{
					float: right;
					margin-right: 10px;
				}
				.jljcwyh {
				    padding: 20px;min-height: 234px;
				}
				.jljcwyh .name1 {
				    font-weight: bold;
				    line-height: 28px;font-size: 16px;
				}
				.jljcwyh .name2 {
				    line-height: 34px;font-size: 16px;
				}
.name2 a {
    display: inline-block;
    margin-right: 8px;
}
				a.xxbtn {
				    display: block;
				    width: 156px;
				      margin: 10px auto;
				    background: #fff;
				    height: 40px;
				    line-height: 20px;
				    text-align: center;
				    border-radius: 14px;
				    font-size: 18px;
				    padding: 10px;color: #AF0000;
				}
				.zzjg {
				    height: 133px;background: #eee;
				    margin: 5px 0; 
				    width: 280px;
				}
				.zzjg img {
				    margin: 28px 24px;
				}
				.gzcx {
				    width: 280px;
				    height: 245px;
				}
				.lmlb ul{
				    overflow: hidden;
				}
				.lmlb ul li{    height: 40px;
    line-height: 40px;
    padding-left: 5px;}
				.lmlb ul li a{    font-size: 16px;}
				
				
				
				.ybj {
				    width: 890px;
				    float: right;
				    overflow: hidden;
				}
				.ybjz {
				    width: 430px;
				    float: left;margin-bottom: 20px;min-height:245px;
				}
				.ybjy {
				    width: 430px;
				    float: right;margin-bottom: 20px;min-height:245px;
				}



/*图片新闻*/
.imgnews{ margin: auto; overflow: hidden}
.banner_0{ margin: auto; position: relative; z-index: 100; }
.banner_0_top{ margin: auto; height: 440px; }
.banner_0_top li{ position:absolute; left:0; top:0; width: 654px; height: 440px; text-align:center;}
.banner_0_top li img{ position:relative;width: 654px; height: 440px;}
.banner_0_top li .tit{ position: absolute; text-align: center; left: 0px; bottom: 0px; width: 646px; height: 50px;line-height: 50px; background:url(../images/sjjscqh_imgtit.png) repeat; }
.banner_0_top li .tit h4{ margin: auto; font-size: 20px; line-height: 50px; margin: 0px 5px; text-align: left; color: #ffffff;text-indent: 0.1em; }
.banner_0_top li .tit h4 a{color: #ffffff;}
.banner_0_top li .tit h4 a:hover{ text-decoration: underline;}

.banner_0_bottom {position: absolute;bottom: 8px;right: 0; margin: auto; width:28%; text-align: center; z-index: 20; }
.banner_0_bottom span{ background: #fff; width: 20px; height: 20px; line-height: 20px; display: inline-block; cursor:pointer; margin-left: 5px; }
.banner_0_bottom span.on{ background: #b40000;}
.pre, .next {
    position: absolute;
    left: -56px;
    top: 50%;
    margin-top: -58px;
    width: 56px;
    height: 117px;
    /*background: url(../images/l.png) center no-repeat;*/
    z-index: 999;
}
.next {
    left: auto;
    right: -56px;
     /* background-image: url(../images/r.png);*/
    z-index: 999;
}
.imgnews:hover .pre{
    left: 0;
    transition: 1s ease all;
}
.imgnews:hover .next{
    right: 0;
    transition: 1s ease all;
}

/*尾部*/
				.foot-box {
				    width: 100%;
				    overflow: hidden;
				    border-top: 2px solid #ea3232;
				    background-color: #eee;
				}
				.foot-cont {
				    position: relative;
				    width: 1200px; margin: 24px auto;
				}
				.l-img {
				    position: absolute;
				    top: 0;
				    left: 230px;
				    width: 59px;
				    height: 91px;
				    background: url(images/icp.png) no-repeat center;
				}
				.r-img {
				    position: absolute;
				    top: 0;
				    right: 220px;
				    width: 64px;
				    height: 79px;
				    background: url(images/dz.png) no-repeat center;
				}
				.foot-cont li {
				    text-align: center;    line-height: 38px;
    font-size: 18px;
				}
				.foot-cont li span {
				    margin: 0 5px;
				}

.temp4_tit2 {
   font-size: 24px;
    line-height: 31px;
}
.xwtt_line {
       margin: 3px 0;
    border-top: 1px solid #ccc;
    height: 1px;
}

a.more3 {
    float: right;
    font-size: 16px;    position: absolute;
    bottom: 0;
    right: 0;
}


.mapBg {
    overflow: hidden;
    border: 1px solid #ccc;
}
.mapBox {
    width: 220px;
    height: 40px;
    margin-bottom: 8px;
    text-align: center;
    background: url(/sitesources/qfayw/upload/201905/20190506151130057.png) no-repeat center;
    float: left;
    margin: 39px;
    line-height: 40px;
}

.time-search{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;    margin-bottom: 20px;
}
.time-left{
	float: left;
	color: #333;
	font-size: 20px;
	line-height: 52px;
	font-family: '楷体';
}
.search-right{
	float: right;
    margin-top: 8px;
}
.input-search1{
	color: #000;
    width: 252px;
    height: 40px;
    margin-top: 6px;border: 1px solid #ccc;
}
.ciq-search-btn1{
	    width: 60px;
    height: 40px;
    margin-left: 6px;
    margin-top: 6px;
    background: #8a0000;
    border: #8a0000;
    color: #fff;
}
.search-right  .ciq-search-btn{
  width: 50px;
    height: 32px;
}
.ld-tit1 {
    width: 80%;
    height: 40px;
    border-left: 10px solid #8a0000;
    font-size: 30px;
    margin: 0px auto;
    padding-left: 20px;
    border-bottom: 2px dashed #8a0000;
    color: #8a0000;
    line-height: 32px;
    font-weight: bold;
}
.mzmain .seat-box{
	width: 100%;
	height: 50px;     padding-top: 0px;
	padding-left: 50px;
	border-bottom: 1px solid #e8e8e8;
	background: url("/sitesources/lhsjjw/theme/uxtheme10005/images/erji-01.png") no-repeat left center;
}
.ld{width:100%;background:#F5F5F5;padding-top:40px;}
.ld-tit{width:80%;height:40px;background:#FAEFC6;border-left:10px solid #D0BB6B;font-size:30px;margin:0px auto;padding-left:20px;}
.ld-con{padding-bottom:20px;}
.ld-con .jgtit{font-weight:bold;font-size:36px;color:#000;margin:0px auto;text-align:center;margin-top:60px;}
.ld-con .jgcon{font-size:20px;color:#000;margin:0px auto;line-height:48px;margin-top:40px;width:70%;}
.ld-con .jgcon a {
    font-size: 20px;
    color: #000;
    margin: 0px auto;
    line-height: 25px;
    margin-top: 0px;
    display: inline-block;
    width: 140px;
}



/*信息公开*/
.content-bg {
    width: 1128px;
    margin: 0 auto;
    box-shadow: 0 8px 40px #ccc;overflow: hidden;
    padding: 20px;    background: #fff;
}
.xxgk1{
    display: table;
    content: " ";
}
.xxgk1{
      width: 100%;
    background: #fff;
}
.xxgk1 ul li{
width: 150px;
    float: left;line-height: 80px;
    height: 80px;
    background: #eee;
    margin: 25px 61px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}
.xxgk1 ul li a{
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #333;
    font-size: 25px;
    text-align: center;
    line-height: 80px;
}

/*特殊详情页面处理*/
.xc-tscl-tp{
            width: 900px;
            margin: 0 auto;
            position: relative;
           min-height:1800px;
        }
        .xc-tscl-tp .xc-tscl-bg{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 50;
        }
        .xc-tscl-tp .xc-tscl-bg img{
            display:block;
	margin:0 auto;
	max-width:900px;
	height:auto;
        }
        .xc-tscl-tp .xc-tscl-yp{
            position: absolute;
            top: 0;
            left: 0;
        }
        .xc-tscl-tp .xc-tscl-btn{
            width: 200px;
            height: 42px;
            position: absolute;
            top: 782px;
            right: 137px;
            z-index: 99;
               cursor: pointer;
        }
.logo.on{
    width: 100%;
}
.logo_new{
    position: absolute;
    top: 113px;
    left: 0;
    width: 100%;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 74px;
    font-size: 48px;
    color: #a6140f;
    font-family: "方正大标宋_GBK";
    font-weight: bold;
    text-shadow:#fff 3px 0 0,#fff 0 3px 0,#fff -3px 0 0,#fff 0 -3px 0;
    -webkit-text-shadow:#fff 3px 0 0,#fff 0 3px 0,#fff -3px 0 0,#fff 0 -3px 0;
    -moz-text-shadow:#fff 3px 0 0,#fff 0 3px 0,#fff -3px 0 0,#fff 0 -3px 0;
    *filter: Glow(color=#fff, strength=3);
}
.logo .logo_new #dh{
    display: block;
    padding-left: 70px;
    background: url("../images/dh.png") no-repeat center left;
    margin-right: 40px;
}
.logo .logo_new #gh{
    display: block;
    padding-left: 70px;
    background: url("../images/gh.png") no-repeat center left;
}