#ibody{
    width: 65%;
    margin: 3px auto;
}
#title,#adviserListBox,#pagesDiv,.adviserBox{
    width: 100%;
}
#title{
    background-color: #f5f5f5;
    height:50px;
    line-height: 50px;
    font-weight:bold;
    font-size: 18px;
    overflow:hidden;
}
#adviserListBox{
    margin-top: 10px;
}
#starAdviser,#mostActive,#highestReturns{
    margin: auto 20px auto 30px;
    float: left;
}
#starAdviser{
    color: #fa5d30;
}
#mostActive,#highestReturns{
    color: #666666;
}

.adviserBox{
    /*height: 170px;*/
    border-bottom: 1px solid #f5f5f5;
    overflow:hidden;
}

.avater,.adviserBody{
    float: left;
}
.focusButton{
    float: right;
}
.avater{
    height: 90px;
    width: 90px;
    margin: 35px auto 45px auto;
    /*border: 1px solid #555555;*/
    border-radius:8px;
}
.avater img{
    width: 90px;
    height: 90px;
    border-radius:8px;
}
.adviserBody{
    margin-top: 35px;
    margin-left: 25px;
}

.adName,.adCompany,.adDesc{
    margin-bottom: 10px;
}
.adName{
    color: #333333;
    font-size: 18px;
    font-weight:bold;
}
.adCompany{
    font-size: 17px;
    color: #333333;
}
.adDesc{
    font-size: 16px;
    color:#666666;
}

.adRelevantInfo{
    color: #999999;
    overflow:hidden;
}

.articalNum,.combination,.highestYield,.fansNum{
    margin-right: 30px;
    float: left;
}

.focusButton{
    background-color: #fa5d30;
    width: 90px;
    height: 36px;
    border-radius:5px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    margin-top: 35px;
    font-size: 15px;
}
.reFocusButton{
    background-color: #f5f5f5;
    width: 90px;
    height: 36px;
    border-radius:5px;
    line-height: 36px;
    text-align: center;
    color: #fa5d30;
    margin-top: 35px;
    float: right;
    font-size: 14px;
}
.pagesDiv{
    overflow:hidden;
    text-align: center;
}
.adviserBox:last-child {
    border-bottom: 0;
}
.pageDiv {
     width: 100%;
     margin: 50px 0;
     text-align: center;
 }
.page {
    display: inline-block;
    list-style: none;
}
.page li {
    display: inline-block;
    padding: 6px 10px;
    /*border: 1px solid #666;*/
    margin: 4px;
    cursor: pointer;
}
.page li:hover, .preBtn:hover, .nextBtn:hover {
    color: red;
}

.preBtn, .nextBtn {
    display: inline-block;
    padding: 6px 10px;
    /*border: 1px solid #666;*/
    margin: 4px;
    cursor: pointer;
}
.liClass {
    color: red;
}
.pageCount {
    display: inline-block;
    margin-left: 3px;
    color: #999;
}
.pageJump {
    display: inline-block;
    margin-left: 5px;
}
.pageInput {
    display: inline-block;
    width: 22px;
    border: 1px solid #999;
    text-align: center;
}
.pageGo {
    display: inline-block;
    padding: 3px 5px;
    cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
input[type="number"]{-moz-appearance:textfield;}
button{
    border: none;
    outline: none;
    display: block;
    -webkit-tap-highlight-color: transparent;
    appearance:none; /*去掉默认样式*/
    -moz-appearance:none;
    -webkit-appearance:none;
}
.clearfix:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}
#ibody{
    width: 60%;
    margin: 20px auto;
}
#title,#adviserListBox,#pagesDiv,.adviserBox{
    width: 100%;
}
#title{
    background-color: #f5f5ff;
    height:50px;
    line-height: 50px;
    font-weight:bold;
    font-size: 18px;
    overflow:hidden;
}
#adviserListBox{
    margin-top: 10px;
}
#starAdviser,#mostActive,#highestReturns{
    margin: auto 20px auto 30px;
    float: left;
}
#starAdviser{
    color: #fa5d30;
}
#mostActive,#highestReturns{
    color: #666666;
}

.adviserBox{
    /*height: 170px;*/
    border-bottom: 1px solid #f5f5f5;
    overflow:hidden;
}

.avater,.adviserBody{
    float: left;
}
.focusButton{
    float: right;
}
.avater{
    height: 90px;
    width: 90px;
    margin: 35px auto 45px auto;
    /*border: 1px solid #555555;*/
    border-radius:8px;
}
.avater img{
    width: 90px;
    height: 90px;
    border-radius:8px;
}
.adviserBody{
    width: 70%;
    margin-top: 35px;
    margin-left: 25px;
}

.adName,.adCompany,.adDesc{
    margin-bottom: 10px;
}
.adName{
    color: #333333;
    font-size: 18px;
    font-weight:bold;
}
.adCompany{
    font-size: 17px;
    color: #333333;
}
.adDesc{
    font-size: 16px;
    color:#666666;
}

.adRelevantInfo{
    color: #999999;
    overflow:hidden;
}

.articalNum,.combination,.highestYield,.fansNum{
    margin-right: 30px;
    float: left;
}

.focusButton{
    background-color: #fa5d30;
    width: 90px;
    height: 36px;
    border-radius:5px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    margin-top: 35px;
    font-size: 14px;
}
.reFocusButton{
    background-color: #f5f5f5;
    width: 90px;
    height: 36px;
    border-radius:5px;
    line-height: 36px;
    text-align: center;
    color: #fa5d30;
    margin-top: 35px;
    float: right;
    font-size: 14px;
}
.pagesDiv{
    overflow:hidden;
    text-align: center;
}

.adDesc {
    font-size: 15px;
}

.adRelevantInfo {
    padding-bottom: 20px;
    font-size: 15px;
}

.adName:hover {
    color: #fa5d30;
}

.adRelevantInfo span {
    font-size: 15px;
}

#ibody {
    width: 65%;
}

#starAdviser {
    font-size: 16px;
}

#title {
    background-color: #f5f5f5;
}

#ibody {
    margin: 25px auto 0;
}
.avater {
    height: 90px;
    width: 90px;
    margin: 30px auto 45px auto;
    border-radius: 8px;
}

.adviserBody {
    width: 70%;
    margin-top: 30px;
    margin-left: 25px;
}
#adviserListBox {
    margin-top: 0;
}
.adDesc {
    line-height: 1.5;
    min-height: 42px;
}

