/*头部begin*/
.head-top{
    width: 100%;
    height: 40px;
    background: #0150b9;
}
.head-top-box{
    height: 100%;
    margin: 0 auto;
}
.head-top-box .head-time{
    line-height: 40px;
    font-size: 16px;
    color: #8ecbff;
}
.head-search{
    width: 231px;
    height: 24px;
    margin-top: 8px;
}
.head-search .search-input{
    float: left;
    width: 171px;
    height:24px;
    line-height: 24px;
    background: #4893d7;
    border: none;
    outline: none;
    text-indent: 10px;
    border-radius: 60px 0 0 60px;
    -webkit-border-radius: 60px 0 0 60px;
    -moz-border-radius: 60px 0 0 60px;
    font-size: 14px;
}
.search-btn{
    width: 60px;
    line-height: 25px;
    background: #004684;
    color: #fff;
    float: right;
    border: none;
    outline: none;
    border-radius: 0 60px 60px 0;
    -webkit-border-radius: 0 60px 60px 0;
    -moz-border-radius: 0 60px 60px 0;
    font-size: 16px;
}
.head-logo{
    width: 100%;
    height: 260px;
    background: url("../images/top.jpg") no-repeat center center;
}
.head-logo-cont{
    position: relative;
    height: 100%;
    margin: 0 auto;
}
.head-logo-cont img{
    position: absolute;
    top: 94px;
    left: -3px;
}
/*头部end*/

/*导航begin*/
.nav-box{
    width: 100%;
    height: 58px;
    background: #0150b9;
}
.nav-box .nav-item{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.nav-box .nav-item>span{
    width: 1px;
    height: 29px;
    margin-top: 14px;
    float: left;
    background: #feffff;
}
.nav-box .nav-item li{
    width: 198px;
    float: left;
    line-height: 55px;
    text-align: center;
}
.nav-box .nav-item li a{
    color: #feffff;
    font-size: 22px;
    font-weight: bold;
}
/*导航end*/

/*中间大容器begin*/
.sy-page-box{
    width: 100%;
    background: url("../images/index_02.jpg") repeat-x center top,url("../images/bg01.jpg") no-repeat center 735px;
    overflow:hidden;
}
.page-first{
    width: 1260px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}
/*头条begin*/
#hot-news{
    position: relative;
    width: 1200px;
    height: 60px;
    margin: 30px auto 0;
    text-align: center;
    background: #ecedf2;
}
#hot-news h1>a {
    display: inline-block;
    width: 89%;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    font-weight: bold;
    color: #0052be;
    font-family: \5FAE\8F6F\96C5\9ED1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#hot-news .more{
    position: absolute;
    right: 5px;
    top: 21px;
    line-height: 18px;
    font-size: 16px;
    color: #335c8a;
}
/*头条end*/

