.news_box {
    margin: 0 auto 20px;
    overflow: auto;
    background: #F8F8F8;
    overflow: hidden
}

.news_box .content {
    float: left;
    width: 100%;
    max-width: 1200px;
    background: #FFF;
    font-size: 12px;
    line-height: 2em
}

.main-content {
    padding: 0 40px
}

.main-content li {
    clear: both;
    overflow: hidden;
    position: relative;
    padding: 35px 0 25px 0;
    border-bottom: 1px #F1F1F1 dotted
}

.left {
    width: 30.54%;
    height: 140px;
    float: left
}

.news-pic {
    width: 100%;
    height: 100%;
}

.news-logo {
    width: 75px;
    height: 30px;
    color: #FFF;
    line-height: 30px;
    text-align: center;
    position: absolute
}

.news-bsxw .news-logo {
    background: #3598db
}

.news-bsgg .news-logo {
    background: #fc9311
}

.news-qjsd .news-logo {
    background: #1bbc9b
}

.right {
    float: right;
    width: 67.04%
}

.right img {
    width: 100%;
    height: 100%
}

h2.news-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 22px;
    width: 505px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

h2.news-title a {
    color: #2e2e2e;
    text-decoration: none
}

h2.news-title a:hover {
    color: #2845d8;
    text-decoration: none
}

p.pub-time {
    width: 40%;
    font-size: 12px;
    color: #CCC;
    position: absolute;
    bottom: 0;
    margin-bottom: 22px
}

p.read-count {
    padding-left: 30px;
    position: absolute;
    right: 10px;
    bottom: 0;
    margin-bottom: 22px;
    text-align: right;
    font-size: 12px;
    color: #CCC;
    background: url("/images/icon/eyes_03.png") no-repeat left center
}

.pagination-wrap {
    margin-right: 30px
}

.picc-pagination .pagination li a {
    border-radius: 3px;
    color: #252534
}

.picc-pagination .pagination li a:hover {
    background: #ea5404;
    color: #FFF
}

.picc-pagination .pagination li:first-child a {
    margin: 0 0
}

.picc-pagination .pagination li:last-child a {
    margin: 0 0
}

li.current a {
    background: #ea5404;
    color: #FFF
}

.news-summary {
    color: #666666;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

#newsDetailMainBox {
    padding: 20px;
    min-height: 600px
}

#newsDetailMainBox h1 {
    font-size: 20px;
    text-align: center
}

#newsDetailMainBox .text-info {
    border-bottom: solid #e9e9e9 1px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 10px
}

#newsDetailMainBox .text-info span {
    margin-right: 20px
}

#newsDetailMainBox .main {
    font-size: 14px;
    line-height: 1.8
}

#newsDetailMainBox .main img {
    max-width: 100%
}

.new-list {
    overflow: hidden;
    margin-top: 20px;
    background: #fff;
    margin-bottom: 20px;
    padding: 30px 40px
}

.new-list-top {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid #eee;
    line-height: 50px
}

.J_transfer_page {
    display: inline-block;
    font-size: 0;
    border: solid #e5e5e5;
    border-width: 0 0 1px 1px
}

.pagination {
    margin-top: 20px;
    margin-bottom: 20px
}

.pagination li, .pagination a, .pagination input {
    height: 38px;
    line-height: 38px;
    font-size: 14px
}

.pagination li {
    padding-left: 15px;
    padding-right: 15px;
    color: #333;
    background-color: white;
    border: solid #e5e5e5;
    border-width: 1px 1px 0 0
}

.pagination li.active {
    background-color: #2845d8
}

.pagination li.active a {
    color: #fff
}

.pagination .prev, .pagination .paginationol, .pagination .next {
    display: inline-block
}

.pagination .prev, .pagination .next {
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
    border: solid #e5e5e5;
    border-width: 1px 1px 0 0;
    cursor: pointer;
}

.paginationol:last-child li:nth-child(2) {
    background-color: #eeeeee
}

.paginationol li {
    display: inline-block
}

.paginationol input {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    width: 50px;
    text-align: center
}