@charset "utf-8";
/*视频*/
.videohide {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videohide_class {
    visibility: visible;
    opacity: 1;
}

.videohidebg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 10;
}

.videohidebox i {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 24px;
    border-radius: 30px;
    background: #D50900;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -15px;
    margin-top: -15px;
    border: 2px solid #fff;
    cursor: pointer;
    font-style: normal;
}

.videohidebox i.fa-close:hover {
    -webkit-filter: brightness(110%);
}

.videohidebox {
    position: relative;
    width: 1000px;
    height: auto;
    background: #fff;
    z-index: 20;
    padding: 10px;
    transition: .5s;
    margin-top: -100px;
}

.videohidebox_class {
    margin-top: 0;
    opacity: 1;
}

.videohidebox_1 {
    width: 100%;
    height: auto;
}

.videohidebox_1 video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.videohidebox_1 p {
    font-size: 16px;
    color: #000;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.vdbg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
}

.hidden {
    overflow: hidden;
}

.head {
    width: 100%;
    height: 90px;
    background: rgba(0, 0, 0, .35);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    transition: .25s;
}

.head_list {
    background: rgba(0, 0, 0, .35);
}

.head_active {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.logo {
    display: inline-block;
    height: 51px;
    transition: .25s;
}

.logobox .logo1 {
    display: block;
}

.logobox .logo2 {
    display: none;
}

.head_active .logobox .logo1 {
    display: none;
}

.head_active .logobox .logo2 {
    display: block;
}

.hdrt {
    display: flex;
    justify-content: flex-end;
}

.hdrt a {
    color: #fff;
    font-size: 12px;
}

.hdrt1 a {
    margin-left: 10px;
}

.hdrt2 {
    margin-left: 20px;
}

.hdrt2 span {
    margin-left: 10px;
    position: relative;
    padding: 10px 0;
    display: inline-block;
}

.hdrt2 span:hover .hideewm {
    z-index: 99;
    opacity: 1;
    visibility: inherit;
    margin-top: 0;
}

.nava {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
}

.nav span {
    position: relative;
    margin-left: 38px;
}

.nav span:hover .nava {
    color: #94070a;
}

.nav span.on .nava {
    color: #94070a;
}

.head_active .nava {
    color: #434343;
}

.head_active .hdrt a {
    color: #666;
}

.navhide {
    z-index: 99;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 100%;
    margin-top: 20px;
    background: rgba(0, 0, 0, .3);
    padding: 0;
    overflow: hidden;
    width: 120px;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
    padding: 5px 0;
}

.head_active .navhide {
    background: rgba(0, 0, 0, .3);
}

.nav span:hover .navhide {
    opacity: 1;
    visibility: inherit;
    margin-top: 0;
}

.navhide a {
    display: block;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.navhide a:hover {
    color: #94070a;
}

.imgmax {
    max-width: 100%;
}

.ipadding {
    padding-top: 90px;
}

.mdtop h3 {
    font-size: 34px;
    font-weight: normal;
}

.mdtop h3 .posrelative::after {
    z-index: -1;
    width: 27px;
    height: 45px;
    background: #94070a;
    position: absolute;
    left: -15px;
    top: -10px;
    content: "";
}

.mdtop h3 span em {
    position: relative;
    z-index: 9;
}

.ftwtnone {
    font-weight: normal;
}

.text14 {
    line-height: 26px;
    font-size: 14px;
}

.text16 {
    font-size: 16px;
    line-height: 26px;
}

.text16_list {
    font-size: 16px;
    line-height: 36px;
}

.text18 {
    font-size: 18px;
    line-height: 32px;
}

.text20 {
    font-size: 20px;
    line-height: 36px;
}

.i2laimg {
    width: 185px;
    margin-right: 15px;
}

.i2l, .i2r {
    width: 48%;
}

.i2latxt {
    border-bottom: 1px solid #e6e6e6;
}

.i2la:hover {
    color: #94070A;
}

.i2la {
    margin-bottom: 30px;
}

.i2la:last-child {
    margin-bottom: 0;
}

.i2ratxt {
    padding-left: 20px;
    border-left: 5px solid #b01c2e;
}

.i2btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 65px;
    height: 50px;
    background: #222222;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: .25s;
}

.i2btn:hover {
    background: #94070A;
}

.i2btnbox {
    position: absolute;
    right: 0;
    bottom: 25%;
    z-index: 9;
}

.i3b {
    padding: 0 75px;
}

/* 首页改版新增样式20230506-start */
.mdtop_2{
    width: 28%;
    float: left;
    /*margin-right: 10%;*/
}

.mdtop_2 h3 {
    font-size: 34px;
    font-weight: normal;
}

.mdtop_2 h3 .posrelative::after {
    z-index: -1;
    width: 27px;
    height: 45px;
    background: #94070a;
    position: absolute;
    left: -15px;
    top: -10px;
    content: "";
}

.mdtop_2 h3 span em {
    position: relative;
    z-index: 9;
}

.mdtop_3{
    width: 40%;
    /*float: left;*/
    /*margin-right: 10%;*/
}

.mdtop_3 h3 {
    font-size: 34px;
    font-weight: normal;
}

.mdtop_3 h3 .posrelative::after {
    z-index: -1;
    width: 27px;
    height: 45px;
    background: #94070a;
    position: absolute;
    left: -15px;
    top: -10px;
    content: "";
}

.mdtop_3 h3 span em {
    position: relative;
    z-index: 9;
}

.mdtopl{
    float: left;
}
.mdtopr a{
    color: #94070a;
}
.i2_l{
    /*width: 48%;*/
    margin-top: 90px;
    border-bottom: 4px solid #94070a;
}
.i2_r {
    /*width: 48%;*/
    margin-top: 90px;
    border-bottom: 4px solid #94070a;
}
.i2_la:hover {
    color: #94070A;
}
.wrap_1400 .i2w .mdtop_2 .i2_l .date{
    margin-top: 10px;
    position: relative;
    font-style: italic;
    color: #9c888a;
}
.date span{
    background: #fff;
    padding-right: 10px;
    display: inline-block;
    position: relative;
}
.i2_la {
    margin-bottom: 34px;
    height: 100%;
}
.i2_la:last-child {
    height: 100%;
    margin-bottom: 54px;
}
.i2_r .item {
    height: 98px;
    line-height: 89px;
    background: #fff;
    margin-top: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.i2_r .item .pic {
    float: left;
    width: 200px;
    /*border-right: 1px solid #ebe6e5;*/
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #ebe6e5;
}
.i2_r .item .pic span {
    display: block;
    height: 100%;
    box-sizing: border-box;
    border: 4px solid #fff;
    font-size: 22px;
    color: #a19896;
    position: relative;
}
.i2_r .item .pic:before {
    content: "";
    background: url(/static/default/images/png92.png) center center no-repeat;
    width: 110%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -55%;
    padding-top: 110%;
    animation: cc 20s linear 0s infinite;
    animation-iteration-count:infinite;
}
.i2_r .item .h {
    line-height: 1.3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    height: 100%;
    font-size: 16px;
    border-left: 1px solid #ebe6e5;
    
}
.mdtop_4 h3 .posrelative::after {
    z-index: 1;
    width: 27px;
    height: 45px;
    background: #94070a;
    position: absolute;
    left: -15px;
    top: -10px;
    content: "";
}
/* 首页改版新增样式20230506-end */

.i3bl {
    width: 30%;
}

.mdtop_more a {
    color: #94070A;
}

.mdtop_more a:hover {
    color: #94070A;
    text-decoration: underline;
}

.i3br {
    padding: 50px;
    background: #94070A;
    color: #fff;
    margin-top: -100px;
    position: relative;
    z-index: 9;
}

.i3brl {
    width: 28%;
}

.title24 {
    font-size: 24px;
}

.psb_p {
    line-height: 60px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    z-index: 9;
    padding: 0 20px;
}

.i4r {
    width: 51%;
}

.i4rw {
    width: 48%;
    margin-left: 2%;
    display: flex;
    flex-direction: column;
}

.i4ra {
    height: 50%;
}

.i4ra1 {
    background: #94070A;
    color: #fff;
    padding: 20px;
}

.i4ra1 .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.i5l {
    width: 15%;
}

.i5l .mdtop {
    width: 30px;
}

.i5l .mdtop h3 span::after {
    top: 10px;
    left: -5px;
}

.i5ra {
    width: 24%;
    flex: 0 0 24%;max-width: 24%;
}

.psb_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .03);
    color: #f7eed6;
    left: 0;
    top: 0;
    z-index: 9;
    position: absolute;
}

