.fiscal .nav{
    width: 100%;
    height: 120px;
    background: #F7F7F7;
    padding-top: 35px;
}
.fiscal .nav .content{
    text-align: center;
    width: auto;
}
.fiscal .nav .content a{
    display: inline-block;
    margin-right: 20px;
    width: 160px;
    height: 50px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    text-align: center;
    line-height: 50px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(38,38,38,1);
    transition-duration: .3s;
    border-radius: 50px;
}
.fiscal .nav .content a:last-of-type{
    margin-right: 0;
}
.fiscal .nav .content a.on,.fiscal .nav .content a:hover{
    background: #C7A05D;
    border-color: #C7A05D;
    color: #fff;
}
.fiscal>.content{
    width: 1100px;
    height: 350px;
    margin-top: 70px;
    margin-bottom: 100px;
}
.fiscal>.content .left{
    width: 500px;
    float: left;
    height: 350px;
    background: #F7F7F7;
    padding:70px 40px;
}
.fiscal>.content .left h2{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 22px;
    color: #C7A05D;
    padding-left: 16px;
    border-left: 6px solid #C7A05D;
    margin-bottom: 25px;
}
.fiscal>.content .left p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #404040;
    margin-bottom: 10px;
}
.fiscal>.content .right{
    width: 600px;
    height: 350px;
    float: right;
}