﻿.tit h3 {
    text-align: center;
    padding-top: .37rem;
    padding-bottom: .15rem;
    background: url(/fzgh/assets/images/tit-bg.png) no-repeat center center;
    background-size: auto 100%;
}

.tit h3 b {
    font-size: .4rem;
    font-weight: bold;
    color: #3D3D3D;
    display: block;
    line-height: 1.2;
    font-family: 'sy';
}

.tit h3 span {
    font-size: .48rem;
    font-weight: bold;
    text-align: center;
    color: rgba(89, 45, 208, 0.06);

    position: absolute;
    left: 50%;
    bottom: .05rem;
    transform: translateX(-50%);
}


.tit {
    position: relative;
    margin-bottom: .5rem;
}

.tit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

    color: rgba(93, 0, 149, 1);
    border-radius: 1rem;
    font-size: .16rem;

    line-height: .32rem;
    border: 1px solid rgba(93, 0, 149, 1);
    width: .8rem;
    text-align: center;
    transition: all 0.5s;
}

.tit a:hover {
    letter-spacing: .02rem;
}