body {
    background: #FfFfFf;
}

.footer .footer_top {
    background: #FFFFFF;
}

.header {
    background: unset;
}

.section {
    padding: 225px 0 160px;
}

.section .wrap {
    width: 1600px;
    margin: 0 auto;
}

.section .links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 106px;
}

.section .links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 61px;
    background: #F3F3F3;
    border-radius: 31px;
    margin: 0 20px;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    transition: 0.6s;
}

.section .links a:hover, .section .links a.on {
    background: #014099;
    color: #FFFFFF;
}

.section .title {
    text-align: center;
    margin: 0 0 85px;
}

.section .title h1 {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
}

.section .content {
    width: 100%;
}

.section .content .item {
    width: 100%;
    background: #F7F7F7;
    padding: 50px 170px 50px 50px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 0 80px;
}

.section .content .item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.06);
    transition: 0.6s;
    pointer-events: none;
    opacity: 0;
}

.section .content .item .img {
    width: 700px;
    overflow: hidden;
    height: 436px;
}

.section .content .item .img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 3s;
}

.section .content .item .item_text {
    width: 580px;
    padding: 61px 0 0;
}

.section .content .item .item_text .time {
    font-weight: 500;
    font-size: 16px;
    color: #888888;
}

.section .content .item .item_text .item_title {
    font-weight: bold;
    font-size: 24px;
    color: #1A1A1A;
    transition: 0.6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 40px 0 50px;
}

.section .content .item .item_text .item_content {
    margin: 0 0 35px;
}

.section .content .item .item_text .item_content p {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section .content .item .item_text .item_more {
    display: flex;
    align-items: center;
}

.section .content .item .item_text .item_more p {
    font-weight: 500;
    font-size: 16px;
    color: #014099;
    margin: 0 6px 0 0;
}

.section .content .item .item_text .item_more .iconfont {
    font-weight: 500;
    font-size: 12px;
    color: #014099;
}

.section .content .item:nth-child(2n) {
    padding: 50px 50px 50px 101px;
    flex-direction: row-reverse;
}

.section .content .item:hover::after {
    opacity: 1;
}

.section .content .item:hover .img img {
    transform: scale(1.1);
}

.section .content .item:hover .item_text .item_title {
    color: #014099;
}

.section .content .more {
    width: 200px;
    height: 61px;
    background: #CACACA;
    border-radius: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.6s;
}

.section .content .more:hover {
    background: #014099;
}

/*# sourceMappingURL=news.css.map */
@media screen and (max-width: 1919px) {
  .section{
    padding: 3.71875vw 0px 2.3333333333vw;
  }
  .section .wrap{
    width: 83.3333333333vw;
  }
  .section .links{
    margin: 0px 0px 5.5208333333vw;
  }
  .section .links a{
    width: 10.4166666667vw;
    height: 3.1770833333vw;
    border-radius: 1.6145833333vw;
    margin: 0px 1.0416666667vw;
    font-size: 0.8333333333vw;
  }
  .section .title{
    margin: 0px 0px 4.4270833333vw;
  }
  .section .title h1{
    font-size: 2.0833333333vw;
  }
  .section .content .item{
    padding: 2.6041666667vw 8.8541666667vw 2.6041666667vw 2.6041666667vw;
    margin: 0px 0px 4.1666666667vw;
  }
  .section .content .item::after{
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 2.96875vw 0px;
  }
  .section .content .item .img{
    width: 36.4583333333vw;
    height: 22.7083333333vw;
  }
  .section .content .item .item_text{
    width: 30.2083333333vw;
    padding: 3.1770833333vw 0px 0px;
  }
  .section .content .item .item_text .time{
    font-size: 0.8333333333vw;
  }
  .section .content .item .item_text .item_title{
    font-size: 1.25vw;
    margin: 2.0833333333vw 0px 2.6041666667vw;
  }
  .section .content .item .item_text .item_content{
    margin: 0px 0px 1.8229166667vw;
  }
  .section .content .item .item_text .item_content p{
    font-size: 0.8333333333vw;
    line-height: 1.4583333333vw;
  }
  .section .content .item .item_text .item_more p{
    font-size: 0.8333333333vw;
    margin: 0px 0.3125vw 0px 0px;
  }
  .section .content .item .item_text .item_more .iconfont{
    font-size: 0.625vw;
  }
  .section .content .item:nth-child(2n){
    padding: 2.6041666667vw 2.6041666667vw 2.6041666667vw 5.2604166667vw;
  }
  .section .content .more{
    width: 10.4166666667vw;
    height: 3.1770833333vw;
    border-radius: 1.6145833333vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
    .section {
        padding: 80px 0;
    }
    .section .title h1 {
        font-size: 24px;
    }
    .section .title {
        margin-bottom: 40px;
    }
    .section .links {
        margin-bottom: 30px;
    }
    .section .wrap {
        width: 90%;
    }
    .section .links a {
        width: 140px;
        height: 46px;
        border-radius: 23px;
        font-size: 16px;
    }
    .section .content .item {
        padding: 30px 30px 50px !important;
        display: block;
        margin-bottom: 40px;
    }

    .section .content .item .img {
        height: unset;
        width: 100%;
        margin-bottom: 30px;
    }
    .section .content .item .item_text {
        width: 100%;
        padding: 0;
    }
    .section .content .item .item_text .time {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .section .content .item .item_text .item_title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .section .content .item .item_text .item_content p {
        font-size: 14px;
        line-height: 1.6;
    }
    .section .content .item .item_text .item_content {
        margin-bottom: 30px;
    }
    .section .content .item .item_text .item_more p {
        font-size: 14px;
        margin-right: 5px;
    }
    .section .content .item .item_text .item_more .iconfont {
        font-size: 12px;
    }
    .section .content .more {
        width: 200px;
        height: 61px;
        font-size: 16px;
        border-radius: 31px;
    }
}
