/* 企业动态 */

.page-news {
    width: 100%;
    padding: 0.28rem 0 0;
}

.page-news .box {
    width: 84%;
    max-width: 1300px;
    margin: auto;
}

.page-news .box .label {
    margin-left: 0.3rem;
    display: flex;
}

.page-news .box .label .span {
    border: 1px solid #4070f4;
    border-radius: 2px;
    padding: 0 7px;
    font-size: 14px;
    font-weight: 400;
    color: #4070f4;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 0.1rem;
}

.page-news .box .label .span img {
    width: 8px;
    cursor: pointer;
    margin-left: 10px;
}

.page-news .box .nbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.7rem;
}

.page-news .box .nbox .left {
    width: 66.5%;
    padding-bottom: 1.51rem;
}

@media (max-width: 768px) {
    .page-news .box .nbox .left {
        width: 100%;
    }
}

.page-news .box .nbox .left .nlist {
    width: 100%;
    padding-bottom: 0.41rem;
}

.page-news .box .nbox .left .nlist li {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
    transition: all ease-in 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.page-news .box .nbox .left .nlist li:hover {
    border-bottom: 1px solid #3a6aec;
}

.page-news .box .nbox .left .nlist li .img {
    width: 42%;
    height: 2.48rem;
    overflow: hidden;
}

@media (max-width: 768px) {
    .page-news .box .nbox .left .nlist li .img {
        height: initial;
        width: 100% !important;
    }
}

.page-news .box .nbox .left .nlist li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-news .box .nbox .left .nlist li .img video {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

/* 12-24+ */
.page-news .box .nbox .left .nlist li .img {
    position: relative;
}

.page-news .box .nbox .left .nlist li .img img {
    transition: all ease-in 0.5s;
}

.page-news .box .nbox .left .nlist li:hover .img img {
    transform: scale(1.05);
}

.page-news .box .nbox .left .nlist li .img .icon {
    width: 38px;
    height: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}

.page-news .box .nbox .left .nlist li .tbox {
    width: 52%;
}

@media (max-width: 768px) {
    .page-news .box .nbox .left .nlist li .tbox {
        width: 100%;
        margin-top: 0.2rem;
    }
}

.page-news .box .nbox .left .nlist li .tbox .t1 {
    font-size: 24px;
    font-weight: 400;
    color: #191919;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all ease-in 0.3s;
    margin-bottom: 0.45rem;
}
@media (max-width: 768px) {
    .page-news .box .nbox .left .nlist li .tbox .t1 {
        font-size: 0.3rem;
        line-height: 1.5;
    }
}
.page-news .box .nbox .left .nlist li .tbox .t1 a {
    color: #191919;
}

.page-news .box .nbox .left .nlist li:hover .tbox .t1 a {
    color: #3a6aec;
}


.page-news .box .nbox .left .nlist li .tbox .t2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 0.1rem;
    display: none;
}

@media (max-width: 1366px) {
    .page-news .box .nbox .left .nlist li .tbox .t2 {
        font-size: 14px;
    }
}

.page-news .box .nbox .left .nlist li .tbox .t3 {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0.15rem;
    /*margin-top: 0.25rem;*/
}

@media (max-width: 1366px) {
    .page-news .box .nbox .left .nlist li .tbox .t3 {
        font-size: 14px;
        /*margin-top: 0.15rem;*/
    }
}

.page-news .box .nbox .left .nlist li .tbox .t3 span {
    font-size: 0.14rem;
    font-weight: 400;
    color: #4070f4;
    padding: 0 7px;
    height: 24px;
    border: 1px solid #4070f4;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 9px;
}
@media (max-width: 768px) {
    .page-news .box .nbox .left .nlist li .tbox .t3 span {
        font-size: 14px;
    }
}
.page-news .box .nbox .left .nlist li .tbox .t4 {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

@media (max-width: 1366px) {
    .page-news .box .nbox .left .nlist li .tbox .t4 {
        font-size: 14px;
    }
}

.page-news .box .nbox .left .nlist li .tbox .t4 .ico {
    width: 30px;
    height: 30px;
    /* background: #4070f4;
    border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.1rem;
}

.page-news .box .nbox .left .nlist li .tbox .t4 .ico img {
    width: 30px;
}

/* @media (max-width: 1366px) {
    .page-news .box .nbox .left .nlist li .tbox .t4 .ico {
        width: 32px;
        height: 32px;
    }

    .page-news .box .nbox .left .nlist li .tbox .t4 .ico img {
        width: 24px;
    }
} */

/* 12-24+ */
.page-news .box .nbox .left .nlist li .tbox .t4 .time {
    color: #999999;
    margin-left: 0.1rem;
}

.page-news .box .nbox .left .nlist li .tbox .t4 .times {
    color: #999999;
}

.page-list {
    width: 100%;
}

.page-list ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .page-list li {
        width: 1.4rem !important;
        height: .4rem !important;
    }
}

.page-list li {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.05rem;
    margin: 0 0.03rem;
    transition: all ease-in 0.3s;
}

.page-list li:hover,
.page-list li.on {
    background: #4070f4;
}

.page-list li.prev {
    background: url(../../images/n-ico4.png) center center no-repeat;
    background-size: 0.17rem;
}

.page-list li.prev:hover {
    background: url(../../images/n-ico4-1.png) center center no-repeat;
    background-size: 0.17rem;
}

.page-list li.next {
    background: url(../../images/n-ico5.png) center center no-repeat;
    background-size: 0.17rem;
}

.page-list li.next:hover {
    background: url(../../images/n-ico5-1.png) center center no-repeat;
    background-size: 0.17rem;
}

.page-list li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #999999;
    transition: all ease-in 0.3s;
}

.page-list li:hover a,
.page-list li.on a {
    color: #fff;
}

@media (max-width: 1366px) {
    .page-list li a {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .page-news .box .nbox {
        flex-direction: column-reverse;
    }
}

.page-news .box .nbox .right {
    width: 22%;
}

@media (max-width: 768px) {
    .page-news .box .nbox .right {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

.page-news .box .nbox .right .search {
    width: 100%;
    position: relative;
}

.page-news .box .nbox .right .search form {
    width: 100%;
    position: relative;
    display: flex;
}

.page-news .box .nbox .right .search .t1 {
    width: 100%;
    border: 1px solid #999999;
    border-radius: 0.5rem;
    padding: 0.1rem 0.2rem;
    font-size: 14px;
    color: #333;
}

.page-news .box .nbox .right .search .t1:focus {
    border: 1px solid #4070f4;
}

.page-news .box .nbox .right .search .btn {
    width: 0.5rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../../images/n-ico6.png) center center no-repeat;
    background-size: 0.17rem;
    cursor: pointer;
}

.page-news .box .nbox .right .search .btn:hover {
    background: url(../../images/n-ico6-1.png) center center no-repeat;
    background-size: 0.17rem;
}

@media (max-width: 768px) {
    .page-news .box .nbox .right .search .btn {
        width: 0.8rem;
        background-size: 0.3rem;
    }
}

.page-news .box .nbox .right .label-box {
    width: 100%;
    margin-top: 0.47rem;
}

@media (max-width: 768px) {
    .page-news .box .nbox .right .label-box {
        display: none;
    }
}

.page-news .box .nbox .right .label-box .t1 {
    font-size: 20px;
    font-weight: 400;
    color: #191919;
    line-height: 24px;
}

.page-news .box .nbox .right .label-box .lbox {
    width: 100%;
    border-top: 1px solid #f0f0f0;
    margin-top: 0.24rem;
    padding-top: 0.33rem;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.page-news .box .nbox .right .label-box .lbox span {
    display: inline-block;
    width: auto;
    padding: 0 0.1rem;
    height: 0.4rem;
    border: 1px solid #999999;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2rem;
    cursor: pointer;
    margin-right: 0.1rem;
}

.page-news .box .nbox .right .label-box .lbox span:hover,
.page-news .box .nbox .right .label-box .lbox span.on {
    border: 1px solid #4070f4;
    color: #4070f4;
}

@media (max-width: 1366px) {
    .page-news .box .nbox .right .label-box .lbox span {
        font-size: 14px;
        height: 0.45rem;
    }
}

.page-news .box .nbox .right .onews-box {
    width: 100%;
    margin-top: 0.48rem;
}

@media (max-width: 768px) {
    .page-news .box .nbox .right .onews-box {
        display: none;
    }
}

.page-news .box .nbox .right .onews-box .t1 {
    font-size: 20px;
    font-weight: 400;
    color: #191919;
    line-height: 24px;
}

.page-news .box .nbox .right .onews-box .list {
    width: 100%;
    margin-top: 0.22rem;
}

.page-news .box .nbox .right .onews-box .list li {
    width: 100%;
    border-top: 1px solid #f0f0f0;
    padding: 0.24rem 0 0.3rem;
}

/* 12-24+ */
.page-news .box .nbox .right .onews-box .list li .img {
    width: 100%;
    height: 1.66rem;
    overflow: hidden;
    position: relative;
}

.page-news .box .nbox .right .onews-box .list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in 0.3s;
}

.page-news .box .nbox .right .onews-box .list li:hover .img img {
    transform: scale(1.05);
}

@media (max-width: 1600px) {
    .page-news .box .nbox .right .onews-box .list li .img {
        height: 2.05rem;
    }
}

@media (max-width: 1024px) {
    .page-news .box .nbox .right .onews-box .list li .img {
        height: 2.2rem;
    }
}

.page-news .box .nbox .right .onews-box .list li .img .icon {
    width: 38px;
    height: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}

.page-news .box .nbox .right .onews-box .list li .img video {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.page-news .box .nbox .right .onews-box .list li .ts1 {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all ease-in 0.3s;
}

.page-news .box .nbox .right .onews-box .list li:hover .ts1 {
    color: #3a6aec;
}

@media (max-width: 1366px) {
    .page-news .box .nbox .right .onews-box .list li .ts1 {
        font-size: 14px;
    }
}

.page-news .box .nbox .right .onews-box .list li .ts2 {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 1;
    margin-top: 0.16rem;
}

@media (max-width: 1366px) {
    .page-news .box .nbox .right .onews-box .list li .ts2 {
        font-size: 14px;
    }
}

/* 12-24+ */
.page-news .box .nbox .right .onews-box .list li .ts2 .ico {
    width: 28px;
    height: 28px;
    /* background: #4070f4; */
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 0.1rem;
    /* padding: 3px; */
}

.page-news .box .nbox .right .onews-box .list li .ts2 .ico img {
    max-width: 100%;
}

/* news-info */
.page-news .box .nbox .left .top {
    width: 100%;
}

.page-news .box .nbox .left .top .title {
    font-size: 0.36rem;
    font-weight: 400;
    color: #191919;
    line-height: 0.46rem;
}

.page-news .box .nbox .left .top .ts {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.22rem;
}

.page-news .box .nbox .left .top .ts .tleft {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

@media (max-width: 1024px) {
    .page-news .box .nbox .left .top .ts .tleft {
        font-size: 14px;
    }
}

.page-news .box .nbox .left .top .ts .tleft .icon {
    width: 38px;
    height: 38px;
    /* background: #4070f4;
    border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.1rem;
}

.page-news .box .nbox .left .top .ts .tleft .icon img {
    width: 30px;
}

@media (max-width: 1024px) {
    .page-news .box .nbox .left .top .ts .tleft .icon {
        width: 32px;
        height: 32px;
    }

    .page-news .box .nbox .left .top .ts .tleft .icon img {
        width: 22px;
    }
}

/* 12-24+ */
.page-news .box .nbox .left .top .ts .tleft .time {
    /* margin-left: 0.3rem; */
    color: #999999;
}

.page-news .box .nbox .left .top .ts .share {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    display: flex;
    align-items: center;
}

.page-news .box .nbox .left .top .ts .share .bshare-custom a {
    padding-left: 20px;
    height: 20px;
}

.page-news .box .nbox .left .top .ts .share .bshare-weixin {
    background: url(../../images/c-icon8.png) center center no-repeat;
    background-size: 20px;
}

.page-news .box .nbox .left .top .ts .share .bshare-weixin:hover {
    background: url(../../images/c-icon8-1.png) center center no-repeat;
    background-size: 20px;
}

.page-news .box .nbox .left .top .ts .share .bshare-sinaminiblog {
    background: url(../../images/c-icon9.png) center center no-repeat;
    background-size: 18px;
}

.page-news .box .nbox .left .top .ts .share .bshare-sinaminiblog:hover {
    background: url(../../images/c-icon9-1.png) center center no-repeat;
    background-size: 18px;
}

.page-news .box .nbox .left .top .ts .share .bshare-qqim {
    background: url(../../images/c-icon10.png) center center no-repeat;
    background-size: 16px;
}

.page-news .box .nbox .left .top .ts .share .bshare-qqim:hover {
    background: url(../../images/c-icon10-1.png) center center no-repeat;
    background-size: 16px;
}

@media (max-width: 1024px) {
    .page-news .box .nbox .left .top .ts .share {
        font-size: 14px;
    }
}

.page-news .box .nbox .left .top .ibox {
    width: 100%;
    margin-top: 0.5rem;
}

.page-news .box .nbox .left .top .ibox .labels {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

@media (max-width: 1366px) {
    .page-news .box .nbox .left .top .ibox .labels {
        font-size: 14px;
    }
}

.page-news .box .nbox .left .top .ibox .labels .span {
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 7px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 0.1rem;
}


.page-news .box .nbox .left .top .ibox .labels .span img {
    width: 8px;
    cursor: pointer;
    margin-left: 10px;
}

.page-news .box .nbox .left .top .ibox .tips {
    width: 100%;
    background: #fafafa;
    padding: 0.20rem;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin-top: 0.22rem;
}

.page-news .box .nbox .left .top .ibox .tips a {
    color: #4070f4;
    font-size: 24px;
    margin-right: 0.28rem;
}

.page-news .box .nbox .left .top .ibox .tips a.a1 {
    text-decoration: underline;
}

/* 12-24+ */
.page-news .box .nbox .left .top .video-box {
    width: 100%;
    height: 4.4rem;
    overflow: hidden;
}

@media (max-width: 1600px) {
    .page-news .box .nbox .left .top .video-box {
        height: 4.6rem;
    }
}

@media (max-width: 1220px) {
    .page-news .box .nbox .left .top .video-box {
        height: 4.6rem;
    }
}

@media (max-width: 1024px) {
    .page-news .box .nbox .left .top .video-box {
        height: 5rem;
    }
}

@media (max-width: 768px) {
    .page-news .box .nbox .left .top .video-box {
        width: 100%;
        height: 4.55rem;
    }
}

@media (max-width: 500px) {
    .page-news .box .nbox .left .top .video-box {
        height: 2.8rem;
    }
}

.page-news .box .nbox .left .top .video-box img {
    width: 100%;
    height: 100%;
}

.page-news .box .nbox .left .top .video-box video {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.page-news .box .nbox .left .txt {
    width: 100%;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 0.3rem;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    padding: 0.35rem 0 0.55rem;
}

@media (max-width: 1024px) {
    .page-news .box .nbox .left .txt {
        font-size: 14px;
        line-height: 24px;
    }
}

.page-news .box .nbox .left .cks {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.33rem 0 0.15rem;
}

.page-news .box .nbox .left .cks a {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    max-width: 35%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .page-news .box .nbox .left .cks a {
        font-size: 14px;
    }
}

.page-news .box .nbox .left .cks a.back {
    color: #222222;
    display: flex;
    align-items: center;
    width: auto;
}

.page-news .box .nbox .left .cks a.back2 {
    display: none;
}

.page-news .box .nbox .left .cks a.back img {
    width: 14px;
    height: 14px;
    margin-left: 0.1rem;
}

.page-news .box .nbox .left .cks a:hover {
    color: #3867e8;
}


@media (max-width: 500px) {

    .page-news .box .nbox .left .cks{
        flex-direction: column;
        align-items: flex-start;
    }

    .page-news .box .nbox .left .cks a {
        width: 100%;
        margin-bottom: 0.2rem;
        overflow: unset;
        white-space: unset;
        text-overflow: unset;
        line-height: 16px;
        max-width: unset;
    }

    .page-news .box .nbox .left .cks a:nth-child(2) {
        width: unset;
        text-align: unset;
    }

    .page-news .box .nbox .left .cks a:last-child {
        margin-bottom: 0;
    }

    .page-news .box .nbox .left .cks a.back1 {
        display: none;
    }

    .page-news .box .nbox .left .cks a.back2 {
        display: flex;
        color: #666;
    }
}
