.banner-content{
    width: 1200px;
    margin: auto;
}
.cmsq-fun-banner {
    padding-top: 60px;
    height: 200px;
    background-size: 100% auto;
    background: url(../../../img/cmsqFinance/functions/banner2-bg.png) repeat-x;
}
.cmsq-fun-banner .banner-content {
    height: 200px;
    background: url(../../../img/cmsqFinance/functions/banner-img.png) no-repeat;
}
.func {
    width: 1200px;
    margin: 0 auto;
}
.func-space {
    padding-top: 50px;
    min-height: 650px;
    overflow: hidden;
}
.func .menu-list {
    width: 220px;
    height: 650px;
    border-right: solid 1px #e6e6e6;
    float: left;
}
.func .menu-list h2 {
    font-size: 18px;
    color: #434343;
    font-weight: bold;
    line-height: 16px;
}
.func .menu-list ul{
    margin-top: 28px;
}
.func .menu-list ul li {
    font-size: 15px;
    height: 20px;
    color: #434343;
    margin-bottom: 20px;
}
.func .menu-list ul li.active {
    color: #007EFB;
}
.func .menu-list ul li:not(.active) {
    cursor: pointer;
}
.func .func-content {
    margin-left: 290px;
}
.func .func-content li {
    display: none;
}
.func .func-content li:first-child {
    display: block;
}
.func .func-content li h1 {
    font-size: 24px;
    color: #434343;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 34px;
}
.func .func-content li h3 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.func .func-content li p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-top: 4px;
    margin-bottom: 34px;
}
.func .func-content li span {
    display: inline-block;
    font-size: 14px;
    color: #999;
    float: right;
    font-weight: normal;
}
.func .func-content li span a {
    color: #0090ff;
}