.banner-breif {
    width: 512px;
    text-align: left;
    color: #222222;
}
.banner-breif h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 66px;
    padding-top: 130px;
}
.banner-breif p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.banner-breif a {
    display: inline-block;
    width: 128px;
    height: 44px;
    border-radius: 2px;
    background-color: #037aff;
    line-height: 44px;
    text-align: center;
    margin-top: 50px;
    color: #fff;
}
.banner {
    background: url(../images/news/bg.png?v=20230415115910) no-repeat center;
    height: 450px;
}
.news-left {
    width: 860px;
    margin-right: 100px;
}
.news-right {
    width: 240px;
    margin-top: 80px;
}
.news-lcon {
    padding-top: 30px;
    border-bottom: 1px solid #f3f3f3;
}
.news-nav {
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
    margin-top: 60px;
}
.news-nav li {
    float: left;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 36px;
    margin-right: 40px;
    padding: 20px 0;
    cursor: pointer;
}
.news-nav li.active {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 36px;
}
.news-box {
    margin-bottom: 40px;
}
.news-box .news-img img {
    width: 200px;
    height: 120px;
}
.news-box .news-brief {
    width: 630px;
    height: 120px;
    margin-left: 24px;
}
.news-box .news-brief h2 {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 27px;
}
.news-box .news-brief span {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 16px;
    bottom: 15px;
}
.news-right p,
.news-right a {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 24px;
}
.news-right .icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 13px;
}
.news-right img {
    margin-top: 32px;
}
.news-right .icon1 {
    background: url(../images/news/corporation.png?v=20230415115910) no-repeat center;
    background-size: contain;
}
.news-right .icon2 {
    background: url(../images/news/customer.png?v=20230415115910) no-repeat center;
    background-size: contain;
}
.news-right .icon3 {
    background: url(../images/news/tel.png?v=20230415115910) no-repeat center;
    background-size: contain;
}
.news-right .icon4 {
    background: url(../images/news/email.png?v=20230415115910) no-repeat center;
    background-size: contain;
}
.news-lcon2 {
    display: none;
}