﻿#otherContent .top{
    padding: 12px 25px 13px;
    height: 25px;
    background-color: #fff;
    box-shadow: 2.5px 4.33px 10px 0px rgba(213,225,239,0.5);
}
#otherContent .top .Title {
    font-size: 16px;
    line-height: 25px;
    padding-left: 8px;
    position: relative;
    color: #106EBE;
    float: left;
}
#otherContent .top .Title:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 0;
    background-color: #106EBE;
}
#otherContent .top>ul{
    float: right;
    overflow: hidden;
}
#otherContent .top>ul li{
    float:left;
}
#otherContent .top>ul li>a{
    display:block;
    width: 70px;
    height: 25px;
    border-radius: 12.5px;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}
#otherContent .top>ul li.active>a{
    background-color: #106EBE;
    color: #fff;
}
#otherContent .top>ul li:not(.active)>a:hover{
    color: #106EBE;
}
#otherContent .btn{
    float: right;
    width: 64px;
    height: 35px;
    margin: -2.5px 0;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: url("../images/sign-small_button_bg.png") center center no-repeat;
    border-radius: 17.5px;
    cursor: pointer;
    font-size: 12px;
    padding: 0 23px;
}
#otherContent .btn .icon{
    display: block;
    float: left;
    line-height: 35px;
    margin-right: 3px;
    font-size: 12px;
}
#otherContent #content{
    margin-top: 7px;
}
#otherContent #content>ul{
    margin-bottom: 40px;
}
#otherContent #content>ul>li{
    margin-bottom: 5px;
    padding: 20px 25px;
    box-shadow: 2.5px 4.33px 10px 0px rgba(213,225,239,0.5);
    background-color: #fff;
    position: relative;
    padding-right:300px;
    overflow: hidden;
}
#otherContent #content>ul>li .recommend{
    width: 119px;
    height: 119px;
    position: absolute;
    top: 0;
    right: 145px;
    font-size: 124px;
    line-height: 1;
    margin-top: -16px;
    color: #FF9810;

}
#otherContent #content>ul>li .title{
    font-size: 18px;
}
#otherContent #content>ul>li .center{
    margin-top: 10px;
    height: 25px;
}
#otherContent #content>ul>li .center>.item{
    float: left;
    color: #4D5257;
    margin-right: 20px;
}
#otherContent #content>ul>li .center>.item>div{
    float: left;
    line-height: 25px;
    font-size: 12px;
}
#otherContent #content>ul>li .center>.item>.iconfont{
    margin-right: 8px;
    color: #8B9AAA;
    font-size: 15px;
}
#otherContent #content>ul>li .center>.item.user>.headImg{
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #929292;
    margin-right: 8px;
}
#otherContent #content>ul>li .center>.item.start .iconfont{
    color: #E1E4E6;
    margin: 0 2px;
}
#otherContent #content>ul>li .center>.item.start .active{
    color: #FFD500;
}
#otherContent #content>ul>li .bottom{
    height: 35px;
    margin-top: 3px;
}
#otherContent #content>ul>li .bottom>ul{
    float: left;
    padding: 5px 0;
}
#otherContent #content>ul>li .bottom>ul>li{
    float: left;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding:0 12px;
    border-radius: 12.5px;
    margin-right: 10px;
}
#otherContent #content>ul>li .bottom>div{
    float: right;
}
#otherContent #content>ul>li>a.more{
    display: block;
    width: 110px;
    height: 35px;
    border-radius: 3px;
    background: #53BFFB;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    position: absolute;
    bottom:20px;
    right: 25px;
    overflow: hidden;
}
#otherContent #content>ul>li>a.more>div{
    position: relative;
}
#otherContent #content>ul>li>a.more>div:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #106EBE;
    transition: all 0.6s;
}
#otherContent #content>ul>li>a.more>div>div{
    position: relative;
    z-index: 9999;
    color: #fff;
}
#otherContent #content>ul>li>a.more:hover>div:after{
    width: 100%;
}