/*轮播图左右容器begin*/
.fous-box{
    margin: 30px auto 0;
}
.fous-box .fous-box-L{
    width: 632px;
    height: 479px;
}
.fous-box .fous-box-R{
    position: relative;
    width: 541px;
}
.fous-box .fous-box-L .slideBox{
    width:100%;
    height:479px;
    overflow:hidden;
    position:relative;
}
.fous-box .fous-box-L .slideBox .hd{
    width: 100%;
    height:5px;
    /*overflow:hidden;*/
    position:absolute;
    right:10px;
    bottom:10px;
    z-index:1;
}
.fous-box .fous-box-L .slideBox .hd ul{
    overflow:hidden;
    zoom:1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fous-box .fous-box-L .slideBox .hd ul li{
    float:left;
    margin-right:5px;
    width:58px;
    height:5px;
    background:#ccc;
    cursor:pointer;
    color: #fff;
    font: 12px/15px '微软雅黑';
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: 0.5s all ease;
}
.fous-box .fous-box-L .slideBox .hd ul li.on{
    width: 88px;
    background:#005bae;
    border:1px solid #005bae;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.fous-box .fous-box-L .slideBox .hd .next{
    position: absolute;
    top: -272px;
    right: -29px;
    display:inline-block;
    width: 52px;
    height: 52px;
    background: url(../images/R.png)no-repeat;
    cursor: pointer;
    z-index: 10;
}
.fous-box .fous-box-L .slideBox .hd .prev{
    position: absolute;
    top: -272px;
    left: 15px;
    display:inline-block;
    width: 52px;
    height: 52px;
    background: url(../images/L.png)no-repeat;
    cursor: pointer;
    z-index: 10;
}
.fous-box .fous-box-L .slideBox .bd{
    position:relative;
    height:450px;
    z-index:0;
}
.fous-box .fous-box-L .slideBox .bd ul li{
    zoom:1;
    vertical-align:middle;
}
.fous-box .fous-box-L .slideBox .bd ul{
    width: 100%;
    height: 450px;
}
.fous-box .fous-box-L .slideBox .bd ul li a{
    display: inline-block;
    width: 100%;
    height: 450px;
}
.fous-box .fous-box-L .slideBox .bd ul li a img{
    width: 100%;
    height:450px;
    display:inline-block;
}
.fous-box .fous-box-L .slideBox .bd ul li a span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    background:rgba(0,0,0,.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}


.fous-box-R .temp4_tit2 {
    color: #555971;
    font-size: 22px;
    line-height: 28px;
    padding: 10px 5px 10px 5px;
    border-bottom: 2px dashed #c9c9c9;
    /*font-weight: bold;*/
}
.fous-box-R .temp4_tit2:nth-child(2n+1){
    background:none;
}
.fous-box-R .temp4_tit2:last-child{
    border-bottom: none;
}
.fous-box-R .temp4_tit2>a{
     text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}
.fous-box-R .temp4_tit2>a:hover{
    font-weight: bold;
}
.fous-box-R .tbgz-line{
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 84%;
    height: 1px;
    background: #c9c9c9;
}
.fous-box-R .more{
    position: absolute;
    bottom: -15px;
    right: 21px;
    font-size: 16px;
    color: #3e587d;
}
/*轮播图左右容器end*/

/*宣传图begin*/
.sjw-xcb-box{
    margin: 20px auto 0;
}
.sjw-xcb-box a{
    display:block;
    /*width:390px;*/
    width:288px;
    height:110px;
    margin-right:15px;
}
.sjw-xcb-box a:last-child{
    margin-right: 0;
}
.sjw-xcb-box a img{
    width:100%;
    height:100%;
}
/*宣传图end*/

/*要闻和清廉河南左右布局begin*/
.sjw-ty-box{
    margin: 30px auto;
}
.sjw-ty-box-L{
    width: 632px;
}
.sjw-ty-box-R{
    width: 541px;
}
.sjw-ty-item.pl{
    margin-top: 7px;
}
.sjw-ty-item .ty-item-title{
    height: 48px;
    background: url("../images/pc02_05.jpg") no-repeat;
    border-bottom: 2px solid #005fb2;
}
.sjw-ty-item .ty-item-title.qlhn{
    height: 48px;
    background: url("../images/pc02_05.jpg") no-repeat;
}
.sjw-ty-item .ty-item-title .more{
    float: right;
    line-height: 48px;
    color: #898989;
    font-size: 16px;
    margin-right: 20px;
}
.sjw-ty-item .ty-item-title span{
    line-height: 45px;
    font-size: 21px;
    font-weight: bold;
    color: #005fb2;
    padding: 10px 10px;
    margin-left: 46px;
}
#sjw_syyw,#sjw_syqlhn{
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #9c9c9c;
}
#sjw_syyw,#sjw_syqlhn{
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #9c9c9c;
}
#sjw_syyw .sjw-ty-item{
    padding: 20px 20px 24px;
}
#sjw_syqlhn .sjw-ty-item{
    padding: 20px 20px 24px;
}
#sjw_syqlhn .sjw-ty-item.qlkf-tb{
    min-height:382px;
}
#sjw_syqlhn .sjw-ty-item#sy_qlwh{
    padding: 0 20px 24px;
}
.fyzty {
    margin-top: 10px;
}
.fyzty  li {
    position: relative;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 0.8em;
}
.fyzty  li i{
    position: absolute;
    top: 18px;
    left: 0;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #a4a4a4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.fyzty li.first{
    font-size: 19px;
    font-weight: bolder;
    line-height: 38px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fyzty  li a {
    color: #333333;
}
.fyzty  li a:hover {
    color: #3d6d9e;
}
.sy-fgx{
    width: 100%;
    height: 8px;
    background: url("../images/index_06.jpg") no-repeat;
    margin-top: 30px;
    margin-bottom: 30px;
}
#sjw_syyw .fyzty li{
    margin-top: 13px;
}
.kf-ty-list{
    margin-top: 32px;
}
.kf-ty-list .kf-ty-list-title{
    position: relative;
    height: 30px;
    background: url("../images/index_06.jpg") no-repeat 0px 11px;
}
.kf-ty-list .kf-ty-list-title i{
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 5px;
    height: 20px;
    background: #0a599e;
}
.kf-ty-list .kf-ty-list-title span{
    position: absolute;
    top: 0;
    left: 10px;
    background: #fff;
    padding: 0 11px 0 5px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #343339;
}
.kf-ty-list .kf-ty-list-title .more{
    float: right;
    line-height: 30px;
    color: #898989;
    font-size: 14px;
    padding-left: 10px;
    background: #fff;
}
/*要闻和清廉河南左右布局end*/

