.mission_vision_values{
    border-bottom:solid 1px #cccccc;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding:.3rem 0;
}
.mission_vision_values figure{
    align-items: center;
    display: flex;
    font-size: 0;
}
.mission_vision_values figure img{
    width: .42rem;
}
.mission_vision_values_content{
    font-size: .16rem;
    margin-left: .2rem;
}
.mission_vision_values_content p:first-child{
    color: #065692;
    font-size: .2rem;
    font-weight: 600;
}
.mission_vision_values_content p:first-child span{
    font-size: .14rem;
    font-weight: 400;
    margin-left: .1rem;
}
.mission_vision_values_content p:last-child{
    color:#b5b5b5;
    margin-top: .1rem;
}
.about-container{
    display: flex;
    margin: 0 auto;
    font-size: 0;
    padding:.8rem 0;
}
.about-content-box{
    font-size: .14rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: .45rem;
}
.about-label{
    color: #065692;
    font-size: .32rem;
    font-weight: bold;
}
.about-label span{
    color: rgba(0,0,0,0.4);
    font-size: .24rem;
    margin-left: .12rem;
    font-weight: normal;
}
.about-content{
    font-weight: 400;
    font-size: .16rem;
    color: rgba(0,0,0,0.6);
    line-height: .32rem;
}
a.about-more{
    color:#088DFF;
    display: inline-block;
    border-radius: .2rem;
    border: 1px solid #088DFF;
    width: 1.48rem;
    line-height: .39rem;
    height: .39rem;
    text-align: center;
    text-decoration: none;
}
a.about-more:hover{
    color:#fff;
    background-color:#065692;
    text-decoration: none;
}
.middle-slogan-container{
    background: url("../images/index-middle-slogan-bg.jpg") no-repeat center;
    width: 100%;
    font-size: 0;
}
.middle-slogan-content{
    align-items: center;
    color: #fff;
    height: 224px;
    display: flex;
    justify-content: space-between;
    margin:0 auto;
    text-align: center;
}
.middle-slogan-container h2{
    font-size: 32px;
    font-weight: normal;
}
.middle-slogan-container h3{
    font-size: 40px;
    font-weight: normal;
}
.index-supplement{
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    font-size: 0;
}
.index-supplement figure{
    border-radius: 8px;
    background: #F2FAFF;
    overflow: hidden;
}
.index-supplement figure:hover{
    background: #e0f1fb
}
.index-supplement figure img{
    width: 264px;
    height: 312px;
}
.index-supplement figure a{
    text-decoration: none;
}
.supplement-users-name{
    font-size: 20px;
    color: rgba(0,0,0,0.9);
    line-height: 30px;
    margin: 16px 0 4px 0;
    text-align: center;
}
.supplement-desc{
    font-weight: 400;
    font-size: .16rem;
    color: rgba(0,0,0,0.6);
    line-height: .24rem;
    text-align: center;
    font-style: normal;
    margin-bottom: .16rem;
}
.culture-box{
    margin: 0 auto;
    display: flex;
    font-size: 0;
}
.culture-item{
    border-radius: 8px;
    overflow: hidden;
}
.culture-item img{
    width: 100%;
}
.culture-item-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 297px;
}
.culture-item-content-title{
    font-weight: 500;
    font-size: 30px;
    color: rgba(0,0,0,0.9);
    margin:74px 0 24px 0;
}
.culture-item-content-desc{
    font-weight: 400;
    font-size: 18px;
    color: rgba(0,0,0,0.6);
    margin-bottom: 36px;
    text-align: center;
}
a.culture-more{
    color:#088DFF;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #088DFF;
    width: 148px;
    line-height: 39px;
    height: 39px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}
