.container {

    width: 1200px;

    min-width: 1200px;

    margin:0 auto;

}

.clearfloat {

    zoom: 1;

}

.fl {

    float: left;

}

.fr {

    float: right;

}

/**新闻页面**/

.list-content {

    padding-top: 20px;

}

.list-content .news-list {

    padding: 0px 60px 10px 60px;

}

.list-content .news-list .news-item {

    padding-bottom: 50px;

    text-align: center;

}

.list-content .news-list .news-item a {

    display: block;

    height: 85px;

    width: 100%;

}

.list-content .news-list .news-item .new-time {

    padding-right: 40px;

    position: relative;

}

.list-content .news-list .news-item .new-time:after {

    content: "";

    display: block;

    width:12px;

    height:12px;

    background:#FF5B29;

    border-radius: 100%;

    position: absolute;

    top:35px;

    right: -10px;

}

.list-content .news-list .news-item .new-time p {

    color: #030303;

    font-size: 24px;

    padding-top: 13px;

    word-break: break-all;

 }

.list-content .news-list .news-item .new-time span {

    color: #8F8E94;

    font-size: 18px;

    padding-top: 5px;

    display: block;

}

.list-content .news-list .news-desc {

    text-align: left;

    padding-left: 47px;

    position: relative;

}

.list-content .news-list .news-desc:after {

    content: "";

    display: block;

    position: absolute;

    top: 47px;

    left: 3px;

    border: 1px solid #EEEEEE;

    height: 153px;

}

.list-content .news-list .news-item:last-child .news-desc:after {

    border:none;

}

.list-content .news-list .news-desc img {

    width:134px;

    height:84px;

    border-radius:4px;

}

.list-content .news-list .news-word {

    width: 760px;

    margin-left: 20px;



}

.list-content .news-list .news-desc h2 {

    color: #444349;

    font-size: 18px;

    font-weight:500;

}

.list-content .news-list .news-desc p {

    color: #8F8E94;

    font-size: 14px;

    padding-top: 14px;

    line-height:22px;

}

/**翻页**/

.list-content .page-out {

    height: 32px;

    text-align: center;

    padding-bottom: 50px;

}

.list-content .page-out li {

    padding: 0 10px;

    height:32px;

    border-radius:6px;

    border:1px solid rgba(217,217,217,1);

    float:left;

    line-height: 32px;

    text-align: center;

    cursor: pointer;

    margin-right: 8px;

}



.list-content .page-out li a {

    color: #595959;

    display: block;

    height: 32px;

    text-decoration: none;

}

.list-content .page-out li.thisclass {

    background: #FF5B29;

    border:1px solid #FF5B29;

}

.list-content .page-out li.thisclass{

    color:#fff;

}

.list-content .prev {

    background: url("../img/new-list-left.svg") no-repeat center center;

    width: 23px;

}

.list-content .next {

    background: url("../img/news-list-right.svg") no-repeat center center;

    width: 23px;

}

.list-content .numb {

    width: 26px;

}

.second-page-footer{

    margin-top: 90px;

    background:url(../img/second-page-footer-bg.jpg) no-repeat center top;

    background-size: cover;

    text-align: center;

    height: 240px;

}

.second-page-footer p {

    color: #FFFFFF;

    font-size: 28px;

    padding-top: 100px;

}



.news-detail-content {

    margin-top: 20px;
    margin-bottom: 20px;

}

.news-detail-content .news-detail-content-fl {

    background: #fff;

    padding: 30px 40px;

    width: 710px;

}

.news-detail-content .news-detail-content-fl h1 {

    color: #030303;

    font-size: 24px;

    line-height:34px;

    font-weight: normal;



}

.news-detail-content .news-detail-content-fl p.news-detail-time {

    color: #8F8E94;

    font-size: 14px;

    display: block;

    border-bottom: 1px solid #F0F2F5;

    margin-bottom: 40px;

    padding: 10px 0;

}

.news-detail-content .news-detail-content-fl .news-detail-words p {

    color: #444349;

    font-size: 16px;

    line-height: 30px;

    padding-bottom: 30px;

}

.news-detail-content .news-detail-content-fl .news-detail-words img {

    width: 100%!important;

    height: 100%!important;

}

.news-detail-content .news-detail-content-fl .news-post-link a{

    color: #030303;

    font-size: 16px;

}

.news-detail-content .news-detail-content-fl p.news-prev {

    padding-bottom: 20px;

    border-top: 1px solid #e8e8e8;

    padding-top: 40px;

}

.news-detail-content .news-detail-content-fl .news-post-link a:hover {

    color: #FF5B29;

    text-decoration-line: underline;

}

/**新闻右侧**/

.news-detail-content .news-detail-content-fr .news-moduld {

    width: 350px;

    padding: 20px;

    margin-bottom: 20px;

    background: #fff;

}

.news-detail-content .news-detail-content-fr .news-moduld .news-moduld-title {

    height: 33px;

    border-bottom: 1px solid #C8C7CC;

}

.news-detail-content .news-detail-content-fr .news-moduld .news-moduld-title h2{

    color: #FF5B29;

    font-size: 18px;

    display: inline-block;

    height: 32px;

    border-bottom: 1px solid #FF5B29;

}

.news-detail-content .news-detail-content-fr .news-moduld ul li {

    position: relative;

}

.news-detail-content .news-detail-content-fr .news-moduld ul li a {

    display: block;

    color: #030303;

    font-size: 14px;

    padding-top: 20px;

    padding-left: 10px;

}

.news-detail-content .news-detail-content-fr .news-moduld ul li a:hover {

    color: #FF5B29;

}

.news-detail-content .news-detail-content-fr .news-moduld ul li:after {

    position: absolute;

    content: "";

    top: 26px;

    left: 0px;

    width: 4px;

    height: 4px;

    border-radius: 100%;

    background: #8F8E94;

}

.news-detail-content .news-detail-content-fr .news-moduld-case a{

    display: inline-block;

    width:112px;

    height:34px;

    text-align: center;

    line-height: 34px;

    color: #030303;

    font-size: 14px;

    margin-top: 20px;

    position: relative;

}

.news-detail-content .news-detail-content-fr .news-moduld-case a.center:after{

    position: absolute;

    height: 20px;

    width: 1px;

    content:"";

    left: 0;

    top:10px;

    background: #EEEEEE

}

.news-detail-content .news-detail-content-fr .news-moduld-case a.center:before{

    position: absolute;

    height: 20px;

    width: 1px;

    content:"";

    right: 0;

    top:10px;

    background: #EEEEEE

}

.news-detail-content .news-detail-content-fr .news-moduld dl {

    clear: both;

    margin-top: 20px;

    height: 80px;

}

.news-detail-content .news-detail-content-fr .news-moduld dl dt {

    float: left;

    width: 80px;

    height: 80px;

    margin-right: 10px;

}

.news-detail-content .news-detail-content-fr .news-moduld dl dt img {

    width: 80px;

    height: 80px;

}

.news-detail-content .news-detail-content-fr .news-moduld dl dd{

    color: #8F8E94;

    font-size: 16px;

}

.news-detail-content .news-detail-content-fr .news-moduld dl dd.top{

    color: #030303;

    font-size: 18px;

    padding: 20px 0px 10px 0px;

}

.second-page-footer{

    margin-top: 90px;

    background:url(../img/second-page-footer-bg.jpg) no-repeat center top;

    background-size: cover;

    text-align: center;

    height: 240px;

}

.second-page-footer p {

    color: #FFFFFF;

    font-size: 28px;

    padding-top: 100px;

}