.article-area .article-title {
    text-align: center;
    margin-bottom: 30px;
}

.article-area .article-content .artcle-mate {
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.article-area .article-content .artcle-mate p {
    margin-right: 15px;
    font-size: 1rem;
}

.article-area .article-content .artcle-mate p:last-child {
    margin-right: 0;
}

.article-content-text {
    margin: 30px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.article-content-text p {
    margin: 20px 0;
    font-size: 1rem;
    color: #333;
    text-indent: 2rem;
    margin-bottom: 15px;
}

.article-footer ul li {
    margin-bottom: 20px;
    font-size: 1rem;
}

.article-footer a {
    color: #333;
    font-size: 1rem;
}

.article-footer a:hover {
    color: #2464BB;
    text-decoration: underline;

}


/* 学者风采 */
.scholar-area {
    margin-bottom: 50px;
}

.scholar-area .scholar-img-wrap {
    padding: 0 30px;
}


.scholar-area .scholar-img {
    width: 100%;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.scholar-content .scholar-details-mate h2 {
    font-weight: bold;
    margin: 20px 0;
}

.scholar-details-mate ul {
    display: flex;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.scholar-details-mate ul li {
    margin-right: 30px;
}


.scholar-details-text p {
    color: #333;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1399px) {
    .scholar-area .scholar-img-wrap {
        padding: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .scholar-area .scholar-img-wrap {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 768px) {
    .scholar-area .scholar-img-wrap {
        text-align: center;
    }

    .scholar-area .scholar-img {
        width: 300px;
        height: 350px;
        margin: 0 auto;
    }

    .scholar-content .scholar-details-mate h2 {

        text-align: center;
    }

    .scholar-details-mate ul {
        flex-direction: column;
        border-bottom: none;
        margin-bottom: 0;
    }

    .scholar-details-mate ul li {
        margin-bottom: 10px;
    }
}

/* 学术报告 */
.article-content-text .sub-title{
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.article-content-text .sub-title span:first-child{
    width: 150px;
    display: inline-block;
    text-align: justify;
    display: block;
    /* text-align: right; */
    height: 1.5rem;
    overflow: hidden;
}
.article-content-text .sub-title span:first-child::after {
     content: "";
     display: inline-block;
     width: 100%;
     height: 0;
 }
 .article-content-text .sub-title span:last-child{
    margin-top: 9px;
}

.footer-content{
    display: flex;
    justify-content: flex-end;
    flex-flow: column;    
    text-align: right;
     width: 100%;
}
.footer-content p{
    width: 100%;
    text-align: right;
    margin: 0 0 10px 0;
    font-weight: bold;
}
.footer-content p span{
    display: inline-block;
    width: 350px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .article-content-text .sub-title{
        flex-direction: column;
        align-items: flex-start;
    }
    .article-content-text .sub-title span:first-child {
       display: block;
        text-align: left;
        font-weight: normal;
    }
    .article-content-text .sub-title span:first-child::after{      
        display: none;       
    }
}