#news .new-list {
    display: flex;
    justify-content: space-between
}

#news .new-list .new-right {
    width: calc(100% - 250px)
}

#news .new-list .new-right .new-right-list a {
    display: flex;
    border: 2px solid #dedede;
    margin-bottom: 15px;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    justify-content: space-between;
    box-sizing: border-box;
    transition: .5s
}

#news .new-list .new-right .new-right-list a:hover {
    border: 2px solid var(--dataColor);
    transition: .5s
}

#news .new-list .new-right .new-right-list a:hover h4 {
    color: var(--dataColor);
    transition: .5s
}

#news .new-list .new-right .new-right-list a:hover .more {
    background-color: var(--dataColor);
    transition: .5s
}

#news .new-list .new-right .new-right-list a .image {
    width: calc(25% - 20px);
    transition: .5s
}

#news .new-list .new-right .new-right-list a .image img {
    display: block;
    transition: .5s
}

#news .new-list .new-right .new-right-list a dd {
    width: 75%
}

#news .new-list .new-right .new-right-list a dd h4 {
    transition: .5s;
    display: block;
    height: 40px;
    font-weight: 600;
    font-size: 21px;
    line-height: 40px;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#news .new-list .new-right .new-right-list a dd .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 25px;
    color: #797979;
    margin-top: 16px;
    margin-bottom: 28px;
    overflow: hidden
}

#news .new-list .new-right .new-right-list a dd .more {
    transition: .5s;
    width: 111px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    float: right;
    background: #b6b6b6;
    color: #fff;
    margin-top: 21px
}

#news .new-list .view-contact {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 6px #eee;
    padding: 20px 10px
}

#news .new-list .view-contact .title {
    text-align: left;
    font-weight: normal;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 40px;
    color: #535353;
    font-weight: bold;
}

#news .new-list .view-contact .view-bool {
    border-bottom: 1px solid #000;
    height: 20px;
    font-size: 12px;
    color: #909090;
    box-sizing: border-box
}

#news .new-list .view-contact .view-bool i {
    font-style: normal;
    float: right;
    display: block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #000;
    box-sizing: border-box
}

#news .new-list .view-contact .view-bool i a {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0)
}

#news .new-list .view-contact .view-bool span {
    margin-right: 15px
}

#news .new-list .view-contact .endit-content {
    padding: 10px 0
}

#news .container-fluid {}

#news .list {
    display: flex;
    text-align: center;
    justify-content: space-between;
    text-align: left;
}

#news .list .left {
    width: calc(45% - 10px);
}

#news .list .left .title {
    font-size: 18px;
    line-height: 2;
    color: #000;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news .list .left .date {
    font-size: 12px;
    color: #999;
    line-height: 2;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news .list .left .content {
    display: -webkit-box;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

#news .list .right {
    width: calc(100% - 10px);
    /*display: flex;*/
    flex-direction: column;
    justify-content: space-between;
}

#news .list .right .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 48%;
    float: left;

}

#news .list .right .item .image {
    width: 30%;
}

#news .list .right .item .ccc {
    width: calc(70% - 10px);
    margin: 13px 0px;
    text-align: left;
}

#news .list .ccc .title {
    font-size: 18px;
    line-height: 1;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}

#news .list .ccc .date {
    font-size: 12px;
    color: #999;
    line-height: 2;
    display: block;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news .list .ccc .content {
    display: -webkit-box;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 28px;

}

#news .more {
    display: inline-block;
    margin: 20px auto;
    margin-top: 60px;
    padding: 8px 120px;
    color: var(--backColor);
    border: 1px solid;
}

#video {
    text-align: center;
}

.case_titles {
    position: relative;
}

.case_titles .p1 {
    line-height: 1;
    font-size: 47px;
    font-family: Source Han Sans CN;
    color: #EDEDED;
    text-align: center;
    position: relative;
    font-weight: bold;
    z-index: 1
}

