/*搜索*/
.index-search {
    width: 100%;
    height: 510px;
    min-width: 1200px;
    background: url(index-bg.png) no-repeat center;
    background-size: 100% 100%;
    border-bottom: 2px solid #d43535;
    margin-bottom: 42px;
}

.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: #e83232;
}

.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: 220px;
    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: 360px;
    position: absolute;
    left: 20px;
    top: 260px;
}

.roll-news .banner-txt a {
    font-size: 18px;
}

.roll-news .banner-txt a span.ell {
    width: 284px;
    display: block;
    margin-bottom: 3px;
}

.roll-news .banner-txt a span.banner-memo {
    color: #999;
    font-size: 14px;
    display: inline-block;
    line-height: 26px;
    margin-top: 10px;
}

.roll-news .banner-btn {
    position: absolute;
    height: 22px;
    width: 19px;
    bottom: 76px;
    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;
    top: -71px;
    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: 42px;
    width: 100%;
    border-bottom: 2px solid #f2f2f2;
}

.tab-list-bool li {
    float: left;
    height: 42px;
    position: relative;
}

.tab-list-bool a {
    display: inline-block;
    padding: 0 6px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #999;
    font-weight: bold;
    margin-right: 20px;

}

.tab-list-bool li.cur a {
    border-bottom: 2px solid red;
    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: #e83232;
}

.tab-item a:hover>.dot {
    background-color: #e83232;
}

.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 #e83232;
    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;
    background: #fffdf8;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 10px;

}

.index-gk-list a img {
    margin: 20px 0;
}

.index-ygk {
    width: 170px;
    background: #fffdf8;
    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;
}

/*数据查询*/
.syjj1-data{
    margin-top: 30px;
    background: #fef8f1;
}
.syjj1-data a{
    cursor: pointer;
}
.syjj1-d-list1{
    width: 115px;
    height: 100px;
    border-right: 22px solid #f7f7f7;
    display: inline-block;
}
.syjj1-d-list1 img{
    width: 100%;
    height: 100%;
}
.syjj1-d-list2{
    display: inline-block;
    text-align: center;
    color: #e83232;
    width: 76px;
    height: 100px;
    background: #f1f1f1;
}
.syjj1-d-list2:hover{
    font-weight: bold;
}
.syjj1-d-list2 img{
    display: block;
    width: 44px;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 4px;
}
.syjj1-d-l-c1{
    background: #feefd6;
}
.syjj1-d-l-c2{
    background: #e3e3e2;
}
.syjj1-d-right{
    width: 835px;
    height: 84px;
    padding-top: 10px;
    display: inline-block;
    overflow: hidden;
}
.syjj1-d-right a{
    display: inline-block;
    width: 245px;
    margin-left: 30px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
}
.syjj1-d-right a:hover{
    color: #f53939;
}

/*专题专栏*/
.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(arrow-left1.png) no-repeat center center;
    left: 10px;
}

.ban-more-right {
    background: url(arrow-right1.png) no-repeat center center;
    right: 0px;
}

.ban-more-left:hover {
    background-image: url(arrow-left2.png);
}

.ban-more-right:hover {
    background-image: url(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;
}

.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(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: #e83232;
    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;
}

.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%;
}

.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(dot10.png) no-repeat;
}

.index-picpg li.cur {
    background: url(dot11.png) no-repeat;
}

.zwgg-code {
    top: 160px;
}

.zdly {
    border-top: 2px solid #da0707;
    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(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(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(dot22.png) no-repeat 10px center;

}

.inter-list .list li a:hover span,
.survey-list .list li a:hover {
    color: #da0707;
}

.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 #da0707;
}

.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: #da0707;
    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;
    min-height: 600px;
    padding: 10px 26px 50px 22px;
    box-sizing: border-box;
}
.syjj5-list{
    background-color: #fff;
    position: relative;
    width: 100%;
    border: 1px solid #e83232;
    margin-top: 32px;
    box-sizing: border-box;
    padding: 18px 12px 18px 22px;
}
.syjj5-list h3{
    font-size: 22px;
    font-weight: bold;
    color: #333;
}
.syjj5-list p{
    font-size: 18px;
    color: #333;
    line-height: 28px;
    margin-top: 12px;
}
.syjj5-list.active{
    background: none;
}
.syjj5-list.active i{
    display: inline-block;
    width: 7px;
    height: 58px;
    position: absolute;
    left: 0;
    top: 30px;
    background: #e83232;
}

