a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #4D5964;
}

.my_title {
    color: #797A7B;
}

.my_title h4 {
    color: #797A7B;
}
.my_title h6 {
    font-size: 1.75rem;
}


/* 首页手机版，大标题文字 显示大小设置 */

@media (max-width: 768px) {
    .my_title h4 {
        font-size: 1.2rem;
    }
    .my_font_set h6 {
        font-size: 0.8rem;
    }
}
.my_title h6 {
    font-size: 1.4rem;
}

.type_menu a img {
    /* background-color: #F2F2F2; */
}

.type_menu a img:active {
    /* background-color: #C2D4D9; */
}

.type_menu a img:hover {
    transition: all 0.5s;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.type_menu .my_bg {
    /* background-color: #C2D4D9; */
}

.btn-outline-success {
    color: #FFF;
    border: none;
    /*   background-color: #C2D4D9; */
}

.btn-outline-success:hover {
    color: #4D5964;
    border: 1px solid #C2D4D9;
    background-color: #C2D4D9;
}


/* 鼠标经过放大动画 */

.card {
    color: #343A40;
}

.card {
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
}

.card:hover {
    transition: all 0.5s;
    transform: scale(1.03);
    -ms-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
}


/* 底部链接颜色 */

.my-web-btn {
    border-top: 1px solid #DFDFDF;
    color: #FFF;
    background-color: #033460;
}

.my-web-btn a {
    color: #FFF;
}

.my-web-btn a:hover {
    color: #FFF;
}

.yy_bottom {
    box-shadow: 0px 5px 10px -5px rgb(0 0 0 / 30%);
    /* box-shadow: 0px 0px 3px rgb(0 0 0 / 30%); */
}


/* 分页数字的样式 */

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #282C34;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #282C34;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #282C34;
    border-color: #17191D;
}

.page-item.disabled .page-link {
    color: #A5AAAF;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.cus_imgtext {
    background-color: #1E212A;
    border-radius: 10px;
}

.cus_imgtext img {
    /* border-radius: 10px; */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cus_imgtext .title_en {}