@charset "UTF-8";

:root {
    --li: #e50112;
    --li1: #004286;
}

* {
    box-sizing: border-box !important;
    word-break: normal !important;
    word-wrap: normal !important;
    -webkit-font-smoothing: antialiased !important;
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

body {
    background-color: #fff;
    color: #595959;
    font-size: 0.729vw;
    font-family: 'Arial', '微软雅黑', Helvetica, sans-serif;
    font-weight: 500;
}

@media only screen and (max-width:768px) {
    body {
        font-size: 14px;
    }
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #d7d7d7;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--li);
}



@font-face {
    font-family: 'iconfont';  /* Project id 2650718 */
    src: url('//at.alicdn.com/t/c/font_2650718_cbmd2sg8a65.woff2?t=1721008254735') format('woff2'),
         url('//at.alicdn.com/t/c/font_2650718_cbmd2sg8a65.woff?t=1721008254735') format('woff'),
         url('//at.alicdn.com/t/c/font_2650718_cbmd2sg8a65.ttf?t=1721008254735') format('truetype');
  }

.icon {
    font-family: 'iconfont' !important;
}


/* webkit, opera, IE9 （谷歌浏览器）*/
::selection {
    background: var(--li);
    color: #fff;
}

/* mozilla firefox（火狐浏览器） */
::-moz-selection {
    background: var(--li);
    color: #fff;
}

/*end*/
a {
    text-decoration: none !important;
}

a:active,
a:hover,
a:focus,
a:visited {
    outline: none !important;
    text-decoration: none;
}

i {
    font-style: normal;
}

/*yx_Css*/
.Limg_con,
.Limg_cov {
    position: relative;
    height: 0;
    overflow: hidden;
}

.Limg_con img {
    position: absolute;
    max-height: 80%;
    max-width: 80%;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    transition: all 0.6s;
    object-fit: contain;
}

.Limg_cov img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
    left: 0;
    top: 0;
}

.L_tit {
    display: block;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.L_summary {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/*end*/



/* 留言 */
.ver-error-input {
    border: 1px solid #ff1f30;
}

.ver-errbox {
    position: relative;
}

.ver-errors {
    color: #ff1f30;
    font-size: 12px;
    margin: 0 !important;
    position: absolute;
    width: auto;
    max-width: 220px;
    background-color: #dedede;
    padding: 0 10px;
    border-radius: 5px;
    display: inline-block;
    left: 150px;
    vertical-align: top;
    top: 13px;
    line-height: 30px;
}

.ver-errors:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #dedede;
    position: absolute;
    left: -5px;
    top: 10px;
    transform: rotate(45deg);
}

.ver-errors .ver-error-caret {
    color: #dedede;
    position: absolute;
    left: -12px;
    width: 15px;
    height: 30px;
    line-height: 30px;
    top: 0px;
}

.ver-errors .ver-error-caret.ver-icon-carets:before {
    content: "\e6cc";
}

.ver-money-input {
    vertical-align: middle;
    color: #333;
}

.ver-money-input::before {
    content: "￥";
}

.ver-money-input>input {
    width: 60px;
    border: 0;
    border-bottom: 1px solid #dedede;
    padding: 0;
    margin: 0;
}

.ver-error-inputs {
    border: 1px solid #ff1f30;
    border-right: 0;
}

.ver-errorMessageBlock {
    display: block;
    top: 5px;
    width: 100%;
    max-width: 100%;
    left: 0;
    background: none;
}


/* 分页器 */
ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.833vw;
    margin: 2.604vw 0 5%;
}

ul.pagination li {
    width: 2.083vw;
    height: 2.083vw;
    background: #eee;
    text-align: center;
    line-height: 2.083vw;
    margin: 0 0.26vw;
    border-radius: 50%;
}

ul.pagination li a {
    color: #333;
    display: block;
}

ul.pagination li.active,
ul.pagination li:hover {
    background: var(--li);
    color: #fff !important;
    transition: all .5s ease;
}

ul.pagination li:hover a {
    color: #fff;
}

ul.pagination li:first-child,
ul.pagination li:last-child {
    font-size: 0.833vw;
}

ul.pagination li.disabled {
    color: #999;
    cursor: no-drop;
}


@media screen and (max-width: 800px) {
    .ver-errors {
        display: block;
        top: 10px;
        margin-left: -10px !important;
    }

    .ver-errors .ver-error-caret {
        left: 3px;
        top: -19px;
    }

    .ver-errors .ver-error-caret.ver-icon-carets:before {
        content: "\e6d0";
    }

    ul.pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        margin: 30px auto 50px;
    }
}

/* 翻页 */
.news_page {
    display: flex;
    margin-top: 1.563vw;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 1.042vw;
    flex-wrap: wrap;
}

.news_page a {
    color: #666;
    font-size: 0.833vw;
    display: block;
    width: 50%;
}

.news_page a span {
    color: #333;
}


.news_page .news_page_next {
    text-align: right;
}

@media only screen and (max-width:768px) {
    .news_page a {
        width: 100%;
        font-size: 14px;
        margin-top: 10px;
    }

    .news_page .news_page_next {
        text-align: left;
    }
    ul.pagination li:first-child, ul.pagination li:last-child {
        font-size: 12px;
    }
    ul.pagination li {
        width: 30px;
        height: 30px;
        background: #eee;
        text-align: center;
        line-height: 30px;
        margin: 0 3px;
        border-radius: 50%;
    }

}