/*搜索*/
.index-search {
    width: 100%;
    height: 510px;
    min-width: 1200px;
    background: url(../images/index-bg.png) no-repeat center;
    background-size: auto 100%;
    border-bottom: 2px solid #d43535;
}

.index-search-box {
    width: 908px;
    height: 74px;
    margin: 0 auto;
    padding-top: 195px;
}

.index-search-box input {
    width: 776px;
    height: 74px;
    background: rgba(255, 255, 255, 0.6);
    text-indent: 2em;
    font-size: 16px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.index-search-box a {
    width: 132px;
    height: 74px;
    background-color: #e23637;
    display: inline-block;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: center;
    line-height: 74px;
}

/*新闻头条*/
.index-headline-title {
    width: 70px;
    display: inline-block;
}

.index-headline {
    margin: 20px 0 40px 0;
    height: 120px;
}

.index-headline-tab {
    width: 1080px;
    display: inline-block;
    float: right;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 120px;
    margin: 0 auto;
}

.index-headline-item {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.index-headline-item h1 {
    margin: 0 auto;
}

.index-headline-item h1 a {
    display: inline-block;
    line-height: 38px;
    vertical-align: middle;
    color: #000;
    font-weight: bold;
    font-size: 38px;
}

.index-headline-item h1 a:hover {
    color: #0662b1;
}

.index-headline-item p {
    color: #666;
    font-size: 16px;
    margin-top: 14px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*轮播*/
.roll-news {
    width: 390px;
    height: 360px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    position: relative;
}

.roll-news .banner-img {
    height: 252px;
    width: 390px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.roll-news .banner-img a {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.roll-news .banner-img img {
    height: 100%;
    width: 100%;
    display: block;
}

.roll-news .banner-txt {
    width: 320px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.roll-news .banner-txt a {
    font-size: 18px;
}

.roll-news .banner-txt a span.ell {
    width: 320px;
    display: block;
    margin-bottom: 3px;
}

.roll-news .banner-txt a span.banner-memo {
    color: #999;
    font-size: 14px;
}

.roll-news .banner-btn {
    position: absolute;
    height: 22px;
    width: 19px;
    bottom: 45px;
    cursor: pointer;
}

.roll-news .banner-left {
    left: 330px;
}

.roll-news .banner-right {
    left: 360px;
}

.roll-news .banner-btn:hover {
    opacity: 0.8
}

.roll-news .banner-txt p {
    position: absolute;
    bottom: 67px;
    left: 30px;
}

.time-day {
    width: 53px;
    height: 33px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: rgba(11, 123, 226, 0.9);
    font-size: 28px;
    text-align: center;
    line-height: 33px;
    display: block;
    color: #fff;
}

.time-year {
    width: 53px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    display: block;
    background-color: rgba(238, 238, 238, 0.8);
    font-size: 12px;
    color: #666;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/*新闻切换*/
.news-list {
    width: 500px;
    display: inline-block;
    overflow: hidden;
    margin: 0 20px;
}

.tab-list-bool {
    height: 48px;
    width: 100%;
    border-bottom: 2px solid #f2f2f2;
}

.tab-list-bool li {
    float: left;
    height: 48px;
    position: relative;
}

.tab-list-bool a {
    display: inline-block;
    padding: 0 6px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #999;
    font-weight: bold;
    margin-right: 26px;
}

.tab-list-bool li.cur a {
    border-bottom: 2px solid #0662b1;
    color: #333;
}

.tab-item {
    padding: 10px 0;
}

.tab-item a {
    float: left;
    line-height: 38px;
    color: #333;
    font-size: 16px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 12px;
}

.tab-item a .dot {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #c0c0c0;
    display: block;
    position: absolute;
    left: 0;
    top: 17px;
}

.tab-item a:hover {
    color: #0662b1;
}

.tab-item a:hover>.dot {
    background-color: #0662b1;
}

.tab-item span {
    float: right;
    line-height: 38px;
    color: #999;
    font-size: 14px;
}

.index-right {
    width: 268px;
    display: inline-block;
    float: right;
}

.ykb-list {
    width: 268px;
    margin-bottom: 10px;
    float: right;
}

.ykb-list a {
    width: 127px;
    height: 90px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    float: left;
}

.ykb-list img {
    margin: 16px 0 10px 0;
}



.index-img {
    width: 100%;
    margin: 30px 0;
}

.index-img img {
    width: 100%;
}

.index-gk {
    width: 536px;
    display: inline-block;
}

.index-title {
    border-left: 6px solid #0662b1;
    padding-left: 10px;
    margin-bottom: 10px;
}

.index-title a {
    font-size: 18px;
    font-weight: bold;
}

.index-gk-list {
    width: 364px;
    display: inline-block;
}

.index-gk-list a {
    width: 170px;
    height: 109px;
    border: 1px solid #e5e5e5;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 10px;

}

.index-gk-list a img {
    margin: 20px 0;
    width: 24px;
}

.index-ygk {
    width: 170px;
    display: inline-block;
    height: 230px;
    border: 1px solid #e5e5e5;
    float: right;
    text-align: center;
    margin-top: 10px;
}

.index-ygk a {
    display: block;
}

.index-ygk img.ygk-img {
    margin: 60px 0 20px 0;
}

.index-ygk p {
    margin-bottom: 16px;
}

.news-list-zc {
    width: 637px;
    display: inline-block;
    float: right;
}

/*专题专栏*/
.zwhlzt-con .ban-more-box {
    width: 1020px;
    height: 242px;
    position: relative;
    overflow: hidden;
    margin-left: 50px;
}

.zwhlzt-con .ban-more-img {
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}


.zwhlzt-con {
    margin-top: 30px;
}

.zwgk-ban-more {
    position: relative;
    width: 1120px;
    height: 242px;
    overflow: hidden;
}

.btn-ban-more {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 110px;
}

.ban-more-left {
    background: url("../images/arrow-left1.png") no-repeat center center;
    left: 10px;
}

.ban-more-right {
    background: url("../images/arrow-right1.png") no-repeat center center;
    right: 0px;
}

.ban-more-left:hover {
    background-image: url('../images/arrow-left2.png');
}

.ban-more-right:hover {
    background-image: url('../images/arrow-right2.png');
}

.zwhlzt-con-img a {
    width: 244px;
    height: 240px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin: 0 5px;
}

.zwhlzt-con-img .img-link>img {
    width: 244px;
    height: 152px;
}

.zwhlzt-con-img .img-tit {
    font-size: 18px;
    text-align: center;
    margin: 20px 10px;
}

.zwhlzt-con-img .img-tit span {
    font-size: 14px;
    color: #666;
    line-height: 36px;
}

/*微博微信*/
.index-code {
    position: absolute;
    right: 20px;
    top: 700px;
    width: 200px;
}

.index-code ul li {
    position: relative;
    width: 200px;
    display: block;
    float: right;
    margin-top: 25px;
}

.index-code a {
    width: 50px;
    height: 41px;
    display: block;
    float: right;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.index-code .code-img {
    position: absolute;
    left: 5px;
    top: 16px;
    width: 130px;
    height: 130px;
    text-align: center;
    background-color: #f2efef;
    display: none;
}

.index-code .code-img::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #f2efef;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0;
    right: -20px;

}

.index-code .code-img img {
    width: 118px;
    height: 118px;
    margin-top: 6px;
}

.index-code a:hover+.code-img {
    display: block;
}

/*政务公开*/
.xx-list {
    height: 150px;
}

.xx-list a {
    width: 222px;
    height: 150px;
    display: inline-block;
    margin-right: 22px;
}
.zwgk-1{
    background: url("../images/zw10.png")100% 100%;
}
.zwgk-2{
    background: url("../images/zw20.png")100% 100%;
}
.zwgk-3{
    background: url("../images/zw30.png")100% 100%;
}
.zwgk-4{
    background: url("../images/zw40.png")100% 100%;
}
.zwgk-5{
    background: url("../images/zw50.png")100% 100%;
}
.zwgk-1:hover{
    background: url("../images/zw1.png")100% 100%;
}
.zwgk-2:hover{
    background: url("../images/zw2.png")100% 100%;
}
.zwgk-3:hover{
    background: url("../images/zw3.png")100% 100%;
}
.zwgk-4:hover{
    background: url("../images/zw4.png")100% 100%;
}
.zwgk-5:hover{
    background: url("../images/zw5.png")100% 100%;
}

.zw-left {
    width: 742px;
    display: inline-block;
    float: left;
    margin: 30px 0;
}

.zw-left .news-list {
    width: 742px;
    margin: 0;
}

.zw-search {
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    margin-top: 10px;
}

.zw-search input {
    width: 582px;
    height: 44px;
    background: #fff url(../images/search2.png) no-repeat 96% center;
    border: 1px solid #d3d3d3;
    margin: 8px 16px;
    text-indent: 1em;
    font-size: 16px;
}

.zw-search a {
    width: 100px;
    height: 40px;
    background-color: #fbebd1;
    color: #0662b1;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 8px;
    border-bottom: 3px solid #eae7e2;
    border-right: 3px solid #eae7e2;
}

.zw-search a:hover {
    opacity: 0.8;
}

.zwgk-icon {
    width: 100%;
    margin-top: 10px;
}

.zwgk-icon a {
    width: 352px;
    height: 70px;
    font-size: 20px;
    color: #0662b1;
    text-align: center;
    border: 1px solid #0662b1;
    border-radius: 5px;
    display: block;
    float: left;
    margin-right: 34px;
    margin-top: 18px;
    line-height: 70px;
    text-align: left;
}


.zwgk-icon a:hover {
    color: #fff;
    background-color: #0662b1;
}
.zwgk-icon a i{
    display: inline-block;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 16px;
    top: 15px;
}
.zwgk-icon-1{
    background: url("../images/zwgk10.png")100% 100%;
}
.zwgk-icon-2{
    background: url("../images/zwgk20.png")100% 100%;
}
.zwgk-icon-3{
    background: url("../images/zwgk30.png")100% 100%;
}
.zwgk-icon-4{
    background: url("../images/zwgk40.png")100% 100%;
}
.zwgk-icon-5{
    background: url("../images/zwgk50.png")100% 100%;
}
.zwgk-icon-6{
    background: url("../images/zwgk60.png")100% 100%;
}
.zwgk-icon-7{
    background: url("../images/zwgk70.png")100% 100%;
}
.zwgk-icon a:hover .zwgk-icon-1{
    background: url("../images/zwgk1.png")100% 100%;
}
.zwgk-icon a:hover .zwgk-icon-2{
    background: url("../images/zwgk2.png")100% 100%;
}
.zwgk-icon a:hover .zwgk-icon-3{
    background: url("../images/zwgk3.png")100% 100%;
}
.zwgk-icon a:hover .zwgk-icon-4{
    background: url("../images/zwgk4.png")100% 100%;
}
.zwgk-icon a:hover .zwgk-icon-5{
    background: url("../images/zwgk5.png")100% 100%;
}
.zwgk-icon a:hover .zwgk-icon-6{
    background: url("../images/zwgk6.png")100% 100%;
}
.zwgk-icon a:hover .zwgk-icon-7{
    background: url("../images/zwgk7.png")100% 100%;
}

.zw-right {
    width: 430px;
    display: inline-block;
    float: right;
    margin-top: 30px;
}

.news-list-zw .tab-item a {
    width: 75%;
}

.index-wrap1-col1 {
    width: 430px;
    height: 265px;
    position: relative;
    overflow: hidden;
    margin: 30px 0;
}

.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%;
    display: block;
}

.index-pictt {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 35px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.index-pictt li {
    width: 100%;
    height: 100%;
}

.index-pictt li a {
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    display: inline-block;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 12px;
}

.index-picpg {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.index-picpg li {
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    cursor: pointer;
    background: url(../images/dot10.png) no-repeat;
}

.index-picpg li.cur {
    background: url(../images/dot11.png) no-repeat;
}

.zwgg-code {
    top: 160px;
}

.zdly {
    border-top: 2px solid #0662b1;
    height: 181px;
    clear: both;
    margin: 10px 0 30px 0;
}

.zdly img {
    float: left;
    width: 133px;
    display: inline-block;
}

.zdly-list {
    width: 1066px;
    display: inline-block;
    height: 165px;
    background-color: #fffdfd;
    border-bottom: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    padding-top: 16px;
}

.zdly-list a {
    width: 18%;
    margin-left: 2%;
    display: inline-block;
    line-height: 50px;
}

.zdly-list a span {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #c0c0c0;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 22px;
}

/*互动交流*/
.hd-btn {
    width: 100%;
    clear: both;
}

.hd-btn a {
    width: 214px;
    height: 61px;
    display: inline-block;
    background: url(../images/hd-bg0.png) no-repeat center;
    margin-right: 10px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 61px;
}

.hd-btn a img {
    margin-right: 15px;
}

.hd-btn a:hover {
    background-image: url(../images/hd-bg.png);
}

.inter-list {
    width: 100%;
    margin-top: 10px;
}

.inter-list-title {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
    background-color: #f5f5f5;
}

.inter-list-title span,
.inter-list .list li a span {
    display: inline-block;
    text-align: center;
}

.inter-list .list {
    padding: 20px 0;
    border: 1px solid #e5e5e5;
}

.inter-list .list li a {
    display: block;
    line-height: 36px;
    color: #999;
}

.inter-list .list .mail-1 {
    color: #333;
    padding-left: 30px;
    background: url(../images/dot22.png) no-repeat 10px center;

}

.inter-list .list li a:hover span,
.survey-list .list li a:hover {
    color: #0662b1;
}

.mail-1 {
    width: 600px;
    text-align: left !important;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mail-2 {
    width: 300px;
}

.mail-3 {
    width: 120px;
}

.inter-list-title .mail-1 {
    width: 580px;
    padding-left: 40px;
}

.list-line {
    width: 1180px;
    margin: 10px;
    height: 1px;
    background-color: #e5e5e5;
}

.inter-survey {
    width: 612px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 40px;
}

.line-title {

    font-weight: bold;
    border-bottom: 2px solid #f2f2f2;
    padding: 16px 0;
}

.line-title a {
    font-size: 20px;
    padding: 16px 10px;
    border-bottom: 2px solid #0662b1;
}

.survey-list .list {
    border: 0;
    padding: 10px 0;
}

.survey-list .list li a {
    width: 590px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #444;
    font-size: 14px;
}

.list-red {
    color: #fff;
    background-color: #0662b1;
    padding: 3px 10px;
    display: inline !important;
    border-radius: 5px;
    margin-right: 16px;
}

.list-gray {
    color: #6a6363;
    background-color: #e6e6e6;
    padding: 3px 10px;
    display: inline !important;
    border-radius: 5px;
    margin-right: 16px;
}

.survey-list .list li a:hover span.list-red {
    color: #fff;
}

.survey-list .list li a:hover span.list-gray {
    color: #6a6363;
}

.inter-talk {
    width: 558px;
    display: inline-block;
    float: right;
    margin-top: 20px;
    margin-bottom: 40px;
}

.talk-list ul li {
    margin-top: 20px;
    float: left;
    width: 170px;
    margin-right: 20px;
}

.talk-list ul li img {
    width: 170px;
    height: 118px;
}

.talk-list ul li p {
    width: 170px;
    font-size: 14px;
    color: #444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 15px;
}

/*领导信息*/
.detail-content {
    margin-top: 20px;
    margin-bottom: 40px;
    clear: both;
}

.leader-left {
    width: 336px;
    background-color: #f7f7f7;
    display: inline-block;
}

.leader-one {
    width: 90%;
    margin: 40px auto;
    text-align: center;
}

.leader-one img {
    width: 144px;
    height: 173px;
    border: 10px solid #fff;
    margin-bottom: 15px;
}

.leader-one p {
    font-size: 16px;
    line-height: 26px;
}

p.p-blod {
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 6px;
}

.leader-list {
    margin-left: 56px;
}

.leader-list a {
    width: 106px;
    display: inline-block;
    float: left;
    margin-right: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.leader-list a img {
    width: 84px;
    height: 107px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;

}

.leader-list a p {
    line-height: 22px;
}

.leader-right {
    width: 836px;
}

.leader-info-title {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #ededed;
    padding-bottom: 16px;
}

.leader-info-title span {
    border-bottom: 2px solid #0662b1;
    padding: 0 10px;
    padding-bottom: 16px;

}

.leader-p {
    margin: 16px 0;
}

.leader-p p {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
    line-height: 30px;
}

.leader-info-list.survey-list.inter-list .list li a {
    width: 700px;
    font-size: 16px;
}

.leader-info-list .list li span {
    font-size: 16px;
    float: right;
    color: #999;
}

/*目录树*/
.zw-nav {
    font-size: 20px;
    font-weight: bold;
    color: #0662b1;
}

.main-left {
    width: 293px;
    display: inline-block;
}

.gkml {
    border-left: 2px solid #0662b1;
    margin-top: 20px;
}

.tree li {
    border-bottom: solid 1px #e5e5e5;
}

.tree li a {
    display: block;
    height: 56px;
    line-height: 56px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    cursor: pointer;
    padding: 0 20px;
    background: url(../images/ml-right.png) no-repeat 95% center;
}

.tree li a.active {
    background: #0662b1 url("../images/ml-right1.png") no-repeat 95% center;
    color: #fff
}

.tree li a:hover {
    color: #0662b1;
}

.tree li a.active:hover {
    color: #fff;
}

.tree li a img {
    margin-right: 10px;
}

.tree li ul {
    border-left: 1px dashed #0662b1;
    margin: 20px 0;
    margin-left: 25px;

}

.tree li ul li {
    border-bottom: 0;
    position: relative;

}

.tree li ul li .ml-add {
    position: absolute;
    left: -7px;
    top: 10px;
    z-index: 11;
}

.tree li ul li a {
    background: none;
    height: 32px;
    line-height: 32px;
    font-weight: normal;
    font-size: 14px;
    padding: 0;
    margin-left: 7px;
}

.tree li ul li ul {
    border-left: 0;
    margin: 0;
    margin-left: -5px;
}

/*公开目录右侧*/
.main-right {
    width: 869px;
    display: inline-block;
    float: right;
}

.main-right .position {
    margin: 0 0 20px 0;
}

.ml-list {
    margin-top: 0;
}

.ml-list .list {
    padding: 20px;
}

.ml-list .list li a {
    color: #333;
    width: 80%;
    display: inline-block;
    background: url(../images/dot22.png) no-repeat left center;
    padding-left: 20px;
    line-height: 40px;
}

.ml-list .list li a:hover {
    color: #0662b1;
}

.ml-list .list-line {
    width: 100%;
}

/*公开年报*/
.nb-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #f5f5f5;
    padding: 20px 0;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
}

/*公开指南*/
.ml-detail {
    width: 807px;
    display: inline-block;
    float: right;
    border: 1px solid #e5e5e5;
    padding: 30px;
    margin-bottom: 20px;
}

.detail-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    margin: 25px 0;
}

.detail-info {
    font-size: 16px;
    color: #999;
    padding: 0 20px;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 40px;
}

.detail-info span {
    margin-right: 5px;
}

.detail-info span.font {
    position: absolute;
    right: 20px;
    background-color: #f7f7f7;
    padding: 6px 20px;
    border-radius: 20px;
}

.detail-info span.font a {
    margin-left: 5px;
    color: #999;
}

.detail-info span.font a.active {
    color: #0662b1;
}

.detail-info span.font a:hover {
    text-decoration: underline;
}

.detail-p {
    border-top: 6px solid #f1f1f1;
    margin-top: 3px;
    padding: 30px 0
}

.detail-p p {
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
}

.detail-p img {
    text-align: center;
    max-width: 800px;
}

/*政务信息*/
.list-left {
    width: 223px;
    display: inline-block;
}

.list-left .line-title a {
    color: #0662b1;
}

.left-nav {
    width: 223px;
    margin-top: 20px;
}

.left-nav li {
    margin-top: 1px;
}

.left-nav li a {
    height: 56px;
    padding: 0 20px;
    line-height: 56px;
    color: #666;
    display: block;
    font-weight: bold;
    background: #f5f5f5 url(../images/ml-right.png) no-repeat 92% center;
}

.left-nav li a:hover,
.left-nav li a.active {
    background-color: #0662b1;
    background-image: url(../images/ml-right1.png);
    color: #fff;
}

.list-right {
    width: 958px;
    display: inline-block;
    float: right;
}

.list-right .line-title a {
    border-bottom: 0;
}

.list-right .inter-list .list {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.none-nav .inter-list .list {
    border: 0;
    padding: 20px 10px;
}

.none-nav .line-title {
    background-color: #f5f5f5;
    border-bottom: 2px solid #dcd9d9;
}

.none-nav .line-title {
    color: #666;
}

.none-nav .list-line {
    margin: 10px 0;
}

/*图片新闻*/
.pic-list {
    margin-top: 20px;
}

.pic-list ul li {
    width: 306px;
    height: 256px;
    display: inline-block;
    background-color: #f7f5f5;
    margin-bottom: 32px;
    margin-right: 20px;
}

.pic-list ul li a {
    display: block;
    font-size: 14px;
    height: 256px
}

.pic-list ul li a img {
    width: 306px;
    height: 180px;
}

.pic-list ul li a p {
    margin-top: 5px;
    line-height: 36px;
    width: 276px;
    padding: 0 15px;
}

.pic-list ul li a span {
    color: #666;
    padding-left: 15px;
}

.pic-list ul li a:hover {
    box-shadow: 0px 0px 10px #999;
}

/*网站地图*/
.map-content .line-title {
    padding-top: 0;
}

.map-content .line-title a {
    font-size: 18px;
}

.map-border {
    margin-bottom: 30px;
}

.map-list {
    background-color: #f5f5f5;
    margin-top: 20px;
    padding: 20px 0;

}

.map-list a {
    color: #666;
    width: 220px;
    margin-left: 20px;
    display: inline-block;
}

.map-list a:hover {
    color: #0662b1;
}


.li-last {
    margin-right: 0 !important;
}

a.r0 {
    margin-right: 0;
}






.jgdwglj-wrap{
    padding-top: 24px;
    overflow: hidden;
}
.jgdwglj-index-lunbo{
    width: 600px;
    height: 370px;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.jgdwglj-news-list{
    margin: 0;
    width: 575px;
}
.news-list-zc{
    float: left;
    width: 498px;
}
.index-img{
    margin-bottom: 16px;
}
.index-gk{
    width: 282px;
    margin-left: 40px;
}
.index-gk-list{
    width: 100%;
}
.index-gk-list a{
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 0;
    line-height: 40px;
    text-align: left;
    margin-right:0;
    margin-top: 8px;
}
.index-gk-list a img{
    margin: 0;
    display: inline-block;
    margin-left: 50px;
    margin-right: 16px;
}
.news-list-zc .tab-item{
    padding-top: 14px;
    padding-bottom: 0;
}
.index-right{
    width: 346px;
}
.index-right>a:first-child,.index-right>a:first-child img{
    display: inline-block;
    width: 100%;
    height: 66px;
}
.ykb-list a{
    width: 166px;
    height: 52px;
    line-height: 52px;
    text-align: left;margin-top: 15px;
}
.ykb-list img{
    margin: 0;
    width: 20px;
    display: inline-block;
    margin-left: 36px;
    margin-right: 10px;
}
.ykb-list p{
    display: inline-block;
}
.ykb-list{
    width: 100%;margin-bottom: 15px;
}
.jgdwglj-ykb-last,.jgdwglj-ykb-last img{
    width: 100%;
    display: inline-block;
    height: 64px;
}
.zwhlzt-con{
    margin-bottom: 16px;
}

.zw-left .tab-item a{
    line-height: 42px;
}
.zw-left .tab-item{
    padding: 13px 0;
}
.zwgk-icon{
    overflow: hidden;
    text-align: center;
    padding-bottom: 30px;
}
.zwgk-icon a{
    width: 160px;
    height: 66px;
    line-height: 66px;
    border-radius: 5px;
    color: #333;
    font-size: 18px;
    margin-right: 11px;
    position: relative;
    padding-left: 56px;
    box-sizing: border-box;
}
.zwgk-icon a img{
    height: 30px;
    position: absolute;
    top: 18px;
    left: 20px;
}
.zwgk-icon a span{
}
.zwgk-icon .zwgk-i-2{
    line-height: 26px;
    padding-top: 6px;
}
.inter-list{
    margin-top: 20px;
}
.inter-list .pagination{
    margin: 30px 0;
}
.leader-list p{
    font-size: 14px;
}
.leader-list .p-blod{
    padding-bottom: 6px;
    font-size: 16px;
}
.inter-list{
    padding-bottom: 30px;
}
.jgswj5-ldxxlb-title1{
    width: 100%;
    height: 57px;
    background: url("../images/jgswj5-ldxxlb-title1.png");
}
.jgswj5-ldxxlb-title1 a{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding-left: 12px;
    border-left: 4px solid #fff;
    line-height: 20px;
    margin-top: 18px;
    margin-left: 9px;
}
.jgswj5-ldxxlb-content{
    margin-top: 18px;
}
.jgswj5-ldxxlb-title2{
    padding-top: 8px;
    line-height: 58px;
    border-bottom: 1px solid #1369c0;
}
.jgswj5-ldxxlb-title2 a{
    font-size: 20px;font-weight: bold;
    color: #1369c0;
}
.jgswj5-ldxxlb-boss{
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 30px;
}
.jgswj5-ldxxlb-boss-left{
    width: 102px;margin-top: 42px;
}
.jgswj5-ldxxlb-boss-left img{
    width: 102px;
    height: 127px;
    display: inline-block;
    box-sizing: border-box;
    padding: 2px;
    border: 1px solid #dcdcdc;
}
.jgswj5-ldxxlb-boss-left p{
    background: #1369c0;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}
.gswj5-ldxxlb-boss-right{
    width: 1036px;
}
.jgswj5-ldxxlb-title3{
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    line-height: 50px;
    margin-bottom: 18px;
}
.jgswj5-ldxxlb-title3 a{
    display: inline-block;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #1369c0;
}
.gswj5-ldxxlb-boss-text{
    font-size: 16px;
    line-height: 32px;
    color: #333;
    margin-bottom: 20px;
}
.gswj5-ldxxlb-boss-text2{
    margin-bottom: 0;
}
.jgswj5-ldxxlb-man{
    overflow: hidden;
}
.jgswj5-ldxxlb-man li{
    float: left;
    margin-right: 100px;
    width: 102px;
    margin-top: 36px;
}
.jgswj5-ldxxlb-man li img{
    width: 102px;
    height: 127px;
    display: inline-block;
    box-sizing: border-box;
    padding: 2px;
    border: 1px solid #dcdcdc;
}
.jgswj5-ldxxlb-man li p{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 8px;
    text-align: center;
}
.jgswj5-ldxxlb-man li:hover p{
    color: #1369c0;
}

.zwgk309-landship{
    overflow-y: hidden;
    padding: 31px;
}
.zwgk309-landship img{
    display: inline-block;
    float: left;
    width: 123px;
    height: 155px;
    border: 1px solid #e5e5e5;
}
.zwgk309-landship div{
    float: right;
    width: 214px;
}
.zwgk309-landship div h5{
    font-size: 18px;
    font-weight: bold;
    color: #0662b1;
    padding-top: 20px;
}
.zwgk309-landship div p{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    padding-top: 16px;
}
.zwgk309-landship div a{
    font-size: 14px;
    color: #fd8240;
    padding-top: 14px;
    display: inline-block;
    margin-left: -6px;
}


/* 领导信息200424 */
.ld-nav-l {
    background-color: #f7f7f7;
}

.ld-nav-l li {
    text-align: center;
    float: left;
    width: 50%;
}

.ld-tx {
    text-align: center;
    margin-bottom: 34px;
}

.ld-nav-l li a {
    display: inline-block;
}

.ld-tx img {
    width: 84px;
    height: 107px;
    padding: 8px;
    border: 1px solid #dfdfdf;
}

.ld-tx p {
    color: #323232;
}

.ld-tx p.name {
    font-size: 16px;
    color: #323232;
    margin-top: 10px;
}

.ld-tx p.con {
    font-size: 16px;
    margin-top: 5px;
    font-weight: bold;
}


/*  首页专题专栏 200424 */

.index-ztzl {
  margin-top: 25px;
  margin-bottom: 20px;
  width: 1200px
}

.index-ztzl:after {
  display: table;
  content: "";
  clear: both;
}

.index-ztzl .title {
  display: inline-block;
  width: 89px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  background: url(../images/qj-bg5.png) center no-repeat;
}

.index-ztzl .title:hover {
  opacity: 0.8;
  -moz-opacity: 0, 8;
  filter: alpha(opacity=80);
}

.index-ztzl .title span {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  color: #fff;
  font-size: 20px;
}

.index-ztzl .index-more-box {
  width: 1078px;
  height: 84px;
  padding: 0 11px;
  float: right;
  position: relative;
}

.index-ztzl .index-more-l {
  overflow: hidden;
  position: relative;
  width: 1078px;
  height: 84px;
}

.index-ztzl .index-more-img {
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index-ztzl .index-more-img .img-link,
.index-ztzl .index-more-img p {
  width: 350px;
  height: 84px;
  display: inline-block;
}

.index-ztzl .index-more-img p {
  float: left;
  overflow: hidden;
  margin-right: 14px;
}

.index-ztzl .index-more-btn {
  position: absolute;
  top: 35px;
  cursor: pointer;
}

.index-ztzl .index-more-right {
  right: 0;
}

.index-ztzl .index-more-left {
  left: 0;
}

.index-ztzl .index-more-img a:hover {
  opacity: 0.8;
  -moz-opacity: 0, 8;
  filter: alpha(opacity=80);
}
