.companyNews .banner {
    width: 100%;
    height: 560px;
    position: relative;
    overflow: hidden;
}

.companyNews .banner .pic {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

.companyNews .banner .content {
    position: absolute;
    top: 77px;
    left: 0;
    right: 0;
    z-index: 20;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.companyNews .banner .content img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.companyNews .banner .content img:hover {
    opacity: 0.9;
}

.companyNews .banner .content a {
    display: block;
    border-radius: 16px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    overflow: hidden;
}

.companyNews .banner .content .left {
    -webkit-flex: 0 0 720px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 720px;
    flex: 0 0 720px;
    /*-webkit-transition: all ease-in 0.2s;*/
    /*-o-transition: all ease-in 0.2s;*/
    /*-moz-transition: all ease-in 0.2s;*/
    /*transition: all ease-in 0.2s;*/
}

.companyNews .banner .content .left a {
    width: 100%;
    height: 405px;
}

.companyNews .banner .content .right {
    margin-left: 24px;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.companyNews .banner .content .right .top {
    width: 100%;
    /*-webkit-transition: all ease-in 0.2s;*/
    /*-o-transition: all ease-in 0.2s;*/
    /*-moz-transition: all ease-in 0.2s;*/
    /*transition: all ease-in 0.2s;*/
}

.companyNews .banner .content .right .top a {
    width: 100%;
    height: 220px;
}

.companyNews .banner .content .right .bottom {
    margin-top: 24px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.companyNews .banner .content .right .bottom a {
    -webkit-flex: 0 0 216px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 216px;
    flex: 0 0 216px;
    height: 161px;
    /*-webkit-transition: all ease-in 0.2s;*/
    /*-o-transition: all ease-in 0.2s;*/
    /*-moz-transition: all ease-in 0.2s;*/
    /*transition: all ease-in 0.2s;*/
}

.companyNews .banner .content .left:hover,
.companyNews .banner .content .right .top:hover,
.companyNews .banner .content .right .bottom a:hover {
    opacity: 0.9;
}

.companyNews .news-section {
    padding: 100px 0 120px;
    background: #f5f5fa;
}

.companyNews .news-section .news .content {
    margin-top: 64px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.companyNews .news-section .news .content .article-list {
    -webkit-flex: 0 0 792px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 792px;
    flex: 0 0 792px;
    min-width: 0;
}

.companyNews .news-section .news .content .article-item {
    margin-bottom: 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 20px 16px 16px;
    background: #ffffff;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    -webkit-transition: ease-in all 0.2s;
    -o-transition: ease-in all 0.2s;
    -moz-transition: ease-in all 0.2s;
    transition: ease-in all 0.2s;
}

.companyNews .news-section .news .content .article-item:hover {
    opacity: 0.9;
}

.companyNews .news-section .news .content .article-item:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.companyNews .news-section .news .content .article-item:last-child {
    margin-bottom: 0;
}

.companyNews .news-section .news .content .article-pic {
    -webkit-flex: 0 0 245px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 245px;
    flex: 0 0 245px;
    height: 168px;
    background: #d8d8d8;
    border-radius: 4px 4px 4px 4px;
    overflow: hidden;
}

.companyNews .news-section .news .content .article-pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: ease-in all 0.4s;
    -o-transition: ease-in all 0.4s;
    -moz-transition: ease-in all 0.4s;
    transition: ease-in all 0.4s;
}

.companyNews .news-section .news .content .article-intro {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 8px 0 5px 28px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.companyNews .news-section .news .content .article-intro-con {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.companyNews .news-section .news .content .article-intro-date {
    font-weight: 300;
    font-size: 12px;
    color: rgba(50, 50, 65, 0.7);
    line-height: 16px;
}

.companyNews .news-section .news .content .article-name {
    font-weight: 700;
    font-size: 18px;
    color: #323241;
    line-height: 24px;
}

.companyNews .news-section .news .content .article-desc {
    margin-top: 12px;
    font-weight: 300;
    font-size: 12px;
    color: rgba(50, 50, 65, 0.5);
    line-height: 18px;
    text-align: justify;
}

.companyNews .news-section .news .content .slide {
    position: sticky;
    top: 76px;
    -webkit-flex: 0 0 384px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 384px;
    flex: 0 0 384px;
    padding: 0 0 28px;
    background: -webkit-linear-gradient(53deg, #203ae6 43%, #25a7ef 100%);
    background: -moz-linear-gradient(53deg, #203ae6 43%, #25a7ef 100%);
    background: -o-linear-gradient(53deg, #203ae6 43%, #25a7ef 100%);
    background: linear-gradient(37deg, #203ae6 43%, #25a7ef 100%);
    border-radius: 10px 10px 10px 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.companyNews .news-section .news .content .slide-title-wrapper {
    padding: 0 32px;
}

.companyNews .news-section .news .content .slide-title {
    padding: 24px 0 20px;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    line-height: 27px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.companyNews .news-section .news .content .slide-item {
    padding: 22px 32px 18px;
    display: block;
}

.companyNews .news-section .news .content .slide-item .name {
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
}

.companyNews .news-section .news .content .slide-item .date {
    margin-top: 1px;
    font-weight: 300;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 20px;
}

.companyNews .news-section .news .content .slide-item:hover {
    background: rgba(255, 255, 255, 0.1);
}