.fl{
    width: 95%;
    margin: 40px auto;
}
.fl .flitem{
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 25%;
    height: 60px;
    background-color: #fff;
    background-image: url(../img/sw.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #780909;
    line-height: 60px;
    text-align: center;
    border: 1px solid #780909;
}
.conts{
    padding: 10px 0 50px;
}
.fl .cen{
    margin-left: 10%;
    margin-right: 10%;
}
.flitem .imgbox{
    position: absolute;
    top: -24px;
    right: -59px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #ddd;
}
.lisitems{
    cursor: pointer;
    width: 97%;
    height: 400px;
    margin: 20px auto;
    border: 1px solid #DCDCDC;
    padding: 10px 20px;
    background-image: url(../img/sw.png);
    background-repeat: repeat-x;
    background-position: left bottom;

}
.lisitems:nth-child(odd) .fbox{
    float: left;
 
}
.lisitems:nth-child(even) .fbox
{
 float: right;
}

.listit{
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #780909;
    line-height: 30px;
    margin: 20px 0;
}
.listit span{
    display: inline-block;
    border-bottom: 2px solid #780909;
    padding: 0 20px 10px;
    margin-bottom: 5px;
}
.lisdesc{
    margin:20px 0 10px;
    
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
line-height: 30px;
    text-indent: 2em;
}
.btnmore{
    width: 120px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #780909;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    text-align: center;
    margin-top: 48px;
}
.fl .actfl{
    background-color: #780909;
    color: #fff;
    background-image: url(../img/sw.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
}
