/* 地州人大 - 通用css */

body {
    background-color: #fafafa;
}

.top_bg {
    width: 100%;
    background: url(../images/red_bg.jpg) no-repeat center center;
    height: 283px;
}

.container-1200 {
    width: 1120px;
    margin: 0 auto;
}

.top-info {
    background: rgba(255, 255, 255, .5);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7fffffff, endcolorstr=#7fffffff);
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}


/* .top-info {
    margin-top: 15px;
    color: #fff;
}

.top-info a {
    color: #fff;
} */

.top-info i {
    font-style: normal;
}


/* .top-logo {
    height: 336px;
    position: relative;
} 

.top-logo-img {
    position: absolute;
    top: 87px;
}*/

.top-logo {
    margin: 48px 0 0;
}


/* 搜索 */

.search-box {
    width: 330px;
    height: 40px;
    position: relative;
    margin: 20px 0 0;
    /* position: absolute;
    right: 0;
    bottom: 40px; */
}

.search-box form {
    height: 100%;
}

.search-box-input {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 146px;
    vertical-align: middle;
    outline: none;
    border: none;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

.search-box-input::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    opacity: 1;
    /* Firefox */
}

.search-box-input::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    opacity: 1;
    /* Firefox */
}

.search-box-input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    opacity: 1;
    /* Firefox */
}

.search-box-input::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    opacity: 1;
    /* Firefox */
}

.search-box-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    opacity: 1;
    /* Firefox */
}

.search-box-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}

.search-box-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999999;
}

.search-box-button {
    display: inline-block;
    padding: 0 8px;
    vertical-align: middle;
    height: 100%;
    border: none;
    background-color: #be1f29;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
}

.search-box-button img,
.search-box-button span {
    display: inline-block;
    vertical-align: middle;
}

.search-box-button img {
    margin-right: 7px;
}

.search-box-button span {
    color: #fff;
    font-size: 18px;
}


/* 导航栏 */

.top-nav {
    background-color: #b81c28;
}

.top-nav ul li {
    float: left;
    width: 14.28%;
    height: 70px;
    width: 20%;
    line-height: 70px;
    text-align: center;
    position: relative;
}


/* .top-nav ul li:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 60%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 20%;
} */

.top-nav ul li:last-child:after {
    display: none;
}

.top-nav ul li.on a,
.top-nav ul li:hover a {
    background-color: #fd9e26;
}

.top-nav ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}


/* 面包屑导航 */

.breadcrumb {
    padding: 20px 0;
}

.breadcrumb>img {
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb-links {
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb-links a {
    color: #333;
    font-size: 16px;
}

.breadcrumb-links a:last-child {
    color: #bd1a2d;
    font-weight: bold;
}


/* 列表 */

.list_title {
    font-size: 22px;
    color: #b81c28;
    /* margin-bottom: 20px; */
}

.list_title span {
    border-bottom: 1px solid #ddd;
    width: 95%;
    display: inline-block;
    float: right;
    padding-bottom: 10px;
    font-weight: bold;
}

.common-list-header {
    border-bottom: 2px solid #dddddd;
    margin-bottom: 10px;
}

.common-list-header span {
    width: 161px;
    display: inline-block;
    line-height: 40px;
    text-indent: 32px;
    color: #999999;
    font-size: 22px;
    margin-left: -20px;
}

.common-list-header span:first-child {
    margin-left: 0;
}

.common-list-header span.on,
.common-list-header span:hover {
    background: url(../images/red_li_tit_bg2.png) no-repeat;
}

.common-list-header span.on a,
.common-list-header span:hover a {
    color: #fff;
    font-weight: bold;
}

.common-list-content ul {
    display: none;
    position: relative;
}

.common-list-content ul.on {
    display: block;
}

.common-list-content ul li {
    padding: 15px 0;
    padding-left: 22px;
    border-bottom: 1px dashed #dddddd;
    position: relative;
    background: url(../images/red_sj.png) no-repeat center left;
}

#common-list1 .common-list-content ul li {
    background: url(../images/red_lx.png) no-repeat center left;
}


/* .common-list-content ul li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #dddddd;
    position: absolute;
    left: 2px;
    top: 24px;
} */

.common-list-date {
    color: #999999;
    font-size: 16px;
    float: right;
}

.common-list-title {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    padding-right: 10px;
}

.common-list-more {
    color: #999999;
    font-size: 16px;
    position: absolute;
    top: -40px;
    right: 0;
}

.common-list-content ul li:hover .common-list-title {
    color: #d3000f;
    /* font-weight: bold; */
}

.common-list-content ul li:hover .common-list-date {
    color: #d3000f;
}

.common-list-content ul li:hover:before {
    background-color: #d3000f;
}

.common-list__red .common-list-header span.on,
.common-list__red .common-list-header span:hover {
    /* color: #d3000f; */
    background: url(../images/red_li_tit_bg1.png) no-repeat;
}

.common-list__red .common-list-header span.on a,
.common-list__red .common-list-header span:hover a {
    color: #fff;
    font-weight: bold;
}


/* .common-list__noborder .common-list-content ul li {
    border-bottom: none;
} */

.common-list__compact .common-list-content ul li {
    /* padding-top: 13px;
    padding-bottom: 13px; */
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}


}
.common-list__compact .common-list-content ul li:before {
    top: 20px;
}
.common-list__nobold .common-list-content ul li:hover .common-list-title {
    font-weight: normal;
}

