.body{
    min-height: 900px;
}
.path{
    color: #999999;
    font-size: 18px;
    margin: 35px 0 35px 260px;
}
.body-content{
    overflow: hidden;
}
.body-fl {
    border: 1px solid #64c4ef;
}
.body-fl li{
    width: 260px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    position: relative;
}
.body-fl li.on{
    color: #FFFFFF;
    background:#64c4ef; /* 一些不支持背景渐变的浏览器 */
    background:-moz-linear-gradient(left, #55c2ea,#54b9e5, #4d80c2);
    background:-webkit-linear-gradient(left, #55c2ea,#54b9e5, #4d80c2);
    background:-o-linear-gradient(left, #55c2ea,#54b9e5, #4d80c2);
}
.body-fl li.on i{
    display: none;
}
.body-fl li.on span{
    color: #FFFFFF;
}
.body-fl li.on a{
    border: none;
}
.body-fl li:nth-child(1) a {
    border:none;
}
.body-fl li i{
    width: 5px;
    height: 5px;
    background-color: #4d80c2;
    border-radius: 100%;
    position: absolute;
    top: 25px;
    left: 40px;
}
.body-fl li span{
    color: #000000;
    font-size: 17px;
}
.body-fl li.on img{
    display: none;
}
.body-fl li img{
    position: absolute;
    right: 0;
    top:18px;
}
.body-fl a {
    border-top: 1px dashed #64c4ef;
    width: 70%;
    display: inline-block;
}
.body-fr{
    width: 900px;
    display: none;
}
.body-fr-title{
    text-align: center;
    color: #4d80c2;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 50px;
}
.body-list ul{
    overflow: hidden;
}
.body-list li{
    float: left;
    width: 420px;
    height: 215px;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    margin:0 30px 35px 0;
    overflow: hidden;
}
.list-header{
    width: 100%;
    height: 35px;
    background-color: #f1f1f1;
    overflow: hidden;
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.list-header-fl{
    width: 150px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    background:#64c4ef; /* 一些不支持背景渐变的浏览器 */
    background:-moz-linear-gradient(left, #3996e9,#19d9fc, #19d9fc);
    background:-webkit-linear-gradient(left, #3996e9,#19d9fc, #19d9fc);
    background:-o-linear-gradient(left, #3996e9,#19d9fc, #19d9fc);
}
.list-header-fr{
    line-height: 35px;
}
.list-header-fr a{
    color: #808080;
    font-size: 14px;
}
.content-list{
    font-size: 16px;
    color: #808080;
}
.list{
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 10px;
}
.list a{
    font-size: 16px;
    color: #808080;
}