/*中间大容器end*/

.sy-page-box-two {
    width: 100%;
    background: url(../images/bg02.jpg) no-repeat center 150px;
    overflow: hidden;
}
.page-two {
    width: 1260px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}
/*专题专栏begin*/
.zttl-box{
    margin: 0px auto;
}
.zttl-box .ztzl-title{
    width: 100%;
    height: 40px;
    background: url(../images/index_07.jpg) no-repeat -3px center;
}
.zttl-box .ztzl-title .more{
    float: right;
    line-height: 40px;
    color: #898989;
    font-size: 16px;
    background: #fff;
    padding-left: 18px;
}
#zttl-sy {
    position: relative;
    width: 1200px;
    margin: 40px auto 0;
}
#zttl-sy .swiper-button-prev {
    position: absolute;
    left: 0px;
    top: 83px;
    width: 32px;
    height: 33px;
    background: url(../images/l.png) no-repeat;
    background-size: 100%;
    display: block;
}
#zttl-sy .swiper-button-next {
    position: absolute;
    right: 0px;
    top: 83px;
    width: 32px;
    height: 33px;
    background: url(../images/r.png) no-repeat;
    background-size: 100%;
    display: block;
}
#zttl-sy .wrap {
    position: relative;
    width: 1200px;
    height: 198px;
}
#zttl-sy .content {
    position: absolute;
    width: 1200px;
    height: 210px;
}
#zttl-sy .content li{
    position: absolute;
    background-size: 100% 100%;
    cursor: pointer;
}
#zttl-sy .content li a,.content li a img{
    display: block;
    width: 100%;
    height: 100%;
}
.ztzl-cont{
    margin-top: 20px;
}
.ztzl-cont ul li{
    width: 233px;
    height: 120px;
    float: left;
    margin-right: 8px;
}
.ztzl-cont ul li a,.ztzl-cont ul li a>img{
    display: block;
    width: 100%;
    height: 100%;
}
.ztzl-cont ul li:nth-child(5){
    margin-right: 0;
}
/*专题专栏end*/

/*权威发布begin*/
.qwfb-box{
    margin: 30px auto 0;
}
.qwfb-box-top{
    width: 100%;
    height: 40px;
    background: url("../images/index_29.jpg") no-repeat center center;
}
.gzdt_tab{
    height: 48px;
    background: url(../images/pc02_05.jpg) no-repeat;
    border-bottom: 2px solid #8faac8;
}
.gzdt_tab li {
    float: left;
    width: 136px;
    height: 48px;
    margin-left: 31px;
    font-size: 18px;
    color: #000000;
    line-height: 40px;
    text-align: center;
}
.gzdt_tab li a{
    display: inline-block;
    line-height: 46px;
    padding: 0px 10px;
    font-size: 21px;
    font-weight: bold;
}
.gzdt_tab li.on a {
    color: #015eae;
    border-bottom: 2px solid #015eae;
}
.tab_list {
    display: none;
}
.show {
    display: block;
    transition: 1s all ease;
}
.gzdt_con {
    margin-top: 15px;
    position: relative;
}
.gzdt_con .more{
    position: absolute;
    top: -50px;
    right: 0;
    color: #898989;
    font-size: 16px;
    margin-right: 20px;
}
/*权威发布end*/

