﻿.new_wrap {
    width: 1200px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
    padding-top: 130px;
    padding-bottom: 30px;
    position: relative;
    background: #fcfcfc;
}

.new-list li {
    width: 840px;
    border-bottom: 1px solid #dddddd;
    padding: 25px 0;
}

.new-list li div img {
    width: 120px;
    height: 80px;
    display: block;
    float: left;
}

.border_top {
    border-top: 1px solid #fcfcfc;
}

.new-list {
    float: left;
    padding-bottom: 40px;
}

.new-list li .new-desc {
    float: right;
}

.new-list li .new-desc p {
    width: 690px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 20px;
}

.new-desc h3 {
    font-weight: bold;
    color: #000000;
    font-size: 16px;
}

.new-desc h3 span {
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #999999;
}

.list-page {
    width: 860px;
    text-align: center;
    margin-top: 20px;
}

.list-page a {
    border: 1px solid #dddddd;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 5px;
}

.hot-news {
    float: right;
    border: 1px solid #e3e3e3;
    padding: 10px 0;
    background: #fff;
    width: 230px;
}

.hot-news li {
    margin-top: 25px;
    font-size: 16px;
    padding: 0 30px 0 40px;
    background: url("../Images/circle.png") no-repeat 20px center;
}

.hot-news li a {
    color: #ee5148;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hot-news h3, .desc_content h3 {
    font-weight: bold;
    width: 100px;
    height: 40px;
    background: url("../Images/hot_news.png") no-repeat;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

/*---------新闻详情----------*/
.desc_wrap {
    /*padding-top:20px !important;*/
}

.desc_title {
    width: 1200px;
    margin: 0 auto;
    padding-top: 130px;
}

.news_title {
    width: 800px;
    height: 400px;
    background: #ee5148;
    float: left;
    color: #fff;
    padding: 80px 0 0 100px;
}

.news_title h2 {
    font-size: 34px;
    font-weight: bold;
}

.news_title h3 {
    font-weight: bold;
    font-size: 24px;
    margin-top: 25px;
}

.desc_title img {
    width: 400px;
    height: 400px;
    display: block;
}

.desc_title p {
    margin-top: 30px;
    font-size: 16px;
}

.desc_content {
    width: 860px;
    border: 1px solid #e3e3e3;
    padding: 10px 0;
    float: left;
    background: #fff;
}

.detail-wrap {
    position: relative;
    padding: 0 20px;
    padding-bottom: 100px;
}

.detail-wrap .small {
    display: block;
    text-align: center;
    color: #999;
    margin-bottom: 20px;
}

.detail-wrap h2 {
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.detail-wrap-footer {
    position: relative;
}

.detail-wrap-footer .btn-box {
    position: absolute;
    right: 0;
    top: 30px;
}

.detail-wrap-footer .btn-box .btnLeft {
    margin-right: 12px;
}

.detail-wrap .time {
    font-size: 16px;
    color: #444;
    margin-top: 3px;
    text-indent: 40px;
}

.bg {
    background: #f3f3f3;
}

.w {
    width: 1300px;
    margin: 0 auto;
    background: #fcfcfc;
}

