
/* in-about-main */
.in-about-main{
    width: 1200px;

    margin:40px auto 0;
    display: flex;
    justify-content: space-between;
}
.in-about-main .about-left{
    width: 656px;
}
.in-about-intro{
    margin-bottom: 400px;
}
.about-left .about-list{
    width:100%;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    line-height: 1.6;
    color: #E0E0E0;
}
.about-left .about-list li {
    font-family: 'KingHwaOldSong';
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-align: justify; /* 浏览器可能不支持 */
    letter-spacing: 0em;
    color: #E0E0E0;
}

.about-left .about-con{color: #909090;}
.about-left .about-con p{
    margin:20px 0;
    font-family: 'systmed';
}
/* in-about-main end */


/* in-about-infos start */

.in-users-title{
    font-family: 'KingHwaOldSong';
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    /* 白色 */
    color: #E0E0E0;
    margin-bottom: 53px;
}

.about-infos-list{
    display: flex;
    justify-content: space-around;
    margin-top: 62px;
    margin-bottom: 80px;
}
.about-infos-list li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-infos-list .about-item{
    font-family: 'KingHwaOldSong';
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0em;
    /* 白色 */
    color: #E0E0E0;
    margin-bottom: 40px;
}
.about-infos-list .about-content{
    font-family: 'KingHwaOldSong';
    font-size: 46px;
    font-weight: normal;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0em;
    /* 白色 */
    color: #E0E0E0;
    margin-bottom: 6px;
}
.about-infos-list .about-content .bottom{
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-content-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
}
.honor-item-bottom span{
    font-family: 'systmed';
    font-size: 18px;
    font-weight: 500;
    /* 白色 */
    color: #E0E0E0;
}
.honor-item-bottom {
    line-height: 26px;
    text-align: center;
}
.about-content-bottom img{
    width: 22px;
    height: 22px;
    margin-right: 4px;
}
.about-content-bottom span{
    font-family: 'systmed-medium';
    font-size: 16px;
    font-weight: 500;
    line-height:23px;
    text-align: center;
    letter-spacing: 0em;
    /* 白色 */
    color: #E0E0E0;
}

/* in-about-infos end */


.in-about-main .about-right{
    border-radius: 6px;
    width: 500px;
    height: 281px;
}
.in-about-main .about-right img{
    width: 100%;
    display: block;
}
.about-right video{
    width: 500px;
    height: 281px;
    border-radius: 6px;
}