.syjj5-list:hover{
    background: none;
}
.syjj5-list:hover i{
    display: inline-block;
    width: 7px;
    height: 58px;
    position: absolute;
    left: 0;
    top: 30px;
    background: #e83232;
}


.leader-one {
    width: 164px;
    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: 22px;
    line-height: 36px;
}

p.p-blod {
    font-weight: bold;
}

.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 #da0707;
    padding: 0 10px;
    padding-bottom: 16px;

}
.leader-img{
    margin-top: 16px;
}
.leader-img img{
    width: 166px;
    height: 196px;
}
.leader-p {
    margin: 16px 26px 16px 0;
    width: 620px;
}

.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;
}
.inter-list .list li a span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*目录树*/
.zw-nav {
    font-size: 20px;
    font-weight: bold;
    color: #da0707;
}

.main-left {
    width: 293px;
    display: inline-block;
}

.gkml {
    border-left: 2px solid #da0707;
    border-top: 1px solid #e5e5e5;
}

.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(ml-right.png) no-repeat 95% center;
}

.tree li a.active {
    background: #e83232 url(ml-right1.png) no-repeat 95% center;
    color: #fff
}

.tree li a:hover {
    color: #da0707;
}

.tree li a.active:hover {
    color: #fff;
}

.tree li a img {
    margin-right: 10px;
}

.tree li ul {
    border-left: 1px dashed #da0707;
    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(dot22.png) no-repeat left center;
    padding-left: 20px;
    line-height: 40px;
}

.ml-list .list li a:hover {
    color: #da0707;
}

.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: #da0707;
}

.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: #e83232;
}

.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(ml-right.png) no-repeat 92% center;
}