.i5ra:hover .i5rabg p {
    margin: 10px;
}

.i5rabg {
    padding: 30px;
}

.i5rabg p {
    width: 24px;
    transition: .25s;
}

.i6ta .txt {
    margin-left: 15px;
}

.i6ta:hover {
    color: #94070A;
}

.i6ta {
    width: 50%;
    padding: 30px;
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}

.i6ta:nth-child(even) {
    border-right: 0;
}

.i6ta:nth-child(3), .i6ta:nth-child(4) {
    border-bottom: 0;
}

.i6ba {
    width: 24%;
    background: #fff;
}

.i6bat {
    background: #94070A;
    color: #fff;
    padding: 25px;
}

.i6bat h3 {
    font-size: 40px;
}

.i6ba p {
    padding: 20px;
    line-height: 35px;
}

.i7t {
    background: #94070A;
    color: #fff;
    padding: 50px 0;
}

.i7tr span {
    margin-left: 25px;
    position: relative;
    padding: 10px 0;
}

.hideewm {
    width: 110px;
    height: 110px;
    padding: 5px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -55px;
    margin-top: -10px;
    transition: .25s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.hideewm::after {
    width: 10px;
    height: 10px;
    background: #fff;
    content: "";
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: -5px;
}

.i7tr span:hover .hideewm {
    opacity: 1;
    visibility: inherit;
    margin-top: 0;
}

.i7tr span a {
    font-size: 20px;
    color: #fff;
}

.i7tl a {
    font-size: 16px;
    line-height: 35px;
    margin-right: 40px;
    color: #fff;
}

.i7tl a:hover {
    text-decoration: underline;
}

.foot {
    padding: 30px 0;
    background: #302a29;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

.foot a {
    color: #fff;
}

.ft img {
    max-width: 30%;
}

.listbn {
    height: 500px;
}

.lbnw {
    color: #fff;
}

.lbnl {
    padding: 150px 0 40px 0;
}

.lbnltop {
    font-size: 26px;
    padding-top: 10px;
    padding-left: 20px;
    display: inline-block;
    width: auto;
    position: relative;
}

.lbnltopi {
    width: 100px;
    position: absolute;
    left: 0;
    top: -10px;
}

.lbnltop h3 {
    font-size: 40px;
    font-weight: normal;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}

.lbnltop p, .lbnltop h3 {
    position: relative;
    z-index: 9;
}

.lbnlbot a {
    display: inline-block;
    line-height: 43px;
    border: 2px solid #fff;
    color: #fff;
    padding: 0 25px;
    font-size: 14px;
    margin-right: 5px;
    margin-top: 10px;
}

.lbnlbot a:hover, .lbnlbot a.active {
    color: #fff;
    border: 2px solid #94070a;
    background: #ca0000;
}

.md {
    padding: 70px 0;
}

.ld1al {
    width: 200px;
    margin-right: 20px;
    padding-left: 20px;
    position: relative;
}

.ldtitle i {
    width: 5px;
    height: 25px;
    background: #94070A;
    display: inline-block;
    position: absolute;
    left: -15px;
    top: 4px;
}

.ldtitle_1 i {
    position: relative;
    left: inherit;
    top: inherit;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}

.ldtitle {
    font-size: 24px;
}

.ld1al h4 {
    font-size: 16px;
    margin: 15px 0;
}

.imgmax {
    max-width: 100%;
}

.ld1a {
    margin-bottom: 75px;
}

.ld1a:last-child {
    margin-bottom: 0;
}

.ld2l {
    width: 160px;
    margin-right: 30px;
}

.ld2ra {
    font-size: 18px;
    line-height: 35px;
    padding: 0 10px;
}

.ld2ra_wd1 {
    width: 25%;
}

.ld2r {
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
}

.tx {
    display: inline-block;
    width: 154px;
    height: 154px;
    border-radius: 100%;
    overflow: hidden;
}

.tx img {
    border-radius: 100%;
}

.ld2br {
    padding: 70px 0;
}

.wrap_1300 {
    width: 1300px;
    margin: 0 auto;
}

.yg1al {
    width: 21.5%;
}

.yg1al h3 {
    font-size: 90px;
    line-height: 90px;
    background-image: -webkit-linear-gradient(bottom, #faa0a0, #e25a5a, #c60505);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.yg1al h3.active {
    font-size: 70px;
    font-weight: normal;
}

.yg1al i {
    width: 12px;
    height: 22px;
    display: block;
    margin: 10px auto;
    background-image: -webkit-linear-gradient(bottom, #faa0a0, #e25a5a, #c60505);
}

.yg1ar {
    padding: 70px 0;
    background: url(/static/default/images/ygline_03.png) left top repeat-y;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 30px;
}

.yg1a:last-child .yg1ar {
    border-bottom: 0;
}

.yg1ar::after {
    width: 12px;
    height: 12px;
    background: #CA0000;
    border-radius: 100%;
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -6px;
}

.yg1ar h3 {
    font-size: 24px;
    color: #94070A;
}

.yg2 {
    justify-content: flex-end;
}

.yg2w {
    position: relative;
    width: 1550px;
    height: 500px;
    background: url(/static/default/images/yg2bg_03.jpg) no-repeat center;
    background-size: cover;
}

.yg2txt {
    width: 750px;
    margin: 0 auto;
    color: #fff;
}

.yg2wimg {
    width: 21.6%;
    position: absolute;
    left: -10%;
    bottom: -70px;
}

.zx1l {
    width: 58.5%;
}

.zx1r {
    width: 50%;
    margin-left: -8.5%;
    position: relative;
}

.listmorea {
    display: inline-block;
    line-height: 38px;
    border: 1px solid #e60012;
    padding: 0 40px;
    font-size: 16px;
    color: #e60012;
    border-radius: 4px;
}

.listmorea:hover {
    background: #E60012;
    color: #fff;
}

.zx1rbox {
    position: relative;
    padding: 90px 70px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    z-index: 9;
}

.zx1rico {
    width: 86.6%;
    position: absolute;
    right: -25px;
    bottom: -25px;
}

.zx2a {
    padding: 45px;
    padding-right: 0;
    padding-top: 0;
    border-bottom: 5px solid #E60012;
    width: 48%;
}

.zx2atimg {
    width: 40%;
    margin-left: 20px;
}

.zx2attxt .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.xx1l, .xx1r {
    width: 47%;
    position: relative;
}

.xx1r img {
    position: relative;
    z-index: 9;
}

.xx1r::after {
    width: 80%;
    height: 80%;
    bottom: -25px;
    right: -25px;
    background: #c40405;
    content: "";
    position: absolute;
}

.xx2a {
    border-radius: 10px;
    overflow: hidden;
}

.swiper-button-next-public, .swiper-button-prev-xx2 {
    background: none;
    line-height: 40px;
    font-size: 40px;
    text-align: center;
    color: #999;
    margin-top: -20px;
}

.swiper-button-next-public {
    right: -50px;
}

.swiper-button-prev-xx2 {
    left: -50px;
}

.xqw {
    background: url(/static/default/images/xqbg_03.jpg) no-repeat left center;
    background-size: 70% 100%;
    padding: 65px 15px 35px 15px;
}

.xq1att {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 34px;
    color: #fff;
}

.swiper-pagination-xq1 {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.swiper-pagination-xq1 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #fff;
    opacity: .5;
    margin: 0 7px;
    transition: .25s;
}

.swiper-pagination-xq1 .swiper-pagination-bullet-active {
    opacity: 1;
}

.xq1a img {
    transition: .5s;
}

.xq1a {
    overflow: hidden;
}

.xq1a:hover img {
    transform: scale(1.1);
}

.qx1w {
    background: url(/static/default/images/qxbg_03.jpg) no-repeat center;
    padding-top: 130px;
    height: 553px;
    color: #fff;
    background-size: 100% 100%;
}

.qx1l {
    width: 67.6%;
}

.qx1r {
    padding: 0 50px;
}

.qx1r .txt {
    line-height: 30px;
}

.qx1r h3 {
    font-size: 38px;
    line-height: 46px;
}

.qx1more a {
    display: inline-block;
    line-height: 46px;
    padding: 0 40px;
    color: #626262;
    background: #eee;
    font-size: 16px;
}

.qx1more {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -50px;
}

.pd2a {
    border-radius: 20px;
    overflow: hidden;
}

.pd2 .swiper-slide .pd2a {
    transform: scale(.9);
    transition: .5s;
}

.pd2 .swiper-slide-active .pd2a, .pd2 .swiper-slide-duplicate-active .pd2a {
    transform: scale(1);
}

.jsycbg {
    background: url(/static/default/images/jsycbg_02.png) no-repeat top center;
    background-size: 100%;
}

.m2bl, .m2br {
    width: 49.3%;
}

.m2bl {
    display: flex;
    justify-content: flex-end;
}

.m2blw {
    width: 600px;
}

.m2blt {
    height: 290px;
}

.m2blt a {
    display: inline-block;
    margin-top: 30px;
}

.m2bla2 {
    display: inline-block;
    width: 80%;
}

.m2bra2 {
    width: 600px;
}

.m2ba .m2babg {
    position: absolute;
    height: 100%;
    background-size: 100% 100% !important;
    top: 0;
    color: #fff;
    font-size: 18px;
}

.m2bla1bg {
    right: 0;
    width: 45%;
    padding-left: 50px;
}

.m2bla2bg {
    left: 0;
    width: 40%;
    padding-right: 50px;
}

.mdtop .morea {
    color: #94070A;
}

.jz2 .mdtop {
    padding-left: 100px;
}

.jz2al {
    width: 100px;
    height: 100px;
    border: 1px solid #94070a;
    color: #94070A;
    transition: .25s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jz2al h3 {
    font-size: 38px;
    font-weight: normal;
}

.jz2a:hover .jz2al {
    border: 1px solid #ca0000;
    background: #ca0000;
    color: #fff;
}

.jz2ar {
    border: 1px solid #E6E6E6;
    transition: .25s;
}

.jz2atxt {
    padding: 15px 20px;
}

.jz2atxt h3 {
    font-size: 21px;
    font-weight: normal;
}

.jz2atxt p {
    margin: 10px 0;
}

.jz2aimg {
    width: 300px;
}

.jz2atxt span {
    color: #000;
    display: inline-block;
    background: #969696;
    line-height: 36px;
    font-size: 15px;
    padding: 0 20px;
    border-radius: 36px;
    transition: .25s;
}

.jz2a:hover .jz2ar {
    background: #CA0000;
    color: #fff;
}

.jz2a:hover .jz2atxt span {
    background: #fff;
}

.jz2a {
    margin-bottom: 35px;
}

.jz2a:last-child {
    margin-bottom: 0;
}

.ys1a {
    width: 50%;
}

.ys1aimg, .ys1atxt {
    width: 50%;
}

.ys1atxt {
    background: #c60001;
    color: #fff;
    padding: 20px;
}

.ys1a:nth-child(2) .ys1atxt {
    background: #d43d42;
}

.ys1a:nth-child(3) .ys1atxt {
    background: #e77541;
}

.ys1a:nth-child(4) .ys1atxt {
    background: #efa369;
}

.wh2w {
    background: url(/static/default/images/wh2bg_03.png) no-repeat left top;
    background-size: 33%;
}

.wh2 {
    padding-bottom: 100px;
}

.wh3a {
    width: 31%;
}

.wh3a1 {
    margin-top: 19%;
}

.wh3a3 {
    margin-top: 15%;
}

.wh2b {
    padding-left: 35%;
    margin-top: -18%;
    position: relative;
    z-index: 9;
}

.tya .mdtop {
    height: 250px;
}

.tya {
    width: 32%;
}

.tyab {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, .4);
    margin-top: 20px;
}

.tyab_w80 {
    width: 80%;
}

.tyal_tyab2 {
    margin-left: 20%;
}

.tyar {
    margin-top: 13%;
}

.stba {
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.stbaimg {
    height: 80px;
    width: 100%;
    position: relative;
    padding-top: 20px;
    transition: .25s;
}

.stbaimgbg::after {
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
    transition: .25s;
}

.stbaimgbg {
    height: 100%;
    width: 100%;
    background-size: cover !important;
    position: relative;
}

.stba h4 {
    font-weight: normal;
    border: 1px solid #E6E6E6;
    border-top: 0;
    line-height: 50px;
}

.stwb {
    padding: 0 95px;
    position: relative;
    margin-top: -80px;
}

.swiper-slide-thumb-active .stbaimgbg::after {
    opacity: 0;
}

.swiper-slide-thumb-active .stbaimg {
    padding-top: 0;
}

.swiper-slide-thumb-active .stba h3 {
    font-weight: bold;
}

.statxt {
    display: none;
}

.stb h3 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
}

.gl1w {
    width: 104%;
}

.gl1a {
    width: 29.3333%;
    margin-right: 4%;
    border: 1px solid #E6E6E6;
    padding: 30px 40px 30px 50px;
    margin-top: 30px;
    transition: .25s;
}

.gl1al {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, .8);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ca0000;
    position: absolute;
    left: -30px;
    top: 30px;
}

.gl1a p {
    margin-top: 15px;
    color: #969696;
    transition: .25s;
}

.gl1a:hover {
    background: #CA0000;
    color: #fff;
}

.gl1a:hover p {
    color: #fff;
}

.xl1 {
    padding-bottom: 150px;
}

.xl1w img {
    position: relative;
    z-index: 9;
}

.xl1w::after {
    width: 27%;
    height: 64%;
    background: #960001;
    content: "";
    position: absolute;
    right: -5%;
    bottom: -5%;
}

/*科学研究*/
.keyanchengguo {
    padding-top: 80px;
}

.ny_nr .xw_nr .top {
    margin-bottom: 50px;
}

.ny_nr .xw_nr .top .n_r {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #DDDDDD;
    box-shadow: 0 0 10px #eee;
}

.ny_nr .xw_nr .top .img {
    max-width: 450px;
    max-height: 280px;
    width: 100%;
    overflow: hidden;
}

.ny_nr .xw_nr .top .img img {
    width: 100%;
    max-height: 250px;
    height: 100%;
    display: block;
    transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
}

.ny_nr .xw_nr .top .w_z {
    width: 100%;
    padding: 10px 20px;
}

.ny_nr .xw_nr .top .w_z a p {
    color: #323232;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.ny_nr .xw_nr .top .w_z a span {
    display: block;
    color: #636363;
    font-size: 14px;
    background: url(/static/default/images/g4.png) no-repeat right;
}

.ny_nr .xw_nr .top .n_r:hover .img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.ny_nr .xw_nr .con li {
    list-style: none;
    margin-bottom: 15px;
    background-color: #FFF;
    padding: 15px 30px;
    border-bottom: solid 3px #FFFFFF;
    box-shadow: 0 0 10px #F3F3F3;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;

}

.ny_nr .xw_nr .con li .c_n {
    width: 100%;
    overflow: hidden;
}

.ny_nr .xw_nr .con li .c_n .col-lg-2.on {
    border-right: solid 1px #DBDBDB;
}

.ny_nr .xw_nr .con li .c_n .col-lg-8 {
    padding-left: 50px;
}

.ny_nr .xw_nr .con li .c_n .r_q {
    padding: 15px 20px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.ny_nr .xw_nr .con li .c_n .r_q p {
    text-align: center;
    color: #323232;
    font-size: 40px;
}

.ny_nr .xw_nr .con li .c_n .r_q span {
    display: block;
    text-align: center;
    color: #636363;
    font-size: 16px;
}

.ny_nr .xw_nr .con li .c_n .w_z {
    margin-top: 20px;
}

.ny_nr .xw_nr .con li .c_n .w_z p {
    display: none;
}

.ny_nr .xw_nr .con li .c_n .w_z a {
    color: #323232;
    font-size: 18px;
    font-weight: bold;
}

.ny_nr .xw_nr .con li .c_n .m_r {
    margin-top: 35px;
}

.ny_nr .xw_nr .con li .c_n .m_r a {
    display: block;
    width: 145px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: solid 1px #DBDBDB;
    color: #323232;
    font-size: 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.ny_nr .xw_nr .con li:hover {
    border-bottom: solid 3px #94070a;
}

.ny_nr .xw_nr .con li:hover .r_q {
    background-color: #ca0000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.ny_nr .xw_nr .con li:hover .r_q p {
    color: #FFF
}

.ny_nr .xw_nr .con li:hover .r_q span {
    color: #FFF
}

.ny_nr .xw_nr .con li:hover .w_z a {
    color: #ca0000;
}

.ny_nr .xw_nr .con li:hover .m_r a {
    background-color: #ca0000;
    color: #FFF;
}

.page {
    padding-top: 50px;
    padding-bottom: 130px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.page .wrap {
    display: flex;
    justify-content: center;
}

.page span {
    color: #969696;
}

.page li {
    display: inline-block;
    border: 1px solid #cdcdcd;
    padding: 10px;
    margin: 0 5px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.page li:hover {
    background: #ca0000;
}

.page li:hover a {
    color: white;
}

.page .pageli:hover {
    background: transparent;
}


.page .pageli {
    padding: 0;
    border: none;
    display: inline-block;
}

.page .on {
    background: #ca0000;
}

.page .on a {
    color: white;
}

.page dd {
    display: inline-block;
    border: 1px solid #cdcdcd;
    padding: 10px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.page dd:hover {
    background: #ca0000;
}

.page dd:hover a {
    color: white;
}

.page input {
    width: 40px !important;
    height: 40px;
    border: 1px solid #cdcdcd;
    padding: 0 3px;
}

.page button {
    width: 40px;
    height: 40px;
    border: 1px solid #cdcdcd;
}

.pages {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0 100px;
}

.pages li a {
    border: 1px solid #cdcdcd;
    padding: 10px;
    margin: 0 4px;
}

.pages li.active a {
    background: #ca0000;
    color: #fff;
}

.pages .input-group {
    width: auto;
}

.pages .input-group input {
    flex: 1;
    width: 40px !important;
    min-height: 40px;
    padding: 0 3px;
    border-radius: 0;
    margin: 0 6px;
}


.pages .input-group button {
    width: 40px;
    height: 40px;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    background-color: rgba(239, 239, 239);
}

.news_show_content img {
    max-width:100%;
    display: inline-block;
    height: auto;
    }

/* 新领导-start*/
.czjz {
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中，如果需要的话 */
}
.lsh{
    margin: 20px 0;
}
.xld{
    margin-bottom: 50px;
}
.lsh table{
    width: 100%;
}
.lsh table, th, td, .xld table, th, td
{
    border: 1px solid #ddd;
    font-size: 20px;
}
.xxlsh{
    width: 40%;
}
.lshzw{
   width: 20%;
   padding: 10px 0;
}
.lshmz{
    width: 40%;
    padding: 10px 0;
}
.xxlsh,.lshzw,.lshmz{
    text-align: center;
    justify-content: center; /* 水平居中，如果需要的话 */
}
.xxld,.xldzw,.xldxm{
    width: 20%;
    text-align: center;
    justify-content: center; /* 水平居中，如果需要的话 */
}
.xldgz{
    padding: 5px 10px;
}
/* 新领导-end*/

@media only screen and (min-width: 1024px){
    .cont .row .col-sm-4{
    flex: 0 0 50%;
    max-width: 50%;
}
.cont .row .col-sm-4 .section-more{
    flex: 0 0 50%;
    max-width: 50%;
}
}


@media only screen and (max-width: 1024px) {
    .ny_nr .xw_nr .top {
        margin-bottom: 20px;
    }

    .ny_nr .xw_nr .top .w_z {
        padding: 10px 15px;
    }

    .ny_nr .xw_nr .top .w_z a p {
        font-size: 14px;
    }

    .ny_nr .xw_nr .top .n_r {
        margin-bottom: 15px;
    }

    .ny_nr .xw_nr .con li {
        padding: 10px 15px;
    }

    .ny_nr .xw_nr .con li .c_n .col-lg-8 {
        padding-left: 30px;
    }

    .ny_nr .xw_nr .con li .c_n .r_q {
        padding: 10px 15px;
    }

    .ny_nr .xw_nr .con li .c_n .r_q p {
        font-size: 30px;
    }

    .ny_nr .xw_nr .con li .c_n .r_q span {
        font-size: 13px;
    }

    .ny_nr .xw_nr .con li .c_n .w_z {
        margin-top: 15px;
    }

    .ny_nr .xw_nr .con li .c_n .w_z p {
        display: block;
        line-height: 30px;
    }

    .ny_nr .xw_nr .con li .c_n .w_z a {
        font-size: 14px;
    }

    .ny_nr .xw_nr .con li .c_n .m_r {
        margin-top: 15px;
    }

    .ny_nr .xw_nr .con li .c_n .m_r a {
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

}

@media only screen and (max-width: 768px) {
    .ny_nr .xw_nr .top {
        margin-bottom: 20px;
    }

    .ny_nr .xw_nr .top .w_z {
        padding: 10px 15px;
    }

    .ny_nr .xw_nr .top .w_z a p {
        font-size: 14px;
    }

    .ny_nr .xw_nr .top .n_r {
        margin-bottom: 15px;
    }

    .ny_nr .xw_nr .con li {
        padding: 10px 15px;
    }

    .ny_nr .xw_nr .con li .c_n .col-lg-8 {
        padding-left: 15px;
    }

    .ny_nr .xw_nr .con li .c_n .r_q {
        display: none;
    }

    .ny_nr .xw_nr .con li .c_n .w_z {
        margin-top: 15px;
    }

    .ny_nr .xw_nr .con li .c_n .w_z p {
        display: block;
        line-height: 30px;
    }

    .ny_nr .xw_nr .con li .c_n .w_z a {
        font-size: 14px;
    }

    .ny_nr .xw_nr .con li .c_n .m_r {
        margin-top: 15px;
    }

    .ny_nr .xw_nr .con li .c_n .m_r a {
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

}


/*新浦京电子娱乐网站简介*/
.xuexiaojianjie {
    padding-top: 100px;
    padding-bottom: 140px;
    font-size: 16px;
    line-height: 36px;
}

.xuexiaojianjie img {
    max-width: 100%;
    max-height: 100%;
    margin: 45px 3px;
}


/*学术期刊*/
.xueshuqikan {
    padding-top: 100px;
    padding-bottom: 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.schoolname {
    margin: auto;
    font-size: 24px;
    background: url(/static/default/images/schoolname.jpg) left top no-repeat;
    padding: 0 25px;
    margin-bottom: 50px;
}

.qikanli {
    padding: 30px;
    padding-bottom: 0;
    background: transparent;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.qikanli:hover {
    background: #f0f0f0;
}

.qkbody {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-content: center;

}

.qkbody .left {
    width: 100%;
    max-height: 165px;
    max-width: 250px;
    overflow: hidden;
}

.qkbody .left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
}

.qkbody .right {
    padding-left: 20px;
}

.qkbody .right .tit {
    font-size: 18px;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.qikanli:hover .right .tit a {
    color: #0e3f6f;
}

.qkbody .right .time {
    font-size: 12px;
    color: #afafaf;
    margin-top: 14px;
    margin-bottom: 14px;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.qkbody .right .cont {
    font-size: 14px;
    line-height: 23px;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    margin-bottom: 20px;
}

.qkbody .right .knowmore div {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e6e6e6;
    background: transparent;
    font-size: 15px;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    display: inline-block;
}

.qikanli :hover .right .knowmore div {
    border: 1px solid transparent;
    background: #ca0000;
    color: white;
}


/*新浦京电子娱乐网站章程*/
.xuexiaozhangcheng {
    font-size: 16px;
    line-height: 36px;
    padding-top: 100px;
    padding-bottom: 130px;
}


.xuexiaozhangcheng img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    margin: 45px 3px;
}


.schoolnameft {
    text-align: center;
}

.schoolname {
}

/*职能部门*/
.zhineng {
    padding-top: 100px;
    padding-bottom: 140px;

}

.zhineng .zhinengbody {
    margin-top: 70px;
}

.zhineng .sonli .tit {
    height: 76px;
    line-height: 76px;
    font-weight: bold;
    font-size: 24px;
    padding-left: 100px;
    color: white;
}

.zhineng .sonli {
    box-shadow: 0px 0px 5px 5px #eeeeee;
    border-bottom: 4px solid #94070a;
}

.zhineng .sonli .cont {
    padding: 80px 100px;
    min-height: 515px;
}

.zhineng .sonli .cont .list-more {
    padding: 80px 100px;
    min-height: unset;
}

.zhineng .sonli .cont a {
    font-size: 19.5px;
    line-height: 60px;
}

/*师资力量*/
.shizi {
    padding-top: 100px;
    padding-bottom: 240px;
}

.shizibody {
    margin-top: 60px;
}

.shizibody .tit p {
    font-size: 16px;
    line-height: 27px;
}

.shizibody .cont {
    margin-top: 100px;
}

.szshow {
    height: 350px;
    padding: 11px;
}

.shizibody .row {
    position: relative;
}

.shizibody .col-6:nth-child(1) .szshow {
    background: #94070b;
}

.shizibody .col-6:nth-child(2) .szshow {
    background: #b20f12;
}

.shizibody .col-6:nth-child(3) .szshow {
    background: #ce2427;
}

.shizibody .col-6:nth-child(4) .szshow {
    background: #eb6163;
}

.shizibody .col-6:nth-child(2n) .szshow {
    position: relative;
    top: 105px;
}

.szshow .szsbd {
    display: flex;
    color: white;
    border: 1px dashed white;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.szshow .szsbd .number {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
}

.szshow .szsbd .number span {
    font-size: 36px;
    line-height: 36px;

}

.szshow .szsbd .name {
    margin-top: 70px;
    font-size: 24px;
    text-align: center;
}

/*科研机构*/
.keyanjigou .col-12 {
    margin-bottom: 55px;
}

.keyanzhineng {
    margin-top: 0 !important;
}

/*合作 军校*/
.hezuo .hzup {
    padding: 100px 0;
    display: flex;
}

.hezuo .hzup .left {
    width: 58%;
}

.hezuo .hzup .left img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: contain;
}

.hezuo .hzup .right {
    width: 42%;
    height: 100%;
    background: #eeeeee;
    position: relative;
    /*background: linear-gradient(to bottom, transparent 25%, #c40405 75%);*/
    /*background: linear-gradient(to bottom, #eeeeee 50%, #c40405 50%);*/
}

.hezuo .hzup .redblock {
    width: 100%;
    height: 470px;
    background: #c40405;
    position: absolute;
    left: 0;
    top: 200px;
}

.hezuo .hzup .right .rightbody {
    position: absolute;
    right: 30px;
    top: 50px;
    background: white;
    box-shadow: 0px 0px 3px 3px #eeeeee;
    padding: 110px 80px;
    width: 112%;
}

.hezuo .hzup .right .rightbody .schoolname {
    padding: 0 12px;
}

.hezuo .hzup .right .rightbody .schoolnameft {
    text-align: left;
}

.hezuo .hzup .right .rightbody .cont {
    margin-top: 80px;
    font-size: 18px;
    line-height: 32px;
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.hezuo .hzup .right .rightbody .more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e60012;
    margin-top: 50px;
    font-size: 16px;
    color: #e60012;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.hezuo .hzup .right .rightbody a:hover .more {
    background: #e60012;
    color: white;
}

.hzdown {
    background: #eeeeee;
}

.hzdown .tit {
    font-size: 32px;
    line-height: 32px;
}

.hzdown .cont {
    margin-top: 80px;
    font-size: 18px;
    line-height: 32px;
    color: #707070;
}

.hzdown .more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e60012;
    margin-top: 50px;
    font-size: 16px;
    color: #e60012;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.hzdown a:hover .more {
    background: #e60012;
    color: white;
}

.hdbd {
    width: 47%;
    background: white;
    border-bottom: 6px solid #c40405;
    display: flex;
    padding-bottom: 110px;
}

.hzdown .wrap_1400 {
    padding: 105px 0px;

    display: flex;
    justify-content: space-around;
}

.hdbd .cont {
    font-size: 18px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.hdbd .hdl {
    width: 60%;
    padding: 60px 20px 0px 50px;
}

.hdbd .hdr {
    width: 40%;
}

.hdbd .hdr img {
    max-width: 280px;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media only screen and (max-width: 1399px) {
    .nava {
        font-size: 15px;
    }

    .hdrt2 span {
        padding: 5px 0;
    }

    .i2la {
        margin-bottom: 20px;
    }

    .mdtop h3 {
        font-size: 26px;
    }

    .mdtop h3 .posrelative::after {
        width: 20px;
        height: 35px;
        top: 0;
        left: -10px;
    }

    .i6bat h3 {
        font-size: 24px;
    }

    .foot {
        font-size: 14px;
    }

    .psb_p {
        line-height: 40px !important;
    }

    .qx1w {
        height: auto;
        padding-top: 100px;
    }

    .qx1r .txt p.mt_40 {
        margin-top: 20px;
        line-height: 26px;
    }

    .qx1r h3 {
        font-size: 24px;
    }

    .qx1more {
        position: relative;
        margin-right: 0;
        margin: 15px 0;
    }

    .qx1more a {
        font-size: 14px;
        line-height: 30px;
        padding: 0 25px;
    }

    .gl1w {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1299px) {
    .swiper-button-prev-xx2 {
        left: -35px;
    }

    .swiper-button-next-public {
        right: -35px;
    }

    .zhineng .sonli .cont {
        padding: 80px 50px;
        min-height: 400px;
    }

    .zhineng .sonli .cont .list-more{
        min-height: unset;
    }
    
    .wrap_1300 {
        width: 100%;
        padding: 0 20px;
    }

    .yg2w {
        width: 100%;
    }

    .yg2wimg {
        left: 0;
    }

    .swiper-pagination-xq1 .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .xq1att {
        font-size: 24px;
    }
}

@media screen and (max-width: 1275px) {
    .swiper-button-prev-xx2 {
        display: none;
    }

    .swiper-button-next-public {
        display: none;
    }
}

@media screen and (max-width: 1200px) {

    .hzdown .cont {
        margin-top: 50px;
        font-size: 16px;
        line-height: 28px;
        color: #707070;
    }

    .hzdown .more {
        margin-top: 30px;
    }

    .hdbd .hdr {
        display: flex;
        width: 40%;
    }

    .hzdown .tit {
        font-size: 26px;
        line-height: 32px;
    }

    .hezuo .hzup .right .rightbody {
        position: absolute;
        right: 30px;
        top: 35px;
        background: white;
        box-shadow: 0px 0px 3px 3px #eeeeee;
        padding: 70px 60px;
        width: 110%;

    }

    .hezuo .hzup .redblock {
        width: 100%;
        height: 470px;
        background: #c40405;
        position: absolute;
        left: 0;
        top: 100px;
    }

    .hezuo .hzup .right .rightbody .cont {
        margin-top: 45px;
    }
}

@media screen and (max-width: 1024px) {
    .hezuo .hzup .right .rightbody {
        position: absolute;
        right: 30px;
        top: 35px;
        background: white;
        box-shadow: 0px 0px 3px 3px #eeeeee;
        padding: 50px;
        width: 110%;
    }

    .hezuo .hzup .redblock {
        width: 100%;
        height: 427px;
        background: #c40405;
        position: unset;
    }

    .hezuo .hzup {
        padding: 80px 0;
        display: flex;
    }

    .hzdown .wrap_1400 {
        padding: 80px 0px;
        display: flex;
        justify-content: space-around;
    }

    .hdbd {
        width: 47%;
        background: white;
        border-bottom: 6px solid #c40405;
        display: flex;
        padding-bottom: 70px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1199px) {

    .zhineng .sonli .cont {
        padding: 60px 30px;
        min-height: 400px;
    }

    .zhineng .sonli .cont .list-more{
        min-height: unset;
    }
    
    .zhineng .sonli .cont a {
        font-size: 18px;
        line-height: 58px;
    }

    .videohidebox {
        width: 80%;
    }

    .text14, .text16, .text18 {
        font-size: 14px;
        line-height: 28px;
    }

    .text16_list {
        font-size: 14px;
        line-height: 28px;
    }

    .text20 {
        font-size: 16px;
        line-height: 32px;
    }

    .title24 {
        font-size: 20px;
    }

    .logo {
        height: 40px;
    }

    .nav span {
        margin-left: 18px;
    }

    .i3br {
        padding: 30px;
    }

    .listbn {
        height: 450px;
    }

    .lbnltop h3 {
        font-size: 30px;
    }

    .lbnltopi {
        width: 60px;
    }

    .lbnltop {
        padding-top: 0;
    }

    .ld2ra {
        font-size: 16px;
        line-height: 32px;
    }

    .yg1al h3 {
        font-size: 60px;
        line-height: 70px;
    }

    .yg1al h3.active {
        font-size: 45px;
    }

    .yg1al i {
        width: 8px;
    }

    .yg1ar h3 {
        font-size: 20px;
    }

    .zx1rbox {
        padding: 50px;
    }

    .zx2attxt {
        padding-top: 15px;
    }

    .zx2attxt .txt {
        margin-top: 15px;
    }

    .zx2a {
        padding-left: 25px;
        padding-bottom: 25px;
    }

    .swiper-button-next-public, .swiper-button-prev-xx2 {
        display: none;
    }

    .m2blt {
        height: 200px;
    }

    .m2bla2 {
        margin-top: 15px;
    }

    .jz2aimg {
        width: 200px;
    }

    .jz2atxt p {
        -webkit-line-clamp: 2;
    }

    .jz2atxt span {
        line-height: 26px;
        padding: 0 15px;
        font-size: 12px;
    }

    .jz2atxt h3 {
        font-size: 18px;
    }

    .jz2atxt {
        padding: 10px 15px;
    }

    .jz2al h3 {
        font-size: 24px;
    }

    .jz2al {
        width: 80px;
        height: 80px;
    }

    .jz2 .mdtop {
        padding-left: 80px;
    }

    .wh3a {
        width: 28%;
    }

    .gl1al {
        width: 50px;
        height: 50px;
        left: -25px;
    }

    .gl1al img {
        height: 26px;
    }

    .gl1a {
        padding: 20px 20px 20px 35px;
    }

    .xl1w::after {
        right: -15px;
        bottom: -15px;
    }

}

@media only screen and (max-width: 950px) {
    .szshow {
        height: 275px;
        padding: 10px;
    }

    .szshow .szsbd .number {
        font-size: 40px;
        line-height: 40px;
        font-weight: bold;
    }

    .szshow .szsbd .number span {
        font-size: 25px;
        line-height: 36px;
    }

    .szshow .szsbd .name {
        margin-top: 30px;
        font-size: 24px;
        text-align: center;
    }

    .shizibody .col-6:nth-child(2n) .szshow {
        position: relative;
        top: unset;
    }

    .hezuo .hzup .right .rightbody .cont {
        margin-top: 30px;
    }

    .hezuo .hzup .right .rightbody {
        position: absolute;
        right: 25px;
        top: 25px;
    }

    .zhineng .sonli .cont {
        padding: 60px 10px;
        min-height: 400px;
    }

    .zhineng .sonli .cont .list-more{
        min-height: unset;
    }

    .wrap_1300 {
        width: 100%;
        padding: 0 15px;
    }

    .mt_30, .mt_35, .mt_40, .mt_45, .mt_50, .mt_60, .mt_70, .mt_80 {
        margin-top: 25px;
    }

    /*视频*/
    .videohidebox {
        width: 90%;
        margin-left: 0;
        padding-bottom: 0;
    }

    .videohidebox_1 p {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .i2laimg {
        width: 130px;
    }

    .i2latxt p {
        -webkit-line-clamp: 1;
    }

    .i2latxt span {
        margin-top: 0;
    }
    
    /*首页改版新增样式20230506-start*/
    .mdtop_2 .mdtop_3{
        width: 100%;
    }
    /*首页改版新增样式20230506-end*/

    .i3brr h3 {
        font-size: 16px;
    }

    .i7tl a {
        font-size: 12px;
        margin-right: 20px;
    }

    .foot {
        font-size: 12px;
        line-height: 26px;
    }

    .ipadding {
        padding-top: 60px;
    }

    .hdrt2 {
        display: flex;
        justify-content: center;
    }

    .hdrt2 span {
        width: auto;
    }

    .i3b {
        padding: 0;
    }

    .listbn {
        height: 300px;
    }

    .lbnl {
        padding-top: 90px;
        padding-bottom: 15px;
    }

    .lbnltop h3 {
        font-size: 28px;
    }

    .lbnltop p {
        font-size: 15px;
    }

    .lbnltopi {
        width: 70px;
    }

    .lbnlbot a {
        line-height: 32px;
        padding: 0 15px;
        font-size: 13px;
    }

    .ldtitle {
        font-size: 20px;
    }

    .ldtitle i {
        height: 22px;
    }

    .tx {
        width: 120px;
        height: 120px;
    }

    .ld2l {
        width: 140px;
    }

    .yg1al h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .yg1al h3.active {
        font-size: 30px;
    }

    .yg1al i {
        width: 8px;
    }

    .yg1ar h3 {
        font-size: 18px;
    }

    .qx1w {
        display: block;
    }

    .qx1w {
        background: #960001;
        height: auto;
        padding: 20px;
    }

    .qx1l {
        width: 100%;
    }

    .qx1r {
        padding: 0;
        margin-top: 20px;
    }

    .qx1more {
        text-align: center;
    }

    .wh3a {
        width: 32%;
    }

    .wh2b {
        width: 100%;
        margin-top: 0;
        padding-left: 0;
        margin-top: 20px;
    }

    .wh2b br {
        display: none;
    }

    .wh3a1 {
        margin-top: 13%;
    }

    .stwb {
        padding: 0 15px;
    }

    .stba {
        font-size: 13px;
    }

    .stb h3 {
        font-size: 18px;
    }

    .stb .txt {
        margin-top: 20px;
    }

    .gl1a {
        width: 46%;
    }

}

@media screen and (max-width: 886px) {
    .hezuo .hzup .right .rightbody {
        padding: 30px;
        width: 110%;
    }

    .hzdown .wrap_1400 {
        padding: 80px 20px;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }

    .hdbd {
        width: 94%;
        margin: auto;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .shizibody .cont {
        margin-top: 50px;

    }

    .shizi {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .qikanli {
        padding: 15px;
    }

    .page li {
        display: inline-block;
        border: 1px solid #cdcdcd;
        padding: 10px;
        margin: 0;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
    }

    .page .wrap {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .page .sp1 {
        display: none;
    }

    .keyanpage .pg2 {
        width: 100%;
        text-align: center;
    }

    .keyanpage .pg3 {
        width: 100%;
        text-align: center;
    }

    .hzdown .wrap_1400 {
        padding: 50px 20px;
    }

    .hezuo .hzup .redblock {
        display: none;
    }

    .hezuo .hzup .right .rightbody {
        position: unset;
    }

    .hezuo .hzup .right {
        width: 50%;
    }

    .hezuo .hzup {
        padding: 50px 0;
        display: flex;
        flex-direction: column;
    }

    .hezuo .hzup .right {
        width: 100%;
        order: -1;
    }

    .hezuo .hzup .right .rightbody {
        padding: 30px;
        width: 100%;
    }

    .hezuo .hzup .right .rightbody .schoolnameft {
        text-align: center;
    }

    .hezuo .hzup .left {
        width: 66%;

        margin: auto;
        margin-top: 20px;
    }

    .hzdown .tit {
        font-size: 22px;
        line-height: 32px;
        text-align: center;
    }

    .keyanjigou .col-12 {
        margin-bottom: 0px;
    }

    .zhineng {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .zhineng .zhinengbody {
        margin-top: 50px;
    }

    .zhineng .sonli .tit {
        height: 76px;
        line-height: 76px;
        font-weight: bold;
        font-size: 24px;
        padding-left: unset;
        text-align: center;
        color: white;
    }

    .zhineng .zhinengbody {
        margin-top: 40px;
    }

    .zhineng {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .zhineng .sonli {
        margin: auto;
        width: 90%;
        box-shadow: 0px 0px 5px 5px #eeeeee;
        border-bottom: 4px solid #94070a;
        margin-bottom: 40px;
    }

    .zhineng .sonli .cont {
        padding: 40px 40px;
        min-height: unset;
    }

    .zhineng .sonli .cont a {
        font-size: 20px;
        line-height: 50px;
    }

    .xueshuqikan {
        padding-top: 50px;
        padding-bottom: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .schoolname {
        margin-bottom: 30px;
    }

    .qkbody {
        padding-bottom: 30px;
        border-bottom: 1px solid #e6e6e6;
        display: flex;
        align-content: center;
        flex-direction: column;
    }

    .qkbody .left {
        width: 100%;
        max-height: 165px;
        max-width: 250px;
        overflow: hidden;
        margin: auto;
        margin-bottom: 15px;
    }

    .qkbody .right .tit {
        font-size: 18px;
        text-align: center;
    }

    .ny_nr .xw_nr .top .img {
        margin: auto;
    }

    .ny_nr .xw_nr .top .w_z a p {
        text-align: center;
    }

    .xuexiaojianjie {
        padding-top: 40px;
        padding-bottom: 90px;
        font-size: 15px;
        line-height: 30px;
    }

    .xuexiaojianjie img {
        max-width: 100%;
        max-height: 100%;
        margin: 35px 3px;
    }

    .xuexiaozhangcheng {
        font-size: 15px;
        line-height: 30px;
        padding-top: 40px;
        padding-bottom: 90px;
    }

    .xuexiaozhangcheng img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        margin: 35px 3px;
    }

    .title24 {
        font-size: 18px;
    }

    .text14, .text16, .text18 {
        font-size: 14px;
        line-height: 28px;
    }

    .text16_list {
        font-size: 14px;
        line-height: 28px;
    }

    .text20 {
        font-size: 14px;
        line-height: 28px;
    }

    #fp-nav.right {
        right: 0 !important;
    }

    .bnimg .imgmax {
        max-width: 80%;
    }

    .wpnvhd {
        padding: 15px;
        text-align: center;
    }

    .wpnvhd a {
        font-size: 12px;
        color: #666;
        margin: 0 2px;
    }

    .hdrt2 {
        margin-left: 0;
    }

    .hdrt2 span {
        margin: 0 10px;
    }

    .mdtop h3 {
        font-size: 20px;
    }

    .mdtop h3 span::after {
        width: 12px;
        height: 25px;
        top: 0;
        left: -10px;
    }

    .i2l, .i2r {
        width: 100%;
    }

    .i2r {
        margin-top: 15px;
    }

    .i2laimg {
        width: 80px;
    }

    .i2latxt h3, .i2latxt p, .i2latxt span {
        line-height: 20px;
        font-size: 12px;
    }

    .i2latxt h3 {
        font-size: 14px;
    }

    .i2la {
        margin-bottom: 10px;
    }

    .i2btn {
        width: 40px;
        height: 30px;
    }

    .i2btnbox {
        bottom: 35%;
    }

    /*首页改版新增样式20230506-start*/
    .mdtop_2 {
        width: 100%;
        margin: 10px 20px 10px 30px
    }
    .mdtop_3 {
        width: 100%;
        margin: 15px 20px 10px 30px
    }
    .mdtop_2 h3 {
        font-size: 20px;
        font-weight: normal;
    }
    .mdtop_3 h3 {
        font-size: 20px;
        font-weight: normal;
    }
    .wrap_1400 .i2w .mdtop_2 .i2_l .date{
        margin-top: 0px;
        position: relative;
        font-style: italic;
        color: #9c888a;
    }
    .date span{
        font-size: 12px;
    }
    .i2_la {
        margin-bottom: 5px;
        height: 100%;
    }
    .i2_la:last-child {
        margin-bottom: 15px;
        height: 100%;
    }
    .i2_l{
        /*width: 48%;*/
        margin-top: 10px;
        border-bottom: 2px solid #94070a;
    }
    .i2_r{
        /*width: 48%;*/
        margin-top: 20px;
        border-bottom: 2px solid #94070a;
    }
    .i2_r .item {
        height: 70px;
        line-height: 66px;
        background: #fff;
        margin-top: 5px;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    }
    .i2_r .item .pic {
        float: left;
        width: 100px;
        /*border-right: 1px solid #ebe6e5;*/
        text-align: center;
        height: 100%;
        position: relative;
        overflow: hidden;
        background: #ebe6e5;
        padding-top: 25px;
        line-height: 1;
        border: 2px solid #fff;
    }
    .i2_r .item .pic span {
        display: block;
        height: 100%;
        box-sizing: border-box;
        border: 0px;
        font-size: 16px;
        color: #a19896;
        position: relative;
        line-height: 1;
    }
    .i2_r .item .pic:before {
        content: "";
        background: url(/static/default/images/png93.png) center center no-repeat;
        width: 110%;
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -55%;
        padding-top: 70%;
        animation: cc 20s linear 0s infinite;
        animation-iteration-count:infinite;
    }
    .i2_r .item .h {
        line-height: 1.3;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 5px;
        height: 100%;
        font-size: 14px;
        
    }
    .mdtop_4 h3 .posrelative::after {
    z-index: 1;
    width: 27px;
    height: 45px;
    background: #94070a;
    position: absolute;
    left: -15px;
    top: -10px;
    content: "";
    }
    /*首页改版新增样式20230506-end*/

    .i3br {
        padding: 15px;
        margin: 0;
    }

    .i3bl {
        width: 100%;
        margin: 15px 0;
    }

    .i3bl .mdtop_more {
        margin-top: 10px;
    }

    .i3brr p {
        line-height: 25px;
        font-size: 13px;
    }

    .i3brr h3 {
        font-size: 15px;
    }

    .i4 .wrap_1400 {
        display: block;
        padding: 0 50px;
    }

    .i4r {
        width: 100%;
        justify-content: space-between;
    }

    .i4rw {
        margin: 0;
        width: 100%;
    }

    .i4ra1 .txt {
        -webkit-line-clamp: 3;
    }

    .i4ra1 {
        padding: 12px;
    }

    .i5l {
        width: 100%;
    }

    .i5 .wrap_1400 {
        width: 100%;
        display: block;
    }

    .i5l .mdtop {
        width: 100%;
    }

    .i5l .mdtop h3 span::after {
        top: 0;
        left: -10px;
    }

    .i5l .mdtop .mdtop_more {
        margin-top: 10px;
    }

    .i5r {
        margin-top: 15px;
    }

    .i5r {
        flex-wrap: wrap;
    }

    .i5ra {
        width: 24%;
    }

    .i5rabg {
        padding: 15px;
    }

    .i5rabg p {
        font-size: 12px;
        line-height: 15px;
        width: 22px;
    }

    .i6ta {
        padding: 15px;
    }

    .i6ta i {
        width: 30px;
    }

    .i6ta i img {
        display: block;
        width: 100%;
    }

    .i6ta p {
        display: none;
    }

    .i6ta h3 {
        font-size: 14px;
    }

    .i6bat {
        padding: 15px 5px;
    }

    .i6bat h3 {
        font-size: 15px;
    }

    .i6bat img {
        height: 30px;
    }

    .i6ba p {
        line-height: 25px;
        padding: 10px 5px;
    }

    .i7t {
        padding: 15px 0;
    }

    .i7tl {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .i7tl a {
        line-height: 30px;
        margin: 0 5px;
        display: inline-block;
    }

    .i7tr {
        width: 100%;
        text-align: center;
    }

    .i7tr span a {
        font-size: 14px;
    }

    .foot {
        padding: 20px 0;
    }

    .listbn {
        height: 250px;
    }

    .lbnl {
        padding-top: 80px;
        padding-bottom: 15px;
    }

    .lbnltop {
        padding-top: 5px;
        padding-left: 10px;
    }

    .lbnltop h3 {
        font-size: 20px;
    }

    .lbnltop p {
        font-size: 14px;
    }

    .lbnlbot a {
        line-height: 28px;
        padding: 0 10px;
        font-size: 12px;
    }

    .md {
        padding: 50px 0;
    }

    .ld1a {
        margin-bottom: 25px;
    }

    .ld1al {
        width: 100%;
        margin-bottom: 15px;
    }

    .ld2l {
        width: 100%;
        margin-right: 0;
        text-align: left;
    }

    .ld2tr {
        display: none;
    }

    .ld2tw {
        padding: 20px 0;
        border-bottom: 1px dashed #ccc;
    }

    .ld2r {
        border-bottom: 0;
        padding: 0;
    }

    .ld2tw {
        display: flex;
    }

    .ld2bl {
        text-align: center;
        width: auto;
    }

    .tx {
        width: 80px;
        height: 80px;
    }

    .ld2br {
        display: block;
    }

    .ld2ra {
        flex: inherit;
        flex-grow: inherit;
        width: 100%;
        font-size: 12px;
        line-height: 22px;
    }

    .ld2ra .title24 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .flex_lmr{
	    justify-content: space-between;
    }
    
    .yg1al h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .yg1al h3.active {
        font-size: 30px;
    }

    .yg1al i {
        height: 10px;
        width: 5px;
    }

    .yg1ar h3 {
        font-size: 16px;
    }

    .yg1ar {
        padding: 30px 0;
        padding-left: 25px;
    }

    .yg2txt {
        width: 100%;
        padding: 15px;
    }

    .yg2w {
        display: block;
        height: auto;
    }

    .yg2wimg {
        position: relative;
        bottom: 0;
        display: none;
    }

    .zx1l, .zx1r {
        width: 100%;
        margin: 0;
    }

    .zx1rbox {
        padding: 20px;
    }

    .zx1rico {
        bottom: -10px;
        right: -10px;
    }

    .listmorea {
        padding: 0 25px;
        font-size: 14px;
        line-height: 30px;
    }

    .zx2a {
        padding-left: 15px;
        padding-bottom: 15px;
        width: 100%;
        margin-bottom: 15px;
    }

    .zx2attxt .txt {
        margin-top: 10px;
        -webkit-line-clamp: 3;
    }

    .zx2a:last-child {
        margin-bottom: 0;
    }

    .xx1l, .xx1r {
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
    }

    .xx1r::after {
        right: -10px;
        bottom: -10px;
    }

    .xq1att {
        font-size: 18px;
    }

    .xqw {
        padding: 20px 15px 15px 15px;
    }

    .swiper-pagination-xq1 {
        margin-top: 15px;
    }

    .swiper-pagination-xq1 .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }

    .m2ta {
        width: 100%;
        margin-bottom: 15px;
    }

    .m2bl, .m2br {
        width: 100%;
    }

    .m2br {
        margin-top: 25px;
    }

    .m2blt {
        height: auto;
        padding: 25px 0;
    }

    .m2bla2 {
        width: 100%;
        margin-top: 15px;
    }

    .jz2 .mdtop {
        padding-left: 0;
    }

    .jz2a {
        position: relative;
        margin-bottom: 15px;
        display: block;
    }

    .jz2ar {
        display: block;
    }

    .jz2aimg {
        width: 100%;
    }

    .jz2atxt {
        padding: 15px;
    }

    .jz2al {
        position: absolute;
        left: 0;
        top: 0;
        border: 1px solid #ca0000;
        background: #ca0000;
        color: #fff;
        width: 56px;
        height: 56px;
        z-index: 9;
    }

    .jz2al h3 {
        font-size: 18px;
    }

    .jz2al p {
        font-size: 12px;
        line-height: 20px;
    }

    .jz2atxt p {
        -webkit-line-clamp: 2;
    }

    .jz2atxt span {
        line-height: 26px;
        padding: 0 15px;
        font-size: 12px;
    }

    .jz2atxt h3 {
        font-size: 18px;
    }

    .jz2 .mdtop {
        padding-left: 80px;
    }

    .wh2w {
        display: block;
        padding-top: 10%;
    }

    .wh3a {
        width: 100%;
        margin-top: 15px;
    }

    .ys1a {
        width: 100%;
    }

    .tya {
        width: 100%;
    }

    .tya .mdtop {
        height: auto;
        margin-bottom: 20px;
        padding: 15px 0;
    }

    .tyar {
        margin-top: 20px;
    }

    .stbaimg {
        height: 60px;
    }

    .stwb {
        margin-top: -60px;
    }

    .gl1a {
        width: 100%;
    }

    .gl1al {
        width: 50px;
        height: 50px;
        left: -25px;
    }

    .gl1al img {
        height: 26px;
    }

    .gl1w {
        width: 100%;
        margin-top: 15px;
    }

    .gl1a {
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
        padding: 20px 20px 20px 35px;
    }

    .xl1w::after {
        right: -8px;
        bottom: -8px;
    }

}

@media screen and (max-width: 576px) {
    .md {
        padding: 40px 0;
    }

    .szshow .szsbd .number {
        font-size: 26px;
        line-height: 26px;
        font-weight: bold;
    }

    .szshow .szsbd .number span {
        font-size: 20px;
        line-height: 36px;
    }

    .szshow .szsbd .name {
        margin-top: 20px;
        font-size: 18px;
        text-align: center;
    }

    .szshow {
        height: 220px;
        padding: 13px;
    }

    .shizibody .row .col-6 {
        margin-bottom: 20px;
    }

    .wrap_1400 {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hezuo .hzup .right .rightbody .cont {
        font-size: 16px;
        line-height: 28px;
    }

    .hezuo .hzup .right .rightbody .more {

        margin-top: 30px;
    }

    .hdbd {
        width: 100%;
        background: white;
        border-bottom: 6px solid #c40405;
        display: flex;
        padding-bottom: 40px;
        flex-direction: column;
    }

    .hdbd .hdl {
        width: 100%;
        padding: 30px;
    }

    .hzdown .cont {
        margin-top: 30px;
    }

    .zhineng .sonli .cont {
        padding: 40px 30px;
        min-height: unset;
    }

    .zhineng .sonli .cont .col-6 {
        text-align: center;
        padding: 0;
    }

    .hdbd .hdr {
        display: flex;
        width: 55%;
        margin: auto;
        margin-top: 20px;
    }

    .hdbd .hdr img {
        max-width: unset;
        width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
}


/**/
.xuexiaozhangcheng .knowmore {
    float: right;
    width: 140px;
    height: 43px;
    line-height: 43px;
    border-radius: 4px;
    text-align: center;
    background: #ca0000;
    color: white;
    font-size: 15.5px;
    display: inline-block;

}

.xuexiaozhangcheng .knowmore div {
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xuexiaozhangcheng .knowmore i {
    width: 30px;
    height: 35px;

}

.swiper-container-bn:hover .swiper-button-prev {
    opacity: 0.7;
}

.swiper-container-bn .swiper-button-prev {
    left: 50px;
    width: 53px;
    height: 53px;
    -webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;
    -ms-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
    opacity: 0;
}

.swiper-container-bn:hover .swiper-button-next {
    opacity: 0.7;
}

.swiper-container-bn .swiper-button-next {
    right: 50px;
    width: 53px;
    height: 53px;
    -webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;
    -ms-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
    opacity: 0;
}

.shizibody .tit {
    text-align: center;
}

@media screen and (max-width: 950px) {
    .swiper-container-bn .swiper-button-next {
        display: none;
    }

    .swiper-container-bn .swiper-button-prev {
        display: none;
    }

    .xuexiaozhangcheng .knowmore i {
        background-size: contain !important;
    }
}
@media screen and (max-width: 768px) {
    .ft img{
        max-width: 40%;
    }
}
/*2021-06-09三仁添加样式*/
@media only screen and (max-width:768px) {
    .jz2a_pic_none{
        display: flex;
    }
    .jz2a_pic_none .jz2al{
        position: relative;
    }
}
@media screen and (max-width: 640px) {
    .swiper-pagination-pd2 .swiper-pagination-bullet{
        width: 8px!important;
        height: 8px!important;
        border-radius: 50% !important;
        flex: unset!important;
        margin: 0 4px!important;
    }
    .shizibody {
        margin-top: 35px;
    }
    .ft img{
        max-width: 40%;
    }
    .xuexiaozhangcheng .knowmore {
        float: right;
        width: 110px;
        height: 34px;
        line-height: 34px;
        border-radius: 4px;
        text-align: center;
        background: #ca0000;
        color: white;
        font-size: 14px;
        display: inline-block;
    }

    .xuexiaozhangcheng .knowmore i {
        width: 25px;
        height: 25px;
    }
}

@media screen and (max-width: 490px) {
    .shizibody {
        margin-top: 25px;
    }
    .ft img{
        max-width: 60%;
    }
}


:root{
    --main-color:#94070a
}
.search-pagination .pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
    min-height: 150px;
}
.search-pagination .pagination a{
    padding: 8px 15px;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    color: #969696;
    /* border-radius: 5px; */
    margin: 0 5px;
    background-color: #fff;
}

.search-pagination .pagination li.active a {
    color: #fff;
    background-color: var(--main-color);
}
.search-pagination .pagination li:hover a {
    color: #fff;
    background-color: var(--main-color);

}

.phone_style{
    width: max-content;
    margin-left: auto;
    transform: translateX(-50%);
        text-align: left;height: auto;
}
.phone_style_m{
    width: 110px;
    margin-left: auto;
    transform: translateX(-50%);
        text-align: left;height: auto;
}
@media only screen and (max-width:992px){
    .news_show_content img {
    max-width:100%;
    display: block;
    height: auto;
    }
}

@media only screen and (max-width:500px){
    .news_show_content img {
        max-width:100%;
        display: inline-block;
        height: auto;
    }
    .xxlsh {
        width: 30%;
    }
    .lsh table, th, td, .xld table, th, td {
        border: 1px solid #ddd;
        font-size: 15px;
    }
    .xxld{
        width: 10%;
    }
    .xldzw, .xldxm {
        width: 15%;
    }
}

/* 搜索模板样式-start*/
.page-content{
    padding: 150px 0 0 0;
    min-height: 650px;
}

.search-box{
    flex: 0 0 75%;
    max-width: 100%;
    padding-left: 25%;
}
.portlet-title .btn-list{
    height: 50px;
    width: 100%;
}
.btn-list a{
    float: right;
}
.viewpoint-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
    margin-bottom: 50px;
    width: 100%;
}
.viewpoint-des{
    font-size: 16px;
    line-height: 1.8;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.search-pagination{
    padding: 0 0 100px 0;
}
.viewpoint-text{
    flex: 0 0 53%;
    max-width: 53%;
    padding: 20px 20px 20px 50px;
}
.viewpoint-row .viewpoint-text .h2 {
    font-size: 30px;
    margin-bottom: 20px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.viewpoint-row .viewpoint-time h3 {
    font-size: 40px;
    color: var(--main-color);
    margin-bottom: 15px;
}
.viewpoint-l{
    flex: 0 0 28.57%;
    max-width: 28.57%;
    border-radius: 10px;
    overflow: hidden;
}
.viewpoint-l img {
    width: 100%;
}
.viewpoint-row .viewpoint-time {
    flex: 0 0 12.85%;
    max-width: 12.85%;
    font-size: 16px;
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.hdrt3 i {
    margin-left: 10px;
}
/* 搜索模板样式-end*/
