.container{
    font-size: 0;
    background: #D8E3F3;
    /* padding-bottom: 2rem; */
}

.Preface{
    text-indent: 2em;
    font-size: 1.1rem;
    color: #666;
    text-align: justify;
}

.timg_about{
    background: url(../image/about/about_title.png) no-repeat 0 0;
    background-size: contain;
}

.box_article{
    font-size: 1.1rem;
    line-height: 1.8rem;
    color: #676767;
    text-align: justify;
    margin: 1rem 0;
}

.article_tit{
    font-size: 1.1rem;
    line-height: 3rem;
    color: #42618F;
    font-weight: 600;
}

.box_article .img{
    margin: .5rem 0;
}

.box_article img{
    border: none;
    margin: 0;
    padding: 0;
}

.condition{
    margin: .3rem 0;
    padding-left: .7rem;
    position: relative;
}

.condition::before{
    content: '';
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background-color: #568ad6;
    position: absolute;
    left: 0rem;
    top: .8rem;
}

.Preface a{
    color: #2471E5;
    position: relative;
}

.a_jt{
    position: relative;
    width: 1.2em;
    height: 1.1em;
    vertical-align: middle;
    display: inline-block;
}

.a_jt::before {
    content: '';
    width: 1px;
    height: .5rem;
    position: absolute;
    left: 0.3rem;
    background-color: #0065ff;
    transform: rotate(-30deg);
    top: 0;
}

.a_jt::after {
    content: '';
    width: 1px;
    height: .5rem;
    position: absolute;
    left: .3rem;
    background-color: #0065ff;
    transform: rotate(30deg);
    top: .4rem;
}

.rule{
    display: flex;
}

.rule_num{
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: .9rem;
    margin: .25rem .3rem 0 0;
    text-align: center;
    border-radius: 50%;
    background-color: #77A3E6;
    color: #fefeff;
    flex-grow: 0;/*子元素可以自己设置宽度，不受父元素控制*/
    flex-shrink: 0;
    letter-spacing: 0.01em;
}

i.red{
    color: #CC3A3A;
    font-style: normal;
}
.sszx {
    background: url(../image/news/2021/sszx.png) no-repeat center center;
    background-size: contain;
    width: 100vw;
    height: 74vw;
    margin-top: 1.5rem;
}
.ssbd_before {
    background: url(../image/2022/news/SSZX.png) no-repeat center center;
    background-size: contain;
    width: 100vw;
    height: 11vw;
    margin-top: 3rem;
    position: relative;
    z-index: 999;
}
.ssbd_after {
    background: url(../image/2021/bottom.png) no-repeat center center;
    background-size: contain;
    width: 100vw;
    height: 5vw;
}
/*-------------------News------------------------*/
.news_list{
    background-color: #fff;
    padding: 1rem 0.6rem;
    min-height: 15.4rem;
}

.news_ul {
    /* background: url(../image/2021/paod.jpg) no-repeat center center;
    background-size: contain;
    width: 100vw;
    height: 16vw;
    margin-top: -4vw; */
    height: 9.5vw;
    overflow: hidden;
    background: url(../image/2022/rank/T_bg_00.png) no-repeat 0 1rem;
    background-size: cover;
    display: flex;
    padding: 0 15vw;
    width: calc(100% - 30vw);
}
.left {
    text-align: right;
}
.right {
    text-align: left;
}
.news_ul li{
    /* color: #fff;
    font-size: 1.2rem;
    height: 8vw;
    line-height: 8vw;
    z-index: 999;
    padding: 0 7vw;
    width: 36vw;
    display: inline-block;
    margin-top: 8.1vw;
    position: relative; */
    font-size: 1.2rem;
    text-align: center;
    line-height: 10vw;
    cursor: pointer;
    color: #42618F;
    font-weight: 600;
    flex: 1;
}
.news_ul li div {
    letter-spacing: 0.1rem;
}
.news_li1.active {
    background: url(../image/2021/news_li2.png) no-repeat center center;
    background-size: contain;
    position: relative;
    width: 75vw;
    height: 8vw;
    left: 50%;
    transform: translate(-50%,0);
    margin-top: -8vw;
    bottom: 0;
}
.news_li2.active {
    background: url(../image/2021/news_li1.png) no-repeat center center;
    background-size: contain;
    position: relative;
    width: 75vw;
    height: 8vw;
    left: 50%;
    transform: translate(-50%,0);
    margin-top: -8vw;
    bottom: 0;
}
.news_ul li.active{
    background: url(../image/2022/rank/T_bg_01.png) no-repeat 0 bottom;
    background-size: contain;
}
.news_ul li.active div {
    display: inline-block;
    height: 8vw;
    border-bottom: 0.1rem solid #42618F;
}

