﻿body {
    /*min-width从1400改到了1500*/
    min-width: 1200px;
    background-color: #eaeaea;
}

.w-container {
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 100%;
    position: relative;
    /*height: 180px;*/
    height: 618px;
    padding-top: 40px;
    overflow: hidden;
}

.h-bg {
    position: relative;
    z-index: 999;
    height: 180px;
    background: url(../images/bg1.png) left top no-repeat;
}

.header-l {
    height: 80px;
    width: 1620px;
    margin-left: 40px;
    background: #fff;
}

.header-l .logo {
    margin-left: 18px;
    margin-top: 11px;
}

.header-l .nav {
    margin-left: 240px;
    padding-top: 20px;
}

.header-l .nav a {
    display: inline-block;
    margin: 0 28px;
    width: 28px;
    padding-top: 25px;
    text-align: center;
    line-height: 24px;
    color: #000000;
    font-size: 14px;
}

.header-l .nav a:hover,
.header-l .nav a.cur {
    padding-bottom: 9px;
    border-bottom: 3px solid #df3b3e;
}

.header-l .nav .a1 {
    background: url(../images/icon1.png) top center no-repeat;
}

.header-l .nav .a1.cur,
.header-l .nav .a1:hover {
    background: url(../images/icon1o.png) top center no-repeat;
}

.header-l .nav .a2 {
    background: url(../images/icon2.png) top center no-repeat;
}

.header-l .nav .a2.cur,
.header-l .nav .a2:hover {
    background: url(../images/icon2o.png) top center no-repeat;
}

.header-l .nav .a3 {
    background: url(../images/icon3.png) top center no-repeat;
}

.header-l .nav .a3.cur,
.header-l .nav .a3:hover {
    background: url(../images/icon3o.png) top center no-repeat;
}

.header-l .nav .a4 {
    background: url(../images/icon4.png) top center no-repeat;
}

.header-l .nav .a4.cur,
.header-l .nav .a4:hover {
    background: url(../images/icon4o.png) top center no-repeat;
}

.header-l .nav .a5 {
    background: url(../images/icon5.png) top center no-repeat;
}

.header-l .nav .a5.cur,
.header-l .nav .a5:hover {
    background: url(../images/icon5o.png) top center no-repeat;
}

.search-box {
    margin-left: 40px;
    margin-top: 20px;
    height: 40px;
    padding-left: 15px;
    width: 458px;
    background: url(../images/bg2.png) right no-repeat;
}

.search-box input {
    height: 40px;
    width: 400px;
    color: #fff;
    font-size: 14px;
    padding-left: 32px;
    background: url(../images/icon6.png) left center no-repeat;
}

.share-l {
    margin-right: 40px;
}

.share-l a {
    display: inline-block;
    margin-left: 10px;
    padding-top: 10px;
}

.share-l a:hover img {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.h-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.h-img-l {
    width: 100%;
    height: 100%;
    position: absolute;
}

.h-img-l li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.h-img-l li img {
    width: 100%;
    height: 100%;
}

.h-img-p {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 135px;
    /*margin-left: -130px;*/
}

.h-img-p li {
    float: left;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    margin-right: 10px;
}

.h-img-p li.cur {
    margin-top: -4px;
    width: 19px;
    height: 19px;
    background: url(../images/icon11.png) center no-repeat;
}

.footer {
    /*height: 358px;*/
    width: 100%;
    background: #2b4174;
}

.f-link {
    padding-top: 122px;
    height: 38px;
}

.f-link1 {
    padding-top: 182px;
}

.f-link img {
    margin-top: 4px;
    float: left;
}

.f-link .sp {
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
    float: left;
    font-weight: bold;
}

.f-link-l {
    padding-top: 11px;
}

.drop-down {
    float: left;
    position: relative;
    width: 257px;
    height: 38px;
    margin-left: 20px;
    line-height: 38px;
    background: #3a5289 url(../images/f-arrow.png) 230px center no-repeat;
}

.drop-down:first-child {
    margin-left: 0px;
}

.drop-down .tag {
    padding-left: 18px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background-color: #3f4e91;
    background: url(../images/f-arrow.png) 230px center no-repeat;
}

.drop-lists {
    display: none;
    position: absolute;
    bottom: 38px;
    left: 0;
    width: 100%;
    max-height: 110px;
    overflow-y: auto;
    background: #3a5289;
}

.drop-lists li {
    height: 38px;
}

.drop-lists li a {
    margin-left: 18px;
    font-size: 14px;
    color: #fff;
}

.drop-lists li a:hover {
    font-weight: bold;
}

.f-help {
    margin-top: 40px;
}

.f-text {
    margin-left: 20px;
    padding-top: 4px;
}

.f-list {
    line-height: 20px;
}

.f-list a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}

