﻿@charset "UTF-8";

/*
 * @Author:majingyi
 * @Date: 2019/7/8 14:00;
 */

body{
    background: url(../images/bg.png) top center no-repeat #f2f6f8;
}
.w-container{
    width: 1200px;
    margin: 0 auto;
}
.index-item{
    display: none;
}
.index-item.show{
    display: block;
}
.top{
    height: 30px;
    background: #ffffff;
    position: relative;
    z-index: 999;
}
.top a,.top span{
	display: inline-block;
	line-height: 30px;
    color: #3f3f3f;
    font-size: 12px;
}
.top a:hover{
	font-weight: bold;
}
.top span.line {
    margin: 0 8px;
}
.header{
    height: 252px;
    width: 100%;
}
.header-con{
	height: 222px;
}
.header-con .logo{
    display: inline-block;
    margin-top: 48px;
}
.search-box{
    margin-top: 68px;
    width: 450px;
    height: 52px;
    background: url(../images/bg3.png) no-repeat;
}
.search-box input{
    height: 52px;
    padding: 0 28px;
    width: 342px;
    color: #666666;
    font-size: 14px;
}
.search-box button{
    width: 52px;
    height: 50px;
    background: url(../images/icon6.png) center no-repeat;
}
.nav{
    height: 59px;
    margin-bottom: 13px;
    background: url(../images/bg1.png) repeat-x;
}
.nav a{
    display: inline-block;
    height: 59px;
    line-height: 59px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    width: 133px;
    text-align: center;
    position: relative;
}
.nav a:hover,.nav a.cur{
	color: #276ecf;
	background: #fff;
}
.nav a i{
	display: none;
	position: absolute;
	left: 60px;
	bottom: -7px;
	background: url(../images/icon1.png);
	width: 12px;
	height: 7px;
}
.nav a.cur i,.nav a:hover i{
	display: block;
}
/*底部*/
.footer{
	position: relative;
	z-index: 999;
    height: 96px;
    background: #7f7f7f;
    margin-top: 10px;
}
.f-text{
    width: 576px;
    padding-top: 26px;
    display: inline-block;
    margin-left: 20px;
}
.f-text p{
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
.f-text span{
    display: inline-block;
    margin-right: 10px;
}
.f-text span:last-child{
    margin-right: 0;
}
.f-img1{
    margin-top: 20px;
    margin-left: 8px;
}
.f-img2{
    margin-top: 26px;
}
.f-list{
    padding-top: 38px;
}
.f-list a,.f-list span{
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.f-list a:hover{
    font-weight: bold;
}
.f-list span{
    margin: 0 10px;
}
/*当前位置*/
.local{
    padding-bottom: 20px;
}
.local img{
    margin-right: 10px;
}
.local span,.local a{
    color: #878787;
    font-size: 14px;
    line-height: 18px;
}
.local a:hover{
    font-weight: bold;
}
.local .arrow{
    margin: 0 4px;
}
.local .cur{
    font-weight: bold;
    color: #cd0202;
}
/*翻页*/
.page{
	text-align: center;
	padding: 23px 0 13px;
}
.page a{
	display: inline-block;
	/*width: 28px;*/
	padding: 0 10px;
	height: 28px;
	border: 1px solid #e2e2e2;
	text-align: center;
	line-height: 28px;
	color: #415569;
	font-size: 14px;
	margin-right: 9px;
	background: #fff;
	border-radius: 3px;
}
.page a img{
	vertical-align: middle;
}
.page a.go{
	font-size: 12px;
	color: #b9bfc5;
	width: 28px;
	padding: 0;
	background: #f7f9f9;
}
.page a.cur,.page a:hover{
	color: #fff;
	background: #2a8bed;
	border: 1px solid #2a8bed;
}
.page a.more{
	border: none;
}
.page span{
	display: inline-block;
	font-size: 14px;
	color: #444;
	line-height: 30px;
	margin: 0px 7px;
}
.page input{
	color: #444;
	font-size: 14px;
	text-align: center;
	width: 40px;
	padding: 0 4px;
	height: 28px;
	border: 1px solid #e4eef6;
	margin: 0px 2px;
	background: #fff;
}
/*底部下拉*/
.yydh-flink {
    height: 80px;
    background: #fff url("../images/yydh-flink.png") no-repeat 18px 30px;
}

.yydh-flinkt {
    font-weight: bold;
    font-size: 16px;
    color: #0594e6;
    line-height: 80px;
    margin-left: 42px;
    display: inline-block;
}
.drop-down .tag {
    padding-left: 9px;
    font-size: 14px;
    color: #828282;
    cursor: pointer;
}

.drop-down .tag:hover {
    font-weight: bold;
}

.drop-down {
    float: left;
    position: relative;
    width: 198px;
    height: 38px;
    margin-left: 16px;
    line-height: 38px;
    background: #fff url(../images/f-drop.png) 178px center no-repeat;
    margin-top: 20px;
    border: 1px solid #ececec;
}

.drop-lists {
    display: none;
    position: absolute;
    bottom: 38px;
    left: -1px;
    width: 100%;
    max-height: 100px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ececec;
}

.drop-lists li {
    height: 30px;
}

.drop-lists li a {
    margin-left: 9px;
    font-size: 12px;
    color: #828282;
}

.drop-lists li a:hover {
    font-weight: bold;
}

.drop-down:first-child {
    margin-left: 0;
}

.yydh-drop {
    height: 60px;
    margin-right: 15px;
}
/*概览*/
.gl-main{
    margin-bottom: 10px;
    padding: 20px;
    background: #fff;
}
.gl-nav{
    width: 200px;
    box-shadow: 0px 2px 4px 0px #e0e0e0;
}
.gl-nav-t{
    height: 50px;
    width: 100%;
    background: url(../images/bg2.png);
    line-height: 50px;
}
.gl-nav-t a{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}
.gl-nav-t a:hover{
	opacity: 0.9;
    -khtml-opacity:0.9;
    -moz-opacity:0.9;
    filter:alpha(opacity=0.9);
    filter:"alpha(opacity=90)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.gl-nav-t img{
    vertical-align: middle;
    margin-right: 6px;
    margin-left: 10px;
}
.gl-nav-l li{
    background: url(../images/bg4.png) center bottom no-repeat;
    height: 50px;
}
.gl-nav-l li.ls{
	background: none;
}
.gl-nav-l a{
    display: block;
    padding-left: 20px;
    line-height: 49px;
    color: #666666;
    font-size: 14px;
    background: url(../images/icon7.png) 184px center no-repeat;
}
.gl-nav-l a.cur,.gl-nav-l a:hover{
    color: #118ddf;
    background: #f3f7fe url(../images/icon7.png) 184px center no-repeat;
}
.gl-content{
    width: 940px;
}
.gl-title{
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #e2e2e2;
}
.gl-title a{
    display: inline-block;
    color: #118ddf;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    padding-bottom: 9px;
    margin-top: 5px;
    border-bottom: 2px solid #118ddf;
}
.gl-title a:hover{
	opacity: 0.8;
    -khtml-opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=0.8);
    filter:"alpha(opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.gl-title img{
    vertical-align: middle;
    margin-left: 19px;
    margin-right: 16px;
}
.gl-list{
	padding-left: 10px;
}
.gl-l{
	padding-top: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e9ee;
}
.gl-l li{
	height: 36px;
}
.gl-l li a{
	display: inline-block;
	color: #2f3842;
	font-size: 14px;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 19px;
	background: url(../images/icon4.png) left center no-repeat;
}
.gl-l li span{
	float: right;
	display: inline-block;
	color: #626568;
	font-size: 12px;
	line-height: 24px;
}
.gl-l li a:hover{
	font-weight: bold;
}
/*细览*/
.xl-main{
    padding: 0 40px 14px;
    border: 1px solid #e5e9ee;
}
.xl-title{
    padding-top: 42px;
    text-align: center;
    color: #2f3842;
    font-size: 30px;
    padding-bottom: 55px;
}
.xl-bar{
    height: 50px;
    background-color: #f5f5f5;
}
.xl-bar .info {
    line-height: 50px;
    float: left;
    font-size: 12px;
    color: #787d82;
    margin-left: 20px;
}
.xl-smlfont{
    height: 20px;
    width: 120px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-top: 15px;
    margin-right: 24px;
    background: #fff;
}
.xl-smlfont img{
    float: left;
    margin-top: 2px;
    margin-left: 2px;
}
.xl-smlfont span{
    float: left;
    display: inline-block;
}
.xl-smlfont span.tt1{
    font-size: 12px;
    color: #6a6a6a;
    line-height: 20px;
    margin-left: 16px;
    cursor: pointer;
}
.xl-smlfont span.cur,.xl-smlfont span:hover{
    color: #3354a2;
}
.xl-smlfont.xl-smlfont2 span.cur,.xl-smlfont.xl-smlfont2 span:hover{
    color: #c43b34;
}
.xl-articlecont{
    font-size: 16px;
    color: #2f3842;
    text-align: center;
    margin-top: 40px;
    padding: 0 16px 75px;
}
.xl-articlecont p {
    line-height: 28px;
    text-align: justify;
    margin-top: 28px;
}
.xl-articlecont img{
    margin-bottom: 10px;
    max-width: 100%;
}
.xl-author{
    color: #77797b;
    margin-right: 18px;
    margin-top: 48px;
}
.xl-share{
    line-height: 50px;
}
.xl-share a{
    width: 48px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    line-height: 1;
}
.xl-share span{
    color: #6a6a6a;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.xl-share a:hover img {
    width: 101%;
    height: 101%;
}
/*信件详情*/
.xhy-cd {
    position: relative;
    box-sizing: border-box;
    padding: 0 20px;
}

.xhy-cd-p {
    width: 100%;
    padding-top: 65px;
    font-size: 32px;
    font-weight: bold;
    color: #444444;
    text-align: center;
    padding-bottom: 55px;
}

.xhy-cd-table {
    border: 1px solid #e1f0fa;
    border-collapse: collapse;
    width: 1097px;
    margin: 0 auto 120px auto;
}

.xhy-cd-table tr {
    border: 1px solid #e1f0fa;
    height: 50px;
}

.xhy-cd-table td {
    border: 1px solid #e1f0fa;
}

.xhy-t-bg {
    background: #f6fbff;
    width: 160px;
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    text-align: center;
}

.xhy-ttr-h1 td {
    height: 210px;
}

.xhy-t-c {
    width: 420px;
    font-size: 16px;
    color: #444444;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.xhy-t-line {
    line-height: 35px;
}

.xhy-df {
    margin-top: 0px;
}

.xhy-tpadding {
    padding-top: 30px;
    padding-bottom: 30px;
}

/*领导信箱*/
.xx-content{
    border: 1px solid #e5e9ee;
}
.xx-title{
    height: 62px;
    border-bottom: 1px solid #e5e9ee;
}
.xx-title a{
    display: inline-block;
    margin-left: 20px;
    color: #4873d3;
    font-weight: bold;
    font-size: 20px;
    line-height: 60px;
    border-bottom: 3px solid #4873d3;
    padding: 0 6px;
}
.xx-con{
	padding: 0 19px 30px;
}
.xx-bar{
	padding: 13px 20px;
	margin-top: 20px;
	margin-bottom: 18px;
	background: #edf3f7;
}
.xx-bar input{
	width: 195px;
	padding-left: 43px;
	height: 38px;
	border: 1px solid #e8ebf0;
	margin-right: 10px;
	color: #bec0c2;
	font-size: 14px;
}
.xx-bar input.i1{
	background: url(../images/icon21.png) 12px center no-repeat #fff;
}
.xx-bar input.i2{
	background: url(../images/icon22.png) 12px center no-repeat #fff;
}
.xx-bar button{
	width: 100px;
	height: 40px;
	color: #000000;
	font-size: 14px;
	background: url(../images/bg5.png);
}
.xx-bar button:hover{
	font-weight: bold;
}
.xx-bar .wyxx{
    width: 95px;
    height: 32px;
    border-radius: 4px;
    background: #4873d3;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    float: right;
    margin-top: 2px;
}
.xx-bar .wyxx:hover{
	text-decoration: underline;
}
.xx-list{
    margin-top: 20px;
}
.xx-list-t{
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #f0f0f0;
}
.xx-list li{
    float: left;
    font-size: 14px;
    height: 100%;
    text-align: center;
}
.xx-list-t li{
    color: #666666;
}
.xx-list-l li{
    color: #666;
}
.xx-list .w90{
    width: 90px;
    margin-right: 40px;
}
.xx-list .w580{
    width: 750px;
    text-align: left;
}
.xx-list .w64{
    width: 64px;
    margin-right: 42px;
}
.xx-list .w150{
    width: 124px;
}
.xx-list-l li.w580 a{
    font-size: 14px;
    color: #333;
    display: inline-block;
    max-width: 84%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xx-list-l li.w580 a:hover{
	font-weight: bold;
}
.xx-list-l{
    border: 1px solid #ececec;
    border-top: none;
    height: 43px;
    line-height: 43px;
}
.xx-list-l:nth-child(2n-1){
    background: #fafcfc;
}
/*领导介绍*/
.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: #333333;
	min-height: 60px;
	line-height: 30px;
}
.ldzc-intro .text .job span{
	color: #666666;
}
.ldzc-title{
	padding: 0 22px;
	border: 1px solid #e5e9ee;
	line-height: 38px;
	color: #333333;
	font-size: 14px;
	margin-top: 20px;
}
.ldzc-con{
	padding: 12px 20px;
}
.ldzc-con p{
	color: #38404a;
	font-size: 14px;
	line-height: 30px;
}
/*翻页*/
.page2{
    text-align: center;
    padding-top: 20px;
}
.page2 span,.page2 a{
    color: #333333;
    font-size: 14px;
    display: inline-block;
    line-height: 28px;
}
.page2 span.red{
    color: #ec3233;
    margin: 0px 5px;
}
.page2 a{
    line-height: 26px;
    border: 1px solid #ebebeb;
    margin: 0px 4px;
}
.page2 a:hover,.page2 a.cur{
    color: #fff;
    background: #276ecf;
}
.page2 a.num:hover,.page2 a.num.cur{
    border: 1px solid #276ecf;
}
.page2 a.go:hover{
    font-weight: bold;
    color: #fff;
}
.page2 a.num{
    width: 26px;
}
.page2 .fe{
    border: none;
    line-height: 28px;
}
.page2 .fe:hover{
    color: #276ecf;
    background: none;
}
.page2 .pn{
    width: 58px;
}
.page2 input{
    width: 26px;
    height: 26px;
    border: 1px solid #ebebeb;
    text-align: center;
    margin: 0px 7px;
}
.page2 .go{
    width: 60px;
    height: 28px;
    border: none;
    background: #276ecf;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-left: 14px;
}
.page2 span.jump{
    margin-left: 10px;
}
.page2 .first{
    margin-left: 19px;
    margin-right: 6px;
}
/*我要写信*/
.yydh-xjxq-box {
    margin: 0 auto;
    width: 1058px;
}

.yydh-xjxq-box .yydh-xjl {
    color: #8b8e95;
    font-size: 12px;
    height: 100%;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    width: 100px;

    vertical-align: top;
    box-sizing: border-box;

}

.yydh-xjxq-outline {
    border: 1px solid #e5e9ee;
}

.yydh-xjxq-box .yydh-xjr {
    text-align: left;
    display: inline-block;
    width: 956px;
    font-size: 14px;
    color: #5f6675;
    height: 100%;
    line-height: 40px;
    padding-left: 18px;
    box-sizing: border-box;
    border-left: 1px solid #e5e9ee;
    background-color: #fff;
    vertical-align: top;
}

.yydh-xjxq-box .yydh-xjxq-outline {
    margin-top: -1px;
    background-color: #f7f9f9;
}

.yydh-xxgkxl-articlebox .yydh-xjxq-tt {
    padding-bottom: 45px;
    color: #3e3e3e;
    font-size: 36px;
    text-align: center;
}
.yydh-xx-outbox {
	padding-bottom: 36px;
    width: 1138px;
    margin: 0 auto;
    border: 1px solid #e8ebf0;
    box-sizing: border-box;
}

.yydh-xx-top {
    color: #3e3e3e;
    margin-top: 28px;
}
.redwords {
    color: #df3b3e;
}

.yydh-xx-toptt {
    font-size: 36px;
    display: block;
    margin-left: 40px;
    margin-bottom: 25px;
}

.yydh-xx-top p {
    font-size: 14px;
    padding: 0 50px;
    line-height: 32px;

}

.yydh-xx-c1 {
    border-top: 1px solid #e8ebf0;
    margin-top: 40px;
}

.yydh-xx-pen {
    font-weight: bold;
    display: block;
    height: 70px;
    line-height: 70px;
    background: url("../images/yydh-write-pen.png") no-repeat 40px center;
    color: #141414;
    font-size: 18px;
    padding-left: 90px;
}
.yydh-xx-c2 {
    width: 1058px;
    margin: 0 auto;
    border: none;
}

.yydh-xx-c2 .yydh-xx1 {
    height: 28px;
    margin-top: 7px;
    margin-left: 4px;
    margin-right: 4px;
    width: 89.1%;
    border: 1px solid #e8ebf0;
    line-height: 20px;
}

.yydh-xx-c2 .yydh-xx-tt2 {
    border-right: 1px solid #e8ebf0;
    width: 101px;
    background-color: #f7f9f9;
}

.yydh-xx-c2 .yydh-xx-cont {
    height: 190px;
}

.yydh-xx-c2 .yydh-xx-neirong {
    height: 203px;
}

.yydh-xx-c2 .yydh-select {

    width: 220px;
    height: 28px;

    border: 1px solid #e8ebf0;
    color: #5f6675;
    padding-left: 12px;
}

.yydh-xx-c2 .yydh-xx-sec {
    padding-left: 0;
    border: none;
}
.xx-sel{
    padding-top: 4px;
}

.yydh-xjxq-box .yydh-xx-outline {
    background-color: #fff;
    position: relative;
}

.yydh-xx-sec input.yydh-radio {
    /*margin-top: 5px;*/
    margin-left: 18px;
}

.yydh-xx-c2 .yydh-xx-yzm {

    width: 220px;
}

.yydh-xx-yzmpic {
    margin-top: 5px;
}

.yydh-yzmonload {
    color: #5f6675;
    font-size: 12px;
    position: absolute;
    top: 12px;
    left: 420px;
    display: block;
}

.yydh-yzmonload:hover {
    color: #3354a2;
    /*text-decoration: #3354a2;*/
    border-bottom: 1px solid #3354a2;
}

.yydh-pub-tx {
    font-size: 12px;
    color: #e36264;
    position: absolute;
    right: 20px;
    top: 10px;
}

.yydh-btn {
    margin-top: 20px;
}

.yydh-btn button {
    background-color: #fff;
    font-size: 14px;
    color: #7c889e;
    margin-right: 5px;
    width: 98px;
    border: 1px solid #e5e9ee;
    border-radius: 3px;
    height: 28px;
    cursor: pointer;
}

.yydh-btn button:hover {
    background-color: #276ecf;
    color: #fff;
    border: 1px solid #276ecf;
}

.yydh-btn button.yydh-btn-active {
    background-color: #276ecf;
    color: #fff;
    border: 1px solid #276ecf;
}

.yydh-redstar {
    font-size: 16px;
    position: absolute;
    right: -10px;
    top: 15px;
    color: #df3b3e;
}
.xl-articlecont.myxl-content{
    padding-bottom: 8px;
}
.wyxx-table-sel{
    display: inline-block;
    padding: 6px 12px 0;
    border: 1px solid #fff;
}
.wyxx-table-sel .sel-l{
    display: inline-block;
    height: 28px;
    margin-right: 22px;
}
.wyxx-table-sel .sel-l input{
    float: left;
    display: none;
}
.wyxx-table-sel .sel-l label {
    float: left;
    font-size: 14px;
    color: #5f6675;
    line-height: 28px;
    background: url(../images/hd-form-icon.png) no-repeat 3px center;
    box-sizing: border-box;
    padding-left: 24px;
    cursor: pointer;
}
.wyxx-table-sel .sel-l input[type="radio"]:checked+.advice {
    background: url(../images/hd-form-iconh.png) no-repeat 3px center;
}
.wyxx-table-drop{
    margin-left: 4px;
    margin-top: 4px;
    width: 214px;
    height: 28px;
    border: 1px solid #e5e9ee;
    display: inline-block;
    cursor: pointer;
    background: url(../images/icon5.png) 190px center no-repeat;
    position: relative;
}
.dropdown-sel{
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: none;
}
/*.wyxx-table-drop .tag{
    color: #5f6675;
    font-size: 14px;
    line-height: 28px;
    padding: 0 12px;
}
.wyxx-table-drop .drop-l{
    border: 1px solid #e5e9ee;
    width: 100%;
    position: absolute;
    top: 28px;
    left: -1px;
    z-index: 999;
    display: none;
}
.wyxx-table-drop .drop-l li{
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    background: #fff;
    color: #999999;
    font-size: 14px;
}
.wyxx-table-drop .drop-l li:hover{
    font-weight: bold;
}*/
/*搜索页面*/
.xhy-sc {
    width: 1200px;
    margin: 0 auto;
}

.xhy-sc1 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #40505a;
    background: #f3f7fe;
    padding-left: 20px;
    box-sizing: border-box;
}

