﻿@charset "UTF-8";

/*
 * @Author:majingyi
 * @Date: 2019/6/3 14:00;
 */

body{
    background: url(bg9.png) top center no-repeat;
}
.w-container{
    width: 1200px;
    margin: 0 auto;
}
.index-item{
    display: none;
}
.index-item.show{
    display: block;
}
.top{
    height: 40px;
    background: #ac3234;
}
.top a,.top span{
	display: inline-block;
	line-height: 40px;
    color: #fff;
    font-size: 13px;
}
.top a:hover{
	font-weight: bold;
}
.top span.line {
    margin: 0 14px;
}
.top img{
    margin: 14px 10px 0;
}
.top .address{
    text-decoration: underline;
}
.top .weather{
    margin-left: 8px;
}
.header{
    height: 268px;
    width: 100%;
}
.index-header{
    height: 512px;
    width: 100%;
}
.header .logo{
    display: inline-block;
    margin-top: 60px;
}
.index-header .index-logo{
    text-align: center;
    height: 142px;
    background: url(bg4.png) top center no-repeat;
}
.index-header .index-logo a{
    display: inline-block;
    margin-top: 22px;
}
.header-con{
	height: 228px;
}
.index-header-con{
    height: 472px;
}
.search-box{
    margin-top: 76px;
    margin-right: 2px;
    width: 480px;
    height: 55px;
    background: url(bg1.png) no-repeat;
}
.search-box input{
    height: 55px;
    padding: 0 20px;
    width: 345px;
    color: #767676;
    font-size: 16px;
    text-align: center;
}
.search-box button,.index-search-box button{
    background: none;
}
.index-search-box{
    margin: 104px auto 0;
    width: 731px;
    height: 58px;
    padding-right: 6px;
    padding-bottom: 7px;
    background: url(bg5.png) no-repeat;
}
.index-search-box input{
    height: 58px;
    padding: 0 20px;
    width: 596px;
    color: #767676;
    font-size: 16px;
}
.nav{
    height: 50px;
    background: #bf3b34;
}
.nav-l{
    border-left: 1px solid #d27671;
}
.nav a{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    width: 199px;
    border-right: 1px solid #d27671;
}
.nav a.cur,.nav a:hover{
    background: #fff;
    color: #bf3b34;
}
/*底部*/
.footer{
    height: 180px;
    border-top: 3px solid #bf3b34;
    background: #f7f7f7;
}
.f-help{
    text-align: center;
    padding-top: 14px;
    height: 98px;
    background: #f6f6f6;
}
.f-text{
    margin: 0 40px;
    display: inline-block;
}
.f-text p{
    font-size: 14px;
    line-height: 30px;
}
.f-text .f-text1,.f-text .f-text1 a{
    color: #444444;
}
.f-text .f-text1 a{
    margin-right: 6px;
}
.f-text .f-text1 a:hover{
    font-weight: bold;
}
.f-text .f-text1 span{
    display: inline-block;
    margin-right: 15px;
}
.f-text .f-text1 span:last-child{
    margin-right: 0;
}
.f-img1{
    margin-top: 20px;
}
.f-img2{
    margin-top: 18px;
}
/*当前位置*/
.local{
    padding: 18px 0;
}
.local img{
    margin-right: 8px;
}
.local span,.local a{
    color: #333333;
    font-size: 14px;
    line-height: 18px;
}
.local a:hover{
	color: #bf3b34;
}
.local .arrow{
    margin: 0 6px;
}
/*翻页*/
.page{
    text-align: center;
    padding-top: 20px;
}
.page span,.page a{
    color: #333333;
    font-size: 14px;
    display: inline-block;
    line-height: 28px;
}
.page span.red{
    color: #ec3233;
    margin: 0px 5px;
}
.page a{
    line-height: 26px;
    border: 1px solid #ebebeb;
    margin: 0px 4px;
}
.page a:hover,.page a.cur{
    color: #fff;
    background: #cd5751;
}
.page a.num:hover,.page a.num.cur{
    border: 1px solid #cd5751;
}
.page a.go:hover{
    font-weight: bold;
    color: #fff;
}
.page a.num{
    width: 26px;
}
.page .fe{
    border: none;
    line-height: 28px;
}
.page .fe:hover{
    color: #fb292f;
    background: none;
}
.page .pn{
    width: 58px;
}
.page input{
    width: 26px;
    height: 26px;
    border: 1px solid #ebebeb;
    text-align: center;
    margin: 0px 7px;
}
.page .go{
    width: 60px;
    height: 28px;
    border: none;
    background: #cd5751;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-left: 14px;
}
.page span.jump{
    margin-left: 10px;
}
.page .first{
    margin-left: 19px;
    margin-right: 6px;
}
.main{
    padding: 0 20px 30px;
    background: url(bg2.png);
}
/*底部下拉*/
.drop-link{
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #e6e6e6;
}
.drop-groups{
    padding-top: 20px;
}
.drop-down{
    float: left;
    position: relative;
    width: 238px;
    height: 14px;
    line-height: 14px;
    border-right: 1px solid #c2c2c2;
}
.drop-down.ls{
	border-right: none;
}
.drop-down .tag {
    font-size: 15px;
    color: #333333;
    cursor: pointer;
    text-align: center;
}
.drop-down .tag:hover,.drop-lists li a:hover{
    font-weight: bold;
}
.drop-down .tag img{
    vertical-align: middle;
    margin-left: 9px;
}
.drop-lists{
    display: none;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    max-height: 110px;
    overflow-y: auto;
    background: #f7f7f7;
}
.drop-lists li {
    line-height: 30px;
}
.drop-lists li a {
    margin-left: 20px;
    font-size: 15px;
    color: #333333;
}
/*概览*/
.gl-main{
    padding: 19px 20px 33px;
    border: 1px solid #e5e9ee;
    background: #fff;
}
.gl-title{
    height: 43px;
    border-bottom: 1px solid #e5e9ee;
}
.gl-title a{
    display: inline-block;
    color: #bf3b34;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    border-bottom: 3px solid #bf3b34;
    padding: 0 6px 21px;
    letter-spacing: 1px;
}
.gl-list{
    padding-left: 11px;
}
.gl-l{
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 8px;
    padding-top: 26px;
}
.gl-l li{
    width: 100%;
    height: 40px;
}
.gl-l li a{
    display: inline-block;
    padding-left: 11px;
    background: url(icon11.png) left center no-repeat;
    color: #000000;
    font-size: 16px;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px;
}
.gl-l li a:hover{
    font-weight: bold;
}
.gl-l li span{
    float: right;
    color: #999999;
    font-size: 13px;
    margin-right: 8px;
    line-height: 32px;
}
/*互动交流*/
.hd-main{
    padding-bottom: 20px;
}
.hd-wrap1{
    width: 880px;
}
.hd-box{
    padding: 17px 19px 25px;
    border: 1px solid #e5e9ee;
    background: #fff;
}
.hd-title{
    height: 45px;
    border-bottom: 1px solid #cd5751;
}
.hd-title .tit{
    display: inline-block;
    width: 125px;
    height: 45px;
    background: #cd5751;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
}
.hd-title .tit:hover{
    background: #e77576;
}
.hd-title .btn{
    display: inline-block;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    float: right;
    border-radius: 3px;
    margin-left: 10px;
    margin-top: 4px;
}
.hd-title .btn:hover{
    font-weight: bold;
}
.hd-title .btn.b1{
    background: #75c0ae;
}
.hd-title .btn.b2{
    background: #86a1d3;
}
.hd-title .btn.b3{
    background: #e77576;
}
.xx-list{
    margin-top: 11px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #e5e5e5;
}
.xx-list-t{
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #edf3f8;
    margin-bottom: 7px;
}
.xx-list li{
    float: left;
    font-size: 14px;
    height: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xx-list-t li{
    color: #000000;
}
.xx-list-l{
    height: 40px;
    line-height: 40px;
}
.xx-list-l li{
    color: #333333;
}
.xx-list .w510{
    width: 510px;
    padding-left: 15px;
    margin-right: 60px;
    text-align: left;
}
.xx-list .w75{
    width: 75px;
}
.xx-list .w110{
    width: 105px;
}
.xx-list-l li a{
    font-size: 14px;
    color: #333;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xx-list-l li a:hover,.hd-list1 li a:hover,.hd-wj-con li a:hover{
    font-weight: bold;
}
.hd-list1{
    padding-top: 20px;
    min-height: 58px;
}
.hd-list1 li{
    height: 40px;
    padding-left: 17px;
    padding-right: 13px;
}
.hd-list1 li a{
    display: inline-block;
    max-width: 80%;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hd-list1 li span{
    float: right;
    color: #666666;
    font-size: 13px;
    line-height: 21px;
}
.hd-wrap2{
    width: 260px;
}
.hd-wj-tit{
    height: 50px;
    background: #cd5751;
    line-height: 50px;
    padding-left: 20px;
}
.hd-wj-tit img{
    vertical-align: middle;
    margin-right: 10px;
}
.hd-wj-tit a{
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.hd-wj-tit a:hover{
    text-decoration: underline;
}
.hd-wj-con{
    border: 1px solid #e5e9ee;
    border-top: none;
    background: #fff;
    padding: 12px 20px 22px;
}
.hd-wj-con li a{
    display: inline-block;
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}
.hd-wj-con li a .sta{
    color: #cd5751;
}
/*民意征集*/
.mygl-main{
    background: #fff;
    border: 1px solid #e5e9ee;
    padding: 23px 29px 48px;
    margin-bottom: 30px;
}
.mygl-title{
    height: 40px;
}
.mygl-title .tit{
    display: inline-block;
    color: #333333;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}
.my-list-t{
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #f4fafe;
    margin-bottom: 10px;
    border: 1px solid #e5eef5;
}
.my-list li{
    float: left;
    height: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.my-list-t li,.my-list-l li a{
    color: #444444;
    font-size: 16px;
}
.my-list-l{
    height: 48px;
    line-height: 48px;
}
.my-list-l li{
    color: #999999;
    font-size: 14px;
}
.my-list .w600{
    width: 600px;
    padding-left: 20px;
    margin-right: 60px;
    text-align: left;
}
.my-list .w150{
    width: 155px;
}
.my-list .w110{
    width: 105px;
}
.my-list-l li a{
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.my-list-l li a:hover{
    font-weight: bold;
}
/*首页*/
.index-bg{
    background: url(bg9.png) top center no-repeat;
}
.index-headline{
    height: 95px;
    position: relative;
}
.index-headline-tab{
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 95px;
    width: 100%;
    line-height: 95px;
}
.index-headline-item{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.index-headline-item a{
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    color: #bf3b34;
    font-weight: bold;
    font-size: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.index-wrap1-col1{
    width: 620px;
    height: 390px;
    position: relative;
    overflow: hidden;
}
.index-wrap1-col1:hover a{
    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(bg6.png) no-repeat;
}
.index-pictt li {
    width: 100%;
    height: 100%;
}
.index-pictt li a {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    font-weight: bold;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 20px;
}
.index-picpg {
    position: absolute;
    bottom: 18px;
    right: 20px;
}
.index-picpg li {
    float: left;
    width: 12px;
    height: 12px;
    margin-left: 7px;
    cursor: pointer;
    background: url(bg7.png) no-repeat;
}
.index-picpg li.cur {
    background: url(bg7o.png) no-repeat;
}
.index-wrap1-col2{
    width: 520px;
    height: 390px;
}
.index-tit1{
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #bf3b34;
}
.index-tit1 .tit{
    color: #333333;
    font-size: 20px;
    width: 120px;
    text-align: center;
    display: inline-block;
    line-height: 45px;
    height: 45px;
}
.index-tit1 .tit:hover{
    font-weight: bold;
}
.index-tit1 .tit.cur{
    color: #fff;
    font-weight: bold;
    background: #bf3b34;
}
.index-tit1 .more{
    display: inline-block;
    float: right;
    color: #9a9a9a;
    font-size: 14px;
    vertical-align: middle;
}
.index-tit1 .more:hover{
    font-weight: bold;
}
.index-list1 li{
    height: 42px;
    padding-left: 2px;
}
.index-list1 li a{
    display: inline-block;
    max-width: 84%;
    color: #000000;
    font-size: 18px;
    padding-left: 12px;
    background: url(icon5.png) left center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-list1 li a:hover{
    color: #bf3b34;
}
.index-list1 li span{
    float: right;
    color: #999999;
    font-size: 14px;
    line-height: 28px;
}
.index-wrap1-col2-l{
    padding: 18px 10px 0 0px;
    background: url(bg8.png) center no-repeat;
}
.index-banner1{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 105px;
}
.index-banner1-l{
    position: absolute;
    left: 0;
    top: 0;
}
.index-banner1-l li{
    float: left;
    margin-right: 17px;
    width: 375px;
    height: 105px;
}
.index-banner1-l li img{
    width: 375px;
    height: 105px;
}
.index-banner1-l li: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=8);
}
.index-wrap2-col1{
    width: 768px;
    height: 381px;
}
.index-wrap2-nav1{
    padding-top: 17px;
    width: 205px;
}
.index-wrap2-nav1 a{
    display: block;
    height: 43px;
    border: 1px solid #ababab;
    padding-left: 25px;
    background: url(icon22.png) 170px center no-repeat;
    color: #333333;
    font-size: 18px;
    line-height: 43px;
    margin-top: 8px;
}
.index-wrap2-nav1 a:hover{
    font-weight: bold;
}
.index-wrap2-list{
    width: 535px;
    padding-top: 23px;
}
.index-wrap2-list .index-list1 li{
    height: 40px;
}
.index-wrap2-list .index-list1 li a{
    max-width: 94%;
}
.index-wrap2-col2{
    width: 376px;
}
.index-wrap2-nav2 a{
    display: block;
    height: 88px;
    border: 1px solid #ababab;
    padding-left: 160px;
    color: #333333;
    font-size: 24px;
    line-height: 98px;
    background-repeat: no-repeat;
    background-position: 68px center;
    margin-top: 20px;
}
.index-wrap2-nav2 a:hover{
    border: 1px solid #bf3b34;
    color: #bf3b34;
    font-weight: bold;
}
.index-wrap2-nav2 a.a1{
    background-image: url(icon7.png);
}
.index-wrap2-nav2 a.a1:hover{
    background-image: url(icon7o.png);
}
.index-wrap2-nav2 a.a2{
    background-image: url(icon8.png);
}
.index-wrap2-nav2 a.a2:hover{
    background-image: url(icon8o.png);
}
.index-wrap2-nav2 a.a3{
    background-image: url(icon6.png);
}
.index-wrap2-nav2 a.a3:hover{
    background-image: url(icon6o.png);
}
.index-wrap3{
    margin-top: 58px;
}
.index-wrap3-col1{
    width: 750px;
    background: #f9f9f9;
}
.index-wrap3-col2{
    width: 400px;
    background: #f9f9f9;
}
.index-wrap3-col1 .index-tit2{
    border-top: 3px solid #ce9364;
    background: url(bg10.png) center bottom no-repeat;
}
.index-wrap3-col2 .index-tit2{
    border-top: 3px solid #6db29b;
    background: url(bg11.png) center bottom no-repeat;
}
.index-tit2{
    text-align: center;
    height: 85px;
}
.index-tit2 img{
    margin-top: -35px;
}
.index-tit2 .tit{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-top: 13px;
}
.index-tit2 .tit:hover{
    text-decoration: underline;
}
.index-wrap3-bar1{
    padding-top: 36px;
    padding-left: 16px;
    padding-bottom: 10px;
}
.index-wrap3-bar1 li{
    float: left;
    text-align: center;
    margin-bottom: 30px;
    height: 95px;
    width: 142px;
}
.index-wrap3-bar1 a{
    display: inline-block;
}
.index-wrap3-bar1 a:hover{
    font-weight: bold;
}
.index-wrap3-bar1 a span{
    color: #333333;
    font-size: 16px;
    display: inline-block;
}
.index-wrap3-bar2{
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
}
.index-wrap3-bar2 a{
    margin-bottom: 20px;
    display: inline-block;
}
.index-wrap3-bar2 a.mr20{
    margin-right: 20px;
}
.index-wrap3-bar2 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=8);
}
/*右侧浮动*/
.index-float{
    position: fixed;
    right: 0;
    top: 30%;
    width: 118px;
    padding-top: 16px;
    border: 1px solid #e3e9f1;
    text-align: center;
    background: #fff;
}
.index-float a{
    display: inline-block;
    margin-bottom: 14px;
}
.index-float a:hover{
    font-weight: bold;
}
.index-float a img{
    margin-bottom: 12px;
}
.index-float a span{
    color: #000000;
    font-size: 12px;
}
/*民意征集细览*/
.myxl-content{
    background: #fff;
    border: 1px solid #e5e9ee;
}
.myxl-title{
    height: 155px;
    background: #f5f8fc;
    border-bottom: 1px solid #e6eef5;
    text-align: center;
}
.myxl-title h1{
    color: #444444;
    font-size: 32px;
    padding-top: 33px;
}
.myxl-bar{
    display: inline-block;
    padding-top: 23px;
    position: relative;
}
.myxl-bar span{
    display: inline-block;
    color: #aaaaaa;
    font-size: 14px;
}
.myxl-bar span.con{
    margin-right: 16px;
}
.myxl-share{
    position: absolute;
    bottom: 0;
    right: -170px;
}
.myxl-share a{
    display: inline-block;
    margin-left: 9px;
    vertical-align: middle;
}
.myxl-share 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=8);
}
.myxl-con{
    padding-left: 65px;
    color: #444444;
    font-size: 16px;
    line-height: 36px;
    padding-top: 20px;
    padding-bottom: 2px;
    padding-right: 60px;
}
.myxl-con p{
    margin-bottom: 36px;
}
.myxl-con p.mb0{
    margin-bottom: 0;
}
.myxl-con .fj{
    color: #444444;
}
.myxl-con .fj a{
    color: #4396dd;
}
.myxl-con .fj a:hover{
    text-decoration: underline;
}
.zjjg-title{
    height: 44px;
    padding: 0 40px;
    line-height: 44px;
    background: #f5f8fc;
    border-top: 1px solid #e6eef5;
    border-bottom: 1px solid #e6eef5;
}
.zjjg-title .tit{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.myxx-table{
    padding: 0 49px;
    margin-top: 22px;
}
.myxx-title{
    border-bottom: 1px solid #3374c1;
}
.myxx-title .btn{
    float: left;
    background: #f4fafe;
    margin-right: 11px;
    border: 1px solid #e5eef5;
    height: 48px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    line-height: 48px;
    width: 123px;
}
.myxx-title .btn.cur{
    background: #3374c1;
    border: 1px solid #3374c1;
    color: #fff;
    font-weight: bold;
}
.myxx-item{
    padding-top: 44px;
    padding-bottom: 32px;
    display: none;
}
.myxx-item.show{
    display: block;
}
.myxx-l{
    margin-bottom: 20px;
    padding-left: 10px;
}
.myxx-l .tit{
    display: inline-block;
    width: 122px;
    text-align: right;
    line-height: 40px;
    color: #333333;
    font-size: 16px;
    margin-right: 6px;
    vertical-align: top;
}
.myxx-l .star{
    margin-top: 16px;
    vertical-align: top;
}
.myxx-l input{
    border: 1px solid #e4f0f9;
    height: 38px;
    padding: 0 10px;
    background: #fff;
}
.myxx-l input.i1{
    width: 248px;
    margin-right: 14px;
}
.myxx-l .con1{
    padding: 10px;
    width: 664px;
    height: 138px;
    overflow-y: auto;
    border: 1px solid #e4f0f9;
    background: #fff;
    margin-right: 14px;
}
.myxx-l input.yzm{
    width: 248px;
}
.myxx-l .yzm-img{
    margin-left: 14px;
    margin-right: 12px;
    margin-top: -4px;
}
.myxx-l .reload{
    color: #3374c1;
    font-size: 14px;
    line-height: 40px;
}
.myxx-l .reload:hover{
    text-decoration: underline;
}
.myxx-btn{
    padding-left: 59px;
    padding-top: 23px;
    text-align: center;
}
.myxx-btn button{
    width: 100px;
    height: 40px;
    background: #c7c7c7;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: 4px;
}
.myxx-btn button:hover{
    font-weight: bold;
    background: #c24d48;
}
.myxx-btn .tj{
    background: #c24d48;
    margin-right: 26px;
}
/*频道概览*/
.pdgl-main{
	width: 810px;
    margin-top: 4px;
}
.index-bg,.w-container,.footer,.header,.nav{
    min-width: 1200px;
}