﻿/*DetailNews*/
body {
    overflow: auto;
    min-width: 1250px;
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    font-size: 14px;
}

.detailNew {
    width: 1250px;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
}

.detailWrap {
    width: 1200px;
    padding: 50px 0px 0px 0px;
    margin: 0 auto;
    padding-bottom: 5%;
}

.clear {
    clear: both;
}

.titleWarp {
    width: 1200px;
    padding: 0px 380px 0px 70px;
    box-sizing: border-box;
}

.detailCategory {
    height: 16px;
    line-height: 16px;
}

.detailCategoryLabel {
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    color: #428bca;
    font-size: 12px;
}

.infoCont {
    padding-top: 10px;
    box-sizing: border-box;
}

.infoTitle {
    color: #083355;
    font-family: ClearSansBold/*HelveticaRoman*/,Arial;
    font-size: 30px;
    line-height: 32px;
}

.infoSource {
    padding: 15px 0 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e4e4e4;
}

.infoAuthor {
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    color: #4d4b4b;
    font-size: 13px;
    float: left;
    margin-right: 14px;
}

.infoTime {
    height: 16px;
    line-height: 16px;
    float: left;
    margin-right: 14px;
    padding-top: 2px;
}

    .infoTime .timeSvg {
        display: inline-block;
        float: left;
        margin: 2px 5px 0 0;
    }

.timeNode {
    display: inline-block;
    float: right;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: rgba(166,166,166,1);
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
}

.infoViews {
    height: 16px;
    line-height: 16px;
    float: left;
    padding-top: 2px;
}

    .infoViews .eyeSvg {
        display: inline-block;
        float: left;
        margin: 1px 5px 0 0;
    }

.viewTotal {
    display: inline-block;
    float: right;
    margin: 1px 0 0 0;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    color: rgba(166,166,166,1);
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
}

.Information {
    width: 1200px;
    padding-top: 25px;
    background-color: white;
}

.shareIcon {
    width: 70px;
    float: left;
    /*padding-top:18%;*/
    background-color: white;
    z-index: 9;
}

.shareContent {
    margin: 0 auto;
    color: #CCCCCC;
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    margin-bottom: 10px;
}

    .shareContent > a > i {
        width: 26px;
        height: 26px;
        display: inline-block;
        cursor: pointer;
    }

.share_twiter {
    background: url(../images/columnsImg/detail_tt.png) center center no-repeat;
}

    .share_twiter:hover {
        background: url(../images/columnsImg/detail_t.png) center center no-repeat;
    }

.share_facebook {
    background: url(../images/columnsImg/detail_F.png) center center no-repeat;
}

    .share_facebook:hover {
        background: url(../images/columnsImg/detail_ff.png) center center no-repeat;
    }

.share_Linkedin {
    background: url(../images/columnsImg/detail_L.png) center center no-repeat;
}

    .share_Linkedin:hover {
        background: url(../images/columnsImg/detail_ll.png) center center no-repeat;
    }

.share_Rss {
    background: url(../images/columnsImg/detail_R.png) center center no-repeat;
}

    .share_Rss:hover {
        background: url(../images/columnsImg/detail_rr.png) center center no-repeat;
    }

