

.post_news{
        margin-top: 12px;
}

.post_news .post_news_viewmore{
    background: #000;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: 20px;
    
}

.post_news .post_news_viewmore:hover{
    background: #B80535;
    
}

.post_news .post_news_info{
    padding: 15px 2% 15px 0;
    border-bottom: 1px solid #91919f;
    margin: 0 auto;
    width: 88%;
    list-style: none;
    font-weight: bold;
    line-height: 2.2;
}

.post_news .post_news_info li{
    display: inline-block;
    margin: 0 ;
    width: 25%;
    min-width: 220px;
    
    vertical-align: middle;
}

.post_news .post_news_info li:nth-child(2){
    max-width:250px;
    width: 73%;
}


.post_news .post_news_info li a{
    font-weight: bold;
}

.post_news a {
    text-decoration: none;
    border: none;
    color: #000;
    word-break: break-all;    
}

/*
.post_news a:hover{
    color: #B80535;
}
*/


.post_news .post_news_info span,
.post_news .post_news_title{
    color: #000;
    line-height: 1.3;
}

.post_news .post_news_title{
    display: inline;
    margin-left: 0%;
    vertical-align: middle;
    width: 64%;
    display: inline-block;
}

.post_news .post_news_info span.post_news_date{
    min-width: 140px;
    display: inline-block; 
    font-weight: normal;
}

.post_news .post_news_info span.post_news_cat{
    font-size: 1.2rem;	
    color: #fff;	
    padding: 2px 8px 3px 8px;	
    margin-left: 5px;	
    position: relative;	
    top: -1px;	
    margin-left: 5px;	
    margin-right: 5px;	
    display: inline-block;	
    width: 100%;	
    text-align: center;
}




@media screen and (max-width:768px){

    .cate_list ul li{

        min-width: 10.6%;
        padding: 5px 5px;
    }
    .cate_list ul li a{
        font-size: 10px;
    }

    .post_news .post_news_info li{
        width: 100%;
            font-size: 1.4rem;
    }

    .post_news .post_news_title{
        display: inline;
        margin-left: 0%;
        width: 100%;
    }

    .post_news .post_news_info li:nth-child(2){
        width: 100%;
        max-width: inherit;
    }

    .post_news .post_news_info span.post_news_cat{
        font-weight: normal;
    }

    .post_news a {
        font-size: 1.3rem;
    }
}