.xhy-sc .xhy-scred {
    color: #fa5543;
}

.xhy-sc2 {
    margin: 20px 0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.xhy-sc2 a {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
    padding-left: 20px
}

.xhy-sc2 a:hover {
    text-decoration: underline;
}

.xhy-sc2 p {
    font-size: 14px;
    color: #666666;
    padding-left: 20px;
    line-height: 25px;
}

.xhy-sc2 p.xhy-pushtime {
    font-size: 12px;
    color: #4f962c;
    margin-top: 20px;
}

.xhy-sc2 p.xhy-pushtimes {
    padding-left: 30px;
}

.xhy-sc3div {
    width: 1160px;
    margin-left: 20px;
}

.xhy-sc2 p.xhy-sc3divp {
    width: 996px;
    padding-left: 14px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}

.xhy-sctextp {
    height: 50px;
    overflow: hidden;
}
/*图片新闻*/
.tpgl-l{
	width: 960px;
	padding-top: 19px;
}
.tpgl-l li{
	float: left;
	width: 300px;
	height: 246px;
	margin-right: 20px;
	margin-bottom: 36px;
}
.tpgl-l a{
	display: inline-block;
	width: 300px;
}
.tpgl-l a:hover img{
	opacity: 0.8;
    -khtml-opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=0.8);
    filter:"alpha(opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.tpgl-l a:hover{
	text-decoration: underline;
}
.tpgl-l a img{
	width: 100%;
	height: 164px;
	margin-bottom: 16px;
}
.tpgl-l a .tit{
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}
.tpgl-l a .date{
	color: #999999;
	font-size: 12px;
	margin-top: 2px;
}
/*信息公开*/
.gkgl-content{
    border: 1px solid #e8ebf0;
    width: 938px;
    padding-bottom: 20px;
}
.gkgl-title{
    height: 49px;
    line-height: 49px;
    padding-left: 20px;
    border-bottom: 1px solid #e8ebf0;
}
.gkgl-title a{
    display: inline-block;
    vertical-align: middle;
    color: #38404a;
    font-size: 16px;
    font-weight: 800;
}
.gkgl-list>ul{
    border-bottom: 1px solid #e5e9ee;
}
.gkgl-list li{
    float: left;
    text-align: center; 
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;
}
.gkgl-list-t{
    background: #f7f9f9;
}
.gkgl-list-t li{
    color: #969ea6;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
}
.gkgl-list .w150{
    width: 150px;
    margin-left: 20px;
    margin-right: 66px;
}
.gkgl-list .w390{
    width:390px;
    margin-right: 160px;
}
.gkgl-list-l .w390{
    text-align: left;
}
.gkgl-list .w156{
    width: 152px;
}
.gkgl-list-l{
    position: relative;
}
.gkgl-list-l li{
    height: 50px;
    line-height: 50px;
}
.gkgl-list-l li{
    font-size: 12px;
}
.gkgl-list-l li.w390 a{
    font-size: 14px;
    color: #415569;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}
.gkgl-list-l li.w390 a:hover{
    color: #276ecf;
}
.gkgl-list-l li.w150{
    color: #8d98a3;
}
.gkgl-list-l li.w156{
    color: #727f8c;
}
.detail_block{
    position: absolute;
    top:41px;
    left: 50px;
    z-index:430;
    width:838px;
    height:78px;
    padding-top: 20px;
    border: 1px solid #e2e2e2;
    background: #fff;
    display:none;
    line-height: 30px;
}
.detail_block span a{
    color: #3e62b8;
    font-size: 14px;
}
.detail_block .yydh-blue {
    font-size: 14px;
    color: #276ecf;
}
.a_hover a:hover .detail_block{
    display: block;
}
.detail_block .yydh-xxgkxl-articleinfo{
    padding-left: 54px;
    padding-top: 0;
}
.detail_block li{
    height: 30px;
    line-height: 30px;
    text-align: left;
    width: 260px;
}
/*首页*/
.index-box{
	background: #fff;
}
.index-headline{
	padding-top: 30px;
	height: 102px;
	background: url(../images/icon9.png) left top no-repeat;
	position: relative;
}
.index-headline-tab{
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 90px;
    /*width: 860px;*/
    margin: 0 auto;
}
.index-headline-item{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.index-headline-item h1{
	width: 1000px;
	margin: 0 auto;
}
.index-headline-item h1 a{
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    color: #50abdf;
    font-weight: bold;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.index-headline-item h1 a:hover{
	text-decoration: underline;
}
.index-headline-item p{
	color: #b0b0b0;
	font-size: 14px;
    overflow: hidden;
    margin-top: 14px;
    line-height: 24px;
    padding: 0 20px;
    text-align: left;
}
.index-wrap1{
	padding: 0 15px 15px;
}
.index-wrap1-col1{
    width: 650px;
    height: 393px;
    position: relative;
    overflow: hidden;
}
.index-wrap1-col1 .index-pictt a:hover{
    text-decoration: underline;
}
.index-newspic li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.index-newspic li img {
    width: 100%;
    height: 100%;
}
.index-pictt {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 50px;
    bottom: 0;
    background: url(../images/bg6.png) no-repeat;
}
.index-pictt li {
    width: 100%;
    height: 100%;
}
.index-pictt li a {
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 20px;
}
.index-picpg {
    position: absolute;
    bottom: 21px;
    right: 21px;
}
.index-picpg li {
    float: left;
    width: 9px;
    height: 9px;
    margin-left: 5px;
    cursor: pointer;
    background: url(../images/icon32.png) no-repeat;
}
.index-picpg li.cur {
	width: 21px;
    background: url(../images/icon33.png) no-repeat;
}
.index-wrap1-col2{
	width: 490px;
	height: 393px;
}
.index-tit1{
	height: 38px;
	line-height: 38px;
}
.index-tit1 .tit{
	display: inline-block;
	color: #111111;
	font-size: 16px;
	line-height: 1;
	vertical-align: middle;
}
.index-tit1 .tit.cur{
	font-weight: bold;
}
.index-tit1 img{
	margin: 0 13px;
	vertical-align: middle;
}
.index-list1 li{
	height: 36px;
}
.index-list1 li a{
	display: inline-block;
	padding-left: 14px;
	color: #666666;
	font-size: 16px;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/icon11.png) left center no-repeat;
}
.index-list1 li a:hover{
	color: #276ecf;
}
.index-list1 li span{
	display: inline-block;
	line-height: 22px;
	float: right;
	color: #999999;
	font-size: 12px;
}
.index-wrap4{
	padding: 12px 18px 0;
	width: 390px;
	height: 600px;
	background: #fff
}
.index-wrap4 .index-tit1 img,.index-wrap3 .index-tit1 img{
	margin: 0 10px;
}
.index-wrap4 .index-list1 li a{
	max-width: 74%;
}
.index-wrap4-gkl{
	padding-top: 10px;
	height: 316px;
	overflow: hidden;
}
.index-wrap4-gkl li{
	float: left;
	width: 130px;
	height: 67px;
	text-align: center;
	margin-bottom: 12px;
}
.index-wrap4-gkl a{
	display: inline-block;
}
.index-wrap4-gkl a:hover{
	font-weight: bold;
}
.index-wrap4-gkl a div{
	height: 38px;
	line-height: 38px;
}
.index-wrap4-gkl a div img{
	vertical-align: middle;
}
.index-wrap4-gkl a span{
	color: #333333;
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
}
.index-wrap2{
	width: 764px;
}
.index-wrap3{
	padding: 10px 19px 0;
	height: 273px;
	width: 504px;
	background: #fff;
}
.index-wrap5{
	width: 182px;
	height: 273px;
	background: #fff;
	padding: 10px 15px 0;
}
.index-wrap5-con{
	padding-top: 14px;
}
.index-wrap5-con a{
	display: block;
	padding-left: 80px;
	line-height: 58px;
	height: 58px;
	margin-bottom: 9px;
	color: #111111;
	font-size: 14px;
}
.index-wrap5-con a:hover{
	font-weight: bold;
}
.index-wrap5-con .a1{
	background: url(../images/icon29.png) 25px center no-repeat #f3f3f3;
}
.index-wrap5-con .a2{
	background: url(../images/icon30.png) 26px center no-repeat #f3f3f3;
}
.index-wrap5-con .a3{
	background: url(../images/icon31.png) 24px center no-repeat #f3f3f3;
}
.index-wrap6{
	width: 289px;
	height: 304px;
	background: #fff;
	padding: 10px 0 0 17px;
}
.index-wrap6 a:hover{
	font-weight: bold;
}
.index-wrap6-bar1{
	padding-top: 12px;
}
.index-wrap6-bar1 a{
	display: inline-block;
	width: 132px;
	height: 71px;
	line-height: 71px;
	background: #f3f3f3;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 9px;
}
.index-wrap6-bar1 a img{
	vertical-align: middle;
	margin-right: 6px;
}
.index-wrap6-bar1 a span{
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
	color: #666666;
	font-size: 14px;
}
.index-wrap6-bar2 a{
	display: inline-block;
	width: 269px;
	height: 79px;
	line-height: 79px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	background: url(../images/bg7.png);
}
.index-wrap7{
	width: 410px;
	height: 304px;
	background: #fff;
	padding: 10px 20px 0;
	position: relative;
}
.index-wrap7-btn{
	position: absolute;
	top: 16px;
	right: 20px;
	height: 11px;
	line-height: 11px;
}
.index-wrap7-btn span{
	display: inline-block;
	width: 7px;
	height: 11px;
	vertical-align: middle;
	cursor: pointer;
}
.index-wrap7-btn .prev{
	background: url(../images/prev.png);
}
.index-wrap7-btn .next{
	background: url(../images/next.png);
}
.index-wrap7-page{
	display: inline-block;
	padding: 0 6px;
	vertical-align: middle;
}
.index-wrap7-page li{
	float: left;
	width: 7px;
	height: 7px;
	background: url(../images/icon38.png);
	margin: 0 3px;
	cursor: pointer;
}
.index-wrap7-page li.cur,.index-wrap7-page li:hover{
	background: url(../images/icon39.png);
}
.index-wrap7-tab{
	margin-top: 12px;
	width: 100%;
	height: 260px;
	overflow: hidden;
	position: relative;
}
.index-wrap7-item{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.index-wrap7-item img{
	margin-bottom: 10px;
}
.index-wrap7-item a:hover{
	opacity: 0.8;
    -khtml-opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=0.8);
    filter:"alpha(opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}