.f-list a:hover {
    font-weight: bold;
}

.f-list img {
    vertical-align: middle;
    margin: 0 7px;
}

.f-text p {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.yydh-jinghui {
    margin-top: -5px;
    margin-left: 8px;
    margin-right: 8px;
}

.main {
    width: 1400px;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 40px;
    position: relative;
}

.yydh-xxgkxl-main.mt150,
.hd-main.mt150 {
    margin-top: -150px;
}


/*概览*/

.gl-main {
    width: 1120px;
    margin: 0 auto;
}

.gl-title {
    padding-left: 21px;
    height: 50px;
    line-height: 50px;
    background: #4c535c;
}

.gl-title img {
    vertical-align: middle;
    margin-right: 16px;
}

.gl-title a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
}

.gl-content {
    border: 1px solid #e8ebf0;
    border-top: none;
    padding-top: 10px;
    padding-bottom: 34px;
}

.gl-list {
    padding: 26px 30px 20px;
    border-bottom: 1px solid #e8ebf0;
}

.gl-list li {
    padding-left: 24px;
    margin-bottom: 16px;
    background: url(../images/icon13.png) left center no-repeat;
}

.gl-list li a {
    display: inline-block;
    color: #2f3842;
    font-size: 14px;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
}

.gl-list li span {
    float: right;
    color: #626568;
    font-size: 12px;
    line-height: 20px;
}

.gl-list li a:hover,
.xx-list-l li.w430 a:hover,
.hd-link-l li a:hover,
.myzj-item .box .tit:hover {
    color: #3354a2;
}


/*互动*/

.hd-main {
    padding: 40px 20px;
    width: 1160px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
}

.hd-xx {
    border: 1px solid #e8ebf0;
    width: 738px;
    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;
}

.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: 16px;
    line-height: 40px;
    color: #000;
}

.xx-list .w430 {
    width: 380px;
    margin-left: 20px;
    text-align: left;
}

.xx-list .w80 {
    width: 80px;
}

.xx-list .w180 {
    width: 80px;
}

.xx-list .w188 {
    width: 96px;
}

.xx-list-l li {
    height: 50px;
    line-height: 50px;
}

.xx-list-l li {
    font-size: 14px;
}

