#carousel1>div>div>a>img{
    width: 100%;
    height: auto;
}
#header {
    margin-bottom: 0px;
}
#carousel1 a {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
}


/* 动漫解读列表 */
.dmjd>ul {
    margin-top: 8px;
}

.dmjd>ul>li {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #E3E3E3;
    position: relative;

}

.dmjd>ul>li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    background-color: #6c89c5;
    left: 0;
    top: 38px;
}

.dmjd>ul>li span {
    float: left;
}

.dmjd>ul>li .dmjd-title {
    width: calc(100% - 90px);
    height: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    padding-left: 11px;
}

.dmjd>ul>li .dmjd-time {
    color: #B1B1B1;
    font-size: 12px;
    text-align: right;
}

/* 间隔 */
.line-40 {
    height: 40px;
}

.line-60 {
    height: 60px;
}

/* 选项卡  */
.zcjd-tab .sk-tab-title .sk-this:after {
    background-image: url("/static/layout/policyInterpretation/imgs/tabActive.png");
}

.zcjd-tab .sk-tab-title {
    height: 46px;
    border:none;
    text-align: center;
}

.zcjd-tab .sk-tab-title .sk-this {
    color: #333;
}

.zcjd-tab .sk-tab-title .sk-this:after {
    border: none;
    height: 7px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: 40px;
}

.zcjd-tab .sk-tab-title>li {
    color: #999;
    font-size: 24px;
    font-weight: bold;
}
.zcjd-tab .sk-tab-content {
    padding: 0;
}

.zcjd-tab .sk-tab-content .more {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #245399;
} 

.zcjd-tab .sk-tab-content .more a {
    color: #fff;
}

/* 选项卡切换列表 */

.tab-news>ul {
    margin-top: 8px;
}

.tab-news>ul>li {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #E3E3E3;
    position: relative;

}

.tab-news>ul>li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 5px;
    background-color: #6c89c5;
    left: 0;
    top: 38px;
}

.tab-news>ul>li span {
    float: left;
}

.tab-news>ul>li .tab-news-title {
    width: calc(100% - 120px);
    height: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    padding-left: 27px;
}

.tab-news>ul>li .tab-news-time {
    color: #B1B1B1;
    font-size: 12px;
    text-align: right;
}

/* 图文解读 */
.twjd .twjd-item {
    height: 160px;
    border-radius: 3px;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.twjd .twjd-item>a {
    position: relative;
    height: 100%;
    display: block;
}

.twjd .twjd-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.twjd .twjd-item p {
    width: 100%;
    position: absolute;
    height: 24px;
    line-height: 24px;
    background-color: #B0C3E3;
    font-size: 14px;
    color: #fff;
    display: block;
    bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .twjd .twjd-item {
        margin-bottom: 10px;
    }
}
.zibo-title .zibo-title-line {
    width: calc(100% - 210px);
}
.zibo-title {
    margin-bottom: 30px;
}