body {
    background-color: #f9f9f9;
}

.content {
    width: 100%;
}


/* banner */

.content .banner {
    width: 100%;
    height: 251px;
    margin-top: 80px;
    text-align: center;
    background: url(../images/news_banner.png) no-repeat;
    background-size: cover;
}

.content .banner h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    font-family: 'Microsoft YaHei';
    margin-top: 88px;
}

.content .banner .banner-content .line {
    width: 145px;
    height: 3px;
    border: 2px solid #FF8004;
    margin: 15px auto 10px;
}


/* .content .banner h1 span {
    font-size: 70px;
    font-family: "DIN-MEDIUM";
} */

.content .banner p {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Microsoft YaHei';
}

.content .banner::before {
    content: "";
    display: table;
}


/* 资讯 */

.News {
    width: 100%;
    margin: 30px 0;
}

.News .News-content .News-content-list {
    float: left;
    width: 865px;
}

.News .News-content .News-content-list .News-content-list-item {
    width: 100%;
    font-size: 0;
    padding: 30px 24px 32px;
    box-sizing: border-box;
    border-top: 1px solid #f9f9f9;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #fff;
}

.News .News-content .News-content-list .News-content-list-item:first-child {
    border-top: 0;
}

.News .News-content .News-content-list .News-content-list-item:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(224, 224, 224, .6);
    box-shadow: 0 10px 20px 0 rgba(224, 224, 224, .6);
    position: relative;
    z-index: 2;
}

.News .News-content .News-content-list .News-content-list-item .item-thumbnail {
    float: left;
    width: 240px;
    height: 146px;
    text-align: center;
    line-height: 146px;
    overflow: hidden;
    border-radius: 10px;
}

.News .News-content .News-content-list .News-content-list-item .item-thumbnail img {
    width: 100%;
    height: 100%;
}

.News .News-content .News-content-list .News-content-list-item:hover .item-thumbnail img {
    transition: all 0.3s;
    transform: scale(1.1);
}

.News .News-content .News-content-list .News-content-list-item .item-desc {
    float: left;
    width: 526px;
    margin-left: 16px;
}

.News .News-content .News-content-list .News-content-list-item .item-desc h4 {
    color: #171c3c;
    font-size: 20px;
    font-weight: 600;
    text-align: justify;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin-top: 10px;
}

.News .News-content .News-content-list .News-content-list-item:hover h4 {
    color: #FF8004;
}

.News .News-content .News-content-list .News-content-list-item .item-desc p {
    color: #707481;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    line-height: 25px;
    min-height: 42px;
    margin-top: 12px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.News .News-content .News-content-list .News-content-list-item .item-desc .item-tag {
    width: 100%;
    position: relative;
    font-size: 0;
    margin-top: 10px;
    line-height: 22px;
    color: #8c8d9e;
}

.News .News-content .News-content-list .News-content-list-item .item-desc .item-tag .time {
    font-size: 12px;
}

.News .News-content .News-content-list .News-content-list-item::after {
    content: "";
    display: table;
    clear: both;
}

.News .News-content .News-content-list .page {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0 30px;
}

.News .News-content .News-content-list .page .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #FF8004;
    border-radius: 5px;
}

.News .News-content .News-content-list .page .layui-laypage a:hover {
    color: #FF8004;
}

.News .News-content .News-content-list .page .layui-laypage a,
.News .News-content .News-content-list .page .layui-laypage span {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #626262;
    font-size: 14px;
    font-family: PingFang;
    font-weight: 500;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 0;
    margin: 0 5px;
}

.News .News-content .News-content-list .page /deep/.el-pager li {
    height: 30px;
    color: #626262;
    font-size: 14px;
    font-family: PingFang;
    font-weight: 500;
    background-color: #f7f7f7;
    border-radius: 5px;
}

.News .News-content .News-content-list .page /deep/.el-pager li:not(.disabled).active {
    color: #fff;
    background-color: #00c1b8;
}

.News .News-content .News-content-list .page /deep/.el-pager li:not(.disabled):hover {
    color: #fff;
    background-color: #00c1b8;
    transition: all 0.3s;
}

.News .News-content .News-content-list .page /deep/.btn-prev,
.News .News-content .News-content-list .page /deep/.btn-next {
    color: #050505;
    height: 30px;
    background-color: #f7f7f7;
}

.News .News-content .News-content-list .page /deep/.btn-prev .el-icon,
.News .News-content .News-content-list .page /deep/.btn-next .el-icon {
    font-size: 14px;
    font-weight: bold;
}

.News .News-content .News-content-list .page /deep/.btn-prev:disabled,
.News .News-content .News-content-list .page /deep/.btn-next:disabled {
    color: #c0c4cc;
}

.News .News-content .News-content-list-recommend {
    float: right;
    width: 290px;
    padding: 24px 24px 18px;
    box-sizing: border-box;
    background-color: #fff;
}

