.const-cont>p{
    text-align: center;
    margin:26px 0;
    font-size: 20px;
    font-weight: bold;
}
.const-cont>div{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 18px;
}

.v_news_content img {margin: 14px;0;}


.const-cont>div>p{
    display: inline-block;
    font-size: 14px;
    color: #ccc;
    padding: 20px 10px;
    
}
.const-cont>div>p:nth-child(1)>span:first-child{
    margin-right: 30px;
}
.const-cont>div>p:nth-child(2){
    float: right;
}
.fen>span{
    font-size: 14px;
}
.fen>span>img{
    margin-right: 5px;
}
.fen>a{
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.fen>a>img{
    filter: brightness(0) invert(0.5);
    -webkit-filter: brightness(0) invert(0.5);
}
.fen>a:hover{
    border-color: #2D962D;
}
.const-text>p{
    font-size: 20px;
    font-family: ä»¿å®‹;
    line-height: 30px;
}
.spac{
    text-indent: 32px;
}
@media (max-width:768px){
    .const-cont>div>p:nth-child(2){
        display: none;
    }
}