.content{
    width: 1200px;
    margin:  25px auto 0;
}
.fh{
    width: 110px;
    height: 40px;
    background-color: #3664e3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: .3s all;
}
.fh .fhLogo>i{
    width: 16px;
    height: 12px;
    display: block;
    transition: .3s all;
    margin: 14px 10px 0 12px;
    background-image: url(../../imger/fhInside.png);
}
.fh .fhText{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    transition: .3s all;
}
.fh:hover{
    background-color: #ffffff;
}
.fh:hover .fhLogo>i{
    background-image: url(../../imger/fhInside-hover.png);
}
.fh:hover .fhText{
    color: #3664e3;
}

.content-left{
  width: 250px;
}
.content-right{
    width: 917px;
    background-color: #ffffff;
    box-shadow: 0 1px 9px 0 rgba(21, 27, 57, 0.12);
}
.content-right .right-title{
    width: 100%;
    height: 72px;
    border-bottom: 1px solid #e8ebf6;
}
.content-right .right-title .titleH2{
    text-align: center;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding-top: 28px;
}