/* news */

/* ?��?��????����?? */
.poster-main {
    position: relative;
    /*width: 1100px;*/
    height: auto !important;
}

.poster-main a, .poster-main img {
    display: block;
    border: 1px solid gainsboro;
}

.poster-main .poster-list {
    width: 670px;
    height: 457px;
}

.poster-main .poster-list .poster-item {
    position: absolute;
    left: 0;
    top: 0;
}

.poster-main .poster-btn {
    position: absolute;
    top: 0;
    width: 100px;
    height: 270px;
    z-index: 10;
    cursor: pointer;
    opacity: 0.8
}

.poster-main .poster-prev-btn {
    width: 42px !important;
    height: 42px !important;
    top: 196px;
    left: -72px;
    background:url("../images/icon-11.png") no-repeat;
}


.poster-main .poster-next-btn {
    width: 42px !important;
    height: 42px !important;
    right: -72px;
    top: 196px;
    background:url("../images/icon-12.png") no-repeat;
}

.page-news {
    width: 100%;
    overflow: hidden;
}

.news-top {
    width: 100%;
    overflow: hidden;
}

.page-news .news-top h1 {
    font-size: 18px;
    line-height: 1.5;
    overflow: hidden;
    color: #0f87c2;
    float: left;
    margin: 0;
    background: url(../images/news_h1.jpg) no-repeat left bottom;
    height: 50px;
}

.page-news .news-top h1 a {
    color: inherit;
}

.page-news .news-top .time {
    width: auto;
    font-size: 12px;
    color: #999999;
    float: right;
    border: none;
    background: none;
}

.page-news .news-top .info {
    color: #7f7f7f;
    line-height: 24px;
    clear: both;
    padding: 32px 0 65px 0;
    float: left;
    border-bottom: 1px solid #dfdfdf;
}

.page-news .news-list {
    padding-top: 50px;
    min-height: 168px;
}

.page-news .news-list li {
    height: 49px;
    line-height: 58px;
    border-bottom: 1px dashed #dfdfdf;
    color: #444444;
    clear: both;
}

.page-news .news-list li a {
    background: url(../images/news_list.jpg) no-repeat 0 center;
    padding-left: 15px;
    color: inherit;
}

.page-news .news-list li span {
    float: right;
    color: #b4b4b4;
}

.page-news-title {
    font-size: 18px;
    color: #014099;
    line-height: 33px;
    margin: 0;
    text-align: center;
    font-weight: bold;
}

.page-news-meta {
    font-size: 12px;
    line-height: 35px;
    width: 100%;
    text-align: center;
    color: #676767;
    background-color: #e8f2ff;
    margin: 25px 0px 40px 0;
}

.page-news-meta span {
    display: inline-block;
    margin: 0 29px;
}

.page-content-article {
    width: 886px;
    margin: 0 auto;
    text-align: justify;
}

.page-content-article p {
    color: #474747;
    line-height: 30px;
}

.page-pagination {
    width: 100%;
    margin: 30px 0;
    text-align: center;
}

.page-pagination a {
    display: inline-block;

    margin: 0 5px;
    padding: 6px 10px;

    cursor: pointer;
    text-decoration: none;

    color: #5b5b5b;
    border: 1px solid #ddd;
}

.page-pagination a:hover {
    color: #fff;
    border-color: #003c64;
    background-color: #003c64;
}

.page-pagination a.jp-disabled {
    cursor: no-drop;

    opacity: .5;
}

.page-pagination a.jp-disabled:hover {
    color: #5b5b5b;
    border-color: #ddd;
    background-color: #fff;
}

.page-pagination a.jp-current {
    cursor: default;
    color: #fff;
    border-color: #003c64;
    background-color: #003c64;
}

.page-news-pager {
    width: 100%;
    margin-top: 60px;
    border-top: 1px solid #dedede;
}

.page-news-pager a {
    font-size: 14px;
    line-height: 48px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #444444;
    border-bottom: 1px solid #dedede;
}

.page-news-pager a .fa {
    margin-right: 15px;
}

.page-news-pager a:hover,
.page-news-pager a:focus {
    color: #444444;
}

.page-news-back {
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: block;
    float: right;
    margin: 20px 0 94px 0;
    text-align: center;
    color: #272625;
    border-radius: 5px;
    background-color: #e2cda4;
}

.page-news-back .fa {
    margin-right: 5px;
}

.pandian_nr {
    padding: 9px;
    position: absolute;
    left: 15%;
    top: 30px;
    border: 1px solid #ed0000;
    right: 15%;
}

.pandian_nr:hover {
    border-style: dashed;
}