.wrap {
    width: 100%;
    position: relative;
    overflow: auto hidden;
    box-sizing: border-box;
    background-color: #F5F5F5;
}

.about {
    margin-top: 86px;
}

.banner {
    width: 100%;
    height: 374px;
    background-image: url('https://ebaina.oss-cn-hangzhou.aliyuncs.com/production/direct/resource/202302/16/v1/v1/about-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;


}

.banner-title {
    height: 100%;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.banner-title .cn {
    font-size: 32px;
    font-weight: 500;
}

.banner-title .en {
    font-size: 24px;

    font-family: DIN-pro;
}


.about-title {
    display: flex;

}

.about-title li {

    text-align: center;

    font-size: 14px;
    color: #FFFFFF;

    cursor: pointer;
    margin-right: 14px;
    white-space: break-spaces;
}

.crumbs {
    width: 100%;
    line-height: 56px;
    height: 56px;
    background-color: #999999;
}

.article {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    gap: 20px;
}
.main-content ul, .main-content ol{
    padding-left: 19px;
}

.main-content ul,.main-content ol,.main-content li{
    list-style: auto !important;
    /* list-style-position: inside!important; */
}
.art-cont h1,.art-cont h2.art-cont h1,.art-cont h3,.art-cont h4,.art-cont h5,.art-cont h6 {
    font-weight: 600;
}
.art-cont h1{
   font-size: 32px;
}
.art-cont h2{
    font-size: 24px;
 }
 .art-cont h3{
    font-size: 18px;
 }
 .art-cont h4{
    font-size: 16px;
 }
 .art-cont h5{
    font-size: 13px;
 }
.article .art-cont {
    background: #fff;
    width: 70%;
    padding: 35px;
    overflow: hidden;
    min-height: 500px;
    flex: 1;
    word-wrap: break-word;
}

.article .art-cont .title-info {
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    height: 20px;
    padding-left: 20px;
    line-height: 22px;
    background: url('https://ebaina.oss-cn-hangzhou.aliyuncs.com/production/direct/resource/202302/16/v1/v1/clock.png') no-repeat left center;
    margin: 20px 0;
}

.art-sidebar {
    width: 26.5%;
    background: #fff;
    height: 100%;
    padding: 30px;
    overflow: hidden;
    min-height: 500px;
}

.art-sidebar .tit {
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.art-sidebar li {
    padding: 30px 0;
    border-top: 1px solid #f1f1f1;
}

/* .art-sidebar li:hover h3{
color: #000;
} */

.art-sidebar .time {
    font-size: 14px;
    color: #999;
    margin-bottom: 4px;

}

.art-sidebar h3 {
    color: #333333;
    font-size: 16px;
    line-height: 22px;

}

.new-title {
    color: #333;
    font-weight: 600;
}

.main-content {
    color: #333333;
    line-height: 24px;

}