﻿/*.tab_text {
    padding-right: 35px !important;
    border-right: 1px solid rgba(0, 0, 0, .2);

}*/

.zanwu {
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 30px !important;
}

.title-head {
    margin: 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px 5px 20px;
    border-bottom: 1px dotted #d2d2d2;
}

.title-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .title-left div img {
        margin-right: 10px;
    }

.btnText {
    margin-bottom: 10px;
}

    .btnText:hover {
        color: #0a58ca;
    }

.a-hover {
    color: #0a58ca !important;
    text-decoration: underline;
}

.btnText .img-fluid {
    height: auto !important;
}

.a-text {
    text-decoration: none;
    color: #424242;
    font-size: 15px !important;
}