/* 分页 */
.page-box{margin: 0 auto;text-align: center;width: 100%;text-align: right;}
.m-style {position: relative;text-align: center;zoom: 1;display: inline-block;}
.m-style:before,
.m-style:after {content: "";display: table;}
.m-style:after {clear: both;overflow: hidden;}
.m-style span {float: left;margin: 0 5px;width: 36px;height: 28px;line-height: 30px;color: #bdbdbd;font-size: 14px;}
.m-style .active {float: left;margin: 0 8px;line-height: 30px;color: #D2232A;font-size: 14px;width: 36px;height: 28px;background: rgba(216,216,216,0);border: 1px solid #D2232A;}
.m-style a {float: left;margin: 0 5px;width: 36px;height: 30px;line-height: 30px;background: #fff;border: 1px solid #d9d9d9;color: #666666;font-size: 14px;}
.m-style .next,
.m-style .prev {font-size: 12px;margin: 0 9px;background: url(../images/left-page.png) no-repeat center center;
background-size: 30px 30px;}
.m-style .next{margin-right: 0;background: url(../images/right-page.png) no-repeat center center;
background-size: 30px 30px;}
/*  */
.banner .banner-title{
    padding: 40px 0 30px;
}
.article-content{
    background: #ffffff;
}
/* 当前页面的标题及返回返回列表的样式 */
.article-content .article-title{
    padding: 24px 0 16px;
}
.article-content .article-title .title-prev{
    font-size: 20px;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
}
.article-content .article-title .title-icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/article-title.png) no-repeat bottom center;
    background-size: 16px;
    margin: 6px 8px 0;
}
.article-content .article-title .title-now{
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
}
.article-content .article-title .article-title-right a{
    display: inline-block;
}
.article-content .article-title .title-page{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}
.article-content .article-title .title-page-icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/left-black.png) no-repeat bottom center;
    background-size: 16px;
    margin: 6px 0 0 8px;
}
/* 了解我们，研究成果，信息公开 部分的列表导航 */
.about-us-content .about-us-left{
    padding: 16px 0;
    position: relative;
    border: 1px solid #F5F5F5;
}
.about-us-content .about-us-left::after{
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 194px;
    height: 332px;
    background: #333333;
    opacity: 0.06;
    filter: blur(8px);
    z-index: -1;
}
.about-us-content .about-us-left li{
    position: relative;
    cursor: pointer;
}
.about-us-content .about-us-left li a{
    display: block;
    padding: 14px 16px;
    width: 178px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}
.about-us-content .about-us-left li.active a{
    color: #D2232A;
    background: #FCEEEE;
}
.about-us-content .about-us-left li.active::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 50px;
    background: #D2232A;
}
.about-us-content .about-us-right{
    width: 966px;
    padding-bottom: 40px;
}
/* 不带  active  类时的样式 */
.about-us-content .about-us-right>li{
    /* display: none; */
}
.about-us-content .about-us-right>li.active{
    display: block;
}
.article-content .content-text-title{
    font-size: 24px;
    font-weight: 500;
    color: #D2232A;
    line-height: 33px;
    margin-bottom: 16px;
}
.about-us-content .about-us-right .about-us-right-title{
    padding: 16px 0;
    font-size: 24px;
    font-weight: 500;
    color: #D2232A;
    line-height: 33px;
}
.pop-short-tip {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    border-radius: 20px;
    background: rgb(16 16 16 / 48%);
    width: 200px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    display: none;
}