﻿@charset "UTF-8";
/*
*   program: &#98;&#101;&#51;&#54;&#53;&#23448;&#32593;&#95;&#98;&#97;&#116;&#51;&#54;&#53;&#22312;&#21738;&#36827;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#20307;&#32946;&#22312;&#32447;&#22823;&#38470;教育局首尾页样式
*   author: jinshijia
*   date: 2019-05-29
*/

/********************************首页头尾*********************************/
body{
    background: #f0f9ff;
    min-width: 1200px;
}
.centerWidth{
    width: 1200px;
    margin: 0 auto;
}
 a:hover{
    color:#2980d1;
}
.s-logo{
    position: absolute;
    left: 0;
    top: 0;
    padding:30px 0 0 20px;
    width: 360px;
    height: 100px;
    background: #1575ce;
    z-index:30;
}
.x-nav{
    margin-left: 435px;
}
.x-nav li{
    float: left;
    margin-right: 17px;
}
.x-nav li a{
    display: block;
    padding:0 7px; 
    height:55px;
    line-height: 55px;
    font-size: 22px;
    font-weight: 800;
    color: #333;
    font-weight: 800;
}
.x-nav li a.cur{
    border-bottom: 3px solid #e44c4c;
    color: #e44c4c;
}
.x-nav li a:hover{
    color: #e44c4c;
    border-bottom: 3px solid #e44c4c;
}
.x-header-top{
    position: relative;
    padding-top: 36px;
    height: 54px;
}
.site{
    position: absolute;
    top: 0;
    right: 0;
    background: url(site_bg.png);
    width: 125px;
    height: 24px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 24px;

}
.x-header-top span{
    display: block;
    width: 38px;
    margin:10px 7px 0 0;
    float: left;
}
.weixin,.tougao,.sousuo{
    position: relative;
}
.weixin_block{
    padding: 13px 0 0 5px;
    width: 145px;
    height: 145px;
    background-image: url(weixin_bg.png);
    position: absolute;
    z-index: 44;
    left:-56px;
    top: 47px;
    display: none;
}
.weixin:hover .weixin_block{
    display: block;
}
.tougao:hover .tougao_block{
    display: block;
}
.sousuo:hover .sousuo_block{
    display: block;
}
.tougao_block{
    font-size: 17px;
    width: 165px;
    height: 60px;
    padding: 20px 0 0 15px;
    background-image: url(tou_bg.png);
    position: absolute;
    z-index:50;
    top:47px;
    left:-67px;
    display: none;
}
.tougao_block p{
    color: #333;
}
.sousuo_block{
    position: absolute;
    z-index: 60;
    width: 178px;
    height: 39px;
    border-radius: 18px;
    border:1px solid #1575ce;
    background: #fff;
    top:-6px;
    left:-141px;
    display: none;
}
.sousuo_block input{
    width: 130px;
    padding-left: 13px;
    height: 36px;
    line-height: 36px;
    color: #333;
    border: none!important;
    outline: none;
}
.sousuo_block button{
    width: 35px;
    height: 36px;
    border-radius: 18px;
    background: #1575ce url(serch.png) no-repeat center;
}
/*图片轮播css样式*/