.share_Mail {
    background: url(../images/columnsImg/detail_M.png) center center no-repeat;
}

    .share_Mail:hover {
        background: url(../images/columnsImg/detail_mm.png) center center no-repeat;
    }

    .share_twiter:hover, .share_facebook:hover, .share_Linkedin:hover, .share_Rss:hover, .share_Mail:hover {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.newsTextWarp {
    width: 750px;
    float: left;
}

.newsSummary {
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    font-size: 16px;
    line-height: 28px;
    color: #2f2725;
}

    .newsSummary > p {
        font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
        font-size: 16px;
        line-height: 28px;
        color: #2f2725;
        padding-bottom: 25px;
    }

.newsTextWarp > p {
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    font-size: 16px;
    line-height: 28px;
    color: #2f2725;
    padding-bottom: 25px;
}

.paragraph > p {
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    font-size: 16px;
    line-height: 28px;
    color: #2f2725;
    padding-bottom: 25px;
}

.summaryImg {
    /*padding:20px 0px;*/
    padding-bottom: 30px;
    box-sizing: border-box;
}

    .summaryImg .sumImg {
        width: 750px;
        height: 475px;
    }

.imgText {
    font-size: 12px;
    width: 750px;
    line-height: 34px;
    text-align: center;
    color: #595757;
    background-color: #eeeeee;
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
}

.relatedNews {
    width: 300px;
    float: right;
    background-color: white;
}


.expertRelatedNews {
    width: 300px;
    float: right;
    margin-bottom: 30px;
}

.relatedTitle {
    width: 300px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    font-family: ClearSansBold/*HelveticaRoman*/,Arial;
    color: #345677;
    background-color: #efefef;
    padding-left: 17px;
    box-sizing: border-box;
    border-bottom: 2px solid #5190ca;
}

.relatedNewsCont {
    padding: 15px 0px;
    border-bottom: 1px solid #e4e4e4;
}

.relatedNewsCont a:hover > div {
    color: rgb(81,144,202)
}

.relatedNewsCont .relatedText {
    font-weight: 600;
}

.relatedImg {
    width: 125px;
    float: left;
}

.relatedText {
    width: 165px;
    float: right;
}

.relatedImg .relImg {
    width: 125px;
    height: 79px;
}

.relatedText {
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    font-size: 14px;
    line-height: 18px;
    color: #2f2725;
}
/*DetailNews End*/

/*ExpertsViews*/
.expertsBanner {
    width: 100%;
    height: 135px;
    text-align: center;
    /* padding-top: 52px; */
    background: #f6f6f6 url(../images/columnsImg/expert-banner.jpg) center center no-repeat;
}

.topBanner {
    width: 1250px;
    margin: 0 auto;
    padding: 0 25px;
    padding-top: 45px;
    box-sizing: border-box;
    text-align: left;
}

.bannerTitle {
    color: #29313d;
    font-family: ClearSansBold/*HelveticaRoman*/,Arial;
    font-size: 28px;
}

.bannerText {
    color: #29313d;
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}

.experts {
    width: 1250px;
    margin: 30px auto 0px;
    padding: 0 25px;
    box-sizing: border-box;
}

.experts_search_cont {
    width: 1200px;
    height: 34px;
    margin-bottom: 15px;
    position: relative;
}

.expertsSearch {
    width: 255px;
    height: 34px;
    float: right;
}

    .expertsSearch .search_inp {
        width: 245px;
        margin-right: 10px;
        height: 100%;
        line-height: 100%;
        background-color: #f6f6f6;
        padding-left: 5px;
        box-sizing: border-box;
        font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    }

.expertsNav {
    background-color: #f6f6f6;
    height: 40px;
    /*line-height:40px;*/
    width: 1200px;
    color: #595757;
    padding: 0 22px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
}

    .expertsNav li {
        /*height:50px;
    line-height:50px;*/
        display: inline-block;
        padding: 0 47px;
        box-sizing: border-box;
        /*margin-right:45px;*/
        cursor: pointer;
        font-size: 16px;
        /*margin-top:-5px;*/
    }

    .expertsNav > li > a { /*去掉a标签的行内样式，写在这里*/
        color: #595757;
    }

    .expertsNav > li:hover a {
        color: white !important;
    }

    .expertsNav > li > a:hover {
        color: white !important;
    }

.expertsCont {
    width: 1200px;
}

    .expertsCont li {
        width: 100%;
        /*padding:40px 0px 0px 0px;*/
        padding: 20px 0px 0px 0px;
        box-sizing: border-box;
    }

.expertsClicked {
    height: 50px;
    line-height: 50px;
    margin-top: -5px;
    background-color: #345677;
    color: white;
    -webkit-box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
    -moz-box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
    -o-box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
    box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
}

.expertsNav li:hover {
    height: 50px;
    line-height: 50px;
    margin-top: -5px;
    background-color: #345677;
    color: white;
    -webkit-box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
    -moz-box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
    -o-box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
    box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
}

.expertsNav li a:hover {
    color: white;
}

.expertsCont li {
    display: none;
}

.expertsContBlock {
    display: block!important;
}

.articleWarp {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;   
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width:1200px;*/
}

.articleCont {
    width: 375px;
    height: 478px;
    float: left;
    margin-top: 20px;
    position: relative;
    margin-right: 37px;
}

.articleCont_nom {
    margin-right: 0px !important;
}

.articleImg {
    width: 375px;
    height: 238px;
    overflow: hidden;
}

.articleImages {
    width: 375px;
    height: 238px;
}

.articleImg:hover .articleImages {
    transform: scale(1.1);
    transition: 1s;
}

.articles {
    height: 240px;
    padding: 10px;
    border: 1px solid #e8ebec;
    border-top: 0;
    /*position:relative;*/
}

    .articles .articlesTitle a {
        font-size: 19px;
        color: #2f2725;
        font-family: ClearSansBold/*HelveticaRoman*/,Arial;
        line-height: 22px;
        max-height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .articles .articlesText {
        margin-top: 10px;
        line-height: 18px;
        color: #595757;
        max-height: 54px;
        font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

.expertsAuthor {
    position: absolute;
    bottom: 20px;
    left: 10px;
    /*width:100%;*/
    height: 40px;
}

    .expertsAuthor .expertsAuthor_portrait {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        float: left;
        margin-right: 15px;
    }

        .expertsAuthor .expertsAuthor_portrait > img {
            width: 40px;
            height: 40px;
        }

    .expertsAuthor .expertsAuthor_Info {
        float: right;
    }

.expertsAuthor_name {
    font-size: 13px;
    color: #4c4948;
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    height: 24px;
    line-height: 24px;
}

.expertsAuthor_name a {
     color: #4c4948;
     font-size: 14px;
 }
.expertsAuthor_name a:hover {
     color: #428bca;
 }

.expertsAuthor_reader {
    height: 16px;
    line-height: 16px;
}

.articleCont:hover .articles .articlesTitle a {
    color: #428bca;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pagination > li > a, .pagination > li > span {
    color: gray;
    background-color: #f7f8f8;
    margin: 0 2px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    color: gray;
    background-color: #f7f8f8;
    margin: 0 2px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #7daad5;
    border-color: #7daad5;
}
/*ExpertsViews End*/

/*NewsFlash*/
.newsFlashBanner {
    width: 100%;
    height: 135px;
    text-align: center;
    background: #f7f8fa url(../images/columnsImg/flash-news-banner.jpg) center center no-repeat;
}

.flashTopBanner {
    width: 1250px;
    margin: 0 auto;
    padding: 0 25px;
    padding-top: 45px;
    box-sizing: border-box;
    text-align: left;
}

.flashBannerTitle {
    color: #29313d;
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    font-size: 28px;
}

.flashBannerText {
    color: #29313d;
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}

.newsFlashIndex {
    width: 1250px;
    margin: 30px auto 0px;
    padding: 0 25px;
    box-sizing: border-box;
}

.newsFlashWarp {
    padding-bottom: 10%;
    box-sizing: border-box;
}

.newsFlash_Left {
    float: left;
    width: 855px;
}

.search_cont {
    width: 855px;
    height: 34px;
    margin-bottom: 15px;
    position: relative;
}

.flashSearch {
    width: 255px;
    height: 34px;
    float: right;
}

    .flashSearch .search_inp {
        width: 245px;
        margin-right: 10px;
        height: 100%;
        line-height: 100%;
        background-color: #f6f6f6;
        padding-left: 5px;
        box-sizing: border-box;
        font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    }

.resultIcon_close {
    width: 34px;
    height: 34px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    background: url(../images/columnsImg/search_closeIcon.png) center center no-repeat;
    display: none;
}

.resultIcon_search {
    width: 34px;
    height: 34px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    background: url(../images/columnsImg/search_searchIcon.png) center center no-repeat;
}

.newsFlash_Right {
    float: right;
    width: 300px;
}

.newsFlashNav {
    background-color: #f6f6f6;
    height: 40px;
    width: 855px;
    color: #595757;
    padding: 0 22px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    margin-bottom: 35px;
}

    .newsFlashNav li {
        display: inline-block;
        /*padding:0 25px;*/
        width: 86px;
        text-align: center;
        box-sizing: border-box;
        cursor: pointer;
        font-size: 16px;
    }

    .newsFlashNav > li > a { /*去掉a标签的行内样式，写在这里*/
        color: #595757;
    }

    .newsFlashNav > li:hover a {
        color: white !important;
    }

    .newsFlashNav > li > a:hover {
        color: white !important;
    }

.tipWrap {
    width: 855px;
    height: 40px;
    line-height: 40px;
    font-family: ClearSansMedium/*HelveticaRoman*/,Arial;
    color: #595757;
    font-size: 14px;
    padding-left: 62px;
    box-sizing: border-box;
    background: #fff45c url(../images/columnsImg/messageTip.png) 22px center no-repeat;
    display: none;
    position: fixed;
    top: 65px;
    z-index: 100;
    cursor: pointer;
}


.newsFlashCont {
    width: 855px;
}

    .newsFlashCont li {
        width: 100%;
        padding: 0px 0px 0px 0px;
        box-sizing: border-box;
    }

.newsFlashClicked {
    height: 50px;
    line-height: 50px;
    margin-top: -5px;
    background-color: #345677;
    color: white;
    -webkit-box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
    -moz-box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
    -o-box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
    box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
}

.newsFlashNav li:hover {
    height: 50px;
    line-height: 50px;
    margin-top: -5px;
    background-color: #345677;
    color: white;
    -webkit-box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
    -moz-box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
    -o-box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
    box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
}

.newsFlashCont li {
    display: none;
}

.newsFlashContBlock {
    display: block!important;
}

.flashBox {
    border-top: 2px solid #5190ca;
}

.dateCont {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e0dddd;
    background-color: #f6f6f6;
    padding-left: 22px;
    box-sizing: border-box;
    font-family: ClearSansMedium/*HelveticaRoman*/,Arial;
    color: #2f2725;
    font-size: 14px;
}

.flashWarp_Item {
    padding: 10px 10px 10px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0dddd;
    position: relative;
    font-family: ClearSansMedium/*HelveticaRoman*/,Arial;
    color: #2f2725;
}

.flashWarp_Item_Times {
    padding-left: 22px;
    /*width:100px;*/
    width: 140px;
    line-height: 23px;
    color: #595757;
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    font-size: 15px;
    display: block;
    background: url(https://img.chinaknowledge.com/Icon/arrow.png) left 5px no-repeat;
    background-size: 6px 6px;
    position: absolute;
    top: 10px;
}

.flashWarp_Item_append {
    background-color: rgba(105,159,209,0.3);
}

.flashWarp_Item_Text {
    line-height: 23px;
    color: #595757;
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    font-size: 15px;
    width: 700px;
    margin-left: 140px;
    display: block;
}

.flashLoadMore {
    cursor: pointer;
    width: 855px;
    /*height:45px;
    line-height:45px;*/
    height: 43px;
    line-height: 43px;
    text-align: center;
    background-color: #bdd7ea;
    color: white;
    font-size: 16px;
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    margin-top: 60px;
    /*margin-bottom:80px;*/
}

    .flashLoadMore:hover {
        background-color: #28486d;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
/*NewsFlash End*/

/*News Stories*/
.newsStoriesBanner {
    width: 100%;
    height: 135px;
    text-align: center;
    background: #f6f6f6 url(../images/columnsImg/new-story-banner.jpg) center center no-repeat;
}

.storiesTopBanner {
    width: 1250px;
    margin: 0 auto;
    padding: 0 25px;
    padding-top: 45px;
    box-sizing: border-box;
    text-align: left;
}

.storiesBannerTitle {
    color: #29313d;
    font-family: ClearSansBold/*HelveticaRoman*/,Arial;
    font-size: 28px;
}

.storiesBannerText {
    color: #29313d;
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}

.newsStroies {
    width: 1250px;
    margin: 30px auto 0px;
    padding: 0 25px;
    box-sizing: border-box;
}

.newsStroiesWarp {
    padding-bottom: 10%;
    box-sizing: border-box;
}

.newsStroies_Left {
    float: left;
    width: 855px;
}

.expertsPerson_left {
    float: left;
    width: 300px;
    background: rgb(249,248,248);
}

.expertsPerson_right {
    float: right;
    width: 855px;
}

.storiesSearch {
    width: 255px;
    height: 34px;
    float: right;
}

    .storiesSearch .search_inp {
        width: 245px;
        margin-right: 10px;
        height: 100%;
        line-height: 100%;
        background-color: #f6f6f6;
        padding-left: 5px;
        box-sizing: border-box;
        font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    }

.newsStroiesNav {
    background-color: #f6f6f6;
    height: 40px;
    width: 855px;
    color: #595757;
    padding: 0 22px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
}

    .newsStroiesNav li {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        margin-top: -5px;
        /*width:95px;*/
        padding: 0 21px;
        text-align: center;
        box-sizing: border-box;
        cursor: pointer;
        font-size: 16px;
    }

    .newsStroiesNav > li > a {
        color: #595757;
    }

    .newsStroiesNav > li:hover a {
        color: white !important;
    }

    .newsStroiesNav > li > a:hover {
        color: white !important;
    }

.newsStroiesCont {
    width: 855px;
}

    .newsStroiesCont li {
        width: 100%;
        padding: 20px 0px 0px 0px;
        box-sizing: border-box;
    }

.expertarticleCont {
    width: 855px;
}

    .expertarticleCont li {
        width: 100%;
        box-sizing: border-box;
        margin-top: -15px;
    }

.newsStroiesClicked {
    height: 50px;
    line-height: 50px;
    margin-top: -5px;
    background-color: #345677;
    color: white;
    -webkit-box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
    -moz-box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
    -o-box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
    box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
}

.newsStroiesNav li:hover {
    height: 50px;
    line-height: 50px;
    margin-top: -5px;
    background-color: #345677;
    color: white;
    -webkit-box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
    -moz-box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
    -o-box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
    box-shadow: 2px 2px 2px rgba(162,162,162,0.55);
}

.newsStroiesCont li {
    display: none;
}

.newsStroiesContBlock {
    display: block!important;
}

.newsStroies_Right {
    float: right;
    width: 300px;
}

.inner {
    position: relative;
}

.newsInTextList {
    width: 855px;
    height: 163px;
    padding-top: 18px;
    padding-bottom: 18px;
    box-sizing: border-box;
}

    .newsInTextList:hover .listTitle a {
        color: #428bca;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.newsInTextListImg {
    width: 200px;
    height: 127px;
    float: left;
    overflow: hidden;
    background: url(../images/indexImg/loading.jpg) center center no-repeat;
}

.listImg {
    width: 200px;
    height: 127px;
}

    .listImg:hover {
        transform: scale(1.1);
        transition: 1s;
    }

.newsInTextListDiv {
    width: 630px;
    height: 127px;
    float: right;
    position: relative;
}

.listTitle a {
    font-size: 19px;
    color: #2f2725;
    font-family: ClearSansBold/*HelveticaRoman*/,Arial;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.listText a{
    margin-top: 10px;
    line-height: 18px;
    color: #595757;
    max-height: 54px;
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bottomInfo {
    height: 16px;
    line-height: 16px;
    position: absolute;
    bottom: 16px;
    left: 225px;
    overflow: hidden; /*清svg浮动*/
}

.visiting {
    height: 16px;
    line-height: 16px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.category {
    height: 16px;
    line-height: 16px;
    float: left;
    margin-right: 14px;
}

.categoryLabel {
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    color: #428bca;
    font-size: 14px;
    margin-right: 14px; /*种类和作者间距*/
}

.circle {
    display: inline-block; /*小圆点*/
    /*position:relative;
      left:-8px;*/
    margin-left: -10px;
    margin-right: 4px;
}

.categoryAuthor {
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    color: rgba(166,166,166,1);
    font-size: 14px;
}

.releaseTime {
    height: 16px;
    line-height: 16px;
    float: left;
    margin-right: 14px;
    overflow: hidden;
}

    .releaseTime .timeSvg {
        display: inline-block;
        float: left;
        margin: 2px 5px 0px 0px;
    }
/*.timeIcon{
      font-size:12px;
      color:rgba(166,166,166,1);
      margin-right:5px;
      原来的图标样式
  }*/
.timeNode {
    font-size: 14px;
    color: rgba(166,166,166,1);
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    float: right; /*svg浮动这个加浮动*/
}

.views {
    height: 16px;
    line-height: 16px;
    float: left;
    overflow: hidden;
}

    .views .eyeSvg {
        display: inline-block;
        float: left;
        margin: 1px 5px 0px 0px;
    }

.viewTotal {
    font-size: 14px;
    color: rgba(166,166,166,1);
    font-family: ClearSansRegular/*HelveticaRoman*/,Arial;
    float: right; /*svg浮动这个加浮动*/
}
/*News Stories End*/