.News .News-content .News-content-list-recommend .title {
    width: 100%;
    color: #171c3c;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e5eaf1;
    position: relative;
}

.News .News-content .News-content-list-recommend .title span {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.News .News-content .News-content-list-recommend .title span::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2469f3;
}

.News .News-content .News-content-list-recommend .recommend-list {
    width: 100%;
}

.News .News-content .News-content-list-recommend .recommend-list .recommend-list-item {
    width: 100%;
    position: relative;
    padding: 14px 0 14px 42px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position-y: 16px;
}

.News .News-content .News-content-list-recommend .recommend-list .recommend-list-item p {
    color: #464964;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.News .News-content .News-content-list-recommend .recommend-list .recommend-list-item:hover p {
    transition: all 0.3s;
    color: #FF8004;
}

.News .News-content .News-content-list-recommend .recommend-list .recommend-list-item span {
    color: #8c8d9e;
    display: inline-block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1;
}

.News .News-content .News-content-list-recommend .recommend-list .recommend-list-item .item-number {
    color: #e0e0e0;
    font-size: 30px;
    font-weight: bold;
    font-family: "DIN-MEDIUM";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 0;
    margin: auto;
}

.News .News-content .News-content-list-recommend .recommend-list .recommend-list-item:nth-child(1) .item-number {
    color: #F75B5B;
}

.News .News-content .News-content-list-recommend .recommend-list .recommend-list-item:nth-child(2) .item-number {
    color: #FF9D47;
}

.News .News-content .News-content-list-recommend .recommend-list .recommend-list-item:nth-child(3) .item-number {
    color: #FFD16B;
}

.News .News-content::after {
    content: "";
    display: table;
    clear: both;
}


/* 移动端 适配*/

@media only screen and (max-width: 767px) {
    /* banner */
    .content .banner {
        height: 200px;
        margin-top: 52px;
        background-position: center;
    }
    .content .banner h1 {
        font-size: 28px;
        font-weight: 600;
        margin-top: 70px;
    }
    .content .banner .banner-content .line {
        width: 95px;
        height: auto;
        margin: 10px auto 5px;
        border: 1px solid #FF8004;
    }
    .content .banner h1 span {
        font-size: 45px;
    }
    .content .banner p {
        font-size: 14px;
    }
    /* 资讯 */
    .News .News-content .News-content-list {
        width: 100%;
    }
    .News .News-content .News-content-list .News-content-list-item {
        padding: 15px 15px 15px;
    }
    .News .News-content .News-content-list .News-content-list-item .item-thumbnail {
        width: 40%;
        height: auto;
        line-height: unset;
    }
    .News .News-content .News-content-list .News-content-list-item .item-thumbnail img {
        max-width: 100%;
        max-height: 100%;
    }
    .News .News-content .News-content-list .News-content-list-item .item-desc {
        width: 56%;
        margin-left: 10px;
    }
    .News .News-content .News-content-list .News-content-list-item .item-desc h4 {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        white-space: unset;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-top: 0;
        letter-spacing: 0;
        position: relative;
        top: 5px;
    }
    .News .News-content .News-content-list .News-content-list-item .item-desc .item-tag .time {
        font-size: 14px;
    }
}


/* iPad 适配*/

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    /* banner */
    .content .banner {
        height: 300px;
        margin-top: 52px;
        background-position: center;
    }
    .content .banner h1 {
        margin-top: 100px;
    }
    /* 资讯 */
    .News .News-content .News-content-list {
        width: 100%;
    }
    .News .News-content .News-content-list .News-content-list-item .item-thumbnail {
        width: 200px;
        height: auto;
        line-height: unset;
    }
    .News .News-content .News-content-list .News-content-list-item .item-thumbnail img {
        max-width: 100%;
        max-height: 100%;
    }
    .News .News-content .News-content-list .News-content-list-item .item-desc {
        width: 433px;
        margin-left: 10px;
    }
    .News .News-content .News-content-list .News-content-list-item .item-desc h4 {
        margin-top: 0;
    }
    .News .News-content .News-content-list .News-content-list-item .item-desc .item-tag {
        line-height: 12px;
    }
}


/* iPad Pro 适配*/

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    /* banner */
    .content .banner {
        margin-top: 52px;
    }
    /* 资讯 */
    .News .News-content .News-content-list {
        width: 695px;
    }
    .News .News-content .News-content-list .News-content-list-item .item-thumbnail {
        width: 200px;
        height: 112px;
        line-height: 112px;
    }
    .News .News-content .News-content-list .News-content-list-item .item-desc {
        width: 437px;
        margin-left: 10px;
    }
    .News .News-content .News-content-list .News-content-list-item .item-desc h4 {
        margin-top: 0;
    }
    .News .News-content .News-content-list .News-content-list-item .item-desc .item-tag {
        line-height: 12px;
    }
    .News .News-content .News-content-list-recommend {
        width: 245px;
    }
}