.position {
    padding: 10px 0;
    position: relative;
    z-index: 10;
    background-color: #f6f7f8;
}

.weizhi {
    padding: 10px 15px;
}

.weizhi a {
    color: #666;
    font-size: 18px;
    cursor: pointer;
}

.position .weizhi span {
    padding: 0 6px;
    font-size: 18px;
    color: #666;
}

.position .weizhi span:last-of-type {
    display: none;
}

.scroll-tab {
    width: 100%;
    height: 60px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-top: 20px;
}

.scroll-tab .tab-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    height: 60px;
}

.scroll-tab .tab-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.scroll-tab .tab-top ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 50px;
    cursor: pointer;
}

.scroll-tab .tab-top ul li.selected a {
    border-bottom: 2px solid #004dc9;

}

.scroll-tab .tab-top ul li.selected a {
    color: #004dc9;
}

.scroll-tab .tab-top ul li a {
    color: #999;
    font-weight: 400;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    display: block;
    width: 100%;
    height: 100%;
}

.list-container .content1 {
    padding: 40px 0 20px;
}

.list-container .right-list {
    width: 100%;
    height: auto;
    padding: 40px 0 20px;
}

.list-container .right-list .right-list-item {
    border: 1px solid #f6f7f8;
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    border-radius: 10px;
    width: 98%;
    margin: 0 auto 20px;
}

.list-container .right-list .right-list-item:hover {
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0 16px 0 rgba(33, 86, 178, .28);
    box-shadow: 0 0 16px 0 rgba(33, 86, 178, .28);
    transition: .5s ease;
}

.list-container .right-list .right-list-item a {
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
}

.list-container .right-list .right-list-item a .img1 {
    width: 356px;
    height: 100%;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.list-container .right-list .right-list-item a .img1 img {
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.list-container .right-list .right-list-item a:hover .img1 img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.list-container .right-list .right-list-item a .item-right {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    width: calc(100% - 356px);
}

.list-container .right-list .right-list-item a .item-right .title {
    font-size: 24px;
    font-weight: 400;
    overflow: hidden;
    font-weight: 700 !important;
    margin-bottom: 10px;
}

.list-container .right-list .right-list-item a .item-right .desc {
    padding: 10px 0;
}

.list-container .right-list .right-list-item a .item-right .desc p {
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    height: 68px;
    overflow: hidden;
    line-height: 32px;
    white-space: normal !important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    color: #ccc;
}
.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,.article .article-content h5,.article .article-content h6
{line-height:2;font-size:20px;color:#333;}
.article .article-content{margin-bottom:60px;padding-top:.2rem;font-size:16px;color:#333;}
.article .article-content p{line-height:2;font-size:16px;color:#333;text-indent: 2em;}
.article .article-content img{max-width:100%!important;width:auto;height:auto}
@media screen and (max-width:800px){
.article .article-content p img{max-width:100%}
.article .article-content p{font-size:14px}
}
.list-container .right-list .right-list-item a .item-right .group .tag {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    font-weight: normal;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #004dc9;
    border-radius: 20px;
    text-align: center;
    margin-right: 15px;
    text-align: center;
}

.list-container .right-list .right-list-item a .item-right .date {
    display: inline-block;
    position: relative;
    color: #727171;
    cursor: pointer;
    font-size: 16px;
    line-height: 34px;
    font-weight: normal;
}

@media screen and (max-width: 1080px) {
    .list-container .right-list .right-list-item a .img1 {
        width: 256px;
    }
}

@media screen and (max-width: 750px) {
    .list-container .right-list .right-list-item a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .list-container .right-list .right-list-item a .img1 {
        height: auto;
        width: 100%;
    }

    .list-container .right-list .right-list-item a .item-right {
        width: 100%;
        margin-top: 10px;
    }

    .item-right .title {
        font-size: 18px;
        font-weight: 400;
        display: -webkit-box;
        height: 62px;
        overflow: hidden;
        line-height: 32px;
        white-space: normal !important;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        width: 100%;
    }

    .scroll-tab .tab-top ul li {
        padding: 0 20px;
    }
}

@media screen and (max-width: 500px) {
    .scroll-tab {
        height: 120px;
    }

    .scroll-tab .tab-top ul {
        flex-wrap: wrap;
    }

    .scroll-tab .tab-top ul li {
        padding: 0 10px;
        width: 50%;
        height: 60px;
        text-align: center;
    }

    .scroll-tab .tab-top {
        height: 120px;
    }
}

.list-container .article {
    padding: 40px 0;
}

.list-container .article .article-title {
    border-bottom: 1px solid #f6f7f8;
    border-radius: 0 0 0 0;
    margin-bottom: 20px;
    position: relative;
}

.list-container .article .article-title h3 {
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
}

.list-container .article .article-title p {
    padding-bottom: 10px;
    color: #707070;
    font-size: 14px;
}

.article-content img {
    max-width: 100%;
    height: auto;
}