.index .container {
    padding: 0;
    background-color: #EEEEEE;
}

.index .row {
    margin-right: 0px;
    margin-left: 0;
}

.index .title-box {
    padding: 10px;
    color: #282828;
    font-size: 18px;
}

.index .title-bottom {
    background-color: #2385C8;
    ;
    width: 40px;
    height: 5px;
    margin: 3px auto;
}

.index .title-english {
    color: #666666;
    font-size: 16px;
}

.content>p {
    color: #666666 !important;
}

.navigation-index {
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 10;
    background: #E6EBF1 !important;
    position: fixed;
}

.content-main {
    height: 100%;
    padding: 0px 10px 20px 10px;
}


/* .content-main img {
   max-width: 100%;
} */


/* 忘了 */
.row {
    margin-right: 0px;
    margin-left: 0px;
}

.navigation-box {
    padding: 10px;

}

.col-lg-8 {
    width: 80%;
}

.col-lg-4 {
    width: 20%;
}

.hamburger-menu {
    padding-top: 5px;
}

.close-mobile-menu a {
    color: #0b0b0b;
}

.onchannel {
    color: #432c7c !important;
}

.slide-bar {
    background-color: rgba(255, 255, 255, .9);
}

.side-mobile-menu ul li a {
    color: #666666;
}

.side-mobile-menu ul li a:hover {
    color: #432c7c;
    padding-left: 0px;
}

.side-mobile-menu ul li ul {
    padding-left: 20px;
}

a:not([href]):not([tabindex]) {
    color: #666666;
    text-decoration: none;
}
.banner-image-item {
    width: 100%;
    object-fit: fill;
    margin-top: 60px;
}

/* 信息列表 */
.news-center-box {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.news-center-title {
}

.news-center-content {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-items: center;
}

.news-center-img-box {
    width: 100px;
}

.content-main .news-center-img {
    width: 100px;
    height: 80px;
    object-fit: fill;
}

.news-center-content-box {
    height: 80px;
    padding-left: 10px;
}


.news-center-content-box p {
    color: #666666;
    font-size: 14px;
    line-height: 18px;
}

.news-center-content-title{
    font-size: 18px !important;
    color: #282828 !important;
    line-height: 28px !important;
}


/* 专家团队 */
.expert-team-box {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.expert-team-title {
}

.expert-team-content {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-items: center;
}

.expert-team-img-box {
    width: 75px;

}

.content-main .expert-team-img {
    width: 75px;
    height:100px;
    object-fit: fill;
}

.expert-team-content-box {
    width: 100%;
    height: 100px;
    padding-left: 10px;
    background-color: #FFFFFF;
}


.expert-team-content-box p {
    color: #B0D4FF;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
}

.expert-team-content-title{
    font-size: 18px !important;
    color: #282828 !important;
    line-height: 38px !important;
}


/* 成果展示 */
.activity-center-box {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.activity-center-title {
}

.activity-center-content {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-items: center;
}

.activity-center-img-box {
    /* width: 60%; */
}

.activity-center-img {
    width: 108px;
    height: 80px;
    object-fit: fill;
}

.activity-center-content-box {
    height: 80px;
    padding-left: 10px;
    background-color: #469CFF;
}


.activity-center-content-box p {
    color: #B0D4FF;
    font-size: 14px;
    line-height: 18px;
}

.activity-center-content-title{
    font-size: 18px !important;
    color: #FFFFFF !important;
    line-height: 38px !important;
}









































