        /* 通用重置 */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: "微软雅黑", "PingFang SC", sans-serif;
            color: #333;
            line-height: 1.5;
        }

        ul,
        li,
        dl,
        dd {
            list-style: none;
        }

        a {
            text-decoration: none;
            color: inherit;
            transition: color 0.2s ease;
        }

a:hover {
    color: #06c
}

.clearfix::after {
    content: "";
    display: table;
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.hline {
    display: flex;
    flex-wrap: wrap
}

.newsbox {
    width: 95%;
    max-width: 1200px;
    margin: 20px auto
}

.new {
    width: 100%
}

.newtab {
    float: left;
    width: 70%;
    margin-right: 2%
}

.newtab .hd {
    position: relative
}

.newtab .hd ul {
    border-bottom: 2px solid #fc0;
    padding-bottom: 8px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.newtab .hd li {
    cursor: pointer
}

.newtab .hd .liz {
    font-size: 18px;
    font-weight: 700;
    color: #666;
    padding: 0 10px;
    transition: color .2s ease
}

.newtab .hd li.active .liz {
    color: #06c
}

.newtab .hd li:hover .liz {
    color: #06c
}

.newtab .hd dd {
    color: #ccc;
    margin: 0 5px;
    line-height: 24px
}

.newtab .hd .liy {
    color: #666;
    font-size: 14px;
    margin-right: 10px
}

.newtab .hd .more-link {
    margin-left: auto;
    margin-right: 10px
}

.newtab .bd .tab-content {
    display: none
}

.newtab .bd .tab-content.active {
    display: block;
    animation: fadeIn .3s ease
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.newtab .bd .left {
    width: 38%;
    margin-right: 5%
}

.newtab .bd .pic {
    position: relative;
    width: 100%;
    border-radius: 4px;
    overflow: hidden
}

.newtab .bd .top_img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .3s ease
}

.newtab .bd .top_img:hover {
    transform: scale(1.05)
}

.newtab .bd .wb {
    margin-top: 10px
}

.newtab .bd .p1 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px
}

.newtab .bd .p1 span {
    background: #fc0;
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    margin-right: 6px;
    font-size: 14px
}

.newtab .bd .p2 {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.newtab .bd .right {
    width: 57%
}

.newtab .bd .right dd {
    margin-bottom: 12px;
    font-size: 14px;
    padding: 4px 0;
    border-bottom: 1px dashed #eee
}

.newtab .bd .right dd:last-child {
    border-bottom: none
}

.newtab .bd .right span {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #333;
    color: #fff;
    border-radius: 3px;
    margin-right: 8px
}

.newtab .bd .right i {
    color: #999;
    font-style: normal
}

.newlb {
    float: right;
    width: 28%
}

.newlb .top {
    border-bottom: 2px solid #fc0;
    padding-bottom: 8px;
    margin-bottom: 15px;
    display: flex;
    align-items: center
}

.newlb .top .liz {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding-left: 10px
}

.newlb .top .liy {
    color: #666;
    font-size: 14px;
    margin-left: auto;
    margin-right: 10px
}

.newlb .bd {
    background: #fff;
    margin-top: 15px;
    height: 360px;
    overflow: hidden;
    position: relative;
    padding-right: 5px
}

.newlb .scroll-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.newlb .bd li {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #eee;
    position: relative;
    transition: transform .2s ease
}

.newlb .bd li:hover {
    transform: translateY(-2px)
}

.newlb .bd li:last-child {
    border-bottom: none
}

.newlb .bd .wen {
    margin-bottom: 8px
}

.newlb .bd .wen span {
    background: #fc0;
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    margin-right: 6px;
    font-size: 14px;
    transition: background-color .2s ease;
    display: inline-block
}

.newlb .bd li:hover .wen span {
    background-color: #032a4d !important
}

.newlb .bd .wen a {
    font-size: 14px;
    color: #333;
    font-weight: 600
}

.newlb .bd .da a {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500
}

.newlb .bd::-webkit-scrollbar {
    width: 6px
}

.newlb .bd::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px
}

.newlb .bd::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px
}

.newlb .bd::-webkit-scrollbar-thumb:hover {
    background: #999
}

@media (max-width:992px) {
    .newtab {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }

    .newlb {
        width: 100%;
        float: none;
        margin-top: 0;
        clear: both
    }

    .newtab .bd .left {
        width: 45%;
        margin-right: 5%
    }

    .newtab .bd .right {
        width: 50%
    }

    .newlb .bd {
        height: 380px
    }
}

@media (max-width:768px) {
    .hline {
        flex-direction: column
    }

    .newtab .bd .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        float: none
    }

    .newtab .bd .right {
        width: 100%;
        float: none
    }

    .newtab .hd .liz {
        font-size: 16px
    }

    .newlb .top .liz {
        font-size: 16px
    }

    .newlb .bd {
        height: 320px
    }

    .newtab .hd .liz {
        padding: 5px 8px;
        font-size: 15px
    }
}

@media (max-width:480px) {
    .newtab .bd .p1 {
        font-size: 14px
    }

    .newtab .bd .p2 {
        -webkit-line-clamp: 2
    }

    .newlb .bd .wen a {
        font-size: 13px
    }

    .newlb .bd .da a {
        font-size: 13px
    }

    .newsbox {
        width: 98%;
        margin: 10px auto
    }

    .newtab .hd .liz {
        font-size: 14px;
        padding: 4px 6px
    }
}

@media (max-width:360px) {
    .newtab .hd ul {
        justify-content: center
    }

    .newtab .hd li {
        margin: 0 2px
    }

    .newtab .hd .liz {
        font-size: 13px;
        padding: 3px 5px
    }

    .newtab .bd .right dd {
        font-size: 13px
    }

    .newtab .bd .right span {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 12px
    }
}