html{
    font-size: 100px;
}
body {
    color: #333;
    font-family: Arial, Microsoft YaHei, PingFang SC, SimSun, sans-serif;
    font-size: 0.18rem;
    background: #fff;
}

a {
    color: #0e0e0e;
}

a:hover {
    color: #EE1C25;
}

.layui-container {
    width: 14.3rem;
    margin: 0 auto;
}






.fs-12 {
    font-size: 0.12rem;
}

.fs-14 {
    font-size: 0.14rem;
}

.fs-16 {
    font-size: 0.16rem;
}

.fs-18 {
    font-size: 0.18rem;
}

.fs-20 {
    font-size: 0.2rem;
}

.fs-24 {
    font-size: 0.24rem;
}

.fs-30 {
    font-size: 0.3rem;
}

.fs-40 {
    font-size: 0.4rem;
}
.fs-50 {
    font-size: 0.5rem;
}

.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    position: relative;
}


.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-content-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.flex-content-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-items-start {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.mt-30 {
    margin-top: 0.3rem;
}

.mt-40 {
    margin-top: 0.4rem;
}

.mt-50 {
    margin-top: 0.5rem;
}

.mt-55 {
    margin-top: 0.55rem;
}

.mt-60 {
    margin-top: 0.6rem;
}

.mt-70 {
    margin-top: 0.7rem;
}

.mt-80 {
    margin-top: 0.8rem;
}

.mt-90 {
    margin-top: 0.9rem;
}

.mt-100 {
    margin-top: 1rem;
}

.mb-30 {
    margin-bottom: 0.3rem;
}

.mb-40 {
    margin-bottom: 0.4rem;
}

.mb-50 {
    margin-bottom: 0.5rem;
}

.mb-60 {
    margin-bottom: 0.6rem;
}

.mb-70 {
    margin-bottom: 0.7rem;
}

.mb-80 {
    margin-bottom: 0.8rem;
}

.mb-90 {
    margin-bottom: 0.9rem;
}

.mb-100 {
    margin-bottom: 1rem;
}

.pt-30 {
    padding-top: 0.3rem;
}

.pt-40 {
    padding-top: 0.4rem;
}

.pt-50 {
    padding-top: 0.5rem;
}

.pt-55 {
    padding-top: 0.55rem;
}

.pt-60 {
    padding-top: 0.6rem;
}

.pt-70 {
    padding-top: 0.7rem;
}

.pt-80 {
    padding-top: 0.8rem;
}

.pt-90 {
    padding-top: 0.9rem;
}

.pt-100 {
    padding-top: 1rem;
}

.pb-30 {
    padding-bottom: 0.3rem;
}

.pb-40 {
    padding-bottom: 0.4rem;
}

.pb-50 {
    padding-bottom: 0.5rem;
}

.pb-60 {
    padding-bottom: 0.6rem;
}

.pb-70 {
    padding-bottom: 0.7rem;
}

.pb-80 {
    padding-bottom: 0.8rem;
}

.pb-90 {
    padding-bottom: 0.9rem;
}

.pb-100 {
    padding-bottom: 1rem;
}

.strong {
    font-weight: bold;
}

.img-responsive {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hfade {
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}

.clearfix {
    zoom: 1;
    clear: both;
}

.clearfix::after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}

.clearfix::before {
    display: table;
    content: " ";
    box-sizing: border-box;
}

.mheader,
.mnav {
    display: none;
}

.header_box {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.header_top{
    height: 0.45rem;
    line-height: 0.45rem;
    background: #EE1C25;
    color: rgba(255, 255, 255, 0.7);
}
.header_top a{
    color: rgba(255, 255, 255, 0.7);
}

.header_top span{
    padding: 0 0.1rem;
}

.header {
    padding-top: 0.33rem;
    position: relative;
}
.header::after{
    content: '';
    width: 100%;
    height: 2.84rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 77%);
    position: absolute;
    left: 0;
    top: 0;
}

.header .layui-container{
    z-index: 2;
}

.header .logo {
    position: relative;
    z-index: 2;
}

.header .logo img {
    width: 3.26rem;
    height: auto;
}

.header .pic img {
    width: auto;
    height: 1.22rem;
}

.header .right .top_sch {
    width: 2.6rem;
    height: 0.4rem;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #EE1C25;
    overflow: hidden;
    box-sizing: border-box;
}

.header .right .top_sch .sch_input {
    height: 0.4rem;
    line-height: 0.4rem;
    border: none;
    border-radius: 5px;
    padding: 0 0.2rem;
    box-sizing: border-box;
    background: none;
    flex: 1;
    width: 100%;
}

.header .right .top_sch .sch_input::placeholder {
    color: #999999;
    font-size: 0.16rem;
}

.header .right .top_sch .sch_btn {
    flex: none;
    width: 0.8rem;
    line-height: 0.4rem;
    background: none;
    border: none;
    text-align: center;
    cursor: pointer;
    background: #EE1C25;
    color: #fff;
}


.header .right .link {
    text-align: right;
    margin-bottom: 5px;
    line-height: 0.28rem;
}

.header .right .link a {
    color: #CECECE;
}

.nav_box {
    background: #EE1C25;
}

.nav {
    position: relative;
    z-index: 20;
}

.nav>ul>li {
    position: relative;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0 0.2rem;
}

.nav>ul>li>a {
    display: block;
    position: relative;
    box-sizing: border-box;
    color: #fff;
}

.nav>ul>li>a::after {
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all .3s;
}

.nav>ul>li:hover>a::after,.nav>ul>li.on>a::after {
    width: 100%;
}

.nav>ul>li:hover>a,
.nav>ul>li.on>a {
    font-weight: bold;
}


.nav>ul>li .hover {
    width: calc(100% + 0.5rem);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    padding: 0 0 0;
    display: none;
}

.nav>ul>li:nth-child(5) .hover,.nav>ul>li:nth-child(4) .hover {
    width: calc(100% + 1rem);
}

.nav>ul>li .hover ul {
    background: #fff;
    box-shadow: 0px 0px 0.4rem 0px rgba(0, 0, 0, 0.17);
    overflow: hidden;
    padding: 0.1rem 0;
}

.nav>ul>li .hover li {
    text-align: center;
}

.nav>ul>li .hover li a {
    color: #0e0e0e;
    line-height: 1.5em;
    display: inline-block;
    padding: 0.1rem;
    position: relative;
}

.nav>ul>li .hover li a::after {
    content: '';
    width: 0;
    height: 2px;
    background: #EE1C25;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all .3s;
}

.nav>ul>li .hover li a:hover::after {
    width: 100%;
}

.nav>ul>li .hover li a:hover {
    color: #EE1C25;
}

.nav>ul>li:hover .hover {
    display: block;
}

.nav>ul>li:nth-child(3) .hover li:nth-child(n+6),
.nav>ul>li:nth-child(4) .hover li:nth-child(n+6) {
    display: none;
}


/* 手机导航 */

.mc_ph_hd {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 64px;
    top: 0;
}
.mc_ph_hd.fixed {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}


.mc_ph_navbar {
    padding: 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: fixed;
    z-index: 999;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.mc_ph_hd.fixed .mc_ph_navbar {
     background: #fff;
}

.mc_language_ph a {
    line-height: 64px;
    color: #333;
    margin-right: 15px;
}

.mc_ph_nav_r .mc_ph_language a {
    line-height: 64px;
    margin-right: 20px;
    color: #333;
}

.mc_ph_hd .mc_ph_logo a {
    line-height: 64px;
    height: 64px;
}

.mc_ph_hd .mc_ph_en {
    margin-top: 20px;
    margin-right: 20px;
}

.mc_ph_logo img {
    width: auto !important;
    height: 50px !important;
}

.mc_ph_logo .text {
    font-size: 14px;
    margin-left: 10px;
    color: #EE1C25;
}

.mc_ph_menu {
    overflow: hidden;
    width: 26px;
    height: 50px;
}

.mc_ph_hd .mc_phmenubox {
    width: 26px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mc_ph_hd .mc_phmenubox .point {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 22px;
    margin-top: 15px;
    transform: translateX(-3px);
}

.mc_ph_hd .mc_phmenubox .point .nav_btn,
.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #EE1C25;
}

.mc_ph_hd .mc_phmenubox .nav_btn {
    position: absolute;
    top: 8px;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
    content: '';
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #EE1C25;
}

.mc_ph_hd .mc_phmenubox .point .nav_btn::after {
    top: -8px;
    width: 30px;
}

.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
    top: 8px;
    width: 15px;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn {
    background: transparent;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::after {
    width: 30px;
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #EE1C25;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::before {
    width: 30px;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #EE1C25;
}

/*ph导航&下拉*/
.phxia {
    position: fixed;
    width: 100%;
    left: 0;
    top: 64px;
    z-index: 998;
    background-color: #fff;
    max-height: calc(100vh - 64px);
    overflow: auto;
}

.xialaph {
    display: none;
    width: 100%;
    background-color: #fff;
    font-family: '微软雅黑';
    height: calc(100vh - 64px);
    padding: 10px 0;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.xialaph h4 {
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}

.xialaph h4::after {
    content: '';
    display: block;
    clear: both;
}

.xialaph h4 a {
    font-size: 18px;
    line-height: 46px;
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h4 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph .ul2 {
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
    background: #f7f8fa;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.xialaph .ul2 .container_s {
    max-width: 100%;
    padding: 0 20px;
}

.xialaph .ul2 .container_s .yinyan {
    display: none;
}


.img_s {
    float: right;
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #999;
    transition: all .36s;
}

.xialaph h5 {
    position: relative;
}

.xialaph h5::after {
    content: '';
    display: block;
    clear: both;
}

.xialaph h5 a {
    font-family: '微软雅黑';
    font-size: 16px;
    line-height: 35px;
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h5 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 35px;
    padding: 11px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
    display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
    display: block;
}

.xialaph .ul3 {
    display: none;
}

.xialaph h6 a {
    font-family: '微软雅黑';
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}

.xialaph h4.active .img_s {
    transform: rotate(180deg);
}

.xialaph h5.active .img_s {
    transform: rotate(180deg);
}

.xialaph h4.active .img_s {
    transform: rotate(180deg);
}

.xialaph_bot {
    margin: 20px 0;
    text-align: right;
    padding: 0 20px;
    font-size: 0;
}

.xialaph_bot>div {
    display: inline-block;
    margin-left: 15px;
}

.mc_ph_search {
    margin-right: 40px;
    margin-top: 15px;
}

.mc_ph_search .layui-icon {
    font-size: 24px;
}


.xialaph_bot>div {
    margin: 0 8px;
}

.xialaph_bot {
    text-align: center !important;
}

.myclass video {
    width: 100%;
    display: block;
}

.myclass .layui-layer-content {
    height: auto !important;
}

.myclass.layui-layer-page .layui-layer-content {
    overflow: hidden;
}

.himg .pic {
    overflow: hidden;
    position: relative;
}

.himg .pic img {
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}

.himg:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.himg .pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .25;
    pointer-events: none;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3
}

.himg:hover .pic:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.layui-col-space60 {
    margin: -0.3rem;
}

.layui-col-space60>* {
    padding: 0.3rem;
}

.pchide {
    display: none !important;
}

.phhide {
    display: block !important;
}

.layui-col-space40 {
    margin: -0.2rem;
}

.layui-col-space40>* {
    padding: 0.2rem;
}


/**
 * 栏目标题样式
 */
.column .title {
    display: block;
}

.column .icon {
    position: relative;
    margin-right: 0.15rem;
    float: left;
}

.column .icon::after {
    content: '';
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 100%;
    background: rgba(238, 28, 37, 0.1);
    position: absolute;
    right: -0.07rem;
    top: -0.12rem;
}

.column .iconfont {
    color: #EE1C25;
    position: relative;
    z-index: 2;
}

.column .more {
    display: block;
    line-height: 0.26rem;
    padding: 0 0.25rem;
    background: url(../images/more_bg.png) no-repeat center;
    background-size: 100% auto;
    color: #FFFFFF;
    position: relative;
    transition: all .36s;
}

.column .more::before {
    content: '';
    width: 0.79rem;
    height: 0.37rem;
    background: url(../images/more_bg2.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top: -0.2rem;
    left: -0.2rem;
    transition: all .36s;
}

.column .more:hover {
    background: url(../images/more_bg_h.png) no-repeat center;
    background-size: 100% auto;
}

.column .more:hover::before {
    background: url(../images/more_bg2_h.png) no-repeat center;
    background-size: 100% auto;
}


/*首页banner轮播*/

.banner_slide .pic {
    padding-top: 0;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.banner_slide .swiper-button-next,
.banner_slide .swiper-button-prev {
    width: 0.6rem;
    height: 0.6rem;
    background: #fff;
    left: 0.4rem;
    color: #EE1C25;
    display: none;
    border-radius: 100%;
}

.banner_slide .swiper-button-next {
    left: auto;
    right: 0.4rem;
}

.banner_slide .layui-icon {
    font-size: 22px;
}

.banner_slide:hover .swiper-button-next,
.banner_slide:hover .swiper-button-prev {
    display: flex;
}

.banner_slide .swiper-button-next:hover,
.banner_slide .swiper-button-prev:hover {
    background: rgba(238, 28, 37, 0.8);
}

.banner_slide .swiper-button-next:hover .layui-icon,
.banner_slide .swiper-button-prev:hover .layui-icon {
    color: #fff;
}

.banner_slide .swiper-pagination-banner {
    text-align: center;
    position: absolute;
    bottom: 0.4rem;
    z-index: 2;
}

.banner_slide .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background: rgba(255, 255, 255, 0.67);
    opacity: 1;
    margin: 0 0.07rem;
    cursor: pointer;
}

.banner_slide .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}

/**
 * 页脚样式
 */
.footer {
    border-top: 2px solid #EE1C25;
}

.footer_main {
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}

.footer_main .footer_logo img {
    width: auto;
    height: 0.71rem;
}

.footer_contact li {
    margin-right: 0.4rem;
    color: rgba(61, 61, 61, 0.8);
    line-height: 0.25rem;
}

.footer_contact li:last-child {
    margin-right: 0;
}

.footer_contact li .icon {
    width: 0.42rem;
    height: 0.42rem;
    border: 1px solid #EE1C25;
    border-radius: 5px;
    text-align: center;
    line-height: 0.42rem;
    color: #CE0C00;
    margin-right: 0.16rem;
}

.footer_main .right {
    flex: none;
    width: 2.53rem;
}

.footer_ewm li {
    text-align: center;
    color: #999999;
    line-height: 0.32rem;
}

.footer_ewm li a {
    color: #999999;
}

.footer_ewm li img {
    width: 1.08rem;
    height: 1.08rem;
    border: 5px solid #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.1rem;
}

.copyright {
    padding: 0.2rem 0;
    text-align: center;
    background: #EE1C25;
    color: #fff;
    line-height: 0.32rem;
}

.copyright a {
    color: #fff;
}

.copyright br {
    display: none;
}

/**
 * 友情链接
 */
.yqlj {
    position: relative;
}

.yqlj .item {
    height: 0.38rem;
    position: relative;
    background: rgba(238, 28, 37, 0.14);
}

.yqlj .item .title {
    line-height: 0.38rem;
    position: relative;
    color: #EE1C25;
    cursor: pointer;
    padding: 0 20px;
}

.yqlj .item .title .layui-icon {
    position: absolute;
    top: 40%;
    right: 0.2rem;
    display: block;
    width: 0;
    height: 0;
    border: 0.06rem solid #CE0C00;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.yqlj .item .title .layui-icon::before {
    display: none;
}

.yqlj .item.on {
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    border: none;
}

.yqlj .item.on .title .layui-icon {
    transform: translateY(-50%) rotate(180deg);
}

.yqlj .item .hover {
    width: 100%;
    max-height: 320px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 10;
    line-height: 2em;
    display: none;
    box-sizing: border-box;
    border-radius: 10px 10px 0px 0px;
}

.yqlj .item .hover::-webkit-scrollbar {
    width: 5px;
    height: 100%;
}

.yqlj .item .hover::-webkit-scrollbar-thumb {
    background-color: #a6a6a6;
}

.yqlj .item .hover::-webkit-scrollbar-track {
    background-color: #d7d7d7;
}

.yqlj .item ul {
    overflow: hidden;
    padding: 10px 0;
}

.yqlj .item ul li {
    padding: 0 20px;
    box-sizing: border-box;
}

.yqlj .item ul li a {
    border-bottom: 1px solid #eee;
    text-align: left;
    padding: 5px 0;
}

.yqlj .item ul li:last-of-type a {
    border-bottom: none;
}

.yqlj .item ul li .title2 {
    height: 40px;
    line-height: 40px;
}

.yqlj .item ul li .layui-icon {
    color: #bfbfbf;
}

.yqlj .item ul::-webkit-scrollbar {
    width: 5px;
    height: 100%;
}

.yqlj .item ul::-webkit-scrollbar-thumb {
    background-color: #a6a6a6;
}

.yqlj .item ul::-webkit-scrollbar-track {
    background-color: #d7d7d7;
}

/**
 * 内页样式
 */
.banner_nei {
    height: 5.15rem;
}

.content_box {
    overflow: hidden;
}

.column_nei {
    position: relative;
    border-bottom: 2px solid rgba(238, 28, 37, 0.1);
    padding-bottom: 0.2rem;
    width: 100%;
    line-height: 0.4rem;
}

.column_nei::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0.04rem;
    height: 0.29rem;
    background: #EE1C25;
    top: 0.06rem;
    border-radius: 10000px;
}

.column_nei .position {
    text-align: right;
    color: #737373;
}

.column_nei .position img {
    position: relative;
    top: -0.02rem;
}

.column_nei .name {
    font-weight: bold;
    padding-left: 0.16rem;
    flex: 1;
    position: relative;
}

.column_nei .name::after {
    content: '';
    position: absolute;
    bottom: -0.27rem;
    left: 0;
    width: 100%;
    height: 0.02rem;
    background: #EE1C25;
}

.col_nav {}

.col_nav li {
    display: inline-block;
    margin-right: 0.06rem;
}

.col_nav li a {
    display: block;
    height: 0.6rem;
    line-height: 0.6rem;
    position: relative;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 0 0.4rem;
    transition: all .3s;
}

.col_nav li.on a,
.col_nav li a:hover {
    font-weight: bold;
    color: #fff;
    background: #EE1C25;
}

.col_nav li.on a::after,
.col_nav li a:hover::after {
    width: 100%;
}

.col_nav2{
    margin-top: 0.2rem;
}
.col_nav2 li {
    float: left;
    margin-right: 0.4rem;
}

.col_nav2 li a {
    display: block;
    padding: 0.1rem 0.0;
    color: #727272;
    border-bottom:2px solid transparent;
}

.col_nav2 li a:hover,
.col_nav2 li.on a {
    color: #EE1C25;
    border-bottom: 2px solid #EE1C25;
    font-weight: bold;
}

/**
 * 信息列表
 */
.infolist_nei li {
    position: relative;
}

.infolist_nei li a {
    display: block;
    position: relative;
    background: #FFFFFF;
    padding: 0.3rem;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.infolist_nei li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0.04rem;
    background: #EE1C25;
    transition: all 0.3s;
}

.infolist_nei li a:hover::after {
    width: 100%;
}

.infolist_nei li .date {
    color: #EE1C25;
    line-height: 0.23rem;
    margin-bottom: 0.04rem;
}

.infolist_nei li .title {
    height: 0.3rem;
    line-height: 0.3rem;
    position: relative;
    margin-bottom: 0.1rem;
}

.infolist_nei li .desc {
    height: 0.5rem;
    line-height: 0.25rem;
    color: #666666;
    margin-bottom: 0.18rem;
}

.infolist_nei li a:hover .title {
    font-weight: bold;
}

/**
 * 图文列表
 */
.picinfolist_nei li a {
    display: block;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: relative;
}

.picinfolist_nei li .pic {
    width: 3.27rem;
    height: 1.85rem;
    position: absolute;
    right: 0;
    top: 0;
}

.picinfolist_nei li .text {
    width: calc(100% - 3.27rem);
    height: 1.85rem;
    box-sizing: border-box;
    padding: 0.3rem;
}

.picinfolist_nei li .title {
    height: 0.4rem;
    line-height: 0.4rem;
}

.picinfolist_nei li .desc {
    line-height: 0.25rem;
    height: 0.5rem;
    color: #999;
}

.picinfolist_nei li .date {
    color: #EE1C25;
    margin-bottom: 0.2rem;
}

.picinfolist_nei li a:hover .title {
    font-weight: bold;
}

/**
 * 图片列表
 */
.piclist_nei li a {
    display: block;
    position: relative;
}

.piclist_nei li a .pic {
    position: relative;
    padding-top: 63.59%;
    z-index: 2;
}

.piclist_nei li a .title {
    position: relative;
    height: 0.55rem;
    line-height: 0.55rem;
    z-index: 2;
    box-shadow: 0px 4px 37px 0px rgba(0, 0, 0, 0.16);
    padding: 0 0.2rem;
    text-align: center;
    transition: all 0.3s;
}


.piclist_nei li a:hover .title {
    font-weight: bold;
    background: #EE1C25;
    color: #fff;
}

/**
 * 详情页
 */
.page_detail {
    background: #FFFFFF;
    box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.1);
    padding: 0.6rem 1.4rem;
}

.page_top {
    text-align: center;
    margin-bottom: 0.3rem;
}

.col-title {
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.col-att {
    color: #9E9E9E;
    border-bottom: 1px solid rgba(216, 216, 216, 0.5);
    padding-bottom: 0.15rem;
}

.col-att a {
    color: #9E9E9E;
}

.col-att .linedc {
    padding: 0 5px;
}

.dtl_detail {
    line-height: 2.5em;
}

.dtl_detail img,
.dtl_detail video {
    max-width: 100% !important;
    height: auto !important;
}

.dtl_detail p {
    margin-bottom: 0px;
}

.dtl_detail iframe{
    width: 100%!important;
    min-height: 1200px!important;
}

.pager {
    margin-top: 0.4rem;
}

.pager li {
    margin-bottom: 0.27rem;
}

.pager li a {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.1);
    padding: 0.05rem 0.2rem;
    color: #666666;
    transition: all 0.3s;
}

.pager li a:hover {
    background: #EE1C25;
    color: #fff;
}

/*
内容搜索页
 */
.sch-form {
    display: block;
    background: #fff;
    position: relative;
    box-shadow: 0 0 0.1rem #ccc;
}

.sch-form .sch-input {
    border: none;
    background: #fff;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #aaa;
    margin-left: 0;
    box-sizing: border-box;
    padding: 0 0.1rem;
}

.sch-form .sch-btn {
    position: absolute;
    right: 0.2rem;
    background: none;
    border: none;
    line-height: 0.6rem;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
    padding: 0 0.1rem;
}

/**
 * 管理团队列表
 */
.gltdlist_nei li a{
    align-items: flex-start;
    border: 1px solid #D4D4D4;
    padding: 0.2rem;
    background: #FFFFFF;
}
.gltdlist_nei li .pic_box {
    width: 1.98rem;
    flex: none;
    margin-right: 0.3rem;
}

.gltdlist_nei li .pic {
    padding-top: 130.89%;
    position: relative;
}

.gltdlist_nei li .text{
    flex: 1;
    padding-top: 0.2rem;
}

.gltdlist_nei li .title{
    height: 0.38rem;
    line-height: 0.38rem;
    display: inline-block;
    border-bottom: 2px solid #DEDEDE;
    padding-bottom: 0.1rem;
    margin-bottom: 0.3rem;
}

.gltdlist_nei li .desc{
    line-height: 0.35rem;
    color: #666666;
}

.gltdlist_nei li a:hover{
    background: #fff url(../images/gltd_bg.jpg) no-repeat center;
    background-size: cover;
    border: 1px solid transparent;
}

.gltdlist_nei li a:hover .title{
    font-weight: bold;
    border-bottom: 2px solid #EE1C25;
}

/**
 * 师资队伍列表
 */
.szdwlist_nei li a{
    align-items: flex-start;
    padding: 0.3rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 45.31px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}
.szdwlist_nei li .pic_box {
    width: 1.6rem;
    flex: none;
    margin-right: 0.25rem;
}

.szdwlist_nei li .pic {
    padding-top: 132.5%;
    position: relative;
}

.szdwlist_nei li .text{
    flex: 1;
}

.szdwlist_nei li .title{
    height: 0.35rem;
    line-height: 0.35rem;
}
.szdwlist_nei li .desc{
    height: 0.35rem;
    line-height: 0.35rem;
    margin-bottom: 0.14rem;
    color: #EE1C25;
}

.szdwlist_nei li .desc2{
    line-height: 0.3rem;
    color: #9E9E9E;
}

.szdwlist_nei li a:hover{
    border: 1px solid #EE1C25;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

.szdwlist_nei li a:hover .title{
    font-weight: bold;
}

/**
 * 自定义css
 */
.xwdt_box {
    background: url(../images/xwdt_bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.xwdt {
    width: 9.85rem;
}

.tzgg {
    width: 3.85rem;
}

.xwdt_slide_box {
    width: 6.12rem;
    padding: 0.17rem 0 0 0.17rem;
    position: relative;
    box-sizing: border-box;
}

.xwdt_slide_box::before {
    content: '';
    width: 100%;
    height: 0.17rem;
    background: #EE1C25;
    position: absolute;
    left: 0;
    top: 0;
}

.xwdt_slide_box::after {
    content: '';
    width: 0.17rem;
    height: calc(100% - 0.47rem);
    background: #EE1C25;
    position: absolute;
    left: 0;
    top: 0;
}

.xwdt_slide {
    width: calc(100% + 0.17rem);
    padding-bottom: 0.3rem;
    padding-right: 0.3rem;
}

.xwdt_slide a {
    display: block;
    position: relative;
}

.xwdt_slide .swiper-slide {
    opacity: 0;
}

.xwdt_slide .swiper-slide-active {
    opacity: 1;
}

.xwdt_slide .pic {
    position: relative;
    padding-top: 63.62%;
}

.xwdt_slide .text {
    height: 1.55rem;
    box-sizing: border-box;
    padding: 0.29rem 0.28rem 0.17rem;
    background: #FFFFFF;
}

.xwdt_slide .swiper-slide-active .text {
    box-shadow: 0px 4px 0.3rem 0px rgba(0, 0, 0, 0.16);
}

.xwdt_slide .text .title {
    height: 0.35rem;
    line-height: 0.35rem;
}

.xwdt_slide .text .desc {
    height: 0.56rem;
    line-height: 0.28rem;
    color: #999999;
    margin-top: 0.13rem;
}

.xwdt_slide .swiper-pagination-xwdt {
    position:absolute;
    width: auto;
    bottom: 1.95rem;
    left: auto;
    right: 0.55rem;
    z-index:2;
}

.xwdt_slide .swiper-pagination-bullet {
    width: 0.11rem;
    height: 0.11rem;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    margin: 0 0.07rem;
    cursor: pointer;
}

.xwdt_slide .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}

.xwdt_slide .date {
    width: 0.72rem;
    height: 0.72rem;
    background: #fff;
    position: absolute;
    left: 0.1rem;
    top: 0.1rem;
    border-radius: 100%;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
}

.xwdt_slide .date .day {
    height: 0.36rem;
    line-height: 0.46rem;
    width: 100%;
    color: #EE1C25;
}

.xwdt_slide .date .year {
    height: 0.36rem;
    line-height: 0.3rem;
    background: #EE1C25;
    width: 100%;
    color: #fff;
}

.xwdt_list {
    width: 3.25rem;
}

.xwdt_list .list1 li .pic {
    position: relative;
    padding-top: 63.62%;
}

.xwdt_list .list1 li .text {
    background: #FFFFFF;
    box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.1);
    padding: 0.2rem;
    box-sizing: border-box;
    height: 1.49rem;
}

.xwdt_list .list1 li .title {
    height: 0.6rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
}

.xwdt_list .list1 li .date {
    color: #EE1C25;
}

.xwdt_list .list1 li .iconfont {
    margin-right: 5px;
}

.xwdt_list .list2 {
    background: #EE1C25;
    height: 1.83rem;
    margin-top: 0.23rem;
    box-sizing: border-box;
    padding: 0.25rem;
}

.xwdt_list .list2 li a {
    color: #FFFFFF;
}

.xwdt_list .list2 li .year {
    line-height: 0.25rem;
}

.xwdt_list .list2 li .day {
    line-height: 0.25rem;
}

.xwdt_list .list2 li .title {
    height: 0.6rem;
    line-height: 0.3rem;
    margin-top: 0.13rem;
}

.tzgg_list {
    background: url(../images/tzgg_bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    height: 5.63rem;
    box-sizing: border-box;
    padding: 0.3rem;
}

.tzgg_list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.23rem;
    margin-bottom: 0.24rem;
}

.tzgg_list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.tzgg_list li a {
    color: #fff;
}

.tzgg_list li .title {
    flex: 1;
}

.tzgg_list li .date {
    flex: none;
    width: 0.65rem;
    margin-right: 0.15rem;
    text-align: center;
    border: 1px solid #FFFFFF;
}

.tzgg_list li .day {
    line-height: 0.3rem;
}

.tzgg_list li .year {
    line-height: 0.3rem;
    background: #FFFFFF;
    color: #CE0C00;
}

.tzgg_list li .title {
    height: 0.6rem;
    line-height: 0.3rem;
}

.tzgg_list li a:hover .title {
    font-weight: bold;
    color: #FFD7C0;
}

.tzgg_list li a:hover .date {
    border: 1px solid #FFD8C0;
}

.tzgg_list li a:hover .day {
    background: #FFD8C0;
    color: #CE0C00;
}

.tzgg_list li a:hover .year {
    background: none;
    color: #FFD8C0;
}

.ztzl_slide .pic {
    position: relative;
    padding-top: 10%;
}

.ztzl_slide .swiper-button-next,
.ztzl_slide .swiper-button-prev {
    width: 0.34rem;
    height: 0.58rem;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    color: #fff;
    display: none;
}

.ztzl_slide .swiper-button-next {
    left: auto;
    right: 0;
}

.ztzl_slide .layui-icon {
    font-size: 22px;
}

.ztzl_slide:hover .swiper-button-next,
.ztzl_slide:hover .swiper-button-prev {
    display: flex;
}

.ztzl_slide .swiper-button-next:hover,
.ztzl_slide .swiper-button-prev:hover {
    background: rgba(238, 28, 37, 0.8);
}

.ztzl_slide .swiper-button-next:hover .layui-icon,
.ztzl_slide .swiper-button-prev:hover .layui-icon {
    color: #fff;
}


.jxkydt_box {
    background: url(../images/jxkydt_bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.jxkydt {
    width: 6.85rem;
}

.xsgzdt {
    width: 6.35rem;
}

.jxkydt_list .list1 li a {
    display: block;
    background: #fff;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.15);
    padding: 0.24rem 0.3rem;
    border-radius: 5px;
    position: relative;
}

.jxkydt_list .list1 li a::before {
    content: '';
    width: 0;
    height: 0.048rem;
    background: #EE1C25;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 5px 5px 0 0;
}

.jxkydt_list .list1 li a:hover::before {
    width: 100%;
}

.jxkydt_list .list1 li a:hover .title {
    font-weight: bold;
}

.jxkydt_list .list1 li .date {
    line-height: 0.224rem;
    color: #EE1C25;
    margin-bottom: 4px;
}

.jxkydt_list .list1 li .title {
    line-height: 0.3rem;
    height: 0.6rem;
    margin-bottom: 0.17rem;
}

.jxkydt_list .list1 li .desc {
    line-height: 0.25rem;
    height: 0.5rem;
    color: #999999;
}

.jxkydt_list .list2 li a {
    display: block;
    background: #FFFFFF url(../images/jxkydt_bg.png) no-repeat right bottom;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 0.24rem 0.24rem 0.32rem;
}

.jxkydt_list .list2 li a:hover {
    background: #EE1C25 url(../images/jxkydt_bg_h.png) no-repeat right bottom;
    color: #fff;
}

.jxkydt_list .list2 li .pic {
    position: relative;
    padding-top: 53.17%;
    margin-bottom: 0.2rem;
}

.jxkydt_list .list2 li .date {
    line-height: 0.36rem;
    margin-bottom: 0.2rem;
    color: #CE0C00;
}

.jxkydt_list .list2 li .date .day {
    margin-right: 5px;
}

.jxkydt_list .list2 li .title {
    height: 0.6rem;
    line-height: 0.3rem;
    margin-bottom: 0.4rem;
}

.jxkydt_list .list2 li .more {
    width: 0.8384rem;
    height: 0.28rem;
    line-height: 0.28rem;
    text-align: center;
    background: url(../images/jxkydt_right.svg) no-repeat left center;
    text-indent: -999rem;
}

.jxkydt_list .list2 li a:hover .more {
    background: #fff;
    text-indent: 0;
    color: #EE1C25;
}

.jxkydt_list .list2 li a:hover .date {
    color: #fff;
}

.xsgzdt_list .list1 li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.xsgzdt_list .list1 li .pic {
    position: relative;
    padding-top: 54.4%;
}

.xsgzdt_list .list1 li .text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    align-items: flex-end;
}

.xsgzdt_list .list1 li .text .title {
    flex: 1;
}

.xsgzdt_list .list1 li .text .date {
    width: 0.668rem;
    height: 0.668rem;
    opacity: 1;
    background: rgba(238, 28, 37, 0.8);
    backdrop-filter: blur(5px);
    text-align: center;
    flex-direction: column;
    color: #fff;
}

.xkzyjs_list .list1 li .text .date {
    width: 0.76rem;
    height: 0.76rem;
}

.xsgzdt_list .list1 li .text .date .day {
    margin-bottom: 3px;
}

.xsgzdt_list .list1 li .title {
    height: 0.5rem;
    line-height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 0 0.3rem;
    box-sizing: border-box;
}

.xsgzdt_list .list2 li .day {
    color: #EE1C25;
    line-height: 0.28rem;
}

.xsgzdt_list .list2 li .line {
    width: 100%;
    height: 1px;
    background: rgba(238, 28, 37, 0.41);
    position: relative;
    margin: 5px 0 0.13rem;
}

.xsgzdt_list .list2 li .line::before {
    content: '';
    width: 0.09rem;
    height: 0.09rem;
    background: #f5e2e3;
    border-radius: 100%;
    border: 1px solid #CE0C00;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.xsgzdt_list .list2 li .line::after {
    content: '';
    width: 0.05rem;
    height: 0.05rem;
    background: #EE1C25;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.xsgzdt_list .list2 li .text {
    align-items: flex-start;
}

.xsgzdt_list .list2 li .year {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #CE0C00;
    margin-right: 0.15rem;
}

.xsgzdt_list .list2 li .title {
    line-height: 0.28rem;
    height: 0.56rem;
}

.xsgzdt_list .list2 li:nth-child(n+3) {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0.1rem;
}

.szdw_box {
    background: url(../images/szdw_bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.szdw_slide a {
    display: block;
}

.szdw_slide .swiper-slide {
    width: 1.81rem;
    padding-top: 0.38rem;
    margin-right: 0.8rem;
    padding-left: 0.3rem;
}

.szdw_slide .swiper-slide-active {
    width: 2.23rem;
    padding-top: 0;
}

.szdw_slide .swiper-slide-active .pic_box::before {
    background: #EE1C25;
}

.szdw_slide .swiper-slide-active .pic_box::after {
    background: #EE1C25;
}

.szdw_slide .pic_box {
    position: relative;
    box-sizing: border-box;
    padding: 0 0.1rem 0.1rem 0;
}

.szdw_slide .pic_box::before {
    content: '';
    width: 0.1rem;
    height: calc(100% - 0.1rem);
    position: absolute;
    right: 0;
    bottom: 0;
    background: #FFB0B0;
}

.szdw_slide .pic_box::after {
    content: '';
    width: calc(100% - 0.1rem);
    height: 0.1rem;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #FFB0B0;
}

.szdw_slide .pic {
    position: relative;
    padding-top: 133.55%;
}

.szdw_slide .title {
    height: 0.3rem;
    line-height: 0.3rem;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 0.25rem;
}

.szdw_slide .desc {
    height: 0.2rem;
    line-height: 0.2rem;
    color: rgba(102, 102, 102, 0.8706);
    text-align: center;
}

.szdw_slide .swiper-button-prev-szdw,
.szdw_slide .swiper-button-next-szdw {
    cursor: pointer;
}

.szdw_slide .swiper-button-prev-szdw img,
.szdw_slide .swiper-button-next-szdw img {
    width: 0.69rem;
    height: auto;
}

.szdw_slide .swiper-pagination-szdw {
    margin: 0.08rem 0.65rem 0;
}

.szdw_slide .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    background: rgba(238, 28, 37, 0.3);
    opacity: 1;
    margin: 0 0.07rem;
    cursor: pointer;
}

.szdw_slide .swiper-pagination-bullet-active {
    background: rgba(238, 28, 37, 1);
}

.xkzyjs_box {
    background: url(../images/xkzyjs_bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.xkzyjs_list .list1 {
    margin-bottom: 0.27rem;
}
.xkzyjs_list .list2 li{
    width: calc((100% - 4 * 0.16rem)/5);
    margin-right: 0.16rem;
}
.xkzyjs_list .list2 li:nth-child(5n) {
    margin-right: 0;
}
.xkzyjs_list .list2 li a {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 1.52rem;
    flex-direction: column;
}

.xkzyjs_list .list2 li a::after {
    content: '';
    width: 0;
    height: 3px;
    background: #EE1C25;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}

.xkzyjs_list .list2 li a:hover::after {
    width: 100%;
}
.xkzyjs_list .list2 li .title {
    height: 0.3rem;
    line-height: 0.3rem;
}
.xkzyjs_list .list2 li a:hover .title {
    font-weight: bold;
}

.xkzyjs_list .list2 li a:hover .line::before {
    background: #EE1C25;
}
.xkzyjs_list .list2 li:nth-child(n+3) {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.xkzyjs_list .list2 li .iconfont{
    color: #EE1C25;
}

.djgz_list {
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 0.3rem;
    height: 5.43rem;
    box-sizing: border-box;
}

.djgz_list li {
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #D8D8D8;
}

.djgz_list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.djgz_list li .text {
    flex: 1;
    margin-right: 0.23rem;
}

.djgz_list li .text .title {
    height: 0.4rem;
    line-height: 0.4rem;
    margin-bottom: 0.05rem;
}

.djgz_list li .text .date {
    color: #EE1C25;
    line-height: 0.16rem;
    margin-bottom: 0.17rem;
}

.djgz_list li .text .desc {
    line-height: 0.25rem;
    height: 0.5rem;
    color: #999999;
}

.djgz_list li .pic_box {
    width: 2.35rem;
    flex: none;
}

.djgz_list li .pic {
    position: relative;
    padding-top: 56.59%;
}

.djgz_list li a:hover .title {
    font-weight: bold;
}

.xyfc_box {
    background: url(../images/xyfc_bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.xyfc_list li a {
    display: block;
    position: relative;
}

.xyfc_list li .pic {
    position: relative;
    padding-top: 56.37%;
}

.xyfc_list li .title {
    background: rgba(0, 0, 0, 0.58);
    height: 0.45rem;
    line-height: 0.45rem;
    color: #fff;
    padding: 0 0.3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.xyfc_list li.layui-col-lg6 .title{
    height: 0.35rem;
    line-height: 0.35rem;
}

.xyfc_list li a:hover .title {
    font-weight: bold;
    background: #EE1C25;
}

.xyfc_slide a {
    display: block;
    position: relative;
}

.xyfc_slide .pic {
    position: relative;
    padding-top: 56.37%;
}

.xyfc_slide .title {
    background: rgba(0, 0, 0, 0.58);
    height: 0.55rem;
    line-height: 0.55rem;
    color: #fff;
    padding: 0 0.3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.xyfc_slide a:hover .title {
    font-weight: bold;
    background: #EE1C25;
}

.xyfc_slide .swiper-pagination {
    bottom: auto;
    position: relative;
    margin-top: 0.2rem;
}

.xyfc_slide .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(238, 28, 37, 1);
}


/* ===== 轮播图固定效果 ===== */
.banner {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}

.banner_slide,.banner_slide .picBox {
    height: 100%;
}

.banner_slide .pic {
    padding-top: 0;
    height: 100%;
}

/* 内容区域 - 北京大学方式 */
.body_b {
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 2;
    overflow: auto;
    outline: none;
}
.body_home {
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.home {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.home body {
    height: 100%;
    overflow: hidden;
    padding: 0;
}
.body_b.showdiv {
    top: 0;
    padding-top: 1.5rem;
}
.header_box {
    opacity: 0;
    transform: translateY(-100%);
}
.body_home.showdiv .header_box {
    transform: none;
    opacity: 1;
}
.body_b .header_box {
    opacity: 0;
    transform: translateY(-100%);
}
.body_b.showdiv .header_box {
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;
}
.header2 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    background: #fff;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.5s ease-out 0s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.header2 .header{
    padding: 0.1rem 0;
}
.header2 .header::after{
    display: none;
}
.header2 .header .nav>ul>li>a{
    color: #333;
}
.header2 .header_top {
    transition: all 0.2s ease-out 0s;
}
.header2.lit .header_top {
    height: 0;
}
.header2.header_nei{
    transform: translateY(0);
    opacity: 1;
    position: relative;
}
.header2.header_nei.lit{
    position: fixed;
}