﻿#class_news
{
    padding-bottom:80px;
    }
#class_news>img
{
    width:100%;
    height:auto;
    }
.news_content>div
{
    font-family:宋体;
    font-size:18px;
    letter-spacing:1px;
    line-height:35px;
    text-indent: 36px;
    }
 .news_content h1
{
    font-family:微软雅黑;
    font-size:30px;
    font-weight:bold;
    margin:30px 0 50px 0;
    text-align:center;
}


#news_list li div a {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}

#news_list li div a:hover,.page a:first-of-type:hover, .page a:last-of-type:hover
{
    background: rgb(223,80,80);
    color:White;
     border: 1px solid rgb(223,80,80);
    }
@media screen and (max-width:768px){
    #class_news {
    padding-bottom: 30px;
    }
}