﻿#MethodContent .top{
    padding: 15px 25px;
    height: 30px;
    background-color: #fff;
    box-shadow: 2.5px 4.33px 10px 0px rgba(213,225,239,0.5);
}
#MethodContent .top>ul{
    float: left;
    overflow: hidden;
}
#MethodContent .top>ul li{
    float: left;
}
#MethodContent .top>ul li>a{
    width: 100px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    display:block;
}
#MethodContent .top>ul li.active>a{
    background-color: #106EBE;
    color: #fff;
}
#MethodContent .top>ul li:not(.active)>a:hover{
    color: #106EBE;
}
#MethodContent .btn {
    float: right;
    display: block;
    width: 64px;
    height: 35px;
    margin: -2.5px 0;
    line-height: 35px;
    border-radius: 35px;
    text-align: center;
    color: #fff;
    background: #39bbff;
    background: -webkit-linear-gradient(right,#106ebe,#39bbff);
    background: -o-linear-gradient(right,#106ebe,#39bbff);
    background: -moz-linear-gradient(right,#106ebe,#39bbff);
    background: linear-gradient(right,#106ebe,#39bbff);
    cursor: pointer;
    font-size: 12px;
    padding: 0 23px;
}
#MethodContent .btn .icon{
    display: block;
    float: left;
    line-height: 35px;
    margin-right: 3px;
    font-size: 12px;
}
#MethodContent .btn:hover{
    box-shadow: 0px 2px 4px 0px rgba(16,110,190,0.5);
}
#MethodContent #content{
    margin-top: 7px;
}
#MethodContent #content>ul{
    margin-bottom: 40px;
}
#MethodContent #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:150px;
    overflow: hidden;
}
#MethodContent #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;
    z-index:0;
}
#MethodContent #content>ul>li .title{
    font-size: 18px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 48px;
}
#MethodContent #content>ul>li .center{
    margin-top: 10px;
    height: 25px;
    position:relative;
    z-index: 1;
}
#MethodContent #content>ul>li .center>.item{
    float: left;
    color: #4D5257;
    margin-right: 20px;
}
#MethodContent #content>ul>li .center>.item>div{
    float: left;
    line-height: 25px;
    font-size: 12px;
}
#MethodContent #content>ul>li .center>.item>.iconfont{
    margin-right: 8px;
    color: #8B9AAA;
    font-size: 15px;
}
#MethodContent #content>ul>li .center>.item.user>.headImg{
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin-right: 8px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
#centerContent #content > ul > li .center > .item.start {
    margin-right: 0;
}
#centerContent #content > ul > li .center > .item.start .iconfont {
    color: #E1E4E6;
    margin: 0 2px;
}
#MethodContent #content>ul>li .center>.item.start .active{
    color: #FFD500;
}
#MethodContent #content>ul>li .bottom{
    height: 35px;
    margin-top: 3px;
}
#MethodContent #content>ul>li .bottom>ul{
    float: left;
    padding: 5px 0;
}
#MethodContent #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;
}
#MethodContent #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;
}
#MethodContent #content>ul>li>a.more>div{
    position: relative;
}
#MethodContent #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;
}
#MethodContent #content>ul>li>a.more>div>div{
    position: relative;
    z-index: 9;
    color: #fff;
}
#MethodContent #content>ul>li>a.more:hover>div:after{
    width: 100%;
}
/*默认背景图片外层*/
.bg-wrap{
    min-width: 980px;
    height: calc(648px - 67px);
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}
/*默认背景图片*/
.bg-default{
    width: 488px;
    height: 370px;
    line-height: 600px;
    background-image: url('../images/about_img.png');
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}
/*默认文字*/
.bg-title{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}


.text_btn {
    display: inline-block;
    padding: 3px 10px;
    color: #ffffff;
    border: 1px solid #ffffff;
    cursor: pointer;
}

    .text_btn:hover {
        background-color: #106EBE;
        border-color: #106EBE;
        color: #ffffff;
    }