/* 右侧为列表样式 */
.newsList li {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.newsList li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 16px;
    overflow: hidden;
    font-weight: bold;
    float: left;
    width: 80%;
    color: #333;
}

.newsList li .time {
    float: right;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.newsList li a:hover {
    color: #00468e;
}

.newsList li .title {
    overflow: hidden;
    margin-bottom: 15px;
}

.newsList li p {
    font-size: 14px;
    color: #999;
    height: 40px;
    overflow: hidden;
}

/* 分页 */
.e_box {
    position: relative;
    border: 0;
    width: inherit;
    height: inherit;
    margin: 0;
    padding: 0
}

.p_OccupyBox {
    margin: 0;
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    overflow: hidden;
}

.e_pagebox {
    margin: 30px auto;
    height: auto;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}

.p_page div {
    line-height: 28px;
    margin-left: 4px;
}



.p_page .pre {
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    /* margin-left: 18px; */
    /* margin-right: 5px; */
}

.p_page .pageNum {
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    /* position: static; */
    line-height: 28px;
}

.p_page .next {
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
}

.p_page .p_PageInterval {
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    /* position: static; */
    margin-right: 5px;
    line-height: 38px;
    font-size: 12px;
}

.p_page .pre:after {
    content: "";
    display: none;
    position: absolute;
    top: 5px;
    left: -14px;
    width: 27px;
    height: 27px;
    background-color: rgba(242, 242, 242, 1);
    font-size: 0;
    line-height: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.p_page .pre:hover:after {
    top: 4px;
    left: -12px;
    background-color: rgba(101, 190, 186, 1);
    border-radius: 4px 0 0 0;
    -webkit-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8);
    -moz-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8);
    box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.p_page .pre:active:after {
    top: 8px;
    left: -12px;
    width: 28px;
    height: 25px;
    background-color: rgba(90, 170, 167, 1);
    border-radius: 0 3px 0 0;
    -webkit-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8);
    -moz-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8);
    box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8);
    -webkit-transform: rotate(-226deg);
    -moz-transform: rotate(-226deg);
    -o-transform: rotate(-226deg);
    -ms-transform: rotate(-226deg);
    transform: rotate(-226deg);
    z-index: -1;
}

.p_page .pre {
    /* height: 30px; */
    color: rgba(102, 102, 102, 1);
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    background-color: #fff;
    text-align: center;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    left: 0;
    top: 0;
}

.p_page .pre:hover {
    color: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    background-color: rgba(0, 70, 142, 1);
    background-color: rgb(0, 70, 142);
    cursor: pointer;
}

.p_page .pre:active {
    background-color: rgba(0, 70, 142, 1);
}

.p_page .pre .font {
    vertical-align: middle;
    bottom: 0;
    font-size: 12px;
}

.p_page .iconfont {
    display: none;
}

.p_page .pre:hover .iconfont {
    color: rgba(255, 255, 255, 1);
}

.p_page .pre:active .iconfont {
    color: rgba(255, 255, 255, 1);
}

.p_page .pre .iconfont:before {
    content: "";
    margin-right: 5px;
}

.p_page .next:after {
    content: "";
    display: none;
    position: absolute;
    top: 5px;
    right: -14px;
    width: 27px;
    height: 27px;
    background-color: #18295f;
    font-size: 0;
    line-height: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.p_page .next:hover:after {
    top: 5px;
    right: -12px;
    background-color: #3399cc;
    border-radius: 4px 0 0 0;
    -webkit-box-shadow: 0 3px 0px #777;
    -moz-box-shadow: 0 3px 0px #777;
    box-shadow: 0 3px 0px #777;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1;
    width: 26px;
    height: 26px;
}

.p_page .next:active:after {
    top: 8px;
    right: -12px;
    width: 27px;
    height: 24px;
    background-color: rgba(90, 170, 167, 1);
    border-radius: 0 3px 0 0;
    -webkit-box-shadow: 0 3px 0px #777;
    -moz-box-shadow: 0 3px 0px #777;
    box-shadow: 0 3px 0px #777;
    -webkit-transform: rotate(226deg);
    -moz-transform: rotate(226deg);
    -o-transform: rotate(226deg);
    -ms-transform: rotate(226deg);
    transform: rotate(226deg);
    z-index: -1;
}

.p_page .next {
    height: 30px;
    color: rgba(102, 102, 102, 1);
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    background-color: #fff;
    text-align: center;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    left: 0;
    top: 0;
}

.p_page .next:hover {
    color: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 70, 142, 1);
    background-color: rgba(0, 70, 142, 1);
    background-color: rgb(0, 70, 142);
    cursor: pointer;
}

.p_page .next:active {
    background-color: rgba(0, 70, 142, 1);
}

.p_page .next .font {
    vertical-align: middle;
    bottom: 0;
    font-size: 12px;
}

.p_page .next:hover .iconfont {
    color: rgba(255, 255, 255, 1);
}

.p_page .next:active .iconfont {
    color: rgba(255, 255, 255, 1);
}

.p_page .next .iconfont:before {
    content: "";
    margin-top: 3px;
    margin-left: 5px;
}

.p_page .pageNum {
    position: absolute;
    background-size: 100% 100%;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-weight: inherit;
    height: inherit;
    text-decoration: none;
    width: inherit;
}

.p_page .pageNum {
    height: 30px;
    width: 30px;
    color: rgba(102, 102, 102, 1);
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    background-color: #fff;
    text-align: center;
    position: relative;
}

.p_page .pageNum:hover {
    color: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 70, 142, 1);
    cursor: pointer;
    text-decoration: none;
    background-color: rgba(0, 70, 142, 1);
    background-color: rgb(0, 70, 142);
}

.p_page .pageNum:active {
    text-decoration: none;
    background-color: rgba(0, 70, 142, 1);
}

.p_page .pageNum.active {
    text-decoration: none;
    background-color: rgba(0, 70, 142, 1);
    color: rgba(255, 255, 255, 1);
    border-color: rgba(0, 70, 142, 1);
}


.jump {
    display: inline-block;
}

.jump span {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
}

.jump input {
    margin-left: 5px;
    width: 45px;
    padding: 5px;
    font-size: 12px;
}
/* 手机端加载更多先隐藏 */
#mobile_p_OccupyBox {display: none;}
/* 手机端样式 */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
#left_sub_nav .left_sub_nav_wrap .stylebox_content .p_articlesBox{clear: both;}
/* pc端分页隐藏 */
.p_OccupyBox{display: none;}
/* 手机端加载更多显示 */
#mobile_p_OccupyBox{display: block;font-size: 16px;text-align: center;}

.newsList li a {width: 100%;line-height: 30px;height: 30px;}
.newsList .title .time {float: left;display: block; width: 100%;height: 20px; line-height: 20px;}
.newsList p{height: 22px; line-height: 22px;}
}