.news_list ul li{
    display: flex;
    font-size: 1.1rem;
    line-height: 2.2rem;
}

.list_text{
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}

.list_time {
    flex-grow: 0;
    flex-shrink: 0;
    color: #999999;
}

.newsDetail_content {
    background-color: #F5F7FA;
    position: relative;
    z-index: 9;
}

.timg_News{
    background: url(../image//News/News_title.png) no-repeat 0 0;
    background-size: contain;
}

.news_detail h3{
    font-size: 1.3rem;
    color: #42618F;
    margin: 0;
    font-weight: normal;
    line-height: 1.5rem;
    display: inline-block;
    margin-top: 0.6rem;
}

.news_title {
    font-size: 1rem;
    padding: .5rem 0;
    overflow: hidden;
    text-align: center;
}

.back {
    float: right;
    color: #2471E5;
    font-size: 1.1rem;
    padding-right: 2vw;
    position: relative;
    bottom: 7.5vw;
    z-index: 1000;
    margin-right: -30vw;
}

.title_time{
    color: #8794A8;
    font-size: 1rem;
    padding-right: 2vw;
    position: relative;
    bottom: 6.5vw;
}

.a_jt_left {
    position: relative;
    width: 1.2em;
    height: 1.1em;
    vertical-align: middle;
    display: inline-block;
}

.a_jt_left::before {
    content: '';
    width: 1px;
    height: .5rem;
    position: absolute;
    right: 0.3rem;
    background-color: #0065ff;
    transform: rotate(30deg);
    top: 0;
}

.a_jt_left::after {
    content: '';
    width: 1px;
    height: .5rem;
    position: absolute;
    right: .3rem;
    background-color: #0065ff;
    transform: rotate(-30deg);
    top: .4rem;
}

.news_detail{
    text-align: center;
}

.news_text{
    font-size: 1.1rem;
    min-height: 10rem;
    background-color: #fff;
    text-align: left;
    padding: 0.1rem 0.6rem;
    color:#666;
}

.news_detail img {
    max-width: 90%;
    display: block;
    margin: 0 auto;
}

.loader {
    text-align: center;
    height: 35px;
    background-color: #f1f4fb;
    color: #6b7a91;
    font-size: 1rem;
    line-height: 35px;
}

.loader img{
    vertical-align: middle;
}
.dssm_before {
    background: url(../image/2022/about/DSSM.png) no-repeat  center center;
    background-size: contain;
    width: 100vw;
    height: 11vw;
    margin-top: 3rem;
    position: relative;
    z-index: 999;
}
.dssm_after {
    background: url(../image/2021/bottom.png) no-repeat  center center;
    background-size: contain;
    width: 100vw;
    height: 5vw;
}
.about_container {
    padding:0.6rem 0;
    background: #F5F7FA;
    position: relative;
    z-index: 999;
}
.about_content {
    background: #fff;
    padding: 1rem 0.6rem;
}
.toTop {
    font-size: 1rem;
    text-align: center;
    color: #42618F;
    opacity: 0.8;
    padding: 0.6rem 0;
}