.xx-list-l li.w430 a {
    font-size: 16px;
    color: #333;
    display: inline-block;
    max-width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xx-list-l li.w80 {
    color: #666;
}

.xx-list-l li.w180 {
    color: #666;
}

.xx-list-l li.w188 {
    color: #666;
}

.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(../images/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(../images/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;
}


/*领导信箱*/

.ldxx-main {
    width: 1118px;
    margin: 0 auto;
}

.ldxx-main .xx-list .w430 {
    width: 650px;
}

.xx-bar {
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #e8ebf0;
}

.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;
}

.xx-bar input.i2 {
    background: url(../images/icon22.png) 12px center no-repeat;
}

.xx-bar button {
    width: 100px;
    height: 40px;
    color: #000000;
    font-size: 14px;
    background: url(../images/bg4.png);
}


/*领导之窗*/

.yydh-xxgkgl-lfpic.ldzc {
    background: url(../images/icon23.png) center no-repeat;
}


/*.ld-nav li a{
	background: url(../images/arrow1.png) 157px center no-repeat;
}
.ld-nav li a.yydh-xxgkgl-cur,.ld-nav li a:hover{
	background: url(../images/arrow1.png) 153px center no-repeat;
}*/

.ldzc-lf {
    height: auto!important;
}

.ldzc-content {
    width: 791px;
    padding: 29px 29px 29px 39px;
    border: 1px solid #e8ebf0;
}

.ldzc-intro .text {
    margin-left: 30px;
    width: 600px;
}

.ldzc-intro .text .name {
    color: #1f75cc;
    font-size: 24px;
    margin-top: 13px;
    line-height: 42px;
    display: inline-block;
    font-weight: bold;
}

.ldzc-intro .text .job {
    font-size: 16px;
    color: #666;
    min-height: 60px;
    line-height: 32px;
}

.ldzc-intro .text .job1 {
    padding-bottom: 11px;
    border-bottom: 1px solid #e4e9ef;
}

.ldzc-intro .text .job2 {
    margin-top: 11px;
}

.ldzc-intro .text .job span {
    font-size: 16px;
    color: #444;
    font-weight: 800;
}

.ldzc-title {
    line-height: 54px;
    color: #444;
    font-size: 16px;
    font-weight: 800;
    margin-top: 12px;
}

.ldzc-con {
    /*padding: 12px 20px;*/
}

.ldzc-con p {
    color: #666;
    font-size: 16px;
    line-height: 38px;
}


/*民意征集概览*/

.myzj-list {
    padding: 20px;
    border-bottom: 1px solid #e8ebf0;
}

.myzj-item {
    margin-bottom: 30px;
}

.myzj-item .sta {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #dadada;
    margin-right: 20px;
}

.myzj-item .sta.cur {
    background: #2a8bed;
}

.myzj-item .sta span {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}

.myzj-item .box {
    width: 970px;
}

.myzj-item .box .tit {
    display: inline-block;
    color: #000000;
    font-size: 16px;
    margin-top: 12px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.myzj-item .box p {
    color: #727272;
    font-size: 12px;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.myzj-item .box p span {
    display: inline-block;
    margin-right: 10px;
}


/*民意细览*/

.my-xl {
    padding: 0 58px 34px;
}

.zjjg-title {
    height: 48px;
    background: #fdfdfd;
    padding: 0 40px;
    border-top: 1px solid #e8ebf0;
    border-bottom: 1px solid #e8ebf0;
}

.zjjg-title span {
    font-weight: bold;
    font-size: 14px;
    color: #2f3842;
    line-height: 48px;
}

.zjjg-content {
    padding: 15px 40px;
}

.zjjg-content p {
    color: #2f3842;
    font-size: 14px;
    line-height: 28px;
}

.yydh-xx-c2 .yydh-xx1.w490 {
    width: 408px;
}

.yydh-xx-tt2.bl {
    border-left: 1px solid #e8ebf0;
}

.fk-tab {
    padding-bottom: 42px;
}

.fk-title {
    padding: 0 40px;
    height: 69px;
    border-bottom: 1px solid #e8ebf0;
    border-top: 1px solid #e8ebf0;
    margin-bottom: 10px;
}

.fk-title .tit {
    display: inline-block;
    line-height: 69px;
    color: #141414;
    font-weight: bold;
    font-size: 18px;
    margin-right: 68px;
}

.fk-title .tit.cur {
    line-height: 66px;
    border-bottom: 3px solid #2878ff;
}

.fk-title .tit img {
    margin-right: 15px;
}

.fk-item {
    display: none;
}

.fk-item:first-child {
    display: block;
}

.zw-main {
    position: relative;
}

.yydh-xxgkxl-articleinfo.xxgkxl-info {
    padding-top: 10px;
}