a {
    color: #333;
}

.qjsj-main {
    width: 12rem;
    padding: .1rem .2rem .52rem;
    background: #fff;
    margin: 0 auto .3rem;
    box-shadow: 0 0 .08rem 0 #f1f1f1;
}

.qjsj-top {
    width: 12rem;
    height: 1.6rem;
}

.bo-r {
    border-radius: 0.06rem;
    overflow: hidden;
    box-shadow: 0 0 0.08rem 0 #f1f1f1;
    background: #fff;
}

.layui-tab-title {
    background: #f2f2f2;
    height: 0.45rem;
}

.layui-tab-title li {
    background: #fff;
    margin: 0.05rem 0 0 0.15rem;
    border-radius: 0.1rem 0.1rem 0 0;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #FFF;
    background: #2775cc;
    font-weight: bold;
}

.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 0.02rem solid #418ad3;
}

#ReportTab {
    position: relative;
}

#ReportTab .date-tag {
    position: absolute;
    font-size: 0.14rem;
    right: 0.1rem;
    top: 0.12rem;
    color: #2775cc;
}

.qjsj-news {
    width: 11.6rem;
    padding: 0.2rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.news-body {
    width: 5.6rem;
}

.news-tab {
    display: flex;
    justify-content: start;
    border-bottom: 0.01rem solid #f2f2f2;
}

.news-tab a {
    line-height: 0.5rem;
    padding: 0 0.2rem;
    font-size: 0.18rem;
}

.news-tab .cur {
    color: #2775cc;
    font-weight: bold;
}

.index-zw-item {
    padding-top: 0.12rem;
}

.index-zw-item li {
    line-height: 0.52rem;
    display: flex;
    justify-content: space-between;
}

.index-zw-item li a {
    font-size: 0.16rem;
    max-width: 75%;
    width: 75%;
}

.index-zw-item li span {
    font-size: 0.16rem;
}

.news-l-container,
.news-r-container {
    overflow: hidden;
}

.qjsj-ban {
    display: flex;
    justify-content: space-between;
    width: 12rem;
    margin: .3rem auto;
}

.qjsj-ban a {
    width: 3.8rem;
    height: .9rem;
    border-radius: .1rem;
}

.qjsj-ban a:nth-child(2) {
    margin: 0 .2rem;
}

.qjsj-ban img {
    width: 100%;
    vertical-align: top;
}

.hdjl-tit {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .qjsj-main {
        box-sizing: border-box;
        width: 100%;
        padding: .2rem;
    }

    .qjsj-top {
        width: 100%;
        height: auto;
    }

    .hdjl-wrap1 {
        padding: 0;
    }

    .hdjl-tit {
        height: .6rem;
        line-height: .6rem;
    }

    .hdjl-tit {
        font-size: .28rem;
    }

    .layui-tab-title {
        height: .6rem;
    }

    .layui-tab-title li {
        line-height: .6rem;
        text-overflow: initial;
    }

    .qjsj-news {
        box-sizing: border-box;
        width: 100%;
        padding: .2rem;
        flex-wrap: wrap;
    }

    .news-body {
        width: 100%;
    }

    .news-tab a {
        display: flex;
        line-height: .6rem;
        font-size: .28rem;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .index-zw-item li {
        height: .6rem;
        line-height: .6rem;
    }

    .index-zw-item li a {
        width: calc(100% - 16px);
        max-width: 100%;
        font-size: .26rem;
    }

    .index-zw-item li span {
        display: none;
    }

    .qjsj-ban {
        box-sizing: border-box;
        width: 100%;
        padding: .2rem;
        margin-top: 0;
        flex-wrap: wrap;
    }

    .qjsj-ban a {
        width: calc(50% - .1rem);
        height: 13vw;
        margin-bottom: .2rem;
        display: flex;
    }

    .qjsj-ban a:nth-child(2) {
        margin: 0 0 0 .2rem;
    }

    #ReportTab .date-tag {
        display: none;
    }

    .hdjl-table {
        width: 100%;
        overflow-x: scroll;
    }

    .layui-card {
        width: 12rem;
    }
}