/*资讯中心详情样式*/
/*资讯中心详情内容*/
.content {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
}

/*news title*/
.new-title {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #e7eaec;
}

.new-title h5 {
    display: inline-block;
    font-size: 20px;
    height: 38px;
    line-height: 38px;
    width: auto;
    border-bottom: 2px solid #df542f;
}

/*详情内容里面的title*/
.news-content-title {
    padding: 40px 0 25px 0;
    text-align: center;
    border-bottom: 1px solid #e7eaec;
}

.news-content-title h5 {
    font-size: 28px;
    line-height: 42px;
    color: #222222;
}

.news-content-title div {
    margin-top: 24px;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
}

.news-content-title div > span {
    padding: 0 10px;
}

/*详情里面内容的内容*/
.news-detail {
    margin-top: 28px;
}

.news-detail {
    text-align: center;
}

.news-detail p {
    padding: 12px 0;
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    /*text-indent: 2em;*/
}

.news-detail img {
    margin: 28px 0;
    max-width: 577px;
    height: auto !important;
}

.news-detail ul li {
    list-style: inside;
}

.show-xs {
    display: none;
}

/*手机端详情*/
@media (max-width: 768px) {
    .content {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-content-title {
        padding: 20px 0 10px 0;
    }

    .news-content-title h5 {
        font-size: 15px;
        line-height: 21px;
    }

    .news-content-title div {
        margin-top: 10px;
        font-size: 12px;
        line-height: 21px;
    }

    .news-detail {
        margin-top: 13px;
    }

    .news-detail p {
        font-size: 13px;
        line-height: 22px;
        padding: 7px 0;
        text-indent: 1em;
    }

    .news-detail img {
        width: 288px;
        margin: 13px 0;
    }

    .show-xs {
        display: inline-block;
    }
}

/*顶部图的变化*/
.page-title-box {
    background: url("../images/news/top-pc-banner.jpg") no-repeat center center;
    background-size: 100% 100%;
}
.page-title-box.dangjian {
    background: url("../images/news/top-pc-banner-dangjian.jpg") no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 768px) {
    .page-title-box {
        background: url("../images/news/top-mobile-banner.jpg") no-repeat center center;
        background-size: 100% 100%;
    }
    .page-title-box.dangjian {
        background: url("../images/news/top-mobile-banner-dangjian.jpg") no-repeat center center;
        background-size: 100% 100%;
    }
}

/*资讯中心列表*/
.wrapper {
    min-height: 240px;
}
.plate-tag-item {
    padding-right: 0;
}
.plate-content-box .m-content {
    padding-top: 0px;
}
.plate-tag-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-right: 24px;
}
.plate-tag-item.active,
.plate-tag-item.active a {
    color: #df542f;
}
.plate-tag-item.active,
.plate-tag-item:hover a {
    color: #df542f;
}
.news-list {
    margin-top: 24px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e7eaec;
}

.news-list > div {
    float: left;
}

.news-list-img {
    width: 220px;
    height: 130px;
}
.ywzk .news-list-img {
    width: 188px;
    height: 255px;
}
.news-list-img img {
    width: 100%;
    height: 100%;
}

.news-list-content {
    width: 652px;
    margin-left: 40px;
}
.ywzk .news-list-content {
    width: 684px;
    height: 255px;
    margin-left: 40px;
    position: relative;
}
.news-list-content h5 a {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #222222;
    overflow: hidden; /*超出部分隐藏*/
    white-space: nowrap; /*不换行*/
    text-overflow: ellipsis; /*超出部分文字以...显示*/
}

.news-list-content h5 a:hover {
    color: #df542f;
}