/* 子栏目标题 */
.common-h2 {
    text-align: right;
    position: relative;
    margin-bottom: 28px;
}
.common-h2:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    position: absolute;
    left: 0;
    top: 50%;
}
.common-h2 span {
    font-size: 24px;
    padding: 0 30px;
    background: #fff url(../images/red_s2.png) no-repeat right center;
    position: relative;
    z-index: 2;
}

/* .common-h2 span:after {
    content: '';
    display: inline-block;
    width: 78px;
    height: 1px;
    background-color: #aa1010;
    position: absolute;
    left: 100%;
    top: 50%;
} */

/* 栏目标题 */
.common-title {
    display: block;
    font-size: 18px;
    color: #1f1f1f;
    text-align: center;
    width: 22%;
    font-weight: bold;
    border-left: 4px solid #bf0000;
    padding: 2px 0;
}
.common-title_wrap {
    border-bottom: 1px solid #be1f29;
}
.common-title_wrap .common-title {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    padding: 0;
    background-color: #be1f29;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.links-container {
    margin: 25px 0 0;
}

/* 页码 */
#page_div {
    line-height: 35px;
    margin: 20px auto;
    padding: 0 2%;
    font-size: 14px;
    text-align: left;
    width: 96%;
    padding-top: 17px;
    text-align: center;
}
#page_div p {
    margin-bottom: 0;
}
#page_div p,
#page_div span,
#page_div div input {
    font-size: 14px;
}
#page_div p,
#page_div div {
    width: 50%;
    font-size: 15px;
}
#page_div .text {
    width: 35px;
    background: #fff;
    text-align: center;
}
#page_div a {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #d2d2d2;
    margin: 0 5px;
}
#page_div .pagination-last a:last-child,
#page_div .go {
    background-color: #f39803;
    font-weight: bold;
    color: #fff;
    border: 0;
    cursor: pointer;
}
#page_div a:hover,
.sub {
    border-color: #bf1918;
}
#page_div .pagination-index {
    border-radius: 5px;
    padding: 5px;
    color: #af241d;
    margin: 0 5px;
}
#page_div input {
    width: 40px;
    padding: 5px 2px;
    margin: 0px 5px;
    text-align: center;
    outline: none;
    border: 1px solid #d2d2d2;
}

/* 页脚 */
.wrapper-footer {
    background-color: #bf1918;
    padding: 40px 0;
}
.wrapper-footer .container-1200 {
    position: relative;
}
.wrapper-footer p {
    color: #fff;
    /* text-align: left; */
    
    line-height: 1.5;
}
.wrapper-links {
    margin-bottom: 40px;
}

/* .wrapper-links .container-1200 {
    border-top: 3px solid #d3000f;
} */

