.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1230px) {
    .container {
        padding-left:0;
        padding-right: 0;
        width: 1200px
    }
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

.clearfix {
    *zoom:1}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden
}

.clearboth,.clearfix:after {
    clear: both;
    font-size: 0;
    height: 0
}

.clearboth {
    line-height: 0;
    overflow: hidden
}

a,a:hover {
    text-decoration: none
}

body,ul {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

.header {
    background: #333;
    padding: 10px 0
}

.header .head-left {
    font-size: 28px;
    color: #be9a78;
    line-height: 66px
}

.header .head-right {
    line-height: 60px;
    padding-left: 10px;
    text-align: right;
    vertical-align: middle
}

.header .head-right .post-btn {
    background: #be9a78;
    border: 1px solid #be9a78;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px
}

.main-view {
    padding: 20px 0
}

.main-view .pasge-news-lists li {
    border-bottom: 1px dashed #dcdcdc;
    line-height: 25px;
    list-style: none;
    padding: 10px 0;
    position: relative
}

.main-view .pasge-news-lists li a {
    color: #5a5a5a;
    display: block;
    font-size: 16px;
    overflow: hidden;
    padding-right: 80px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main-view .pasge-news-lists li a:hover {
    color: #be9a78
}

.main-view .pasge-news-lists li span {
    color: #787878;
    font-size: 14px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 10px;
    width: 80px
}

.page-news-details {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 5px 20px 20px
}

.page-news-details .details-source {
    border-bottom: 1px dashed #e6e6e6;
    line-height: 35px;
    margin-bottom: 10px;
    padding: 15px 0;
    text-align: center
}

.page-news-details .details-source h3 {
    color: #2e2c3e;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 4px
}

.page-news-details .details-source .time {
    color: #82808b;
    font-size: 14px
}

.page-news-details .details-main {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px
}

.page-news-details .details-main p {
    color: #666
}

.page-news-details .details-main .article-img {
    margin: 5px 0;
    text-align: center
}

.page-news-details .details-main .article-img img {
    border: 1px solid #efefef;
    height: auto!important;
    max-width: 100%;
    padding: 1px
}

.page-news-details .prev-next .next,.page-news-details .prev-next .prev {
    color: #333;
    float: left;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 47.5%
}

.page-news-details .prev-next .prev {
    padding-right: 2.5%
}

.page-news-details .prev-next .next {
    padding-left: 2.5%
}

.page-news-details .prev-next a {
    color: #333;
    font-size: 14px
}

.page-news-details .prev-next a:hover {
    color: #be9a78
}

.new-crumbs {
    line-height: 40px
}

.new-crumbs a {
    color: #333;
    font-size: 14px
}

.new-crumbs a:hover {
    color: #be9a78
}

.new-crumbs span {
    color: #333;
    font-size: 1px
}

.footer {
    background: #be9a78;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    padding: 10px 0;
    text-align: left
}

.page-content {
    margin-top: 20px
}

.page-left.pull-left {
    font-size: 14px;
    line-height: 27px;
    width: auto
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.error-wrap {
    text-align: center
}

.error-wrap .img-404 {
    max-width: 100%
}

.pagination {
    color: #666;
    font-size: 12px;
    line-height: 25px;
    text-align: center
}

.pagination a,.pagination span {
    border: 1px solid #efefef;
    display: inline-block;
    margin: 0 2px;
    padding: 0 10px;
    vertical-align: middle
}

.pagination a {
    background: #fff
}

.pagination li {
    display: inline
}

.pagination li:not(.disabled).active a,.pagination li:not(.disabled).active span,.pagination li:not(.disabled):hover a,.pagination li:not(.disabled):hover span {
    background: #be9a78;
    border-color: transparent;
    color: #fff
}

.pagination li.disabled {
    cursor: not-allowed
}