.left-nav li a:hover,
.left-nav li a.active {
    background-color: #e83232;
    background-image: url(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: #da0707;
}


.li-last {
    margin-right: 0 !important;
}

a.r0 {
    margin-right: 0;
}

.ykb-list span{
    margin: 16px 0 10px 0;
    display: inline-block;
    width: 32px;
    height: 32px;
}
.ykb-list .ykb-list-span1{
    background: url(icon1.png)no-repeat;
    background-position: center;
}
.ykb-list .ykb-list-span2{
    background: url(icon2.png)no-repeat;
    background-position: center;
}
.ykb-list .ykb-list-span3{
    background: url(icon3.png)no-repeat;
    background-position: center;
}
.ykb-list .ykb-list-span4{
    background: url(icon4.png)no-repeat;
    background-position: center;
}
.ykb-list a:hover .ykb-list-span1{
    background: url(icon11.png)no-repeat;
    background-position: center;
}
.ykb-list a:hover .ykb-list-span2{
    background: url(icon21.png)no-repeat;
    background-position: center;
}
.ykb-list a:hover .ykb-list-span3{
    background: url(icon31.png)no-repeat;
    background-position: center;
}
.ykb-list a:hover .ykb-list-span4{
    background: url(icon41.png)no-repeat;
    background-position: center;
}

.xx-list .xx-list-a1{
    background: url(zw10.png)no-repeat;
    background-position: center;
}
.xx-list .xx-list-a2{
    background: url(zw20.png)no-repeat;
    background-position: center;
}
.xx-list .xx-list-a3{
    background: url(zw30.png)no-repeat;
    background-position: center;
}
.xx-list .xx-list-a4{
    background: url(zw40.png)no-repeat;
    background-position: center;
}
.xx-list .xx-list-a5{
    background: url(zw50.png)no-repeat;
    background-position: center;
}
.xx-list .xx-list-a1:hover{
    background: url(zw1.png)no-repeat;
    background-position: center;
}
.xx-list .xx-list-a2:hover{
    background: url(zw2.png)no-repeat;
    background-position: center;
}
.xx-list .xx-list-a3:hover{
    background: url(zw3.png)no-repeat;
    background-position: center;
}
.xx-list .xx-list-a4:hover{
    background: url(zw4.png)no-repeat;
    background-position: center;
}
.xx-list .xx-list-a5:hover{
    background: url(zw5.png)no-repeat;
    background-position: center;
}

.zwgk-icon a i{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 9px;
}
.zwgk-icon a .zwgk-icon-i1{
    background: url(zwgk10.png)no-repeat;
    background-position: center;
}
.zwgk-icon a .zwgk-icon-i2{
    background: url(zwgk20.png)no-repeat;
    background-position: center;
}
.zwgk-icon a .zwgk-icon-i3{
    background: url(zwgk30.png)no-repeat;
    background-position: center;
}
.zwgk-icon a .zwgk-icon-i4{
    background: url(zwgk40.png)no-repeat;
    background-position: center;
}
.zwgk-icon a:hover .zwgk-icon-i1{
    background: url(zwgk1.png)no-repeat;
    background-position: center;
}
.zwgk-icon a:hover .zwgk-icon-i2{
    background: url(zwgk2.png)no-repeat;
    background-position: center;
}
.zwgk-icon a:hover .zwgk-icon-i3{
    background: url(zwgk3.png)no-repeat;
    background-position: center;
}
.zwgk-icon a:hover .zwgk-icon-i4{
    background: url(zwgk4.png)no-repeat;
    background-position: center;
}


@media screen and (min-width: 1921px){         
    .index-search{
        width: 1920px;
        height: 510px;
        margin: 0 auto;
        margin-bottom: 42px;
    }
}

.map-content .spyjj4-line-title{
    padding-top: 16px;
    background: #f5f5f5;
}
.spyjj4-map-list{
    background: none;
    padding-left: 42px;
}
.spyjj4-map-list a{
    width: 268px;
    line-height: 40px;
}
.map-content .spyjj4-line-title a{
    padding: 16px 20px;
}


/*首页*/
.ykb-list {
    width: 268px;
    margin-bottom: 10px;
    float: right;
}

.ykb-list a {
    width: 269px;
    height: 58px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin-top: 8px;
    text-align: center;
    float: left;
}

.ykb-list a span {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 12px 20px 0 0;
}

.ykb-list a p {
    display: inline-block;
    line-height: 58px;
}
.ykb-list-s1 {
    background: url(icon1.png)no-repeat;
}

.ykb-list-s2 {
    background: url(icon2.png)no-repeat;
}

.ykb-list-s3 {
    background: url(icon3.png)no-repeat;
}

.ykb-list-s4 {
    background: url(icon4.png)no-repeat;
}

.ykb-list a:hover .ykb-list-s1 {
    background: url(icon11.png)no-repeat;
}

.ykb-list a:hover .ykb-list-s2 {
    background: url(icon21.png)no-repeat;
}

.ykb-list a:hover .ykb-list-s3 {
    background: url(icon31.png)no-repeat;
}

.ykb-list a:hover .ykb-list-s4 {
    background: url(icon41.png)no-repeat;
}
/*政务公开*/
.zwgk-icon {
    width: 100%;
    margin-top: 10px;
}

.zwgk-icon a {
    width: 240px;
    height: 70px;
    font-size: 20px;
    color: #e83232;
    text-align: center;
    border: 1px solid #e83232;
    border-radius: 5px;
    display: block;
    float: left;
    margin-right: 8px;
    margin-top: 18px;
    line-height: 70px;
}

.zwgk-icon a i {
    display: inline-block;
    width: 48px;
    margin-top: 10px;
    height: 48px;
}

.zwgk-icon-i1 {
    background: url(zwgk10.png)no-repeat center center;
}

.zwgk-icon-i2 {
    background: url(zwgk20.png)no-repeat center center;
}

.zwgk-icon-i3 {
    background: url(zwgk30.png)no-repeat center center;
}

.zwgk-icon-i4 {
    background: url(zwgk40.png)no-repeat center center;
}

.zwgk-icon a:hover .zwgk-icon-i1 {
    background: url(zwgk1.png)no-repeat center center;
}

.zwgk-icon a:hover .zwgk-icon-i2 {
    background: url(zwgk2.png)no-repeat center center;
}

.zwgk-icon a:hover .zwgk-icon-i3 {
    background: url(zwgk3.png)no-repeat center center;
}

.zwgk-icon a:hover .zwgk-icon-i4 {
    background: url(zwgk4.png)no-repeat center center;
}

.zwgk-icon a span {
    margin-left: 20px;
}

.zwgk-icon a:hover {
    color: #fff;
    background-color: #e83232;
}a.r0 {
    margin-right: 0;
}

.tree li ul{
    margin-top: 0;
}
.tree li .active+ul{
    margin-top: 20px;
}

.border-list {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.border-list .list li a {
    font-size: 14px;
}

.border-list .list li span {
    font-size: 14px;
}

.ml-list .pagination {
    padding: 10px 0 30px 0;
}

.ml-list .list li a:hover {
    color: #da0707;
}

.ml-list .list-line {
    width: 100%;
}
.nr-title {
    width: 100%;
    background-color: #fef7ea;

}

.nr-title span {
    display: inline-block;
    color: #e83232;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
}

.nr-list li a {
    display: block;
}

.nr-list li a span {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
}

.nr-w1 {
    width: 170px;
}

.nr-w2 {
    /*width: 430px;*/
    width: 584px;
    padding-left: 10px;
    text-align: left !important;
}

.nr-w3 {
    width: 125px;
}

a.r0 {
    margin-right: 0;
}
.w-img {
    width: 1200px;
    margin: 30px auto;
}


.tree >li >a .activeimg{
    display: none;
}
.tree >li >.active img{
    display: none;
}
.tree >li >.active .activeimg{
    display: inline-block;
}


/* 200422 领导信息 */
.leader-left1 {
    width: 580px;
    background-color: #f7f7f7;
    display: inline-block;
}

.leader-one1 {
    width: 165px;
    margin: 30px auto 0;
    text-align: center;
}

.leader-one1 img {
    width: 145px;
    height: 174px;
    border: 10px solid #fff;
    margin-bottom: 15px;
}

.leader-one1 p {
    font-size: 22px;
    line-height: 36px;
}

.leader-one1 p.p-blod {
    font-weight: bold;
}

.leader-two {
    width: 518px;
    margin: 0 auto;
}

.leader-two-header {
    width: 100%;
    height: 37px;
    border-bottom: 2px solid #e5e5e5;
}

.leader-two-header a {
    display: inline-block;
    width: 138px;
    height: 100%;
    border-bottom: 2px solid #f53939;
    color: #000000;
    font-size: 20px;
    box-sizing: border-box;
    padding-left: 7px;
    font-weight: bold;
}

.leader-two-con {
    box-sizing: border-box;
    padding: 27px 16px 50px 7px;
    width: 100%;
    font-size: 16px;

    color: #333333;
    line-height: 38px;
}

.tjh_leader_lists {
    width: 100%;
    margin-top: 45px;
    box-sizing: border-box;
    padding: 50px 0 50px 67px;
    border-top: 4px solid #f7f7f7;
}

.leader_three {
    display: inline-block;
    width: 102px;
}

.leader_three a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.leader_three a img {
    width: 84px;
    height: 107px;
    border: 1px solid #dfdfdf;
    padding: 10px 8px;
    margin-bottom: 15px;
}

.leader_three p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #363636;
    font-weight: bold;
    line-height: 25px;
}

.leader_three:hover p {
    color: #da0707;
}
.mr30{
    margin-right: 30px;
}
.mr40{
    margin-right: 40px;
}


/* 公开制度200426 */
.gkzd-con {
    padding-top: 26px;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
.gkzd-tit{
    height: 36px;
    padding: 0 35px 0 20px;
    border-bottom: 1px solid #f6cfd4;
}
.gkzd-tit .tit{
    color: #e83232;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding-left: 20px;
    background: url(m4-icon1.png) left center no-repeat;
}
.gkzd-tit .more{
    float: right;
    color: #999999;
    font-size: 16px;
    line-height: 36px;
}
.gkzd-tit .more:hover{
    color: #e83232;
}
.gkzd-list{
  padding: 12px 24px 20px 30px;
}
.gkzd-list li{
  height: 52px;
}
.gkzd-list li a{
  display: inline-block;
  color: #333333;
  font-size: 16px;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gkzd-list li a:hover{
  color: #e83232;
}
.gkzd-list li span{
  display: inline-block;
  float: right;
  color: #666666;
  font-size: 16px;
}