.about-img-box{
    margin-top: 90px;
    width: 100%;
    height: 400px;
}
.about-img-box img{
    width: 100%;
    height: 400px;
}
.about-nav{
    width: 50%;
    padding: 0 25%;
    height: 80px;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    border-bottom:1px solid #d8d8d8 ;

}
.about-nav li{  
    width: 20%;
    margin: 0 15%;
    font-size: 20px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    
}
.about-nav li a{
    height: 72px;
    line-height: 72px;
    display: block;
    color: #333;
}
.about-nav .nav-current{
    color: #05b5ed;
    border-bottom: 2px solid #05b5ed;
}
.about-nav li .current{
    color: #05b5ed;
    border-bottom: 2px solid #05b5ed;
}
.company-new-list {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.company-new-list-title {
    font-size: 30px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 20px;
}

.company-new-list-title .line {
    display: inline-block;
    width: 38%;
    border-top: 1px solid #ccc;
}

.company-new-list-title .txt {
    color: #686868;
    margin: 0 40px;
    vertical-align: -9px;
}

.company-more {
    font-size: 16px;
    color: #686868;
    margin-top: 30px;
}

.company-news-list-box {
    margin-top: 30px;

}

.company-news-list-box li {
    display: flex;
    align-items: center;
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

  

.news-data {
    width: 15%;
    height: 200px;
}

.new-data-mouth {
    font-size: 45px;
    margin-top: 55px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #e60012;
}

.new-data-year {
    font-size: 25px;
    margin-top: 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.date-line {
    display: inline-block;
    width: 20px;
    border-top: 1px solid #ccc;
}

.date-txt {
    color: #888;
    margin: 0 5px;
    vertical-align: -9px;
}

.news-content {
    width: 61%;
    height: 140px;
    margin: 30px 0;
    padding: 0 10px 0 20px;
    border-left: 1px solid #ccc;
}

.new-content-title {
    font-size: 22px;font-weight:bold;
    height: 50px;
    line-height: 30px;color:#333;
}

.new-content-detail {
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
    color: #333;
}

.news-img {
    width: 24%;
    height: 200px;
}

.news-img-box {
    width: 244px;
    height: 170px;
    margin-top: 15px;
    margin-left: 10px;
    text-align: center;
}

.news-img-box img {
    width: 244px;
    height: 170px;
}

.company-new-title-box {
    display: flex;
    align-items: center;
}