.grayBg {  
    background: #f9f9fb;
    display: block;
    height: auto;
}

.newsBanner,.newsDetailCon {
    margin-top: 74px;
    background: #f9f9fb;
}

.Newspagination .swiper-pagination-bullet {
    background: transparent;
    opacity: 1;
    border: 1px solid #ffffff;
}

.Newspagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}

/***** 新闻内容部分 *****/
.NewsContent {
    width: 68%;
    margin: 0 auto !important;
    padding: 20px 0 60px 0 !important;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.NewsContentList {
    width: 62%;
    display: block;
}
.NewsContentListCon {
    margin-top: 12px;
    width: 100%;
    box-sizing: border-box;
    min-height: 10px;
    background-color: #fff;
    border: 1px solid #e1e2e4;
    border-radius: 2px;
    padding: 20px;
    display: block;
    height: auto;
}
.NewsContentTag {
    width: 32%;
}

.NewsContentList-Main {
    width: 100%;
    margin: 22px 0;
}

.news-Title {
    font-size: 20px;
    color: #2f3542;
    margin: 10px 0;
}
.news-Title a{
    color: #2f3542;
    text-decoration: none;
    width: 98%;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.news-Title a:hover{
    color: #cc373c !important;
    text-decoration: none;
}

.news-Content {
    align-content: flex-start;
    align-items: start;
    justify-content: space-between;
}

.news-Content > img,
.news-Content .thumbnail {
    width: 40%;
    padding: 0 !important;
    border: none !important;
}

.news-Content .news-Contentright {
    width: 56%;
    font-size: 14px;
    color: #424242;
    flex-direction: column;
}

.news-Content .news-Contentright p {
    width: 100%;
}

.timeIcon {
    width: 14px;
    margin: -2px 4px 0 4px;
}

/******** 新闻推荐 ********************/
.NewsRecommend {
    width: 100%;
    margin: 22px 0;
}

.NewsRecommend ul,
.NewsRecommend ul li {
    padding: 0;
    margin: 0;
    width: 100%;
}

.NewsRecommend ul li a,
.NewsRecommend ul li a:hover {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #868d99;
    padding: 4px 0;
    text-decoration: none;
    word-break: keep-all;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.NewsRecommend ul li a:hover,
.HotLabels a:hover {
    color: #cc373c;
    text-decoration: none;
}

.HotLabels {
    width: 100%;
    align-items: start;
    align-content: start;
    justify-content: start;
    flex-wrap: wrap;
}

.HotLabels > div,
.HotLabels a {
    display: inline-block;
    width: auto;
    text-align: center;
    margin-right: 10px;
    margin-top: 12px;
    color: #868d99;
    background-color: #f5f5f5;
    padding: 4px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/* ****** 详情页面 ******* */

.new_content_title {
    font-size: 20px;
    font-weight: bold;
    margin: 16px 0;
}
.caidan_bg {
    clear: both;
    font-size: 13px;
    color: #666;
    margin: 0 10px 0 16px;
    letter-spacing: 1px;
}
.caidan_bg span{
    margin-right: 10px;
}
.new_content {
    width: 100%;
    overflow-x: hidden;
    padding: 20px 0;
}
.new_content,
.new_content p{
    font-size: 14px;
    line-height: 1.8;
    margin: 8px 0;
}
.pian {
    width: 100%;
    flex-wrap: wrap;
    margin: 20px 0;
    padding-top: 18px;
    border-top:1px solid #e3e7ed;
    justify-content: space-between;
}
.pian > div {
    width: 48% !important;
    margin: 4px 0;
    width: 100%;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #868d99;
}
.pian > div a{
    color: #868d99;
    text-decoration: none;
}
.pian > div:hover,
.pian > div a:hover{
    color: #333333;
    text-decoration: none;
}
/************************************************ 媒体查询 ************************************************/
@media (min-width: 1200px) {

}

@media (min-width: 992px) and (max-width: 1199px) {
    .NewsContent {
        width: 76%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .NewsContent {
        width: 86%;
    }
}

/* col-xs  手机*/
@media screen and (max-width: 767px) {
    /*** banner部分 ****/
    .newsBanner,.newsDetailCon {
        margin-top: 62px;
    }

    /***** 新闻内容部分 *****/
    .NewsContent {
        width: 94%;
        padding: 10px auto;
    }

    .NewsContentList,
    .NewsContentTag {
        width: 100%;
    }

    .news-Content .news-Contentright {
        font-size: 13px;
    }

    .NewsRecommend ul li a, .NewsRecommend ul li a:hover {
        font-size: 12px;
        padding: 4px 0;
    }

    .HotLabels > div,
    .HotLabels a {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .pian > div {
        width: 96% !important;
        text-align: left !important;
    }
}