a.culture-more:hover{
    color:#fff;
    background-color:#065692;
    text-decoration: none;
}
.history-container{
    background: url("../images/licheng-bg.jpg") no-repeat center;
    background-size: cover;
    margin:60px 0 80px 0;
    padding-top: 40.5px;
}
.history-box{
    font-size: 0;
    margin: 0 auto;
    display: flex;
}
.history-label{
    color: #fff;
    display: flex;
    width: 418px;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
}
.history-label *{
    color: #fff;
}
.history-content{
    font-size: 18px;
    position: relative;
    flex-grow: 1;
    flex-shrink: 1;
}
.history-list{
    height: 804px;
    position: relative;
    z-index: 999;
    overflow-y:scroll;
    margin:  35px 0 0 0;
}
.history-list::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.history-item{
    align-items: center;
    color: #fff;
    display: flex;
    height: 54px;
    padding-bottom: 80px;
    opacity: 0.6;
    overflow: hidden;
    cursor: pointer;
}
.history-item.active{
    opacity: 1;
}
.history-item .year{
    display: inline-block;
    font-size: 24px;
    width: 132px;
    flex-grow: 0;
    flex-shrink: 0;
}
.history-item.active .year{
    font-size: 32px;
}
a.previous{
    background-color: #8fb8de;
    border-radius: 50%;
    cursor: pointer;
    width: 33px;
    height: 33px;
    position: absolute;
    left:128px;
    top:-16.5px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.previous:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top:6px;
    overflow: hidden;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform-origin: center;
    rotate: -45deg;
}
a.next{
    background: #acb7d8;
    border-radius: 50%;
    cursor: pointer;
    width: 33px;
    height: 33px;
    position: absolute;
    left:128px;
    bottom:27.5px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.next:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-bottom:6px;
    overflow: hidden;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform-origin: center;
    rotate: -45deg;
}

