/* html {
    background-color: #f2f1e9;
} */

body {
    min-width: 1366px;
    margin: auto;
}


img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.pb_sys_common .p_no a {
    margin: 0 !important;
}
.bs {
    background-color: #FFFFFF;
}

.img_vsb_content {
margin: auto;
}


.search {
    border: 1px solid #FFFFFF;
    height: 36px;
    line-height: 36px;
    width: 275px;
    border-radius: 5px;
    padding: 0 20px;
    background: #FFFFFF;
    font-size: 16px;
}

.search_1{
    width: 16px;height: 16px;position: absolute;top: 10px;right: 10px;
}

input {
    background: none;
    outline: none;
    border: 0px;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
    font-size: 16px;
}

input::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: 16px;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 16px;
}

input::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
    font-size: 16px;
}

.mouse_hover:hover {
    cursor: pointer;
    transform: translate(0, -8px);
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 20px 20px rgba(0,0,0,0.3);
}

.mouse_hover {
    cursor: pointer;
    transform: translate(0, 0px);
    transition: all 0.3s ease-in-out;
}

.active {
    color: #0c3191;
    animation: keyframes1 1s 1;
    animation-fill-mode:forwards
}

.active1 {
    color: #0c3191;
    animation: keyframes1 1s 1;
    animation-fill-mode:forwards1
}

@keyframes keyframes {
    0% {
        padding-left: 0
    }

    100% {
        padding-left: 20px;
    }
}

@keyframes keyframes1 {
    0% {
        padding-left: 0
    }

    100% {
        padding-left: 40px;
    }
}

.text1 {
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.text2 {
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.text3 {
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

/* flex布局,自动换行 */
.flex-row-wrap {
    display: flex;
    flex-wrap: wrap;
}

/* 水平平均分布 */
.flex_around {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

/* 水平两端对齐 */
.flex_between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/** 水平右对齐 */
.flex_end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

/* 水平居中对齐 */
.flex_center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/**/
.flex_vertical {
    display: flex;
    flex-direction: row;
    flex-direction: row-reverse
}

/* 垂直居中 */
.flex_center_align {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* 水平平均垂直居中 */
.flex_center_around {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

/** 文本两端对齐 */
.text_bothends {
    text-align: justify;
    text-justify: distribute-all-lines;
    /** 这行必加，兼容ie浏览器 */
    text-align-last: justify;
}

.w15 {
    width: 15px;
}

.w20 {
    width: 20px;
}

.h20 {
    height: 20px;
}

.h30 {
    height: 30px;
}

.h40 {
    height: 40px;
}

.h50 {
    height: 50px;
}

.h60 {
    height: 60px;
}

.pt {
    padding-top: 50px;
}

.p_l_6 {
    padding-left: 6px;
}

.more {
    width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.c_i_l_12 {
    border: 1px solid #999999;font-size: 14px;
}
.c_i_l_13 {
    width: 60px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-left: 1px solid #999999;
    cursor:pointer;
}
.c_i_l_14 {
    width: 60px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor:pointer;
}
.c_i_l_active {
    color: #FFFFFF;
    background-color: #0c3191;
}
.c_n_s_0{
    background-color: #F2F1E9;padding: 0 25px 50px 25px;
}
.c_n_s_1 {
    display: block;line-height: 65px;border-bottom: 1px dashed #CFCFCF;font-size: 18px;
}
.c_n_s_2 {
    width: 100%;text-align: center;height: 100px;background-color: #0c3191;line-height: 100px;font-size: 26px;color: #FFFFFF;top: -50px;position: absolute;
}
.c_n_s_3 {
    border-bottom: 1px solid #E5E4DC;
}
.c_n_s_4 {
    font-size: 26px;padding: 19px 0 15px 0;
}
.c_n_s_5 {
    font-size: 16px;color: #999999;
}