.content{
    padding-top: 10px;
}
.content h1{
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    color: #333;
}
.content h3{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    color: #333;
}
.content .line{
    border-bottom: #eeeeee 1px dashed;
    margin-right: 40px;
    margin-left: 40px;
    margin-top: 10px;
}
.content .web_content{
    margin-right: 50px;
    padding-top: 20px;
    margin-left: 50px;
    padding-bottom: 20px;
}
.content .web_content .news li a{
    line-height: 40px;
    height: 40px;
    display: block;
    color: #666666;
}
.content .web_content .news li a span{
    float: right;
    margin-right: 10px;
}
.content .web_content .news li a i{
    display: inline-block;
    width: 5px;
    background-color: #fff;
    height: 40px;
    float: left;
    margin-right: 10px;
}
.content .web_content .news li a:hover{
    background-color: #f6f6f6;
    color: #f8823d;
}
.content .web_content .news li a:hover i{
    background-color: #f8823d;
}
