body {
    width: 100%;
    height: 100%;
    background: url(../images/bg.jpg) top center no-repeat;
    background-size: contain;
}
.top-img {
    height: 417px;
    display: block;
    margin: 100px auto 0;
    text-align: center;
}
.tt {
    height: 142px;
    margin: 90px auto 0;
    background: url(../images/tt_b.png) left top no-repeat;
    padding-left: 100px;
}
.tt h3 {
    display: block;
    width: 100%;
    font-size: 2.625em;
    color: #EE2820;
    line-height: 70px;
    text-align: center;
    font-weight: bold;
    /* letter-spacing: 5px; */
}
.tt span {
    display: block;
    width: 100%;
    font-size: 1.125em;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*头图轮播*/
.lhtt {
    position: relative;
    width: 100%;
    height: 610px;
    margin-top: 20px;
}
.lhtt .hd {
    position: absolute;
    right: 0;
    bottom: 9px;
    z-index: 8;
}
.lhtt .hd ul {
    float: right;
}
.lhtt .hd li {
    float: left;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    line-height: 14px;
    text-align: center;
    background: #fff;
    color: #fff;
    cursor: pointer;
    opacity: 0.3;
}
.lhtt .hd ul li.on{
    background:#fff;
    color:#fff;
    z-index:99;
    opacity: 1;
}
.lhtt .bd{
    position:relative;
    height:100%;
}
.lhtt .bd li{
    zoom:1;
    vertical-align:middle;
}
.lhtt .bd img{
    width:100%;
    height:610px;
    display:block;
}
.lhtt .bd span{
    width:70%;
    height:65px;
    position:absolute;
    bottom:0px;
    color:#fff;
    line-height:65px;
    font-size:15px;
    padding-left:20px;
    z-index:5;
    display:inline-block;
    background:#000;
    background:rgba(0, 0, 0, .1);
}
.til {
    height: 49px;
    background: url(../images/til_b.png) left center no-repeat;
}
.til span {
    display: inline-block;
    width: 222px;
    height: 49px;
    line-height: 49px;
    padding-left: 30px;
    color: #fff;
    font-size: 1.375em;
}
.til a{
    float:right;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    font-size: 1.25em;
}
.lh-list li {
    position: relative;
    width: 100%;
    height: 105px;
    border-bottom: solid 1px #ccc;
    margin-top: 10px;
    padding: 0 10px;
}
.lh-list li h3 {
    line-height: 35px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
.lh-list li span {
    height: 60px;
    line-height: 25px;
    color: #0D0D0D;
    font-size: 1em;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lh-list li:hover a h3 {
    color:#f00;
}
/*工作报告*/
.gzbg {
    height: 504px;
    background: #ED2C25;
}
.bg-con {
    width: 83%;
    /* margin-left: 63px; */
    margin-top: 25px;
}
.bg-til a {
    display: block;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-left: 75px;
    color: #B9090B;
    font-size: 1.25em;
    font-weight: 600;
    background-color: #e6bc80;
}
.jd-con {
    padding: 15px;
    background-color: #fff;
}
.jd-con .jd-til {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #174F88;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jd-con .memo {
    display: block;
    height: 60px;
    line-height: 23px;
    text-align: left;
    font-size: 16px;
    color: #2F3237;
    text-indent: 2em;
}
#kflh-data-bgjd .pic {
    width:100%;
    text-align: center
}
#kflh-data-bgjd .pic a img {
    margin:0 auto;
    width: 70%;
}
/*对话代表委*/
.db-til {
    position: relative;
}
.db-til a {
    position: absolute;
    right: 0;
    top: 35px;
    width: 60px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
}
.dbw-img {
    position: relative;
    width: 100%;
    height: 380px;
    margin-top: 40px;
}
.dbw-con .hd .prev,
.dbw-con .hd .next {
    display: block;
    position: absolute;
    top: -40px;
    width: 35px;
    height: 355px;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
}
.dbw-con .hd .pageState {
    display: none;
}
.dbw-con .hd .prev {
    left: 0;
    background: url(../images/left.png) center 105px no-repeat;
}
.dbw-con .hd .next {
    right: 0;
    background: url(../images/next.png) center 105px no-repeat;
}
.dbw-con .bd {
    width: 1060px;
    margin: 0 auto;
    overflow: hidden;
}
.dbw-con .bd li {
    position: relative;
    float: left;
    margin-right: 40px;
    text-align: center;
}
.dbw-con .bd li a {
    display: inline-block;
    width: 100%;
}
.dbw-con .bd li img {
    display: block;
    width: 234px;
    height: 200px;
    border: none;
}
.dbw-con .bd li .doc-til {
    display: block;
    width: 234px;
    line-height: 180%;
    margin-top: 10px;
    color: #333;
    font-size: 16px;
}
.dbw-con .bd li .ckxq {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #024e88;
    background: url(../images/icon_play.png) right center no-repeat;
}
/* 两会创意产品 */
.cycp-img{position: relative;padding-left: 55px;}
.cycp-img li{width: 260px; margin:0 7px;}
.cycp-img li img{display: block; width: 260px; height: 460px;}
.cycp-img .hd .prev,
.cycp-img .hd .next {
    position: absolute;
    top: 0;
    display: block;
    width: 44px;
    height: 460px;
    overflow: hidden;
    cursor: pointer;
    z-index:2;
}

.cycp-img .hd .prev {
    left: 0;
    background: url(../images/arrow_l.png) center center no-repeat;
}

.cycp-img .hd .next {
    right: 0;
    background: url(../images/arrow_r.png) center center no-repeat;
}
@media (max-width: 992px) {
    body:not(.nores) .container {
        width: 100% !important; /* 限制宽度为屏幕宽度 */
        max-width: 100% !important; /* 确保不超过屏幕宽度 */
        overflow-x: hidden; /* 隐藏横向溢出内容 */
    }
    body:not(.nores) {
        background-size: 166% auto;
        background-position: 70% 0%;
    }
    .top-img {
        height: 105px;
    }
    .nav {height: auto;}
    .nav li {width: 33.112%;}
    .nav li a {width: 90%}
    .tt h3 {
        font-size: 2.225em;
    }
    .tt .memo {display:none}
    .lh-list li {
        position: relative;
    }
    .lh-list li span {
          position: absolute;
          height: 30px;
          line-height: 25px;
          bottom: 0;
    }
    .layui-col-md6:nth-child(2){margin-top:20px}
    .db-til a {
        top: -15px;
    }
    .dbw-img {
        position: relative;
        width: 100%;
        height: 320px;
        margin-top: 30px;
    }
    .dbw-con .bd {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    .dbw-con .bd .tempWrap,
    .cycp .bd .tempWrap{
        margin: 0 auto
    }
    .dbw-con .bd li {
        margin: 0 auto;
        padding:0 20px;
    }
    .dbw-con .bd li img {
        display: block;
        width: 280px;
        height: 200px;
        border: none;
        margin: 0 auto
    }
    .dbw-con .bd li .doc-til {
        display: block;
        width: 80%;
        line-height: 180%;
        margin: 10px 10%;
    }
    .dbw-con .bd li .ckxq{
        display : none
    }
    .lhtt {
        position: relative;
        width: 100%;
        height: 300px;
        margin-top: 20px;
    }
    .lhtt .bd img{
        width:100%;
        height:300px;
        display:block;
    }
    .gzbg>img {
        display: none
    }
    .bg-con {
        width: 100%;
        margin-top: -20px
    }
    .bgjd {
        display: inline-block;
        width: 100%;
    }
    .bgjd:nth-child(1){
        margin-bottom:20px
    }
    .cycp-img{position: relative;padding-left: 0;}
    .gzbg {height: auto}
    .tt-list .til {height: auto;}
    .tt-list {width: 100%;}
    .infolist li a {max-width: 80%;}
    .pr15{padding-right: 0;}
    .pl15{padding-left: 0;}
}
#_span_wzafw{display: none;}