.split-dot{
    background-color: #1f6da9;
    display: inline-block;
    border:solid 8px #ffffff;
    border-radius: 50%;
    margin-right: 40px;
    width: 9px;
    height: 9px;
    flex-grow: 0;
    flex-shrink: 0;
}
.history-item .summary{
    font-size: 18px;
    margin-left: 33px;
    flex-grow: 1;
    flex-shrink: 1;
}
.history-item.active .summary{
    font-size: 22px;
    margin-left: 0;
}
.axis-line{
    background-color: #D9D9D9;
    width: 1px;
    overflow: hidden;
    position: absolute;
    left: 144px;
    top:0;
    bottom:61.5px;
    z-index: 1;
}
.news-list-box{
    margin: 0 auto;
    font-size: initial;
}
.news-list-content{
    display: flex;
    justify-content: space-between;
    margin-bottom:80px;
}
.news-list-item{
    width: 268px;
    border-radius: 8px;
    border: 1px solid #D5EEFE;
    padding: 32px;
}
.news-list-item:hover{
    background-color: #F2FAFF;
}
.news-list-item a,.news-list-item a:hover{
    text-decoration: none;
}
.news-list-item .date{
    color:#000;
    font-size: 16px;
}
.news-list-item .date i{
    font-style: normal;
    font-size:12px;
    color:#666;
}
.news-list-item .title{
    font-weight: 500;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    height: 72px;
    margin: 16px 0;
    overflow: hidden;
}
.news-list-item .title a{
    color: #333;
    text-decoration: none;
}
.news-list-item .title a:hover{
    color: #333;
    text-decoration: none;
}
.news-list-item .summary{
    font-weight: 400;
    font-size: 14px;
    color: #666;
    line-height: 23px;
    height: 94px;
    overflow: hidden;
}
.news-list-item .more{
    font-weight: 500;
    font-size: 14px;
    color: #008AFF;
    margin: 36px 0 0 0;
    text-decoration: none;
}
@media (max-width: 1199px) {
    .mission_vision_values{
        border-bottom: 0;
        justify-content: space-evenly;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding:.48rem 0;
    }
    .mission_vision_values figure{
        width: 30%;
        background: #F2FAFF;
        border-radius: .16rem;
        flex-direction: column;
        justify-content: flex-start;
        padding:.3rem 0;
    }
    .mission_vision_values figure span{
        display: flex;
        height: 0.7rem;
        align-items: center;
    }
    .mission_vision_values figure img{
        width: .6rem;
    }
    .mission_vision_values_content{
        margin-left: 0;
        text-align: center;
        margin-top: .2rem;
    }
    .mission_vision_values_content p:first-child{
        font-size: .32rem;
        font-weight: 600;
    }
    .mission_vision_values_content p:last-child{
        color: rgba(0,0,0,0.6);
        font-size: .24rem;
        margin-top: .2rem;
    }

    .about-container{
        flex-direction: column;
        padding:0 0 0.64rem 0;
    }
    .about-content-box{
        font-size: .14rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left:0;
        margin-top:.32rem;
    }
    .about-label{
        font-size: .36rem;
        margin: .32rem 0;
        text-align: center;
    }

    .about-label span{
        font-size: .28rem;
    }

    .about-content{
        font-size: .26rem;
        line-height: .48rem;
        margin-top:.24rem;
        margin-bottom:.24rem;
    }
    .about-container img{
        width: 100% !important;
    }
    a.about-more {
        border-radius: 0.4rem;
        border: 1px solid #088DFF;
        width: 2.96rem;
        line-height: .58rem;
        height: 0.58rem;
        font-size: .24rem;
        text-align: center;
        text-decoration: none;
        margin:0 auto;
    }
    .middle-slogan-content{
        align-items: center;
        justify-content: space-around;
        height: 1.78rem;
    }
    .middle-slogan-container h2{
        font-size: .36rem;
        font-weight: normal;
    }
    .middle-slogan-container h3{
        font-size: .24rem;
        font-weight: normal;
    }
    .index-supplement{
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 0 auto !important;
    }
    .index-supplement figure{
        width: calc(50% - .48rem);
        margin-bottom: .32rem;
    }
    .index-supplement figure:nth-child(3),.index-supplement figure:nth-child(4){
        margin-bottom: 0;
    }
    .index-supplement figure:nth-child(odd){
        margin-left: .32rem;
        margin-right: .16rem;
    }
    .index-supplement figure:nth-child(even){
        margin-left: .16rem;
        margin-right: .32rem;
    }
    .index-supplement figure img{
        width: 100%;
        height: auto;
    }
    .supplement-users-name{
        font-size: .28rem;
        line-height: initial;
        margin: .16rem 0 .04rem 0;
    }
    .supplement-desc{
        font-size: .20rem;
        line-height: .32rem;
    }

    .culture-box{
        flex-direction: column;
    }
    .culture-item{
        display: flex;
        align-items: flex-start;
    }
    .culture-item img{
        width: 50%;
        height: auto;
    }
    .culture-item-content{
        width: 50%;
        height: auto;
        text-align: center;
    }
    .culture-item-content-title{
        font-size: .28rem;
        margin: 0.5rem 0 .24rem 0;
    }
    .culture-item-content-desc{
        font-size: .20rem;
        margin-bottom: .16rem;
    }
    a.culture-more {
        color: #088DFF;
        display: inline-block;
        border-radius: .4rem;
        border: 1px solid #088DFF;
        width: 1.6rem;
        line-height: .58rem;
        height: .58rem;
        font-size: .24rem;
        text-align: center;
        text-decoration: none;
    }
    .history-container{
        margin:0;
    }
    .history-box{
        margin:0 !important;
    }
    .axis-line{
        left:98px;
        bottom:27px;
    }
    .history-list{
        height: 462px;
        margin:0;
    }
    .history-item{
        height: 77px;
        padding: 0;
        opacity: .7;
    }
    .history-item .year {
        display: inline-block;
        font-size: 12px;
        margin-left: 54px;
        width: 39.5px;

    }
    .history-item.active .year {
        font-size: 16px;
        margin-left: 46px;
        width: 47.5px;
    }
    .split-dot {
        background-color: #1f6da9;
        box-sizing: border-box;
        display: inline-block;
        border: solid 3px #ffffff;
        border-radius: 50%;
        margin-right: .34rem;
        width:10px;
        height: 10px;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .history-item .summary {
        font-size: .24rem;
        flex-grow: 0;
        flex-shrink: 1;
        margin:0 .32rem 0 .3rem;
    }
    .history-item.active .summary{
        font-size: .28rem;
    }

    a.previous {
        width: 14px;
        height: 14px;
        left: 92px;
        top: -14px;
    }
    a.previous:before {
        width: 3px;
        height: 3px;
        margin-top: 1px;
    }
    a.next {
        width: 14px;
        height: 14px;
        left: 92px;
        bottom: 13px;

    }
    a.next:before {
        width: 3px;
        height: 3px;
        margin-bottom: 1px;
    }
    .news-list-content{
        flex-direction: column;
        margin-bottom: .48rem;
    }
    .news-list-item{
        border-width: 1px;
        border-radius: .2rem;
        height: auto;
        width: auto;
        margin-bottom: .24rem;
        padding:.24rem;
    }
    .news-list-item .title{
        font-size: .32rem;
        line-height: .4rem;
        height: auto;
        max-height: .8rem;
        margin:.1rem 0;
    }
    .news-list-item .summary{
        font-size: .28rem;
        line-height: .4rem;
        height: .8rem;
        margin-bottom: .26rem;
    }
    .news-list-item .more{
        font-size: .26rem;
        margin-top: 0;
    }

}