
.nav4-article-img {
    display: none;
}

td {
    padding: 5px;
    border: 1px solid #efefef;
}

.artic-info{
    text-align: center;
}

.content_article p {
    line-height: 1.5;
}

.relateLink {
    font-size: 14px;
    margin-top: 0;
}

.fenxiang {
    font-size: 14px;
}

.authorlist span {
    line-height: 0.5;
}

.content_article_main {
    font-size: 14px;
}

.content_left {
    display: none;
    padding-right: 30px;
}

.content_left_s {
    z-index: 10;
    width: 100%;
    height: 2.5rem;
    background-color: #5d42b9;
    position: relative;
}

.content_left_s h3 {
    top: 25%;
    left: 50%;
    position: absolute;
    font-size: 0.55rem;
    color: #fff;
    font-weight: 600;
    transform: translate(-50%, -50%);
}

.content_article_main table{
    width: 100%;
}

.content_article_main table td>p{
    margin: 0 0;
}
.content_article_main table>tbody tr:first-child td {

  white-space: nowrap;

}


@keyframes nav_content_trans {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes content_right_s_z_h3 {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes content_right_s_y {
    0% {
        transform: translateY(125%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes tongzhi_x_li {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.nav_content {
    animation: nav_content_trans 1s ease;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    list-style: none;
    padding: 0;
}

.nav_content li {
    color: black;
    font-size: 0.46rem;
    text-align: center;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid rgb(234, 242, 248);
    border-right: 1px solid rgb(234, 242, 248);
    border-left: 1px solid rgb(234, 242, 248);
    transition: all 0.4s;
    background-color: rgb(255, 255, 255);
    height: 1.6rem;
    line-height: 3;
}

.nav_content li a {
    color: rgba(0, 0, 0, 0.8);
}

.nav_content li:hover {
    background-color: #f3f3f3;
}

.nav_content li:hover a {
    color: #382e81;
}


.section3 {
    width: 100%;
}

.sec3-item-img {
    width: 100%;
}

.sec3-item-img img {
    width: 100%;
    transition: all 0.6s;
}

.sec3-item {
    position: relative;
    margin-bottom: 0.5rem;
}

.sec3-item-date-da {
    z-index: 3;
    position: relative;
    color: white;
    font-size: 0.7rem;
    text-align: center;
    font-family: 'Roboto-Light';
}

.sec3-item-date-mo {
    z-index: 3;
    position: relative;
    color: white;
    font-size: 0.36rem;
    text-align: center;
    font-family: 'Roboto-Light';
}


.sec3-item-date {
    margin-left: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    overflow: hidden;
}

.bg-date {
    z-index: 2;
    top: -20%;
    left: -20%;
    position: absolute;
    width: 140%;
    height: 140%;
    transition: all 0.5s ease;
    background: linear-gradient(30deg, #4435e3 30%, #8c14c0 70%);
}


.gg-bg {
    margin-left: 0;
}

.sec3-item:hover .bg-date {
    transition: all 1s ease;
    transform: rotate(90deg);
}

.sec3-item:hover .sec3-item-img img {
    transition: all 0.5s ease;
    transform: scale(1.1);
}

.sec3-item:hover .sec3-item-img {
    overflow: hidden;
}

.sec3-item:hover .gg-sec3-tit {
    color: #5e43b9;
    transform: translateX(-0.2rem);
    transition: all 0.3s;
}

.sec-gg-3-item {
    padding-top: 0.7rem !important;
}

.sec3-item-desc {
    font-size: 0.3rem;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.53);
}

.mt-line a {
    margin-left: 0.1rem;
}


.authorlist {
    text-align: center;
}

.content_art {
    padding: 0;
}

.content_right {
    margin: 0 auto;
    background-color: white;
    margin-top: 0.5rem;
}

.gg-sec3 {
    height: 2rem;
    padding-left: 2rem !important;
    width: 95% !important;
}

.gg-sec3 .sec3-item-tit {
    font-size: 0.45rem;
    margin-top: -0.2rem;
}


.fenxiang {
    padding-top: 0.3rem;
    background-color: #f3f3f3;
    width: 105%;
    position: absolute;
    height: 1rem;
    bottom: 0;
    margin-left: -15px;
}

.sec3-item-tit {
    font-size: 0.45rem;
    margin-top: 0.2rem;
    text-align: left;
    margin-bottom: 0.2rem;
    color: rgba(0, 0, 0, 0.7);
    font-weight: bold;
}

.content_right_s {
    margin-right: 30px;
    float: left;
    width: 100%;
    height: 1rem;
    border-bottom: 1px solid rgba(13, 53, 116, 1);
    overflow: hidden;
}

.content_right_s_z {
    padding-right: 5px;
    float: left;
    height: 0.75rem;
    border-bottom: 3px solid #5d42b9;
    margin-top: 0.24rem;
    animation: content_right_s_z_h3 2s;
}

.content_right_s_y {
    float: right;
    margin-top: 0;
    font-size: 0.35rem;
    color: rgba(0, 0, 0, 0.7);
    animation: content_right_s_y 2s;
}

.content_right_s_y a {
    color: #999;
}

.content_right_s_y a:hover {
    color: #000;
}

.content_article_title {
    margin-top: 0.5rem;
    margin-bottom: 0.4rem;
    font-size: 0.6rem;
    color: #4c3696;
}

.content_article_main {
    margin-top: 35px;
    margin-bottom: 0;
}

.content_article_main img {
    max-width: 100%;
    margin: 0 auto;
}

.authorlist {
    font-size: 14px;
    margin-top: 0.2rem;
}

.relateLink ul {
    padding: 0;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

.relateLink li {
    list-style-type: none;
    padding: 0.1rem;
}

.relateLink li:hover a {
    color: #4c3696;

}

.relateLink li a {
    list-style-type: none;
    color: #777;
}

.bod {
    background-color: #F3F3F3FF;
}

.page-link {
    border: 1px solid #5e43b9 !important;
    color: #5e43b9 !important;
}

.active .page-link {
    background-color: #5e43b9 !important;
    color: #FFFFFF !important;
}

.pagination {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.sec3-item-hx {
    width: 100%;
    height: 2px;
    background-color: #5e43b9;

}

.search-line {
    position: relative;
    margin: 2rem auto 0 auto;
    width: 6rem;
}

.but-search {
    height: 0.6rem;
    font-size: 0.4rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0.2rem;
}

.inp-search {
    width: 6rem;
    height: 0.6rem;
    font-size: 0.4rem;
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 992px) {

    .gg-bg {
        margin-left: 15px;
        width: 1.8rem;
        height: 1.8rem;
    }

    .authorlist {
        margin-top: 1rem;
    }

    .gg-sec3 .sec3-item-tit {
        font-size: 0.46rem;
        margin-left: 0.7rem;
    }

    .content_article_main {
        margin-bottom: 1rem;
    }


    .relateLink {
        margin: 1rem 15px;
    }

    .sec3-item:last-child .sec3-item-right .sec3-item-desc {
        color: #c9c9c9;
    }

    .sect-media {
        height: 12rem;
        margin-top: -24.2rem;
    }

    .sec3-item-tit {
        margin-top: 0.2rem;
        margin-bottom: 0.5rem;
        height: 1.2rem;
    }

    .sec-gg-3 {
        height: 2.4rem !important;
        position: relative;
    }

    .sec3-item {
        width: 100%;
        height: 5.5rem;
        margin-bottom: 0;
    }

    .sec4-item-dateimg {
        float: left;
        padding-top: 0.05rem;
    }


    .sec3-itmes {
        padding-top: 0.5rem;
        padding-left: 30px;
    }


    .sec3-item-left {
        position: relative;
        width: 40%;
        float: left;
    }


    .sec3-item-desc {
        font-size: 0.4rem;
        line-height: 1.5;
    }


    .sec3-item-right {
        padding-left: 0.6rem;
        padding-top: 0.2rem;
        float: left;
        width: 60%;
    }

    .sec3-item-img {
        width: 100%;
        height: 5.4rem;
        overflow: hidden;
        min-height: 100%;
        min-width: 100%;
    }

    .sec3-item-img img {
        width: 100%;
        transition: all 0.6s;

    }

    .content_right_s {
        margin-left: 15px;
        margin-right: 30px;
        float: left;
        width: 98.5%;
        height: 1rem;
        border-bottom: 1px solid rgba(13, 53, 116, 1);
        overflow: hidden;
    }

    .content_right {
        padding-left: 0;
        margin-top: -0.5rem;
    }

    .authorlist {
        text-align: left;
    }

    .content_left {
        display: block;
        margin-top: -2rem;
    }

    .nav4-article-img {
        display: block;
        width: 100%;
        z-index: 1;
    }

    .nav4-article-img img {
        width: 100%;
    }

    .content_article {
        padding-left: 30px;
        padding-right: 30px;
    }

    .content_article_title {
        font-size: 0.9rem;
        font-weight: 550;
    }
}