.case_titles .p2 {
    line-height: normal;
    text-align: center;
    font-size: 27px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #22458F;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}

@media screen and (max-width: 600px) {
    #news .new-list .new-right {
        width: 100%
    }

    #news .new-list .new-right .new-right-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    #news .new-list .new-right .new-right-list a {
        width: calc(50% - 5px);
        display: flex;
        flex-direction: column
    }

    #news .new-list .new-right .new-right-list a .image {
        width: 100%
    }

    #news .new-list .new-right .new-right-list a h4 {
        text-align: center
    }

    #news .new-list .new-right .new-right-list a dd {
        width: 100%
    }

    #news .new-list .new-right .new-right-list a dd h4 {
        color: #757575;
        font-weight: 500;
        font-size: 16px
    }

    #news .new-list .new-right .new-right-list a dd .description {
        margin: 0
    }

    #news .new-list .new-right .new-right-list a dd .more {
        width: 100%
    }

    #news .new-list .view-contact {
        width: 100%;
    }

    #news .new-list .view-contact .title {
        margin-bottom: 20px
    }
    .case_titles .p1{
        font-size: 33px;
    }
    .case_titles .p2{
        font-size: 21px;
    }
}

#news .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#news .list .item {
    width: calc(25% - 10px);
    margin: 0 5px;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    text-align: center;
    line-height: 3;
}

@media (max-width:768px) {
    #news .list .right {
        width: calc(100% - 10px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #news .list .right .item {
        display: flex;

        width: 98%;
        float: left;

    }

    #news .list .right .item .image {
        width: 30%;
    }

    #news .list .ccc .title {
        font-size: 18px;
        line-height: 1;
        color: #000;
        /* display: block; */
    }

    #news .list .item {
        width: calc(50% - 10px);
    }
}

#news .list .item .image {
    position: relative;
}

#news .list .item .image img {
    width: 100%;
}

#news .list .item .image .iconfont {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    width: 100%;
    height: 100%;
}

#news .list .item:hover .iconfont {
    opacity: 1;
    z-index: 2;
    background: rgba(0, 0, 0, .5);
}

#news .list .item:hover {
    background: #22458F;
    color: #fff;
}
.p14-info-3 {
    margin-bottom: 20px;
    background: #f5f5f5;
    padding: 8px 20px;
}

.p14-info-3-tit {
    height: 55px;
    font-size: 24px;
    font-weight: normal;
    line-height: 55px;
    color: #4b4a4a;
}

.p14-info-3-list li h4 {
    margin: 0;
    height: 46px;
    font-size: 14px;
    font-weight: normal;
    line-height: 46px;
    color: #4b4a4a;
    border-top: 1px dashed #dbdbdb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p14-info-3-list li h4 a {
    color: #4b4a4a;
}

.p14-info-3-list li h4 span {
    float: right;
}


.p14-pagination-1 dl {
    margin-bottom: 24px;
    padding-right: 40px;
}

.p14-pagination-1 dd {
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p14-pagination-1 dd b {
    float: right;
    font-weight: normal;
}

.p14-pagination-1 dd span {
    width: 60px;
    height: 32px;
    background: #a2a2a2;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.p14-pagination-1 dt {
    height: 1px;
    border-bottom: 1px dashed #b5b5b5;
    margin-left: 60px;
    padding-top: 2px;
    margin-bottom: 2px;
}

.p14-pagination-1 dd em {
    float: right;
    padding-left: 20px;
    font-weight: normal;
}

.p14-pagination-1 dl a {
    color: #4b4a4a;
}

.p14-pagination-1-href {
    float: right;
    font-size: 18px;
    line-height: 32px;
}

.p14-pagination-1-key {
    min-height: 40px;
    border-top: 1px solid var(--dataColor);
    font-size: 14px;
    line-height: 40px;
    color: #575556;
}

.p14-pagination-1-href span {
    display: inline-block;
    padding: 0 6px;
    margin-left: 4px;
    background: var(--dataColor);
}

.p14-pagination-1-href a {
    display: block;
    color: #fff;
}
@media (max-width:460px) {
    #news .list .ccc .title {
        font-size: 16px;
   }
   #news .list .ccc .date{
       margin: 0;
   }
   #news .list .ccc .content{
       line-height: 17px;
   }
}