.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{
    display: block;
}*/
.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-fr-list li{
    width: 900px;
    height: 236px;
    padding:20px 10px 20px 10px;
    box-sizing: border-box;
}
.body-fr-list li.on{
    background:#64c4ef; /* 一些不支持背景渐变的浏览器 */
    background:-moz-linear-gradient(left, #4381e3,#1dd0f9, #19d9fc);
    background:-webkit-linear-gradient(left, #4381e3,#1dd0f9, #19d9fc);
    background:-o-linear-gradient(left, #4381e3,#1dd0f9, #19d9fc);
}
.body-fr-list li:hover{
    background:#64c4ef; /* 一些不支持背景渐变的浏览器 */
    background:-moz-linear-gradient(left, #4381e3,#1dd0f9, #19d9fc);
    background:-webkit-linear-gradient(left, #4381e3,#1dd0f9, #19d9fc);
    background:-o-linear-gradient(left, #4381e3,#1dd0f9, #19d9fc);
}
.body-fr-list li:hover *{
    color: #FFFFFF!important;
}
.body-fr-list li.on *{
    color: #FFFFFF!important;
}
.h2-title{
    margin-bottom: 25px;
    font-size: 20px;
    color: #00a1e9;
}
.h2-title a{
    font-size: 20px;
    color: #00a1e9;
}
.body-list-content{
    overflow: hidden;
}
.body-list-content-fl{
    text-align:center;
    width: 250px;
    height: 140px;
}
.body-list-content-fl img{
    max-height:120px;
    max-width:220px;
}
.body-list-content-fr{
    width: 615px;
    height: 140px;
    position: relative;
}
.body-list-content-fr p{
    font-size: 16px;
    color: #808080;
}
.body-message{
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    color: #acacac;
    font-size: 14px;
}
.data{
    margin-right: 40px;
}
.body-message span{
    display: inline-block;
}
.issuer{
    position: relative;
    padding-left: 20px;
}
.issuer img{
    position: absolute;
    top: 2px;
    left: 0;
}
.more{
    font-size: 14px;
    color: #00a1e9;
    margin-left: 318px;
    float:right;
}
