*{
    padding: 0;
    margin: 0;
}
body{
    font-family: Microsoft YaHei !important;
}
ul li{
    list-style: none;
}
ul{
    margin: 0;
    padding: 0;
}
a{
    color: #000;
}
a:hover{
    text-decoration: none !important;
}
a:focus{
    outline: none !important;
}
a:link{
    text-decoration:none;
    /*color:#e63b0d !important;*/
}
a:visited{
    text-decoration:none;
    /*color:#e63b0d !important;*/
}
a:hover{
    color:#0b6f32 !important;
    text-decoration:none;
}
a:active{
    /*color:#e63b0d !important;*/
}
p{
    margin: 0;
}
.head *{
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    font-size: 14px;
}
.head a{
    /*color: #000;*/
    text-decoration: none;
}
.head a:hover{
    text-decoration: none;
}
.head p{
    /*margin: 0 0 0 0;*/
}
.head ul{
    /*margin: 0;*/
}
.head li{
    list-style: none;
}
.container1{
    width: 100%;
}
.contain{
    width: 1200px;
    margin: 0 auto;
}
.col666{
    color: #666666;
}
.col124{
    color: #0f8124;
}
.col01b{
    color: #eb001b;
}
.col999{
    color: #999999;
}
.col555{
    color: #555555;
}
.col333{
    color: #333333;
}
/*margin*/
.marL10{
     margin-left: 10px;
 }
.marL5{
    margin-left: 5px;
}
.marL20{
    margin-left: 20px;
}
.marR10{
    margin-right: 10px;
}
.marR5{
    margin-right: 5px;
}
.marR20{
    margin-right: 20px;
}
.marB20{
    margin-bottom: 20px;
}
.marB10{
    margin-bottom: 10px;
}
.marB5{
    margin-bottom: 5px;
}
.marT20{
    margin-top: 20px;
}
.marT10{
    margin-top: 10px;
}
.marT5{
    margin-top: 5px;
}
.over{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.over-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.over-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.center{
    text-align: center;
}
/*字体*/
.font12{
    font-size: 12px;
}
.font16{
    font-size: 16px;
}
.font18{
    font-size: 18px;
}
.bold{
    font-weight: bold;
}
.relative{
    position: relative;
}
.display{
    display: none!important;
}
.cursor{
    cursor: pointer;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear: both;
}
@media screen and (max-width: 1200px) {
    .container1{
        width: 1200px;
    }
}
/*评分*/
.score-icon{
    background-image: url('./../img/index/score.png');
    background-size: contain;
    width: 100px;
    height: 20px;
}
.score-full{
    display: block;
    background-image: url('./../img/index/scorefull.png');
    background-size: contain;
    height: 20px;
    overflow: hidden;
}