.s-fade-box,
.s-fade-img{
	height:550px;
    width:100%;
    /* height: 0;
    padding-bottom: 28.64%; */
	position: relative;
	overflow: hidden;
}
.s-fade-img a{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.s-fade-img img{
     position: absolute;
    left: 50%;
    top: 0;
    width: auto;
    height: 100%;
    margin-left: -960px;
}
.s-fade-num{
	position: absolute;
	bottom:108px;
    left: 50%;
    margin-left: -45px;
	font-size: 0px;
}
.s-fade-num span{
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #fff;
	margin-left: 8px;
	cursor: pointer;
}
.s-fade-num span.cur{
	background:#e44c4c;
}
.s-fade-btn{
	position: absolute;
	height: 70px;
	width: 35px;
	font-size: 40px;
	color: #fff;
	margin-top: -35px;
	text-align: center;
	line-height: 70px;
	top: 50%;
	background: url(banner-opbg40.png);
	cursor: pointer;
	display: none;
}
.s-fade-left{
	left: 0px;
}
.s-fade-right{
	right: 0px;
}
.s-fade-box:hover .s-fade-btn{
	display: block;
}

/*上下轮播开始*/
.s-content-top{
    position: relative;
    height: 100px;
}
.s-topNews{
    position: absolute;
    top:-80px;

}
.news-line{
	/* height: 50px; */
    width:1090px;
    height: 120px;
	background: #fff;
}
.news-icon{
	height: 120px;
	/* line-height: 50px; */
	text-align: center;
	color: #666;
    background: #ccc;
	width: 100px;
}
.news-cont{
	height: 120px;
	width: 850px;
	position: relative;
	margin-left: 20px;
	overflow:hidden;
}
.news-cont .tit{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 120px;
	width: 100%;
	/* line-height: 50px; */
	max-width: 850px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-cont .tit .h1{
    margin-top: 30px;
    font-size: 32px;
    color: #333;
    text-align: center;
}
.news-cont .tit a{
    display: block;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-cont-a a{
    float: left;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-btns{
	margin:25px 15px 0 0;
}
.news-btns span{
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
	background: #e5e5e5;
	margin-bottom: 2px;
	cursor: pointer;
}
.news-btns span:hover{
	background:#0064c8;
}
.dy-num{
    width: 56px;
    height: 56px;
    background: url(xiexian.png);
    position: relative;
    margin: 33px 57px 31px 25px;
}
.dy-lens{
    position: absolute;
    font-size: 30px;
    color: #d12727;
    left: 0;
    top: 2px;
}
.dy-index{
    color: #888;
    font-size: 18px;
    position: absolute;
    right: 10px;
    bottom: 9px;

}
.tou_news{
    margin-left: 10px;
    width:66px;
    height:90px;
    padding:15px 14px 15px 20px;
    background: #2980d1 url(toutioa_bg.png) no-repeat 20px 15px;
}
.tou_news p{
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    padding-left: 11px;
}
.s-hui a:hover img{
filter:alpha(opacity=68); /*支持 IE 浏览器*/
-moz-opacity:0.68; /*支持 FireFox 浏览器*/
opacity:0.68; /*支持 Chrome, Opera, Safari 等浏览器*/
}
/*上下轮播结束*/
/*新闻部分上下轮播结束*/
.s-news{
    margin-top: 50px;
    height:540px;
}
.s-news-line{
	height: 460px;
	width:540px;
    border:1px solid #ccc;
    background: #fff;
    overflow: hidden;
}
.s-news-cont{
	height: 413px;
	width: 540px;
	position: relative;
	overflow:hidden;
}
.s-news-cont .s-tit{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 474px;
	width: 100%;
	line-height:24px;
	max-width: 540px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:wrap;
	margin: 10px 0 0 10px;
	font-size: 12px;
	color: #999;
}
.s-news-cont .s-tit{
    overflow: hidden;
	text-overflow: ellipsis;
    white-space:wrap;
}
.s-news-cont .s-tit a{
    display: block;
    max-width: 520px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:wrap;
}
.s-news-cont .s-tit a:hover img{
    
filter:alpha(opacity=68); /*支持 IE 浏览器*/
-moz-opacity:0.68; /*支持 FireFox 浏览器*/
opacity:0.68; /*支持 Chrome, Opera, Safari 等浏览器*/
}
.s-news-cont .s-tit a.s-title{
	font-size: 18px!important;
	/* font-weight: bold; */
	line-height: 40px;
	color: #333!important;
}
.s-news-cont .s-tit a img{
    width: 520px;
    height: 338px;
}
.s-news-cont .s-tit .s-contents{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 20px;
    text-overflow: ellipsis;
    white-space:wrap;
    font-size: 15px;
}
.s-news-btns{
	margin:4px 10px 0 31px;
}
.s-news-btns span{
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
	background: #eee;

    cursor: pointer;
    margin-right: 10px;
}
.s-news-btns span:hover{
    background:#0064c8;
    color: #fff;
}


.s-dy-num{
    width: 47px;
    height:28px;
    background:url(xiexian1.png) no-repeat 15px 0;
    position: relative;
    margin-right: 30px;
    margin-top: 5px;
}
.s-dy-lens{
    position: absolute;
    font-size: 14px;
    color: #888;
    bottom: 0;
    right: 5px;
    bottom: 3px;
}
.s-dy-index{
    color: #d12727;
    font-size: 18px;
    position: absolute;
    left:13px;
    top:-5px;

}
/*新闻部分左右轮播结束*/
.left_news p{
    display: block;
    font-size: 24px;
    color: #333;
    line-height: 70px;
    font-weight: 800;
    padding-left: 25px;
}
.right_news{
    margin-left: 10px;
    height: 540px;
    overflow: hidden;
}
.right_news li{
    float: left;
}
.news_nav{
    margin:24px 0 0 180px;
    height: 44px;
    position: relative;
}
.news_nav a{
    display: inline-block;
    width: 80px;
    height: 30px;
    margin-right:10px;
    line-height: 30px;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
}
.news_nav a.cur{
    background: #2980d1;
    color: #fff;
}
.news_nav a:hover{
    background: #2980d1;
    color: #fff;
}

.line_news{
    width: 640px;
    height: 69px;
    background: #fff;
    margin-bottom: 10px;
}
.line_tit{
    padding: 10px 0 0 20px;
    width: 594px;
    height: 28px;
    line-height: 28px;
}
.line_tit a{
    color: #333;
    font-size: 18px;
    /* font-weight: 800; */
}
.line_tit a:hover{
    color: #035e9e;
}
.line_tit span{
    font-size: 13px;
    color: #999;
}
.line-p{
    width: 570px;
    height: 30px;
    font-size: 15px;
    color: #999;
    padding-left: 25px;
    line-height: 28px;
}
.line-p span{
    width: 435px;
    padding-right: 91px;
    background: url(li.png) no-repeat right;
    overflow: hidden;
    white-space: nowrap;
    /* text-overflow: ellipsis; */
}

.s-public{
    background: url(public_bg.png) no-repeat;
    background-size: 100%;
    width:100%;
    height:610px;
    padding-top: 85px;
    margin-top: 56px;
}
.s-public ul{
    height: 180px;
}
.s-public li{
    float: left;
    margin-right: 85px;
}
.s-public li p{
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
}
.s-public-shake li:hover p{
    font-weight: 800;
    color: #f0f9ff;
}
/* 图片hover抖动 */
.m_shake_img li:hover img {
    animation: myfirst 1s;
    -moz-animation: myfirst 1s; /* Firefox */
    -webkit-animation: myfirst 1s;  /* Safari 和 Chrome */
    -o-animation: myfirst 1s;   /* Opera */
}
.info_public{
    width: 100%;
    height: 350px;
    background: #fff;
}
.info_p{
    width: 30px;
    height: 250px;
    padding:50px 27px 50px 30px;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #333;
}
.info_p1{
    height: 325px;
    overflow: hidden;
}
.info_p1_nav{
    width: 1060px;
    height: 80px!important;
    padding-left: 20px;
    background: #f0f9ff;
    margin: 34px 0 0 0;
    position: relative;
}
.info_p1_nav a{
    float: left;
    width: 192px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin:20px 20px 0 0 ;
    font-size: 18px;
    display:block;
    background: #fff;
    font-weight: 500;
    color: #333;
}
.info_p1_nav a:hover{
    color: #035e9e;
    background: url(info_bg.png) no-repeat 0 0;
}
.info_p1_nav a.cur{
    color: #035e9e;
    background: url(info_bg.png) no-repeat 0 0;
}
.info_p1_bottom{
    margin-top: 22px;
}
.info_block{
    width: 248px;
    height: 180px;
}

.info_block a{
    display: inline-block;
    width:98px;
    height: 48px;
    border: 1px solid #e4e4e4;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #666;
    margin: 0 10px 10px 0;
}
.h58{
    height:58px!important;
    line-height: 58px!important;
}
.info_block a:hover{
    color: #fff;
    background: #2980d1;
    font-weight: 800;
    border: 1px solid #2980d1;
}
.day{
    font-size: 40px;
    color:#2980d1;
    font-weight: 800;
}
.yearandmonth{
    color: #999;
    font-size: 12px;
}
.info_word{
    width: 317px;
    margin-left: 13px;
    
}
.info_word a{
    font-size: 13px;
    color: #999;
    line-height: 24px;
}
.info_word a:hover{
    color:#2980d1;
}
.info_word_p{
    font-size:15px;
    line-height: 32px;
    color: #333;
}
.info_word a:hover .info_word_p{
    color:#2980d1;
}
.info_word_p1{
	display: inline-block;
max-height: 72px;
overflow: hidden;
}
.info_word_p1 p{
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.detail{
    margin-top: 10px;
}
.detail a{
    display: inline-block;
    width: 99px;
    padding-left: 18px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e4e4e4;
    font-size: 13px;
    color: #666;
    background: url(right_qiantou.png) no-repeat 92px;

}
.detail a:hover{
    color: #fff;
    background: #666 url(right_qiantou_bai.png) no-repeat 92px;
}

.info_news_ul div{
    width:402px;
    height:35px;
    line-height:35px;
    border-bottom: 1px dashed #bbb;
}
.info_news_ul div a{
    display:inline-block;
    max-width:300px; 
    font-size: 15px;
    color: #333;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}
.info_news{
    margin-right: 54px;
}
.info_news_ul div a:hover{
    color:#2980d1;
}
.info_news_ul div span{
    float: right;
    font-size: 12px;
    color: #999;
}
.s-service{
    height: 690px;
}
.s-service_tit{
    margin-top: 30px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #333;
    font-size: 14px;
}
.zwfw{
    font-size: 24px;
    font-weight: 600;
    padding-left: 26px;
}
.s-service_tit a:hover p{
    color:#2980d1;
}
.s-service_block{
    width: 306px;
    height:199px;
    padding:51px 37px 0;
    margin-right: 30px;
    background: #fff;
    float: left;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}
.s-service_block a:hover img{
    animation: myfirst 1s;
    -moz-animation: myfirst 1s; /* Firefox */
    -webkit-animation: myfirst 1s;  /* Safari 和 Chrome */
    -o-animation: myfirst 1s; 
}
.s-service_p{
    width: 120px;
    height: 38px;
    line-height: 38px;
    margin: 24px auto 12px;
    color: #e44c4c;
    border-bottom: 1px solid #e4e4e4;
    font-size: 20px;
    font-weight: 800;
}
.s-oter{
    background: url(ztzl_bg.png) no-repeat;
    background-size: 100%;
    width:100%;
    height:680px;
    padding-top:70px;
    margin: 60px auto 0;
}

.s-oter_img a:hover img{
    filter:alpha(opacity=68); /*支持 IE 浏览器*/
	-moz-opacity:0.68; /*支持 FireFox 浏览器*/
	opacity:0.68; /*支持 Chrome, Opera, Safari 等浏览器*/
}
.s-oter ul{
    margin: 0 auto;
}
.s-oter ul li{
    float: left;
    margin-right: 90px;
}
.s-oter ul li a p{
    margin-top: 15px;
    color: #fff;
	font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.s-oter ul li a:hover p{
    font-weight: 800;
}
.s-oter-left{
    width: 450px;
    height: 430px;background: #fff;
    margin-right:10px;
}
/*教育期刊左右轮播开始*/
.s-q-line{
	height:270px;
    width: 100%;
}
.q-icon{
    width: 30px;
	height: 225px;
	text-align: center;
	color: #333;
    font-size: 20px;
    font-weight: 800;
    padding: 20px 24px 25px 30px;
}
.q-cont{
	height:250px;
	width:360px;
	position: relative;
    overflow:hidden;
    margin-top: 20px;
}
.q-cont .q-tit{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height:225px;
	width: 100%;
	max-width:360px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.q-tit a img{
    width:165px;
    height: 225px;
    margin-right: 12px;
}
.q-btns{
	height: 30px;
    width: 30px;
    font-weight:200;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
	background: #e5e5e5;
	margin-bottom: 2px;
	cursor: pointer;
}
.q-btns:hover{
    background: #0064c8;
    color: #fff;
}
.d-oter-right{
    width: 700px;
    height: 416px;
    padding: 14px 20px 0 20px;
    background: #fff;
}
.ztzl_top{
    width:100%;
    height:51px;
    line-height:51px;
    font-size: 24px;
    color: #333;
    font-weight: 800;
}
.sour_imgs{
    margin-top: 25px;
}
.sour_img{
    float: left;
    width: 185px;
    height: 130px;
    background: #fff;
    margin-right: 18px;
}
.sour_img a img{
    width:157px;
    height: 96px;
    padding: 17px 14px;
}
.sour_img a:hover img{
    filter:alpha(opacity=68); /*支持 IE 浏览器*/
	-moz-opacity:0.68; /*支持 FireFox 浏览器*/
	opacity:0.68; /*支持 Chrome, Opera, Safari 等浏览器*/
}
/*教育期刊左右轮播结束*/
/*专题专栏左右轮播开始*/
.ztzl-box,
.ztzl-img{
	height:365px;
	width: 700px;
	position: relative;
	overflow: hidden;
}
.ztzl-img .img_group{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.ztzl-img .img_group img{
	display: block;
    height: 100px;
    margin-bottom: 20px;
	width: 100%;
}

.ztzl-num span{
	display: inline-block;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: #ccc;
	margin-left: 8px;
	cursor: pointer;
}
.ztzl-num span.cur{
	background: #e44c4c;
}
.ztzl-btn{
	position: absolute;
	height: 70px;
	width: 35px;
	font-size: 40px;
	color: #fff;
	margin-top: -50px;
	text-align: center;
	line-height: 70px;
	top: 50%;
	background: url(banner-opbg40.png);
	cursor: pointer;
	display: none;
}
.ztzl-left{
	left: 0px;
}
.ztzl-right{
	right: 0px;
}
.ztzl-box:hover .ztzl-btn{
	display: block;
}
/*专题专栏左右轮播结束*/



/*新闻中心页面样式开始*/


.s-oter1{
    background: url(ztzl_bg.png) no-repeat;
    background-size: 100%;
    width:100%;
    /* height:680px; */
    padding-top:70px;
    margin: 60px auto 0;
}

.xw_top a:hover img{
    filter:alpha(opacity=68); /*支持 IE 浏览器*/
	-moz-opacity:0.68; /*支持 FireFox 浏览器*/
	opacity:0.68; /*支持 Chrome, Opera, Safari 等浏览器*/
}
.xw_top_img{
    display: block;
    position: relative;
    
}
.xw_top_img p{
    width:743px;
    padding-left: 27px;
    position:absolute;
    bottom:0;
    background: url(news_bg.png) no-repeat;
    height:58px;
    line-height: 58px;
    color: #fff;
    font-size: 18px;
}
.xw_edu{
    width:419px;
    margin-left: 11px;
    height:450px;
    background: #fff;
}
.xw_edu_top{
    width:370px;
    height:50px;
    line-height:50px;
    color:#030303;
    font-size:20px;
    font-weight: 800;
    padding:0 22px 0 27px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
.xw_right{
    display: inline-block;
    width: 17px;
    height: 10px;
    margin-top: 20px;
    background: url(right_black.png) no-repeat right center;
}
.xw_edu_top a.rt:hover{
    background: url(right_blue.png) no-repeat right center;
}
.xw_edu_tit{
    margin-top: 15px;
    width: 364px;
    height: 41px;
    line-height: 41px;
    padding: 0 29px 0 26px;
    color:#999;
    font-size:12px;
}
.xw_edu_tit a{
    color:#333;
    font-weight: 800;
    font-size:18px;
}
.xw_edu_tit a:hover{
    color: #3354a2;
}
.xw_edu p{
    padding: 0 29px 0 26px;
    color:#999;
    font-size: 14px;
    line-height: 24px;
}
.xw_edu_tit1{
    margin: 0 29px 0 26px;
    padding-left:15px;
    background: url(xw_edu_libg.png) no-repeat left center;
    
}
.xw_edu_tit1 a{
    display: inline-block;
    max-width:278px;
    font-size: 16px;
    line-height: 36px;
    color: #242a30;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.xw_edu_tit1 span{
    color: #999;
    font-size: 12px;
    line-height: 36px;
    float: right;
}
.xw_edu a:hover{
    color: #0064c8;
}
.xw_bottom{
    margin-top: 16px;
}
.xw_ks{
    width: 399px;
    height: 344px;
    background:#fff;
    margin-right: 1px;
    overflow: hidden;
}
.xw_ks_top{
    width:341px;
    padding: 0 23px 0 35px;
}
.xw_ks_top a{
    color: #999;
}
.xw_ks_top a.cur{
    color: #030303;
}
.xw_ks_top a:hover{
    color: #0064c8;
}
.xw_ks_top a:hover span{
    color: #0064c8;
}
.xw_ks_top .c1{
    color: #030303;
}
.xw_ks_tit1{
    margin:0 18px 0 26px;
}
.xw_ks_tit1 a{
    max-width: 260px;
}
.xw_ks_tit1 a:hover{
    /* color: #030303; */
    color: #0064c8;
}

/*新闻中心页面样式结束*/
/*政务公开内容开始*/
.zw_p{
    color: #999;
    padding-left: 30px;
}
.zw-top-ul{
    width: 100%;
    height:150px;
    background: #fff;
    position: absolute;
    top: -75px;
}
.zw-top_block a{
    display: block;
    float: left;
    width: 145px;
    height: 125px;
    padding-top:25px;
    text-align: center;
    position: relative;
   
}
.zw-top_block a .bg{
    position: absolute;
    left:-9px;
    right:-9px;
    top: -2px;
    z-index:1;
    display: none;
}
.zw-top_block a span{
    font-size: 14px;
    color: #000;
}
.zw-top_block div{
    position: relative;
    z-index: 3;
}
.zw-top_block img{
    display:block;
    padding-top: 19px;
    margin: 0 auto 17px;
}
.zw-top_block a:hover .bg{
    display:block;
}
.zw-top_block a:hover span{
    color: #000;
}
.wu_zl{
    width:1200px;
    padding-top: 20px;
    height: 155px;
    margin-top: 20px;
    background: #fff;
}
.wu_detail a{
    display: inline-block;
    width:100px;
    height:133px;
    border: 1px solid #ededed;
    line-height: 133px;
    /* text-align: center; */
    padding-left: 90px;
    font-weight: 800;
    font-size: 18px;
    color: #000;
    margin-right: 20px;
}
.wu_tit{
    font-size: 18px;
    /* font-weight: 800; */
    width: 18px;
    padding: 0 20px 0 24px;
    height:135px;
    background: url(wu_bg.png) no-repeat;
    margin:0 24px 0 35px;
}
.wu_tit a{
    color: #fff;
    -webkit-writing-mode: vertical-rl;
     writing-mode: vertical-rl;
     padding-top: 20px;
}
.yydh-zwgk-b1{
    background: url(wu1.png) no-repeat 30px center;
}
.yydh-zwgk-b2{
    background: url(wu2.png) no-repeat 30px center;
}
.yydh-zwgk-b3{
    background: url(wu3.png) no-repeat 30px center;
}
.yydh-zwgk-b4{
    background: url(wu4.png) no-repeat 30px center;
}
.yydh-zwgk-b5{
    background: url(wu5.png) no-repeat 30px center;
}
.yydh-zwgk-b1:hover {
    background: url(yydh-sn-zwgk-b1cur.png) no-repeat 30px center, url(yydh-sn-zwgk-bbg.png) no-repeat center center;
    color: #fff;

}
.yydh-zwgk-b4:hover {
    background: url(yydh-sn-zwgk-bt3cur.png) no-repeat 30px center, url(yydh-sn-zwgk-bbg.png) no-repeat center center;
    color: #fff;

}
.yydh-zwgk-b2:hover {

    background: url(yydh-sn-awgk-b2cur.png) no-repeat 30px center, url(yydh-sn-zwgk-bbg.png) no-repeat center center;
    color: #fff;
}
.yydh-zwgk-b5:hover {

    background: url(yydh-sn-zwgk-bt4cur.png) no-repeat 30px center, url(yydh-sn-zwgk-bbg.png) no-repeat center center;
    color: #fff;

}
.yydh-zwgk-b3:hover {

    background: url(wu3_bg.png) no-repeat 30px center, url(yydh-sn-zwgk-bbg.png) no-repeat center center;
    color: #fff;

}
/*政务公开内容结束*/
/*领导之窗*/
.ldzc-lf{
	height: auto!important;
}
.ldzc-content{
	width: 838px;
	padding: 40px;
	border: 1px solid #e8ebf0;
}
.ldzc-intro .text{
	margin-left: 40px;
	width: 620px;
}
.ldzc-intro .text .name{
	color: #38404a;
	font-size: 30px;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 10px;
}
.ldzc-intro .text .job{
	font-size: 14px;
	color: #38404a;
	min-height: 60px;
	line-height: 30px;
}
.ldzc-intro .text .job span{
	color: #888888;
}
.ldzc-title{
	padding: 0 22px;
	border: 1px solid #e5e9ee;
	line-height: 38px;
	color: #888888;
	font-size: 14px;
	margin-top: 20px;
}
.ldzc-con{
	padding: 12px 20px;
}
.ldzc-con p{
	color: #38404a;
	font-size: 14px;
	line-height: 30px;
}
/*信息公开细览开始*/
.yydh-xxgkxl-main {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    /*height: 1000px;*/
    padding-bottom: 40px;
    position: relative;
    margin-top: -150px;
    /*overflow: hidden;*/
}
.z-tab-group{
    overflow: hidden;
}
.yydh-xl-location {
    width: 1120px;
    margin: 20px auto 0 auto;
}

.xhy-ch1 {
    padding-bottom: 15px;
}
.xhy-ch1 a{
    font-size: 13px;
    color: #333;
}

.xhy-ch1 img {
    padding-right: 7px;
    /* padding-bottom: 10px; */
}

.yydh-xl-location span {
    font-size: 13px;
}

.yydh-xl-dq1 {
    font-weight: bolder;
    font-size: 13px;
}

.yydh-xl-dq2 {
    font-size: 13px;
    color: #333;
}

.yydh-xl-location a:hover {
    color: #2a8bed;
}
.yydh-xxgkxl-articlebox h1 {
    font-size: 30px;
    color: #df3b3e;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.yydh-xxgkxl-articlefont {
    width: 1038px;
    height: 50px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    margin: 0 auto;
}

.yydh-time {
    line-height: 50px;
    float: left;
    font-size: 14px;
    color: #787d82;
    margin-left: 20px;
}

.yydh-xl-smlfont {
    height: 20px;
    width: 120px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.yydh-xl-smlfont {
    float: right;
}

.yydh-xl-smlfont span {
    float: left;

}

.yydh-xl-smlfont span.tt1 {
    font-size: 12px;
    color: #6a6a6a;
    line-height: 20px;
    margin-left: 16px;
    cursor: pointer;
}

.yydh-xl-smlfont span.yydh-cur {
    color: #3354a2;
}
.yydh-xl-articlecont{
    font-size: 16px;
    color: #2f3842;
}
.yydh-xl-articlecont p {
    font-size: 16px;
    color: #2f3842;
    line-height: 32px;
    text-align: justify;
    margin-top: 40px;
}

.yydh-xxgkgll .yydh-xxgkglltop {
    /* display: inline-flex; */
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #1575ce;
    width: 100%;
    font-size: 16px;
}
.yydh-xxgkglltop a{
    color: #fff;
}
.yydh-xxgkgll .yydh-xxgkgl-lfpic {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #3354a2!important;
    margin-right: 15px;
    text-align: center;
}

.yydh-xxgl-ltt a {
    color: #484848;
    font-size: 14px;
    box-sizing: border-box;
}

.yydh-xxgl-ltt a {
    width: 180px;
    display: block;
    height: 40px;
    border: 1px solid #e2e2e2;
    margin-top: -1px;
    padding-left: 45px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px;
}

.yydh-xxgl-ltt a span {
    position: absolute;
    right: 16px;

}

.yydh-xxgl-ltt a:hover {
    border-left: 5px solid #00ce9d;
    padding-left: 41px;
}

.yydh-xxgl-ltt a.yydh-xxgkgl-cur {
    border-left: 5px solid #00ce9d;
    padding-left: 41px;
}
.yydh-xxgkxl-main.mt150,.hd-main.mt150{
	margin-top: -150px;
}


.hd-xx{
	border: 1px solid #e8ebf0;
	width: 938px;
	padding-bottom: 20px;
}
.hd-xx.ldxx-main{
	padding-bottom: 52px;
}
.xx-title{
	height: 49px;
	line-height: 49px;
	padding-left: 20px;
	border-bottom: 1px solid #e8ebf0;
}
.xx-title img{
	vertical-align: middle;
	margin-right: 7px;
}
.xx-title a{
	display: inline-block;
	vertical-align: middle;
	color: #000000;
    font-size: 18px;
    font-weight: 800;
}
.xx-list ul{
	border-bottom: 1px solid #e8ebf0;
}
.xx-list li{
    float: left;
    /* text-align: center; */
	/* overflow: hidden;
	text-overflow: ellipsis; */
	white-space: nowrap;
}
.xx-list-t{
    background: #f7f9f9;
}
.xx-list-t li{
    color: #969ea6;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
}
.xx-list .w430{
    width: 210px;
    margin-left: 25px;
    text-align: left;
}
.xx-list .w80{
    width:558px;
    text-align: left;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xx-list .w180{
    width: 80px;
}
.xx-list .w188{
    width: 144px;
}
.xx-list-l{
    position: relative;
}
.xx-list-l li{
	height: 50px;
	line-height: 50px;
}
.xx-list-l li{
	font-size: 16px;
}
.xx-list-l li.w430 a{
    font-size: 14px;
    color: #2f3842;
    display: inline-block;
    max-width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xx-list-l li.w80{
	color: #415569;
}
.xx-list-l li.w180{
	color: #3354a2;
}
.xx-list-l li.w188{
	color: #727f8c;
}
.hd-link{
	width: 400px;
}
.hd-btn a{
	display: inline-block;
	width: 126px;
	height: 40px;
	margin-right: 10px;
}
.hd-btn a:last-child{
	margin-right: 0;
}
.hd-btn a:hover,.xx-bar button:hover{
	font-weight: bold;
}
.hd-btn a span{
	display: inline-block;
	width: 86px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
}
.hd-btn a.a1{
	background: #00ce9d;
}
.hd-btn a.a2{
	background: #db5252;
}
.hd-btn a.a3{
	background: #2a8bed;
}
.hd-link-box{
	margin-top: 30px;
}
.hd-link-t{
	height: 22px;
	width: 100%;
	background: url(bg3.png) right center no-repeat;
}
.hd-link-t>img{
	vertical-align: middle;
	margin-right: 10px;
}
.hd-link-t a{
	font-weight: bold;
	color: #000;
	font-size: 16px;
	vertical-align: middle;
}
.hd-link-t .more{
	float: right;
}
.hd-link-l{
	padding-top: 10px;
}
.hd-link-l li{
	padding-left: 24px;
	margin-bottom: 18px;
	background: url(icon13.png) left center no-repeat;
}
.hd-link-l li a{
	display: inline-block;
	color: #2f3842;
	font-size: 14px;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 20px;
}
.yydh-page.hd-page{
	margin-left: 110px;
}
.yydh-page a {
    display: block;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}
.yydh-pages {
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #415569;
    float: left;
    margin-right: 10px;
}

.yydh-page a:hover, #go:hover {
    border: 1px solid #2878ff;
    background-color: #2878ff;
    color: #fff;
}

.yydh-page a.yydh-page-cur {
    border: 1px solid #2878ff;
    background-color: #2878ff;
    color: #fff;
}

.yydh-page {
    margin-left: 305px;
    margin-top: 22px;
}
#yydh-num {
    float: left;
    width: 50px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
    margin-right: 10px;
    box-sizing: border-box;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
}

.detail_block{
    position: absolute;
    top:41px;
    z-index:430;
    width:838px;
    height:78px;
    padding-top: 20px;
    border: 1px solid #e2e2e2;
    background: #fff;
    margin-left: -178px;
    display:none;
    line-height: 30px;
}
.detail_block span a{
    color: #3e62b8;
    font-size: 14px;
}
.detail_block .yydh-blue {
    font-size: 14px;
    color: #0064c8;
}
.a_hover a:hover .detail_block{
    display: block;
}
.a_hover:hover .a{
    color: #0064c8;
}
.xx-list .w80 a{
    position: relative;
    display: inline-block;
}
.w330{
    padding-left: 55px;
    width: 275px;
    text-align: left;
}
.w244{
    width: 244px;
    text-align: left;
}
.w208{
    width: 208px;
    text-align: left;
}
/*尾部css样式*/
.f-link{
	height: 70px;
	padding-top: 25px;
	width: 100%;
}
.drop-down {
    float: left;
    position: relative;
    width: 285px;
    height: 40px;
    margin-left: 20px;
    background: #fff url(f-arrow.png) 252px center no-repeat;
}
.drop-down:first-child{
    margin-left: 0px;
}
.drop-down .tag {
    padding-left: 19px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    line-height: 40px;
}
.drop-down .tag:hover{
	font-weight: bold;
}
.drop-lists {
    display: none;
    position: absolute;
    bottom: 40px;
    width: 100%;
    max-height: 120px;
    overflow-y: auto;
    background: #fff;
}
.drop-lists li {
    height: 40px;
    line-height: 40px;
}
.drop-lists li a {
    margin-left: 19px;
    font-size: 12px;
    color: #566279;
}
.drop-lists li a:hover{
    font-weight: bold;
}
.x-footer-bottom{
    width: 100%;
    background-color: #fff;
    height: 110px;
    padding-top:28px;
    border-top: 2px solid #c6def5;
}

.x-footer-content{
    padding-left: 23px;
    color: #999;
    font-size: 12px;
    line-height:25px;
    position: relative;
}
.x-footer-nav li{
    padding:0 25px;
    background: url(x-footer-libg.png) no-repeat right;
    float: left;
    font-size: 14px;
}
.x-footer-nav li a:hover{
    color: #0064c8;
}
.x-footer-leftimg{
    position: absolute;
    top:14px;
    right: 157px;
    width: 65px;
    height: 64px;
}
.x-footer-rightimg{
    position: absolute;
    top:16px;
    right: 22px;
    width: 110px;
    height: 55px;
}


.pl0{
    padding-left: 0!important;
}
.pr0{
    padding-right:0!important;
}
.pr12{
    padding-right: 12px;
}
.bg0{
    background: none!important;
}
.mt18{
    margin-top: 18px;
}
.mt25{
    margin-top: 25px;
}
.mr14{
    margin-right: 14px;
}
.mr15{
    margin-right: 15px;
}
.mt57{
    margin-top: 57px;
 }
.mt30{
    margin-top: 30px;
}
.mt43{
    margin-top: 43px;
}
.mr0{
    margin-right: 0!important;
}
.ml42{
    margin-left:42px!important;
}
.ml190{
    margin-left: 190px;
}
.ml370{
    margin-left: 370px;
}
.pt13{
    padding-top:13px;
}
.pl5{
    padding-left: 5px;
}
.pt19{
    padding-top: 19px;
}
.pt8{
    padding-top: 8px;
}
.ml20{
    margin-left: 20px!important;
}
.bg1{
    background: #fcfcfc;
}
.mt1{
    margin-top: 1px;
}
.ml30{
    margin-left: 30px;
}
.mr20{
    margin-right: 20px;
}
.mr30{
    margin-right: 30px;
}
.bt0{
    border-top: none;
}
.pl55{
    padding-left: 55px;
}
.mb5{
    margin-bottom: 5px;
}
.pl37{
    padding-left: 37px;
}
.pl75{
    padding-left: 75px;
}
.pl143{
    padding-left: 143px;
}
.w212{
    width: 212px;
    margin-right: 20px;
}
.w297{
    width: 297px;
    margin-right: 20px;
}

.w293{
    width: 283px;
}