/* 第一段 */
.news_info .title{
    padding-top: 5%;
    text-align: center;
    font-size: 20px;
    white-space: nowrap;
}
.news_info .date {
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
    font-size: 16px;
    color: #999;
    position: relative;
    bottom: -7px;
    text-align: center;
}

/* 第二段 */
.honours_and_qualifications{
    display: none;
}

.news_info_section_pc {
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 15%;
    padding-bottom: 5%;
}
@media (max-width: 767px) {
    .nav-stacked{
        margin-bottom: 100px;
    }
    .honor-info{
        margin-top: 100px;
    }
    .news_info_section_pc{
        display: none;
    }
    .honours_and_qualifications{
        display: block !important;
    }
    .honours_title_p{
        width: 100%;
        list-style-type: disc;   
    }
    .honours_title_span1,.honours_title_span2{
        display: inline-block;
        font-size: 16px;
        padding: 10px;
        margin: 10px;
        width: 45%;
        text-align: center;    
    }
    .col-sm-4{
        width: 32% !important;
        display: inline-block;
    }
    .honours_content1 p,.honours_content2 p{
        text-align: center;
        height: 40px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }
    .col-sm-4 img {
        box-sizing: border-box;
        border: 2px solid rgb(243,243,243);
    }
}



@media (max-width: 500px) {
    .news_info_section_pc {
        padding-left: 2%;
        padding-right: 2%;
    }
    .honours_title_span1,.honours_title_span2{
        width: 42%;
    }
}
body {
    background: rgb(250,250,250);
}
.list-inline>li {
    padding: 0 18px;
}
.active {
    color: rgb(0,155,159);
}
@media (max-width: 767px) {
    .news_img {
        display: none;
    }
}

.news_img img {
    width: 100%;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none;
    color: rgb(0, 155, 159);
}
.container_info a {
    color: black;
    text-align: center;
}
.container_info .nav-tabs>li>a {
    border: none;
}
.container_info ul {
    border-bottom: 0px;
    padding-bottom: 25px;
}
.container_info ul .active, .container_info ul .active a{
    background-color: rgb(0, 155, 159) !important;
    color: white !important;
}
.honor-info p {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 4rem;
    color: black;
}
.container_info li {
    border-bottom: 1px dashed rgb(0, 155, 159) !important;
}
.honor-info img {
    /*margin: 15px;*/
    box-sizing: border-box;
    border: 2px solid rgb(243,243,243);
}
.honor-info .col-sm-4 {
    /*background-color: white;*/
    margin-bottom: 2rem;
}

/* 第三段 */

.col-sm-4{
    display: inline-block;
    width: 33.3333%;

}
.col-sm-4 img{
    width: 100%;
}            
