#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;
    }
}

.zcjd-tab-head1 {
    margin-left: -17px;
    margin-right: -17px;
    margin-bottom: 46px;
}

.zcjd-tab-head1 li {
    width: 16.666666%;
    height: 50px;
    line-height: 50px;
    float: left;
    padding-left: 17px;
    padding-right: 17px;
    box-sizing: border-box;
    text-align: center;
}

.zcjd-tab-head1 li a {
    display: block;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 22px; 
    font-weight: 700;
    background-size: cover;
}

.zcjd-tab-content1>.item {
    display: none;
}

.zcjd-tab-content1>.active {
    display: block;
}

.zcjd-tab-head2 {
    padding: 0 50px;
    border-bottom: 1px solid #AEC4F1;
}

.zcjd-tab-head2 li {
    width: calc(100% / 6);
    height: 35px;
    line-height: 35px;
    float: left;
    text-align: center;
}

.zcjd-tab-head2 li a {
    position: relative;
    color: #999;
    font-size: 20px;
    font-weight: 700;
}

.zcjd-tab-head2 li.active a {
    color: #3861B2;
}

.zcjd-tab-head2 li.active a::after {
    position: absolute;
    content: "";
    background-size: 100% 100%;
    width: 100%;
    height: 6px;
    left: 0;
    bottom: -9px;
}

.zcjd-tab-content2>.item {
    display: none;
}

.zcjd-tab-content2>.active {
    display: block;
}