﻿@charset "utf-8";
img {
    display: block;
    width: 100%;
}

.logo img{
    width: auto;
}
/* .top-title{
    background-color: #fff;
    padding: 15px 0;
    border-bottom: 2px solid #555555;
}
.top-title h2{
    font-size: 22px;
    color: #333;
    padding-left: 20px;
}
.top-title h2 span{
    font-size: 14px;
    color: #545454;
} */
.news-container {
    background-color: #fff;
}
.list-box {
    width: 864px;
    float: left;
    box-sizing: border-box;
    padding: 15px 0;
}
.hot-box {
    width: 329px;
    float: right;
    padding: 15px 20px;
    box-sizing: border-box;/* background-color: #f9f9f9; */
}
.list-item {
    border-bottom: 1px dashed #e2e1e0;
}
.list-item:hover {
    background-color: #fafafa;
}
.list-item .left-img, .list-item .right-info {
    display: inline-block;
    height: 146px;
    margin: 15px 0;
    vertical-align: middle;
    overflow: hidden;
}
.list-item .left-img {
    width: 240px;
	height: 145px;
}
.list-item .left-img img{
	max-width: 100%;
    width: 240px;
	height: 145px;
}
.list-item .right-info {
    width: 595px;
    padding-left: 15px;
}
.list-item .right-info h3 {
    color: #1e0000;
    margin-top: 15px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-item .right-info p {
    color: #999;
    font-size: 12px;
}
.list-item .right-info .desc-txt {
    margin: 15px 0 25px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.view-num::before {
    content: '';
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 5px;
    width: 18px;
    height: 13px;
    background: url('../images/eye.png') no-repeat;
}
.hot-box h3 {
    font-size: 18px;
    color: #424242;
}
.hot-box .hot1 {
    width: 289px;
    margin-top: 15px;
    margin-bottom: 24px;
    position: relative;
    position: relative;
    max-height: 169px;
    overflow: hidden;
}
.hot-box .hot1 p {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 18px;
}
.hot-box .hot1::before {
    content: '1';
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    background-color: #ff3600;
}
.hot-list .hot-item {
    margin-bottom: 20px;
}
.hot-list .hot-item .hot-img, .hot-list .hot-item .hot-info {
    display: inline-block;
    vertical-align: middle;
    height: 70px;
    overflow: hidden;
}
.hot-list .hot-item .hot-img {
    width: 120px;
    position: relative;
}
.hot-list .hot-item .hot-img .sort-num {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    background-color: #ff3600;
}
.hot-list .hot-item .hot-info {
    width: 158px;
    margin-left: 5px;
}
.hot-list .hot-item .hot-info .hot-desc {
    line-height: 24px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    color: #555555;
}
.hot-list .hot-item .hot-info .time {
    color: #aaa;
    font-size: 12px;
    margin-top: 10px;
}


/* 分页 */

.page-container {
    text-align: center;
    width: 320px;
    margin: 35px auto;
    border: 1px solid #e0e0e0;
}

.page-container a {
    float: left;
    color: #b0b0b0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.page-container a.on {
    background-color: #757575;
    color: #fff;
}

.page-container a.disabled {
    cursor: not-allowed;
    color: #b0b0b0;
}

.page-container a+a {
    border-left: 1px solid #e0e0e0;
}

.page-container .prev,
.page-container .next {
    font-size: 12px;
    width: 80px;
    color: #333333;
}


/* 详情 */

.news_detail_wrapper .news-container {
    background-color: #f5f5f5;
    margin-bottom: 60px;
}

.detail-box {
    width: 880px;
    float: left;
    box-sizing: border-box;
    padding: 50px 66px 80px;
    background-color: #fff;
}

.news_detail_wrapper .hot-box {
    background-color: #fff;
}

.detail-box>h3 {
    font-size: 28px;
    color: #333;
}

.view-box {
    color: #999999;
    font-size: 14px;
    margin-top: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.view-box .view-num {
    margin-left: 30px;
}

.content-txt {
    margin-top: 40px;
	text-indent: 2em;
}
.content-txt img{display: block;max-width: 748px;}
.content-txt p {
    color: #757575;
    font-size: 15px;
    line-height: 30px;
}

.content-txt p img {
    margin: 5px 0;
    max-width: 748px;
}

.now-page li {
    float: left;
    line-height: 35px;
    font-size: 12px;
    color: #d2d2d2;
    margin-right: 5px;
}
.li-left a{font-size: 24px;border-left: 9px solid #708157;padding-left: 15px;}
.now-page .li-right{float: right;}
.li-right a{font-size: 14px;}
/*分页*/

.page_wrapper {
    padding: 42px 0;
    position: relative;
}

.new-pages {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	width: 460px;
}

.new-pages .new-pg {
    width: 30px;
    line-height: 30px;
    color: #666463;
    background-color: #f6f6f6;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #e7e7e7;
    margin-right: 4px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.new-pages .new-pg.pre,
.new-pages .new-pg.next {
    width: 82px;
}

.new-pages .new-pg.disabled {
    background-color: #fff;
    color: #d0dde2;
    cursor: not-allowed;
}

.new-pages .new-pg.active {
    background-color: '#fff';
    border: none;
    color: #e55051;
}

.new-pages .new-pg.null {
    background-color: '#fff';
    border: none;
}

.new-pages .sum {
    line-height: 30px;
    padding: 0 20px;
}

.new-pages .page-num {
    width: 29px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    text-indent: 0;
    text-align: center;
}

.new-pages .goto-page {
    line-height: 28px;
    text-align: center;
    border: 1px solid #e5e5e5;
    background-color: #f6f6f6;
    margin-left: 8px;
}

.new-pages .endClass {
    line-height: 30px;
}
.f_l {float:left;margin-left: 40px;margin-top: 15px;}	
.m_r {width:300px;}	
.thumb {padding:5px 0 5px 0;}
.thumb img {border:#D0D0D0 1px solid;padding:3px;width: 128px;height: 98px;max-width: 100%;}
.thumb li {height:22px;line-height:22px;overflow:hidden;}	
.box_body {border:#DFD5C4 1px solid;border-top:none;padding:6px 8px 6px 8px;}
.box_body li {height:22px;line-height:22px;overflow:hidden;}
.box_body li a{color: #333;}
.li_dot .li-add{text-align: center;font-size: 16px;background: none;}
.li_dot .li-add a{color: #718055;} 
.box_head_1 {background-color: #718055;}
.box_head_1 div {height:27px;line-height:28px;overflow:hidden;padding:0 12px 0 15px;color:#333;}
.box_head_1 strong {font-size:14px;color: #fff;}
.guanggao{width: 300px;height: 250px;border: 0;}
.td-1{width: 282px;float: left;text-align: center;font-size: 16px;}		
.td-1 a{color:#ff8637;}	
.td-2{width: 282px;float: left;}
.td-2 a{color: #333;}	
.f_gray{float: right;}
.now-page{/*border-bottom:1px solid #e2e1e0;*/width: 1226px;height: 40px;margin: auto;}
.li-left a{color: #333;}
.li-right a{color: #333;}
.banner{height: 160px;width: 1226px;margin: auto;margin-bottom: 25px;margin-top: 25px;}



