.article
{
    padding: 45px;border: 1px solid #F0F0F0;
}

.article .head
{
    border-bottom: 1px solid #F0F0F0;
}

.article .head h1
{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 36px;
    color: #272727;
    opacity: 1;
    padding: 0;
    margin: 0;
    text-align: center;
}

.article .head p{
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 17px;
    color: #666666;
    opacity: 1;
    padding: 14px 0;
}

.article .head p .view
{
    display: inline-block;margin-left:40px;
}
.article .content
{
    padding: 20px 0 30px;
    font-size: 16px;
}
.article .content img
{
    max-width: 100%;
    height: auto !important;
}

.post-next
{
    list-style: none;overflow: hidden;
    padding: 30px 0;
}

.post-next i{
    font-style: normal;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 40px;
    color: #262626;
    opacity: 1;
}

.post-next a{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 40px;
    color: #999999;
    opacity: 1;
}
.post-next .left{
    float: left;width: auto;
}

.post-next .right{
    float: right !important;width: auto;
}

.related-news >p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 40px;
    color: #262626;
    opacity: 1;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 10px;
}


.p-list
{
    text-align: justify;
}

.p-list .p-item{
    display: inline-block;cursor: pointer;
}

.p-list .p-item:hover{
    box-shadow: 0 0 10px 1px #cdcdcd;
}
.p-list .p-item .cover
{
    display: inline-block;width: 290px;height: 190px;background-color: rgba(0,0,0,0.6);position:absolute;left: 0;top:0;z-index: 444;
}


.p-list .p-item .cover .box{
    width: 260px;height: 160px;border: 1px solid #CCCCCC;margin: 15px 0 0 15px;
}

.p-list .p-fill{
    display: inline-block;width: 290px;height: 0;
}

.p-list .p-item .i-img
{
    display: inline-block;width: 290px;height: 190px;line-height: 190px;text-align: center;font-size: 0;position: relative;
}

.p-list .p-item .i-img:hover img
{
    transition: 300ms;
    -webkit-transition: 300ms;
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.p-list .p-item .i-img img{
    max-width: 290px;max-height: 190px;
}


.p-list .p-item .info
{
    overflow: hidden;width: 290px;height: 50px;line-height: 50px;background: #F7F7F7;color: #262626;margin-top: -10px;text-align: center;text-decoration: none;
}

.h-info{
    background-color: #004DA5 !important;color: white !important;
}

.p-list .p-fill
{
    width: 290px; height: 0;margin: 0;display: inline-block;
}
