/*内容css*/
#news{
    width: 100%;
    height: auto;
}
#news_nbody{
    width: 1200px;
    height: auto;
    margin: 0 339.828px;
}

#news_nbody>.nbody_bar:first-child{
    border-top: 1px solid transparent;
}

.nbody_bar{
    width: 100%;
    /* height: 221px; */
    padding: 30px 0;
    position: relative;
    border-top: 1px solid #e5e5e5;
    transition: all .36s ease;
    overflow: hidden;
    word-break: break-word;
}

.nbody_bar:hover{
    box-shadow: 0 0 10px 5px rgba(153, 153, 153, 0.15);
    width: 1250px;
    height: auto;
    padding-left: 25px;
}

.mc{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

.imgBox{
    width: 340px;
    height: 160px;
    float: left;
}

.imgBox img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.Box_inf{
    transition: all .36s ease;
    float: right;
    width: 785px;
    position: relative;
    z-index: 2;
}

.Box_inf1{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Box_inf1 a{
    font-weight: normal;
    width: 600px;
    font-size: 16px;
    color: #303030;
}

.nbody_bar:hover>.Box_inf>.Box_inf1>a{
    color:#f6b32f;
}

.Box_inf2{
    width: 600px;
    padding-top: 11px;
    font-size: 13px;
    overflow: hidden;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nbody_time{
    position: absolute;
    right: 27px;
    color: #999;
    top: 55px;
    font-size: 22px;
    line-height: 30px;
}

.nbody_time span{
    display: none;
}

.nbody_icon{
    position: absolute;
    width: 56px;
    top: 135px;
    right: 27px;
    height: 26px;
    border-left: 1px solid #e5e5e5;
    color: transparent;
}

.nbody_you1{
    transition: all .36s ease;
    font-weight: 400;
    position: absolute;
    top: 50%;
    color: #999;
    font-size: 20px;
    transform: translateY(-50%);
    left: 15px;
}

.nbody_bar:hover>.nbody_icon>.nbody_you1{
    left: 30px;
    opacity: 0;
}

.nbody_bar:hover>.nbody_icon>.nbody_you2{
    left: 15px;
    opacity: inherit;
}

.icon_img{
    width: 20px;
    height: 20px;
}

.nbody_you2{
    left: -30px;
    opacity: 0;
    font-weight: 400;
    transition: all .36s ease;
    position: absolute;
    top: 50%;
    color: #999;
    font-size: 20px;
    transform: translateY(-50%);
}

.nbody_you2:hover{

}

.block_icon>img::before{
    content: "\e624";
}

.clearfix{
    zoom: 1;
}

.clearfix::after{
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

/*页数导航栏css*/
.pagination {
    display: block;
    margin: 20px 0 0;
}
.pagination>div{
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 20px auto;

}
.pagination>div>a{
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
    color: #444444;
}
.pagination>div>span{
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
}
.current{
    background-color: #f6b32f;
    border: 1px solid #f6b32f;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    min-width: 28px;
    font-size: 14px;
    
}
.num{
    text-decoration: none;
    border: 1px solid #c9caca;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    min-width: 28px;
    font-size: 14px;
    color: #898989;
    font-weight: 400;
    letter-spacing: 0;
    cursor: pointer;
}

.paging {
    display: flex;
    justify-content: center;
}

.paging li.active {
    color: #f6a702;
}

.paging li{
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin: 0 5px;
    color: #333;
    transition: all .2s ease-out;
}

.paging li>a{
    color: #333;
}








/*news_one页面css*/
.articledetail-title{
    text-align: center;
}

.articledetail-title h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
    color: #333;
    font-weight: normal;
}

.articledetail-title p {
    text-align: center;
    color: #333;
    font-size: 14px;
}

.articledetail-title p>a {
    font-family: Lato;
    font-size: 14px;
    color: #545454;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
}

.articledetail-user-shareit{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

.stButton{
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: #000;
    display: inline-block;
    cursor: pointer;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 11px;
    line-height: 16px;
}

.stLarge {
    background-size: cover;
    -ms-behavior: url(https://ws.sharethis.com/images/2017/backgroundsize.min.htc);
    display: inline-block;
    height: 32px;
    width: 32px;
    position: relative;
}

.share-span {
    display: inline-block;
    margin: 1px;
    text-align: center !important;
    cursor: pointer;
}

.en-social-icon.social-icon-line {
    background: url(../image/line.png);
}

.en-social-icon.social-icon-wechat {
    background: url(../image/weixin.png);
}

.en-social-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: baseline;
}

.stButton .stLarge {
    background-size: cover;
    -ms-behavior: url(https://ws.sharethis.com/images/2017/backgroundsize.min.htc);
    display: inline-block;
    height: 32px;
    width: 32px;
    position: relative;
}

.articledetail-cont{
    /*font-family: Lato;*/
    /*font-size: 14px;*/
    color: #545454;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
}

.fix {
    clear: both;
    zoom: 1;
}

.articledetail-cont h2{
    font-weight: normal;
}

.articledetail-cont img{
    max-width: 100%;
    height: auto !important;
}

.firstRow_img{
    width: 372px;
    height: 363px;
}

.firstRow_img2 {
    width: 874px;
    height: 256px;
}

.firstRow_img2 {
    width: 881px;
    height: 355px;
}

.sliderTable {
    position: relative;
    width: 100%;
    overflow: auto;
}

.sliderTable {
    position: relative;
    width: 100%;
    overflow: auto;
}

.mb10 {
    margin-bottom: 10px;
}
.mt10 {
    margin-top: 10px;
}

.firstRow{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.fix:after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: ".";
}
/* 
body .pager {
    padding-left: 0;
    margin: 10px;
    list-style: none;
    text-align: center;
    margin-top: 30px;
}

.fix {
    clear: both;
    zoom: 1;
} */

.list-paddingleft-2{
    /*font-family: Lato;*/
    /*font-size: 14px;*/
    color: #545454;
    font-weight: 400;
    letter-spacing: 0;
    /*line-height: 1em;*/
    text-align: left;
}

.list-paddingleft-2>li>img{
    width: 100%;
    height: auto;
}

.list-paddingleft-2>li>p>a>img{
    max-width: 100%;
    height: auto;
}

.list-paddingleft-2>li>p>img{
    max-width: 100%;
    height: auto;
}
.list-paddingleft-2>li>p>span>img{
    max-width: 100%;
    height: auto;
}
.list-paddingleft-2>li>p>strong>span>img{
    max-width: 100%;
    height: auto;
}
.pager li>span {
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
}

.tl {
    text-align: left;
}
.tl>a{
    text-decoration: none;
    color: #545454;
}
.tl>a:hover{
    color: hsl(204, 65%, 56%);
}
.fl {
    float: left;
    color: #545454;
}
.tr {
    text-align: right;
    color: #545454;
}
.tr>a{
    color: #545454;
    text-decoration: none;
}
.tr>a:hover{
    color: hsl(204, 65%, 56%);
}

.fr {
    float: right;
    color: #545454;
}
 /* .pager li {
    display: inline;
} */

/* .pager {
    text-decoration: none;
    display: inline-block;
    padding: 5px 14px;
    border: 1px solid #ddd;
    border-radius: 15px;
} */

/* body .pager .next>a {
    float: right;
    font-family: Lato;
    font-size: 14px;
    color: #545454;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
}
.pager .next>a:hover{
    background-color: rgba(153, 153, 153, 0.24);
    color: #f6b32f;
}  */

.keyword_list {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
    border-color: rgba(165,165,165,0.7);
}

.keyword_list a {
    color: #666;
    padding: 0 12px;
    margin: 0 10px 10px 0;
    float: left;
    border: 1px solid #ddd;
    border-radius: 50px;
    border-color: rgba(165,165,165,0.7);
    font-family: Lato;
    font-size: 14px;
    color: #545454;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
}

.keyword_list a:hover{
    color: #f6b32f;
}

/*轮播图css*/
.related_body{
    width: 100%;
    height: auto;
}

.related_area{
    /* width: 1180px; */
    width: 100%;
    height: auto;
    /*margin: 16px 10px 0 10px;*/
}

.sitewidget-hd>h2 {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: center;
}

.related_area2{
    margin-top: 16px;
    text-align: center;
}