/* || 地州人大 - 首页 */
.wrapper-index .container-1200 {
    padding: 20px;
    background-color: #fff;
}

.news {
    margin-bottom: 30px;
}
.news-left {
    width: 47%;
    height: 380px;
    margin-right: 2.5%;
    float: left;
}
.news-right {
    width: 50.5%;
    float: left;
}
.news-headline {
    padding-bottom: 25px;
    margin-bottom: 25px;
    margin-top: 20px;
    border-bottom: 1px dashed #dddddd;
}
.news-headline h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* display: inline-block; */
    width: 85%;
}
.news-headline p {
    text-indent: 2em;
    line-height: 1.7;
    position: relative;
}
.news-headline p a {
    font-size: 14px;
    color: #7895c6;
    position: absolute;
    right: 0;
    bottom: 4px;
    background-color: #fff;
}
.line {
    margin-bottom: 30px;
}
.line-left {
    width: 66%;
    margin-right: 3%;
    float: left;
}
.line-right {
    width: 31%;
    float: left;
}
.dt-gz {
    margin-top: 37px;
}
.dt-gz img {
    margin-bottom: 10px;
    width: 100%;
}
.gk {
    padding: 10px;
    background-color: #ebebeb;
}
.gk ul {
    margin: 0 -8px;
}
.gk ul li {
    width: 33.33333333%;
    padding: 0 8px;
    float: left;
}
.gk .gk-a {
    display: inline-block;
    width: 100%;
    padding: 9px 10px 20px;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
}
.gk .gk-a p {
    margin-top: 15px;
    font-size: 20px;
}
.zxfw {
    width: 100%;
    height: 174px;
    margin-top: 49px;
    padding: 8px 10px;
    background: url(../images/blue_zxfw_bg.jpg) no-repeat center center;
    background-size: cover;
}
.zxfw-inner {
    display: block;
    width: 100%;
    height: 100%;
    border-width: 5px 8px;
    border-color: #fff;
    border-style: solid;
    background-color: #f2f3f5;
    text-align: center;
}
.zxfw-title {
    font-size: 26px;
    color: #e25727;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 18px;
    position: relative;
}
.zxfw-title:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 19px;
    background: url(../images/blue_index_icon5.png) no-repeat center center;
    background-size: contain;
    position: relative;
    top: 4px;
    left: -10px;
}
.zxfw-title:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 19px;
    background: url(../images/blue_index_icon4.png) no-repeat center center;
    background-size: contain;
    position: relative;
    bottom: 4px;
    right: -8px;
}
.zxfw-desc {
    font-size: 14px;
    margin-bottom: 20px;
}
.zxfw-links {
    margin: 0 -7px;
}
.zxfw-link {
    display: inline-block;
    width: 35%;
    padding: 7px 0;
    border-radius: 5px;
    background-color: #0099fe;
    -webkit-box-shadow: 2px 2px 10px 0 #5fafe4;
            box-shadow: 2px 2px 10px 0 #5fafe4;
}
.zxfw-link:first-child {
    margin-right: 15px;
}
.zxfw-link span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
}
.zxfw-link img {
    display: inline-block;
    vertical-align: middle;
}
.hdjl {
    margin: 0 -5px;
    padding-top: 10px;
}
.hdjl .hdjl__50 {
    width: 50%;
    float: left;
    padding: 0 5px;
    margin-bottom: 11px;
}
.hdjl .hdjl__50 img {
    width: 100%;
}
.hdjl .hdjl__100 {
    display: block;
    width: 100%;
    padding: 0 5px;
}
.hdjl .hdjl__100 img {
    width: 100%;
}
.ztzl img {
    width: 100%;
}


/* || 轮播 */
.slideBox .hd {
    overflow: hidden;
    position: absolute;
    right: 12px;
    bottom: 20px;
    z-index: 1;
}

.slideBox .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 10px;
}

.slideBox .hd ul li.on {
    background: rgb(23, 99, 206);
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    width: 100%;
    height: 100%;
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox .bd p {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    color: #fff;
    background: rgba(23, 99, 206, 0.7);
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 17px 130px 17px 15px;
}

.slideBox .bd ul {
    width: 100%;
    height: 100%;
}

.slideBox .bd img {
    width: 100%;
    height: 100%;
    display: block;
}

.slideBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

/* || 响应式 */
@media screen and (max-width: 1200px) {
    .common-list-header span {
        margin-right: 20px;
    }
    .wrapper-index .container-1200 {
        margin-top: 0;
    }
}
@media screen and (max-width: 1000px) {
    .news-left,
    .news-right {
        width: 100%;
    }
    .news-left {
        margin-bottom: 20px;
    }
    .common-list-header span {
        margin-top: 5px;
    }
    .line-left,.line-right{
        width: 100%;
    }
    .line-left{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 768px) {
    .common-list-title {
        font-size: 16px;
    }
    .slideBox .bd p {
        font-size: 16px;
    }
}
@media screen and (max-width: 425px) {
    .news-left {
        height: 202px;
    }
    .common-list-header span {
        margin-right: 10px;
    }
    .gk ul li {
        width: 100%;
        margin-bottom: 10px;
    }
    .zxfw-link{
        width: 40%;
    }
    .common-list-header h3 {
        font-size: 22px;
    }
}