/*工作动态begin*/
.gzdt-box{
    margin: 0px auto;
}
.gzdt-box-top{
    width: 100%;
    height: 40px;
    background: url("../images/index_31.jpg") no-repeat center center;
}
/*工作动态end*/


/*中间大容器三begin*/
.sy-page-box-two {
    width: 100%;
    overflow: hidden;
}

/*图说纪事begin*/
.ljjy-box{
    margin: 0 auto;
    height: 475px;
    background: url("../images/bg03.jpg") no-repeat center bottom;
    overflow: hidden;
}
.tsjs-box-top {
    width: 100%;
    height: 35px;
    background: url(../images/tusjs.png) no-repeat center center;
}
.tsjs-box-top .more {
    float: right;
    line-height: 40px;
    color: #898989;
    font-size: 16px;
    background: #fff;
    padding-left: 18px;
}
.ljjy-box .ljjy-cont{
    margin: 30px auto 0;
}
.slideTxtBox1 {
    width: 100%;
    height: auto;
    text-align: left;
    float: left;
}
.slideTxtBox1 .bd {
    height: 361px;
    margin-top: 30px;
}
.slideTxtBox1 .bd ul {
    zoom: 1;
    height: 363px;
    position: relative;
}
.slideTxtBox1 .bd ul .bd-box-list {
    width: 1200px;
    height: 100%;
}
.slideTxtBox1 .bd ul .bd-box-list ul li {
    width: 293px;
    height: 179px;
    float: left;
    margin-right: 9px;
}
.slideTxtBox1 .bd ul .bd-box-list ul li:nth-child(4n+4) {
    margin-right: 0;
}
.slideTxtBox1 .bd ul .bd-box-list ul li:nth-child(5), .slideTxtBox1 .bd ul .bd-box-list ul li:nth-child(6), .slideTxtBox1 .bd ul .bd-box-list ul li:nth-child(7), .slideTxtBox1 .bd ul .bd-box-list ul li:nth-child(8) {
    margin-top: 15px;
}
.slideTxtBox1 .bd ul .bd-box-list ul li>a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slideTxtBox1 .bd ul .bd-box-list ul li>a>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slideTxtBox1 .bd ul .bd-box-list ul li>a>span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 50px;
    background: url(../images/imgnews_titbg.png);
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    padding: 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*图说纪事end*/

/*新清风begin*/
.qfly-boxnew {
    width: 100%;
    margin: 0px auto;
    background: url(../images/bg04.jpg) no-repeat center bottom #fff;
    overflow: hidden;
}
.qfly-boxnew .qfly-cont.hn_jz{
    position: relative;
    margin: 10px auto 0;
}
.qfly_new_title{
    position: absolute;
    left: 442px;
    top: -67px;
    width: 317px;
    height: 95px;
    background: url("../images/qinfengly.png") no-repeat;
    margin: 0 auto;
}
.qfly-boxnew .qfly_new_box {
    position: relative;
    width: 100%;
    height: 587px;
    margin-top:99px;
    background: url("../images/qflyjz.png") no-repeat center center;
}
.qnhg-list {
    position: absolute;
    top: 89px;
    left: 70px;
    width: 1060px;
    height: 410px;
    overflow: hidden;
}
.qnhg-list ul {
    width: 100%;
    height: 100%;
}
.qnhg-list li {
    position: relative;
    z-index: 2;
    float: left;
    width: 70px;
    height: 100%;
    overflow: hidden;
    margin-right: 12px;
    -webkit-transition: none;
    transition: none;
}
.qnhg-list .title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 70px;
    height: 410px;
    padding: 85px 0 35px;
    color: #000;
    text-align: center;
    word-wrap: break-word;
    cursor: pointer;
    background: url(../images/qflybg.png);
}
.qnhg-list .title h2 {
    width: 22px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    font-size: 23px;
    line-height: 2.2;
    font-weight: bold;
}
.qnhg-list .on .title, .qnhg-list .title:hover {
    color: #fff;
    background: url(../images/qflyon.png) no-repeat;
}
.qnhg-list .contents {
    position: absolute;
    top: -20px;
    left: 6px;
    display: none;
    height: 100%;
    padding: 24px 16px 24px 80px;
    color: #333;
}
.qnhg-list li.on .contents { display: block; }
.qnhg-list .contents .lists{
    width: 910px;
    height: auto;
    overflow: hidden;
}
.qnhg-list .contents  .list_nr{
    width: 262px;
    height: 165px;
    float: left;
    margin-right: 17px;
}
.qnhg-list .contents .list_nr:nth-child(4),.qnhg-list .contents .list_nr:nth-child(5),.qnhg-list .contents .list_nr:nth-child(6){
    margin-top: 17px;
}
.qnhg-list .contents .list_nr:nth-child(3),.qnhg-list .contents .list_nr:nth-child(6){
    margin-right: 0px;
}
.qnhg-list .contents .list_nr>a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.qnhg-list .contents .list_nr>a>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.qnhg-list .contents .list_nr>a>span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 50px;
    background: url(../images/imgnews_titbg.png);
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    padding: 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qnhg-list .contents .more3{
    display: block;
    color: #5e8fab;
    font-size: 18px;
    text-align: center;
    line-height: 63px;
}
/*新清风end*/

