@charset "UTF-8";
/**
新闻详情页样式
 */
.new_show {
    position: relative;
}

.new_show .title {
    font-size: .3rem;
    color: #192940;
}

.new_show .time {
    line-height: .5rem;
    border-bottom: #dcdee0 solid 1px;
    padding-left: .2rem;
    font-size: .14rem;
    color: #8a9199;
    background: url("../img/img14_1.png") left center no-repeat;
    background-size: .14rem;
}

.new_show .p-content {
    padding: .6rem 0 .75rem 0;
}

.p-content p {
    padding-bottom: .1rem;
}

.p-num2 {
    border-top: #d2d5de solid 1px;
    border-bottom: #d2d5de solid 1px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.p-num2 a {
    height: .68rem;
    line-height: .68rem;
    width: 1.9rem;
    text-align: center;
    font-size: .18rem;
    color: #8a9199;
}

.p-num2 a:hover {
    color: #1470cc;
}

.p-num2 a.prev em {
    background: url("../img/prev55.png") left center no-repeat;
    background-size: .55rem;
    padding-left: .68rem;
}

.p-num2 a.prev:hover em {
    background-image: url("../img/prev55on.png");
}

.p-num2 a.next em {
    background: url("../img/next55.png") right center no-repeat;
    background-size: .55rem;
    padding-right: .68rem;
}

.p-num2 a.next:hover em {
    background-image: url("../img/next55on.png");
}

.p-num2::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: .2rem;
    margin-top: -.1rem;
    background: #8a9199;
}

.h100 {
    height: 1rem;
    overflow: hidden;
    clear: both;
}