.news-list-content .list-detail {
    margin-top: 24px;
    height: 43px;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ywzk .news-list-content .list-detail {
    height: auto;
}
.ywzk .news-list-content .list-detail li {
    margin-bottom: 8px;
    padding-left: 12px;
    position: relative;
}
.ywzk .desc-dot {
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1875f0;
}
.news-list-content .list-time {
    margin-top: 12px;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
}
.ywzk .news-list-content .list-time {
    position: absolute;
    left: 0;
    bottom: 0;
}
.ywzk .news-read {
    display: inline-block;
    width: 100px;
    height: 36px;
    background-color: #1875f0;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 768px) {
    .wrapper .main-container {
        width: 100%;
        padding: 0 0.15rem;
        margin-bottom: 25px;
    }

    .news-list-img {
        width: 2.12rem;
        height: 1.24rem;
    }
    .ywzk .news-list-img {
        width: 1.8rem;
        height: 2.26rem;
    }

    .news-list-content {
        width: 4.5rem;
        margin-left: 0.2rem;
    }
    .ywzk .news-list-content {
        width: 5.18rem;
        margin-left: 0.2rem;
        height: 2.26rem;
    }
    .news-list-content h5 a {
        height: 0.94rem;
        font-size: 0.3rem;
        line-height: 0.5rem;
    }

    .news-list-content .list-time {
        margin-top: 0rem;
        font-size: 0.24rem;
        line-height: 0.24rem;
        color: #666666;
        text-align: right;
    }
    .ywzk .news-read {
        width: 75px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .plate-content-box .slide {
        width: 100%;
        overflow: hidden;
        height: 37px;
        position: relative;
    }

    .plate-content-box .slide-box {
        width: 1000px;
        height: 37px;
        position: absolute;
        left: 0;
    }

    .plate-content-box .slide-box span {
        margin-left: 28px;
        display: inline-block;
        width: 64px;
        font-size: 16px;
        line-height: 37px;
        color: #999999;
        height: 37px;
    }

    .go-right {
        width: 30px;
        height: 37px;
        position: absolute;
        right: 0;
        top: 0px;
        background: white url(../images/footer/arrow_down.png) no-repeat center center;
        background-size: 50% 50%;
        border-bottom: 2px solid #ffffff;
    }

    .go-right.active {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg); /* IE 9 */
        -moz-transform: rotate(180deg); /* Firefox */
        -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
        -o-transform: rotate(180deg); /* Opera */
    }

    .plate-content-box .slide-box span.active {
        border-bottom: 2px solid #df542f;
    }
    .plate-content-box .slide-box span.active a {
        color: #df542f;
    }

    .plate-content-box .slide-box span:nth-child(1) {
        margin-left: 0;
    }
}

/* 列表无数据 样式 */
.nodata-box {
    padding: 135px 0;
    text-align: center;
}
.nodata-box img {
    display: block;
    margin: 0 auto;
}
.nodata-box div {
    font-family: PingFangSC-Regular;
    line-height: 22px;
    font-size: 16px;
    color: #999999;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .nodata-box {
        padding: 80px 0;
    }
}

/* 咨询中心-活动专区 start */
.news_activity_list {
    width: 100%;
    display: block;
    padding-top: 24px;
}

.news_activity_list li {
    float: left;
    display: block;
    width: 444px;
    margin-bottom: 24px;
    background-color: #fff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.news_activity_list li:nth-child(even) {
    margin-left: 12px;
}

.news_activity_list li:nth-child(odd) {
    margin-right: 12px;
}

.activity_img {
    width: 100%;
    height: 212px;
    overflow: hidden;
}

.activity_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.activity_content {
    width: 100%;
    padding: 24px;
}

.activity_content_title {
    padding-right: 90px;
    position: relative;
    width: 100%;
    height: 26px;
}

.activity_content_title > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #222;
}

.activity_content_title > .activity_status {
    width: 84px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.activity_content_title > .activity_status.activity_running {
    background: #fc6164;
}

.activity_content_title > .activity_status.activity_apply {
    background: #17d848;
}

.activity_content_title > .activity_status.activity_over {
    background: #cccccc;
}

.activity_text {
    width: 100%;
    overflow: hidden;
    padding: 16px 0 0;
    height: 56px;
}

.activity_text > a {
    line-height: 20px;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.activity_footer {
    width: 100%;
    height: 40px;
    padding: 0 24px;
    line-height: 39px;
    border-top: 1px solid #e9e9e9;
    font-size: 14px;
    color: #999;
}

.activity_dis {
    display: inline-block;
    max-width: calc(100% - 90px);
    overflow: hidden;
    white-space: nowrap;
}

.activity_time {
    float: right;
}
@media (max-width: 768px) {
    .news_activity_list {
        padding-left: calc(15px - 0.15rem);
        padding-right: calc(15px - 0.15rem);
    }

    .activity_content {
        width: 100%;
        padding: 12px;
    }

    .news_activity_list li {
        width: 100%;
        margin-bottom: 20px;
    }

    .news_activity_list li:nth-child(even) {
        margin-left: 0px;
    }

    .news_activity_list li:nth-child(odd) {
        margin-right: 0px;
    }

    .activity_content_title {
        padding-right: 70px;
    }

    .activity_img {
        max-height: 165px;
        overflow: hidden;
    }

    .activity_content_title > .activity_status {
        font-size: 12px;
        width: 64px;
    }

    .activity_text {
        width: 100%;
        overflow: hidden;
        padding: 16px 0 0px;
        height: auto;
    }
    .activity_text > a {
        -webkit-line-clamp: 3;
    }

    .activity_footer {
        padding: 0 15px;
        font-size: 12px;
    }
}

/* 咨询中心-活动专区 end*/