/* .link-title {
    color: #d3000f;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 17px;
    margin-bottom: 19px;
} */
.links-inner {
    width: 33.33333333%;
    float: left;
    padding-left: 30px;
    position: relative;
}
.links-inner:first-child {
    padding-left: 0;
}
.links-inner>a {
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    text-indent: 20px;
    background-color: #fff;
    color: #666666;
}
.links-inner>img {
    position: absolute;
    top: 10px;
    right: 50px;
    z-index: 2;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.links-inner.showsub a {
    position: relative;
    z-index: 2;
}
.links-inner.showsub ul {
    display: block;
}
.links-inner.showsub>img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.links-inner ul {
    display: none;
    width: calc(100% - 30px);
    height: 200px;
    padding-top: 10px;
    overflow-y: scroll;
    border: 1px solid #aaaaaa;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    top: 26px;
    z-index: 1;
    background-color: #fff;
}
.links-inner ul li a {
    display: inline-block;
    width: 100%;
    padding: 7px 0;
    padding-left: 20px;
}
.links-inner ul li a:hover {
    background-color: #d3000f;
    color: #fff;
}
.footer-dzjg {
    /* position: absolute;
    top: -6px;
    right: 132px; */
    
    margin: 2% 5% 0;
}
.wzdt {
    font-size: 16px;
    background: rgba(0, 0, 0, .2);
    font-weight: bold;
    color: #fff;
    width: 18%;
    height: 104px;
    line-height: 104px;
    text-align: center;
    margin-right: 2.5%;
}
.footer_desc {
    width: 50%;
    height: 104px;
    padding: 15px 0 0 35px;
    background-color: #bf1918;
    /* 不支持线性的时候显示 */
    
    background-image: linear-gradient(to right, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
}
.footer_desc a{
    color: white;
}

/* || 响应式 */
@media screen and (max-width: 1200px) {
    .container-1200 {
        width: 100%;
        padding: 0 20px;
    }
    
    .top-nav .container-1200 {
        padding: 0;
    }
    
    .footer-dzjg {
        position: initial;
        display: block;
        text-align: center;
    }
}
@media screen and (max-width: 900px) {
    .top-info {
        display: none;
    }
    
    .top-logo {
        height: 271px;
        margin: 0;
    }
    
    .top-logo-img img {
        width: 60%;
        display: block;
        margin: 0 auto;
        padding: 8% 0 0;
    }
    
    .top-logo-img {
        display: block;
        width: 80%;
        margin: 0 auto;
        position: initial;
        /* margin-top: 40px; */
    }
    
    .search-box {
        width: 60%;
        height: 50px;
        margin: 0 auto;
        position: relative;
        bottom: 0;
        top: 60px;
        float: none;
    }
    
    .top-nav .container-1200 {
        background-color: #aa1010;
    }
    
    .top-nav ul li {
        width: 50%;
        height: 55px;
        line-height: 55px;
        padding: 0;
    }
    
    .top-nav ul li:after {
        display: none;
    }
    
    .top-nav ul li a {
        font-size: 18px;
        font-weight: normal;
        border-right: 1px solid rgba(238, 238, 238, 0.2);
        border-bottom: 1px solid rgba(238, 238, 238, 0.2);
    }
    
    .wrapper-index .container-1200 {
        padding: 20px !important;
    }
    
    .links-inner {
        width: 100%;
        margin-bottom: 20px;
        padding-left: 0;
    }
    
    .container-1200 {
        padding: 0 10px;
    }
}
@media screen and (max-width: 475px) {
    .common-h2 {
        display: none;
    }
    
    .common-h2 span {
        font-size: 22px;
    }
    
    .common-title {
        font-size: 20px;
    }
    
    .top_bg {
        height: initial;
    }
    
    .top-logo-img img {
        width: 80%;
    }
    
    .wzdt {
        margin: 0 0 3% 0;
    }
    
    .wzdt,
    .footer_desc {
        width: 100%;
        float: none;
        height: initial;
        line-height: initial;
        padding: 3% 0;
    }
    
    .footer-dzjg {
        display: none;
    }
    
    .wrapper-links {
        margin-bottom: 3%;
    }
}
@media screen and (max-width: 425px) {
    .top-logo {
        height: 200px;
    }
    
    .top-logo-img {
        width: 95%;
    }
    
    .search-box {
        top: 25px;
    }
    
    .top-nav ul li a {
        font-size: 16px;
    }
    
    .search-box {
        width: 90%;
        height: 39px;
        float: none;
    }
    
    .wrapper-footer {
        padding: 20px 0;
    }
    
    .wrapper-footer p {
        font-size: 14px;
    }
}