.news{
    overflow: hidden;
}
.news .wrap{
    width: 1420px;
    margin: 46px auto 48px;
}
.news .wrap .title {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    padding: 0 0 24px 0;
    margin: 0 0 32px 0;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}
.news .wrap .content .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 57px 0;
    margin: 0 0 56px 0;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}
.news .wrap .content .item .text{
    width: 870px;
}
.news .wrap .content .item .text span{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin: 0 0 26px 0;
    display: block;
}
.news .wrap .content .item .text .time{
    display: flex;
    align-items: center;
    margin: 0 0 27px 0;
}
.news .wrap .content .item .text .time .iconfont{
    color: #000;
    font-size: 15px;
    margin: 0 10px 0 0;
}
.news .wrap .content .item .text .time p{
    font-size: 14px;
    font-family: ITCAvantGardeStd bk;
    font-weight: normal;
    color: #666666;
}
.news .wrap .content .item .text > p{
    font-size: 16px;
    font-family: Source Han Sans CN ;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news .wrap .content .item .text .more{
    width: 130px;
    height: 50px;
    background: #004BAA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0 0;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.news .wrap .content .item .images{
    width: 460px;
    height: 290px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news .wrap .content .item .images img{
    max-width: 100%;
    max-height: 100%;
}
.news .wrap .content .item .text .images img{
    width: 100%;
    height: 100%;
}
.page_banner{
    height: 150px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    margin: 118px 0 0 0;
}
.page_banner .background{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.page_banner .bread{
    width: 1420px;
    display: flex;
    align-items: center;
}
.page_banner .bread a{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.page{
    overflow: hidden;
}
.page .wrap{
    width: 1100px;
    margin: 56px auto 83px;
}
.page .wrap .title{
    text-align: center;
    margin: 0 0 44px 0;
}
.page .wrap .title span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    display: block;
    margin: 0 0 17px 0;
}
.page .wrap .title .time{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page .wrap .title .time .iconfont{
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    margin: 0 7px 0 0;
}
.page .wrap .title .time p{
    font-size: 14px;
    font-family: ITCAvantGardeStd bk;
    font-weight: normal;
    color: #666666;
}
.page .wrap .content{
    border-top: 1px solid rgba(230, 230, 230, 1);
    border-bottom: 1px solid rgba(230, 230, 230, 1);
    padding: 38px 0 58px 0;
    margin: 0 0 42px 0;
}
.page .wrap .content p{
    font-size: 16px;
    font-family: ITCAvantGardeStd bk;
    font-weight: normal;
    color: #666666;
    line-height: 30px;
}
.page .wrap .other{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page .wrap .other div a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 32px;
    display: block;
    transition: 0.6s;
}
.page .wrap .other div a:hover{
    color: rgba(0, 75, 170, 1);
}
.page .wrap .other div a strong{
    color: rgba(0, 75, 170, 1);
    font-weight: normal;
    margin: 0 20px 0 0;
}
.page .wrap .other .iconfont{
    width: 50px;
    height: 50px;
    background: #F5F5F5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 75, 170, 1);
    font-size: 15px;
    transition: 0.6s;
}
.page .wrap .other .iconfont:hover{
    background: rgba(0, 75, 170, 1);
    color: #fff;
}
@media screen and (max-width: 1600px) {
    .news .wrap {
        width: 90%;
    }
    .news .wrap .content .item .text span{
        font-size: 20px;
    }
    .news .wrap .content .item .text {
        width: 60%;
    }
    .news .wrap .content .item .images {
        width: 32%;
    }
    .news .wrap .content .item .images img {
        display: block;
        width: 100%;
    }
    .page_banner .bread {
        width: 90%;
    }
}
@media screen and (max-width: 1300px) {
    .page .wrap {
        width: 90%;
    }
    .page .wrap .title span {
        font-size: 24px;
    }
    .page .wrap .content img {
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
    .news .wrap .content .item {
        flex-direction: column-reverse;
    }
    .news .wrap .content .item .images {
        width: 100%;
        height: auto;
    }
    .news .wrap .content .item .text {
        width: 100%;
    }
    .news .wrap .content .item .text span {
        font-size: 18px;
        margin: 10px 0 26px 0;
    }
    .news .wrap .content .item .text > p {
        font-size: 14px;
    }
    .news .wrap .content .item .text .more {
        margin: 20px 0 0 0;
        width: 120px;
        height: 40px;
        font-size: 14px;
    }
    .related_products .swiper-pagination span{
        width: 15px;
    }
    .page_banner .bread {
        display: none;
    }
    .news .wrap .content .item .text .time {
        margin: 0 0 15px 0;
    }
    .news .wrap .content .item {
        padding: 0 0 30px 0;
    }
    .page .wrap .other{
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .page .wrap .other .iconfont {
        margin-bottom: 20px;
    }
    .page .wrap .content{
        margin: 0 0 22px 0;
    }
    .page .wrap {
        margin: 56px auto 43px;
    }
    .page .wrap .other div a {
        font-size: 14px;
    }
}