/*网上展馆和信访举报begin*/
.kf-zgjb-box{
    margin: 55px auto;
}
.kf-zgjb-box .kf-wszg-box,.kf-zgjb-box .kf-xfjb-box{
    width: 580px;
}
.jb-ty-title{
    position: relative;
    height: 46px;
    background: url(../images/pc02_05.jpg) no-repeat #fff;
    border-bottom: 2px solid #8faac8;
}
.jb-ty-title span {
    line-height: 42px;
    font-size: 21px;
    font-weight: bold;
    color: #005fb2;
    padding: 10px 10px;
    margin-left: 46px;
    border-bottom: 2px solid #015eae;
}
.jb-ty-title .more {
    color: #898989;
    font-size: 16px;
    margin-right: 20px;
    float: right;
    line-height: 48px;
}

.kf-wszg-cont{
    position: relative;
    width: 580px;
    height: 365px;
}
.kf-wszg-cont>img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.kf-wszg-cont .zgjs{
    position: absolute;
    left: 32px;
    top: 32px;
    width: 300px;
    height: 300px;
}
.kf-wszg-cont .zgjs .zg-title{
    color: #c63733;
    line-height: 40px;
    font-size: 20px;
    text-shadow:#fff 0px 0 0, #fff 0 0px 0, #fff 0px 0 0, #fff 0 1px 0;
    -webkit-text-shadow:#fff 0px 0 0, #fff 0 0px 0, #fff 0px 0 0, #fff 0 1px 0;
    -moz-text-shadow:#fff 0px 0 0, #fff 0 0px 0, #fff 0px 0 0, #fff 0 1px 0;
    filter: Glow(color=#fff, strength=1);
}
.kf-wszg-cont .zgjs p{
    text-indent: 2em;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
    text-shadow:#fff 0px 0 0, #fff 0 0px 0, #fff 0px 0 0, #fff 0 1px 0;
    -webkit-text-shadow:#fff 0px 0 0, #fff 0 0px 0, #fff 0px 0 0, #fff 0 1px 0;
    -moz-text-shadow:#fff 0px 0 0, #fff 0 0px 0, #fff 0px 0 0, #fff 0 1px 0;
    filter: Glow(color=#fff, strength=1);
}
.kf-wszg-cont .zgjs p>a{
    color: #c63733;
    text-shadow:#fff 0px 0 0, #fff 0 0px 0, #fff 0px 0 0, #fff 0 1px 0;
    -webkit-text-shadow:#fff 0px 0 0, #fff 0 0px 0, #fff 0px 0 0, #fff 0 1px 0;
    -moz-text-shadow:#fff 0px 0 0, #fff 0 0px 0, #fff 0px 0 0, #fff 0 1px 0;
    filter: Glow(color=#fff, strength=1);
}

.kf-xfjb-cont{
    background: #fff;
    overflow: hidden;
}
.xfjb-qt{
    padding: 30px 10px 10px;
}
.xfjb-qt .xfjb-list{
    margin-top: 9px;
    margin-bottom: 42.5px;
}
.xfjb-qt .xfjb-list label{
    float: left;
    line-height: 34px;
    font-size: 20px;
    padding-left: 64px;
    font-weight: bold;
    color: #005ea5;
}
.xfjb-qt .xfjb-list .first{
    background: url(../images/lxqj.png) no-repeat 25px 9px;
}
.xfjb-qt .xfjb-list .two{
    background: url(../images/lfqd.png) no-repeat 25px 9px;
}
.xfjb-qt .xfjb-list .three{
    background: url(../images/dhjb.png) no-repeat 25px 9px;
}
.xfjb-qt .xfjb-list .four{
    background: url(../images/jb.png) no-repeat 25px 9px;
}
.xfjb-qt .xfjb-list .list-nr{
    overflow: hidden;
    line-height: 34px;
    font-size: 20px;
    color: #333333;
}
.xfjb-qt .xfjb-list .list-nr a{
    color: #333333;
}
.tg-mailbox{
    width: 560px;
    /*height: 80px;*/
   /* background: url("../images/index_32.jpg") no-repeat;*/
    background-size: cover;
    margin: 10px auto;
}
/*网上展馆和信访举报end*/

/*中间大容器三end*/


/*尾部begin*/
.sjw_foot{
    width: 100%;
    height: 315px;
    background: #005bac;
    border-top: 5px solid #024697;
}
.sjw_foot_box{
    margin: 0 auto;
}
.sjw_wzdh{
    height: 40px;
    margin-bottom: 40px;
}
.sjw_wzdh .select-item{
    position: relative;
    float: left;
    width: 285px;
    height: 40px;
    background: #337dbe;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-right: 20px;
}
.sjw_wzdh .select-item.on {
    z-index: 15;
}
.sjw_wzdh .select-item .select-wraper {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fdfdff;
    cursor: pointer;
    text-indent: 22px;
    padding-left: 5px;
    background: url("../images/top.png") no-repeat 253px 17px;
}
.sjw_wzdh .select-item .select-list {
    display: none;
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 280px;
    _height: 280px;
    border: 1px solid #5d7ea9;
    background: #fff;
    overflow-y: auto;
}
.sjw_wzdh .select-item .select-list-other {
    max-height: 224px;
}
.sjw_wzdh .select-item .select-list li {
    height: 28px;
    line-height: 28px;
}
.sjw_wzdh .select-item .select-list li a {
    display: block;
    padding: 0 10px 0 25px;
    font-size: 16px;
    color: #666;
    -webkit-transition: 0s;
    transition: 0s;
}
.sjw_wzdh .select-list li a:hover,
.sjw_wzdh .select-item .select-list li.on a {
    text-decoration: none;
    background: #eee;
    color: #355e92;
}
.foot-line{
    width: 1200px;
    height: 1px;
    background: #fdfdff;
    margin-bottom: 40px;
}
.sjw_foot_cont{
    position: relative;
    width: 100%;
    height: 83px;
}
.sjw_foot_cont p{
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}
.sjw_foot_cont p>a{
    color: #fff;
}
.sjw_foot_cont #ewm1{
    position: absolute;
    top: 10px;
    left: 75px;
    width: 100px;
    height: 100px;
    background: url("../images/index_42.jpg") no-repeat;
}
.sjw_foot_cont #ewm2{
    position: absolute;
    top: 10px;
    left: 200px;
    width: 100px;
    height: 100px;
    background: url("../images/index_44.jpg") no-repeat;
}
.sjw_foot_cont #dzjg{
    position: absolute;
    top: 26px;
    right: 210px;
    width: 52px;
    height: 64px;
    background: url("../images/dzjg.png") no-repeat;
}
.sjw_foot_cont #ba{
    position: absolute;
    top: 28px;
    right: 139px;
    width: 36px;
    height: 57px;
    background: url("../images/bah.png") no-repeat;
}
.sjw_foot_cont #dzjg>a,.sjw_foot_cont #ba>a{
   display:block;
   width:100%;
   height:100%;
}
/*尾部end*/
