body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dd,
ol,
ul,
th,
td,
fieldset,
input,
button,
textarea,
form,
canvas,
audio,
video,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0px;
    outline: none;
    font-weight: normal;
}

ol,
ul {
    list-style: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

li,
img,
label,
input {
    vertical-align: middle
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #333;
}

a:hover {
    color: #9f191e;
}



body {
    font-family: "Microsoft YaHei";
    color: #333;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    background: none;
}

.slick-dots li button {
    border-style: none;
    background: none;
    text-indent: -999em;
}

.slick-prev,
.slick-next {
    position: absolute;
    background-image: none;
    background: none;
    border-style: none;
    outline: medium;
    text-indent: -999em;
    background-repeat: no-repeat;
    cursor: pointer;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    max-width: 100%;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ctbx {
    width: 92%;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .ctbx {
        width: 90%;
    }
}

@media (min-width: 1100px) {
    .ctbx {
        width: 1024px;
    }
}

@media (min-width: 1250px) {
    .ctbx {
        width: 1200px;
    }
}

@media (min-width: 1440px) {
    .ctbx {
        width: 1400px;
    }
}


/* 首页 */

.top_box {
    background: url(../images/top_bg.png) no-repeat center;
    background-size: cover;
    height: 120px;
}

.top_xian {
    height: 9px;
    background: url(../images/top_xian.png) repeat-x center;
}

.top_pad {
    width: 1800px;
    margin: auto;
}

.top_rg {
    float: right;
}

.toprg_one {
    float: right;
    margin: 8px 0px 8px;
}

.toprg_lj {
    float: left;
}

.toprg_lj a {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    margin-right: 20px;
    background: #aa0608;
    padding: 0px 20px;
    border-radius: 20px;
    display: inline-block;
}

.toprg_lj a:hover {
    background: #930204;
}

.toprg_ewm {
    float: right;
    position: relative;display:none;
}

.toprg_ewm h2 {
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    background: #aa0608;
    border-radius: 50%;
    cursor: pointer;
}

.toprg_ewm:hover h2 {
    background: #930204;
}

.toprg_ewm .ewmnr {
    display: none;
}

.toprg_ewm:hover .ewmnr {
    display: block;
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -60px;
    top: 100%;
    width: 120px;
    height: 120px;
}

.toprg_ewm .ewmnr img {
    width: 120px;
    height: 120px;
}

.yc {
    float: left;
    margin-right: 20px;
}

.yc .ss {
    float: right;
    cursor: pointer;
    height: 40px;
    line-height: 34px;
    width: 40px;
    background: #aa0608;
    border-radius: 50%;
    text-align: center;
}

.yc .ss:hover {
    background: #930204;
}

.tc2 form {
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    height: 60px;
    width: 100%;
}

.tc2 input[type="text"] {
    border: none;
    width: 92%;
    display: block;
    height: 60px;
    text-align: left;
    color: #434343;
    font-size: 14px;
    background: none;
    line-height: 60px;
    padding: 0 20px;
}

.tc2 input[type="text"]:focus {
    text-align: left;
}

.tc2 input[type="image"] {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0;
    z-index: 2;
    background: url(../images/yc_sea2.png) center no-repeat;
    height: 60px;
    width: 70px;
    cursor: pointer;
    border: none;
    background-size: 20px 20px;
    margin-top: -30px;
}

.tc2 .tc {
    transition: all ease 300ms;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none
}

.tc2 .tc {
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scale(1.1);
}

.tc2 .tc.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.tc2 .tc-box {
    position: absolute;
    border-radius: 4px;
    overflow: hidden;
    top: 50%;
    z-index: 9999;
    background: #fff;
    height: 60px;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -40px;
}

.tc2 .tc.act {
    display: none;
}

.tc2 .close {
    position: absolute;
    z-index: 87;
    cursor: pointer;
    right: 30px;
    top: 30px;
}

.tc2 .tc-bg {
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 86;
}

.tc_logo {
    width: 545px;
    float: left;
    height: 109px;
    position: relative;
    margin-top: 0px;
}

.tc_logo img {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 100%;
    max-height: 100%;
}


/* 导航 */

.navbar {
    float: right;
    border-top: rgba(255, 255, 255, 0.2) 1px solid;
}

.navbar .menu-bott {
    display: none;
}

.navbar .nav-button {
    display: none;
}

.navbar .navbar-nav {
    padding: 0;
    list-style: none;
}

.navbar .navbar-nav>li {
    position: relative;
    text-align: center;
    float: left;
}

.navbar .navbar-nav>li>a {
    font-size: 18px;
    color: #fff;
        padding: 16px 10px 18px;
    line-height: 20px;
    display: block;
    margin: 0px 15px;
       font-weight: bold;
}

.navbar .navbar-nav>li:hover>a {
    font-weight: bold;
    color: #fa9d03;
}

.navbar .navbar-nav>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.navbar .hasChild:before {
    content: "";
    position: absolute;
    z-index: 10;
    width: calc(100% - 20px);
    bottom: 0px;
    left: 10px;
    height: 4px;
    background: #fa9d03;
    /* margin-left: -10px;
    box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    transform: scaleY(0); */
    transition: all 0.2s ease-out 0s;
    opacity: 0;
}

.navbar .hasChild:hover:before {
    opacity: 1;
    transform: scaleY(1);
}

.navbar .nav-child {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    margin-left: -70px;
    padding: 8px 0px;
    width: 140px;
    background: rgba(167, 0, 2, 0.82);
}

.navbar .nav-child li a {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0px 8px 6px;
    display: block;
    color: #fff;
}

.navbar .nav-child li:hover a {
    background: url(../images/nav_ic.png) no-repeat 16px center #d80b17;
}

@-webkit-keyframes opacity {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.02);
    }
}

@keyframes opacity {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.02);
    }
}

.ban_box {
   width:100%;
    position: relative;
   overflow:hidden;
}

.banlb {
    width: 100%;
 height:calc(100vh - 130px);
    display: block !important;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.banlb img {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block !important;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.banlb img:hover {
    transform: scale(1.05);
}

.ban_box .ban-dot {
    position: absolute;
    right: 100px;
    bottom: 36px;
    color: #fff;
    text-align: center;
    z-index: 2;
}

.ban_box .ban-dot span {
    padding: 0 18px;
    font-family: Arial;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    position: relative;
    background: none;
    outline: none;
    opacity: 1;
}

.ban_box .ban-dot span.swiper-pagination-bullet-active {
    font-size: 22px;
    color: #ffda00;
    font-weight: bold;
}

.ban_box .ban-next,
.ban_box .ban-prev {
    width: 27px;
    height: 13px;
    position: absolute;
    z-index: 5;
    bottom: 45px;
    outline: none;
    cursor: pointer;
}

.ban_box .ban-next {
    right: 50px;
    background-image: url(../images/ban_next.png);
}

.ban_box .ban-prev {
    right: 298px;
    background-image: url(../images/ban_prev.png);
}

.btnbg {
    width: 100%;
    height: 12px;
    background: url(../images/ban_xian.png) repeat-x;
}

.sydh {
    padding-left: 44px;
    background: url(../images/dh_icon.png) no-repeat left center;
    background-size: auto 43px;
    overflow: hidden;
}

.sydh h1 {
    float: left;
}

.sydh span {
    float: left;
    font-size: 14px;
    color: #d80b17;
    padding-left: 75px;
    margin: 15px 0px 0px 8px;
    background: url(../images/dh_yuan.png) no-repeat left center;
}

.sydh span a {
    color: #d80b17;
}

.sydh span a:hover {
    font-weight: bold;
}

.sydh.ictzgg {
    background: url(../images/dh_icon2.png) no-repeat left center;
    background-size: auto 43px;
}

.sydh.ictzgg span {
    background: url(../images/dh_yuan2.png) no-repeat left center;
}

.sydh.ictzgg span a {
    color: #fff;
}

.sydh.icjyjtdt {
    background: url(../images/dh_icon2.png) no-repeat left center;
    background-size: auto 43px;
}

.sydh.icjyjtdt span {
    background: url(../images/dh_yuan3.png) no-repeat left center;
}

.sydh.icjyjtdt span a {
    color: #fa9d03;
}


/* 新闻动态 */

.cont_bg1 {
    background: url(../images/cont_bg1.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 0px 44px;
    overflow: hidden;
}

.cont_box {
    padding-top: 65px;
    overflow: hidden;
}

.xtyw_lf {
    width: 605px;
    float: left;
}

.xtyw_rg {
    width: calc(100% - 640px);
    float: right;
    overflow: hidden;
}

.xtyw_tj {
    position: relative;
    border-bottom: #ddd 1px solid;
}

.xtyw_tj .picture {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.xtyw_tj .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.xtyw_tj .picture img:hover {
    transform: scale(1.05);
}

.xtyw_tj .text {
    padding: 30px 0px 22px;
    overflow: hidden;
    background: #f5f5f5;
}

.xtyw_tj .text span {
    margin-bottom: 22px;
    width: 136px;
    height: 32px;
    line-height: 32px;
    font-family: 'Times New Roman', Times, serif;
    color: #fff;
    font-size: 18px;
    display: block;
    text-indent: 19px;
    background: url(../images/time_bg.png) no-repeat;
}

.xtyw_tj .text h2 {
    font-size: 20px;
    color: #111;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.xtyw_tj .xtyw-dot {
    position: absolute;
    right: 22px;
    bottom: 160px;
    color: #fff;
    text-align: right;
    z-index: 2;
    width: 100%;
}

.xtyw_tj .xtyw-dot span {
    width: 9px;
    height: 9px;
    margin: 0px 6px;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    background: #fff;
    outline: none;
    opacity: 1;
}

.xtyw_tj .xtyw-dot span.swiper-pagination-bullet-active {
    background: #ffda00;
}

.xtyw_rg ul {
    margin: 0px -16px;
}

.xtyw_rg li {
    width: 50%;
    float: left;
}

.xtyw_rg li .xtyw_mar {
    margin: 0px 16px 36px;
    padding: 22px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.xtyw_rg li .xtyw_mar a {
    display: block;
    overflow: hidden;
}

.xtyw_rg li .xtyw_mar::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background: #d80b17;
    transition: all 0.4s ease-out 0s;
}

.xtyw_rg li .xtyw_mar span {
    font-size: 18px;
    color: #999;
    font-family: 'Times New Roman', Times, serif;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 7px;
}

.xtyw_rg li .xtyw_mar h2 {
    font-size: 18px;
    color: #111;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xtyw_rg li:hover .xtyw_mar span {
    color: #d80b17;
}

.xtyw_rg li:hover .xtyw_mar h2 {
    color: #d80b17;
    font-weight: bold;
}

.xtyw_rg li:hover .xtyw_mar::before {
    width: 100%;
}


/* 通知公告 */

.cont_bg2 {
    padding: 75px 0px 80px;
    background: url(../images/cont_bg2.jpg) no-repeat center;
    overflow: hidden;
    background-size: cover;
}

.mtjj {
    margin-top: 40px;
    position: relative;
}

.mtjj_lb {
    padding: 0px 9px;
    position: relative;
    overflow: hidden;
    height: 220px;
}

.mtjj_lb .mtjj_nr {
    margin-top: 20px;
    padding: 0px 30px;
    height: 200px;
    overflow: hidden;
    background: url(../images/tzgg_bg.png) no-repeat top right #fff;
    transition: all 0.35s ease-in-out;
}

.mtjj_lb .mtjj_nr a {
    display: block;
    overflow: hidden;
}

.mtjj_lb .mtjj_nr span {
    font-size: 18px;
    color: #9e0404;
    line-height: 22px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    margin-top: 30px;
    display: block;
}

.mtjj_lb .mtjj_nr h2 {
    font-size: 18px;
    color: #111;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 20px 0px;
}

.mtjj_lb .mtjj_nr i {
    width: 19px;
    height: 10px;
    background: url(../images/icjt.png) no-repeat;
    float: right;
}

.mtjj_lb:hover::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    background: #ffad00;
    z-index: -1;
}

.mtjj_lb:hover .mtjj_nr {
    margin-top: 0px;
    background: url(../images/tzgg_bg2.png) no-repeat top right #fff;
}

.mtjj_lb:hover .mtjj_nr h2 {
    color: #9e0404;
    font-weight: bold;
}

.mtjj_lb:hover .mtjj_nr i {
    background: url(../images/icjt2.png) no-repeat;
}

.mtjj .mtjj-prev,
.mtjj .mtjj-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -78px;
    right: 0px;
    cursor: pointer;
    outline: none;
}

.mtjj .mtjj-prev {
    background: url(../images/mtjj_prev.png) no-repeat;
    background-size: 100% 100%;
    right: 68px;
}

.mtjj .mtjj-next {
    background: url(../images/mtjj_next.png) no-repeat;
    background-size: 100% 100%;
}

.mtjj .mtjj-prev:hover {
    background: url(../images/mtjj_prev2.png) no-repeat;
    background-size: 100% 100%;
}

.mtjj .mtjj-next:hover {
    background: url(../images/mtjj_next2.png) no-repeat;
    background-size: 100% 100%;
}


/* 党建工作 */

.cont_bg3 {
    background: url(../images/cont_bg3.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    padding-top: 80px;
}

.djgz {
    margin: 60px 0px 80px;
    overflow: hidden;
    background: #fff;
}

.djgz_lf {
    width: 680px;
    float: left;
    position: relative;
}

.djgz_lf .picture {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.djgz_lf .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.djgz_lf .picture img:hover {
    transform: scale(1.05);
}

.djgz_lf .text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 92px;
    background: url(../images/djgz_titbg.png) repeat-x bottom;
}

.djgz_lf .text span {
    width: 136px;
    height: 32px;
    line-height: 32px;
    font-family: 'Times New Roman', Times, serif;
    color: #fff;
    font-size: 18px;
    display: block;
    text-indent: 19px;
    background: url(../images/time_bg.png) no-repeat;
    margin-bottom: 5px;
}

.djgz_lf .text h2 {
    font-size: 18px;
    color: #fff;
    line-height: 42px;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    padding: 0px 28px;
    box-sizing: border-box;
    transition: all 0.4s ease-out 0s;
}

.djgz_lf .text h2:hover {
    transform: translateX(5px);
}

.djgz_rg {
    width: calc(100% - 680px);
    float: right;
}

.djgz_rg .mar {
    padding: 15px 30px 0px 30px;
    overflow: hidden;
}

.djgz_rg .mar li {
    width: 100%;
    float: left;
    line-height: 50px;
    position: relative;
}

.djgz_rg .mar li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: #999;
    border-radius: 50%;
}

.djgz_rg .mar li a {
    display: block;
    overflow: hidden;
    padding-left: 18px;
}

.djgz_rg .mar li h2 {
    float: left;
    width: calc(100% - 80px);
    font-size: 18px;
    color: #111;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.djgz_rg .mar li span {
    float: right;
    font-size: 16px;
    color: #666;
    font-family: 'Times New Roman', Times, serif;
}

.djgz_rg .mar li:hover::before {
    background: #d80b17;
}

.djgz_rg .mar li:hover h2 {
    color: #d80b17;
    font-weight: bold;
}

.djgz_rg .mar li:hover span {
    color: #d80b17;
}


/* 教学科研 */

.jxky {
    padding: 65px 0px 45px;
    overflow: hidden;
}

.jxky ul {
    margin: 0px -17px;
}

.jxky li {
    width: 50%;
    float: left;
}

.jxky li .mar {
    margin: 0px 17px 40px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.jxky li .mar p {
    width: 105px;
    height: 29px;
    line-height: 29px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #bbbbba;
    font-size: 14px;
    color: #fff;
    text-align: center;
    transition: all 0.2s ease-out 0s;
}

.jxky li .mar .picture {
    width: 250px;
    float: left;
}

.jxky li .mar .picture span {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
    display: block;
}

.jxky li .mar .picture span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.jxky li .mar .picture span img:hover {
    transform: scale(1.05);
}

.jxky li .mar .text {
    width: calc(100% - 250px);
    float: right;
    margin-top: 16px;
}

.jxky li .mar .text .time {
    position: relative;
    padding-left: 40px;
    line-height: 24px;
    height: 24px;
    font-size: 18px;
    color: #d80b17;
    font-family: 'Times New Roman', Times, serif;
}

.jxky li .mar .text .time::before,
.jxky li .mar .text .time::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #d80b17;
    top: 12px;
}

.jxky li .mar .text .time::before {
    left: 0px;
    width: 33px;
}

.jxky li .mar .text .time::after {
    right: 0px;
    width: calc(100% - 135px);
}

.jxky li .mar .text .title {
    padding: 10px 30px 0px 38px;
    overflow: hidden;
}

.jxky li .mar .text .title h2 {
    font-size: 18px;
    color: #000;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jxky li:hover .mar p {
    background: #da1702;
    background-image: -webkit-gradient(linear, left top, right top, from(#cf0402), to(#eb3600)), -webkit-gradient( linear, left top, left bottom, from(#cf0402), to(#eb3600));
    background-image: -webkit-linear-gradient(left, #cf0402 0%, #eb3600 100%), -webkit-linear-gradient( #cf0402, #eb3600);
    background-image: linear-gradient(90deg, #cf0402 0%, #eb3600 100%), linear-gradient( #cf0402, #eb3600);
    background-blend-mode: normal, normal;
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#cf0402', endColorStr='#eb3600', gradientType='1');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#cf0402',endColorStr='#eb3600',gradientType='1')";
}

.jxky li:hover .mar .text .title h2 {
    font-weight: bold;
    color: #d80b17;
}


/* 学生天地 */

.xstd {
    padding: 50px 10px 95px 0px;
    overflow: hidden;
}

.xstd ul {
    margin: 0px -11px;
}

.xstd li {
    width: 25%;
    float: left;
}

.xstd li .mar {
    margin: 0px 11px;
    position: relative;
    transition: all 0.4s ease-out 0s;
}

.xstd li:hover .mar::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #c20a0b;
}

.xstd li .mar .nrxq {
    padding: 30px 20px 24px;
    background: url(../images/xstd_lbbg.jpg) repeat-x center top #fff;
    position: relative;
    z-index: 3;
}

.xstd li .mar .nrxq .picture {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.xstd li .mar .nrxq .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.xstd li .mar .nrxq .picture img:hover {
    transform: scale(1.05);
}

.xstd li .mar .nrxq .text {
    padding-top: 15px;
    overflow: hidden;
}

.xstd li .mar .nrxq .text span {
    height: 22px;
    line-height: 22px;
    font-family: 'Times New Roman', Times, serif;
    color: #d80b17;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.xstd li .mar .nrxq .text h2 {
    font-size: 18px;
    color: #000;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* 教育集团动态 */

.cont_bg4 {
    background: url(../images/cont_bg4.jpg) no-repeat center top;
    background-size: cover;
    margin-bottom: 85px;
}

.cont_bg4-2 {
    background: url(../images/cont_bg4-2.png) repeat-x center top;
    overflow: hidden;
    padding: 100px 0px 85px;
}

.jyjtdt {
    margin-top: 55px;
    position: relative;
    padding-bottom: 65px;
}

.jyjtdt_lb {
    position: relative;
}

.jyjtdt_lb::after {
    content: "";
    position: absolute;
    z-index: 5;
    bottom: 0px;
    left: 0px;
    width: 0px;
    transition: all 0.2s ease-out 0s;
}

.jyjtdt_lb:hover::after {
    width: 100%;
    height: 2px;
    background: #f1a400;
}

.jyjtdt_lb .picture {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.jyjtdt_lb .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.jyjtdt_lb .picture img:hover {
    transform: scale(1.05);
}

.jyjtdt_lb .text {
    position: absolute;
    z-index: 2;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 104px;
    background: url(../images/jyjtdt_lbbg.png) repeat-x;
}

.jyjtdt_lb .text h2 {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    padding: 0px 28px;
    box-sizing: border-box;
    margin-top: 54px;
}

.jyjtdt_lb:hover .text h2 {
    font-weight: bold;
    color: #f1a400;
}

.jyjtdt .jyjtdt-dot {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    z-index: 2;
}

.jyjtdt .jyjtdt-dot span {
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    background: none;
    outline: none;
    opacity: 1;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    margin: 0px 5px;
}

.jyjtdt .jyjtdt-dot span.swiper-pagination-bullet-active {
    background: #fa9d03;
}


/* 专题锦集 */

.ztjj {
    position: relative;
    margin: 70px 0px 75px;
}

.ztjjlb {
    position: relative;
}

.ztjjlb .picture {
    overflow: hidden;
    padding-bottom: 128%;
    padding-bottom: 351px;
    position: relative;
}

.ztjjlb .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ztjjlb .picture img:hover {
    transform: scale(1.05);
}

.ztjjlb .textbg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/ztjj_titbg3.png) no-repeat left;
    background-size: auto 100%;
}

.ztjj .swiper-slide.swiper-slide-next .ztjjlb .textbg {
    background: url(../images/ztjj_titbg2.png) no-repeat left;
    background-size: auto 100%;
}

.ztjj .swiper-slide:nth-of-type(4n) .ztjjlb .textbg {
    background: url(../images/ztjj_titbg4.png) no-repeat left;
    background-size: auto 100%;
}

.ztjj .swiper-slide:nth-of-type(5n) .ztjjlb .textbg {
    background: url(../images/ztjj_titbg4.png) no-repeat left;
    background-size: auto 100%;
}


.ztjjlb .text {
    position: absolute;
    left: 20px;
    top: 28px;
    width: 40px;
    height: calc(100% - 56px);
}

.ztjjlb .text h2 {
    padding: 15px 0px;
    box-sizing: border-box;
    border: #fff 1px solid;
    border-radius: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: justify;
    writing-mode: tb-rl;
    line-height: 30px;
}

.ztjj .swiper-slide.swiper-slide-active {
    width: 579px!important;
}

.ztjj .swiper-slide.swiper-slide-active .ztjjlb .picture {
    padding-bottom: 61%;
    padding-bottom: 351px;
}

.ztjj .swiper-slide.swiper-slide-active .ztjjlb .textbg {
    position: absolute;
    left: 0px;
    top: auto;
    bottom: 0px;
    width: 100%;
    height: 152px;
    background: url(../images/ztjj_titbg.png) repeat-x;
    background-size: auto auto;
}

.ztjj .swiper-slide.swiper-slide-active .ztjjlb .text {
    position: absolute;
    left: 28px;
    top: auto;
    bottom: 0px;
    height: 52px;
    width: calc(100% - 56px);
}

.ztjj .swiper-slide.swiper-slide-active .ztjjlb .text h2 {
    padding: 0px;
    padding-left: 15px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-radius: 0;
    border-style: none;
    writing-mode: lr-tb;
}

.ztjj .swiper-slide.swiper-slide-active .ztjjlb .text h2::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 16px;
    width: 4px;
    height: 20px;
    background: #facd2c;
}


.ztjj .ztjj-prev,
.ztjj .ztjj-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -118px;
    right: 0px;
    cursor: pointer;
    outline: none;
}

.ztjj .ztjj-prev {
    background: url(../images/ztjj_prev.png) no-repeat;
    background-size: 100% 100%;
    right: 68px;
}

.ztjj .ztjj-next {
    background: url(../images/ztjj_next.png) no-repeat;
    background-size: 100% 100%;
}

.ztjj .ztjj-prev:hover {
    background: url(../images/ztjj_prev2.png) no-repeat;
    background-size: 100% 100%;
}

.ztjj .ztjj-next:hover {
    background: url(../images/ztjj_next2.png) no-repeat;
    background-size: 100% 100%;
}


/* 快速入口 */

.cont_bg5 {
    background: url(../images/cont_bg5.png) no-repeat center;
    padding: 51px 0px 42px;
    overflow: hidden;
}

.ksrk {
    overflow: hidden;
    position: relative;min-height: 160px;
}

.ksrk .zhhxy {
    width: 180px;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    text-align: center;
}

.ksrk .zhhxy span {
    width: 104px;
    height: 104px;
    display: inline-block;
}

.ksrk .zhhxy h2 {
    font-size: 22px;
    color: #b70d17;
    font-weight: bold;
    margin-top: 20px;
}

.ksrk ul.lf {
    width: calc(50% - 90px);
    float: left;
    margin-top: 45px;
}

.ksrk ul.rgt {
    width: calc(50% - 90px);
    float: right;
    margin-top: 45px;
}

.ksrk li {
    width: 33.3%;
    float: left;
}

.ksrk li span {
    display: block;
    height: 60px;
    text-align: center;
}

.ksrk li h2 {
    font-size: 18px;
    color: #000;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
    text-align: center;
}

.ksrk li:hover h2 {
    color: #b70d17;
}

.ksrk ul.lf li:nth-of-type(1) span {
    background: url(../images/ksrk_ic01.png) no-repeat center;
    background-size: auto 60px;
}

.ksrk ul.lf li:nth-of-type(2) span {
    background: url(../images/ksrk_ic02.png) no-repeat center;
    background-size: auto 60px;
}

.ksrk ul.lf li:nth-of-type(3) span {
    background: url(../images/ksrk_ic03.png) no-repeat center;
    background-size: auto 60px;
}

.ksrk ul.rgt li:nth-of-type(1) span {
    background: url(../images/ksrk_ic04.png) no-repeat center;
    background-size: auto 60px;
}

.ksrk ul.rgt li:nth-of-type(2) span {
    background: url(../images/ksrk_ic05.png) no-repeat center;
    background-size: auto 60px;
}

.ksrk ul.rgt li:nth-of-type(3) span {
    background: url(../images/ksrk_ic06.png) no-repeat center;
    background-size: auto 60px;
}

.ksrk ul.lf li:hover:nth-of-type(1) span {
    background: url(../images/ksrk_ic01_on.png) no-repeat center;
    background-size: auto 60px;
}

.ksrk ul.lf li:hover:nth-of-type(2) span {
    background: url(../images/ksrk_ic02_on.png) no-repeat center;
    background-size: auto 60px;
}

.ksrk ul.lf li:hover:nth-of-type(3) span {
    background: url(../images/ksrk_ic03_on.png) no-repeat center;
    background-size: auto 60px;
}

.ksrk ul.rgt li:hover:nth-of-type(1) span {
    background: url(../images/ksrk_ic04_on.png) no-repeat center;
    background-size: auto 60px;
}

.ksrk ul.rgt li:hover:nth-of-type(2) span {
    background: url(../images/ksrk_ic05_on.png) no-repeat center;
    background-size: auto 60px;
}

.ksrk ul.rgt li:hover:nth-of-type(3) span {
    background: url(../images/ksrk_ic06_on.png) no-repeat center;
    background-size: auto 60px;
}


/* 底部 */

.dibu_bg {
    background: url(../images/dibu_bg.png) repeat-x center top;
    height:9px;
}

.dibu_bg2 {
    background: #b30d16;
}

.yqlj {
    padding: 48px 0px 36px;
    border-bottom: rgba(255, 255, 255, 0.25) 1px solid;
}

.yqlj ul {
    margin: 0px -31px;
}

.yqlj li {
    width: 25%;
    float: left;
}

.yqlj li .mar {
    margin: 0px 31px;
    position: relative;
}

.yqlj li .mar h2 {
    height: 42px;
    line-height: 42px;
    padding: 0px 25px;
    background:#bc2a33;
    border-radius: 21px;
    cursor: pointer;
}

.yqlj li .mar h2 span {
    background: url(../images/yqlj_sjx.png) no-repeat right;
    padding-right: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    display: block;
}

.yqlj li .mar .ljnr {
    display: none;
    position: absolute;
    z-index: 5;
    left: 20px;
    bottom: 100%;
    width: calc(100% - 40px);
    background: rgba(255, 255, 255, 0.92);
   background:#bc2a33;
}

.yqlj li:hover .mar .ljnr {
    display: block;
}

.yqlj li .mar .ljnr dl dd {
    width: 100%;
    float: left;
}

.yqlj li .mar .ljnr dl dd:nth-of-type(1){
    padding-top: 10px;
}
.yqlj li .mar .ljnr dl dd:nth-last-of-type(1){
    padding-bottom: 10px;
}

.yqlj li .mar .ljnr dl dd a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    padding: 2px 15px;
    line-height: 22px;
    display: block;
}
.yqlj li .mar .ljnr dl dd a:hover{
    font-weight: bold;
color: rgba(255, 255, 255, 0.8);
  
}
.dibu_box {
    padding: 40px 0px 50px;
    overflow: hidden;
}

.dibu_lf {
    width: calc(100% - 420px);
    float: left;
}

.dbewm {
    width: 420px;
    float: right;
}
.dbewm li{
   width: 120px; 
   float: left;
   margin-left:20px;
}
.dbewm li span {
    width: 100%;
    display:block;
}

.dbewm li span img {
    width: 120px;
    height: 120px;
}

.dbewm li h2 {
    font-size: 14px;
    color: #fff;
    margin-top: 6px;
    text-align: center;
}

.dblogo {
    width: 380px;
    float: left;
    margin-top: 20px;
}

.dbban {
    width: calc(100% - 430px);
    float: right;
}

/*.dbban .lf {
    width: 420px;
    float: left;
}

.dbban .rg {
    width: calc(100% - 420px);
    float: right;
}*/
.dbban .lf {
   margin-bottom:10px;
}
.dbban p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
.dbban p a{
  color: #fff;
}
.list_pic {
  width:100%;
    position: relative;
    overflow: hidden;
}

.list_pictp img {
    width: 100%;
}

.list_lmbg {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 75px;
    background: url(../images/list_lmbg.png) no-repeat left center;
}

.list_lmbg .ctbx h1 {
    font-size: 30px;
    color: #feffff;
    font-weight: bold;
    line-height: 75px;
}

.sjmenu {
    display: none;
}

.list_xian {
    height: 12px;
    background: url(../images/list_xian.png) repeat-x center top;
    overflow: hidden;
}

.list_wkbg {
    background: url(../images/list_wkbg4.jpg) no-repeat center bottom;
    overflow: hidden;
    padding-bottom: 100px;
}

.list_wkbg2 {
    background: url(../images/list_wkbg.jpg) no-repeat center top;
    overflow: hidden;
    padding-top: 50px;
}

.list_lf {
    width: 255px;
    float: left;
    background: url(../images/ltlf_bg.jpg) no-repeat center bottom #f6f2e8;
    padding-bottom: 30px;
    box-shadow: 0px 0px 6px 0px rgba(186, 9, 15, 0.15);
}

.sideMenu {
    width: 100%;
    float: left;
}

.sideMenu li {
    width: 100%;
    float: left;
    position: relative;
}

.sideMenu li::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 20px;
    width: 6px;
    height: 16px;
    background: url(../images/ltej_ic.png) no-repeat;
}

.sideMenu h3 {
    cursor: pointer;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin: 0px 14px;
    padding: 12px 30px 12px 45px;
    box-sizing: border-box;
    border-bottom: #d8d8d8 1px solid;
}

.sideMenu h3 em {
    width: 54px;
    height: 54px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../images/ltej_sjx.png) no-repeat center;
}

.sideMenu li.current,
.sideMenu li:hover {
    background: url(../images/ltej_bgon.jpg) no-repeat right bottom #bb0a10;
}

.sideMenu li.current::before,
.sideMenu li:hover::before {
    background: url(../images/ltej_ic2.png) no-repeat;
}

.sideMenu li.current h3 em,
.sideMenu li:hover h3 em {
    background: url(../images/ltej_sjx2.png) no-repeat center;
}

.sideMenu li.current h3 a,
.sideMenu li:hover h3 a {
    color: #fff;
    font-weight: bold;
}

.sideMenu li.current h3,
.sideMenu li:hover h3 {
    border-bottom: none;
}

.sideMenu dl {
    width: 100%;
    float: left;
    display: none;
    background: url(../images/ltsanj_bg.png) no-repeat right bottom #fff;
    padding: 12px 0px;
    border: #bb0a10 1px solid;
    border-top-style: none;
    box-sizing: border-box;
}

.sideMenu dl dd a {
    display: block;
    width: 100%;
    padding: 5px 16px 5px 60px;
    color: #333;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
    box-sizing: border-box;
    background: url(../images/ltsanj.png) no-repeat 50px 13px;
}

.sideMenu dl dd:hover a,
.sideMenu dl dd.current a {
    font-weight: bold;
    color: #d80b17;
    background: url(../images/ltsanj2.png) no-repeat 50px 13px;
}


.sideMenu li.current dl {
    display: block !important;
}

.list_rg {
    float: right;
    width: calc(100% - 300px);
}

.list_rdh {
    overflow: hidden;
    position: relative;
}

.list_rdh::after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 0px;
    width: 100%;
    height: 1px;
    background: #d80b17;
}

.list_rdh h1 {
    position: relative;
    z-index: 3;
    float: left;
    height: 54px;
    padding: 0px 15px 0px 60px;
    background: url(../images/dh_icon.png) no-repeat left top #fff;
}

.list_rdh h1 b {
    font-size: 30px;
    color: #000;
    display: inline-block;
    margin-top: 16px;
}

.list_rdh span {
    float: right;
    margin-top: 14px;
    font-size: 14px;
    color: #888;
    line-height: 30px;
    background: url(../images/ic_home.png) no-repeat left;
    padding-left: 20px;
}

.list_rdh span a {
    color: #888;
}

.list_rdh span a:hover {
    color: #bc0102;
}


/* 列表页文字 */

.list_lb {
    min-height: 600px;
}

.list_lb ul {
    padding: 25px 0px 40px;
}

.list_lb li {
    width: 100%;
    float: left;
    border-bottom: #e1e1e1 1px solid;
    line-height: 76px;
    transition: all 0.4s ease-out 0s;
}

.list_lb li a {
    display: block;
    overflow: hidden;
    transition: all 0.4s ease-out 0s;
}

.list_lb li h2 {
    float: right;
    width: calc(100% - 125px);
    font-size: 16px;
    color: #333;
    height: 76px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.list_lb li span {
    float: left;
    width: 98px;
    font-size: 16px;
    color: #d80b17;
    font-family: 'Times New Roman', Times, serif;
    position: relative;
}

.list_lb li span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 30px;
    height: 15px;
    width: 1px;
    background: #c56868;
}

.list_lb li:hover {
    border-bottom: rgba(0, 0, 0, 0) 1px solid;
    box-shadow: 0px 0px 10px 0px rgba(78, 77, 77, 0.53);
    background: #fff;
}

.list_lb li:hover .mar {
    background: url(../images/ltwz_bg.png) no-repeat right center;
}

.list_lb li:hover a {
    padding: 0px 25px;
}

.list_lb li:hover h2,
.list_lb li:hover span {
    color: #bc0202;
    font-weight: bold;
}


/*新闻列表图片*/

.list_xw {
    min-height: 600px;
}

.list_xw ul {
    padding: 25px 0px 40px;
}

.list_xw li {
    width: 100%;
    float: left;
    border-bottom: #e1e1e1 1px solid;
    position: relative;
    transition: all 0.4s ease-out 0s;
}

.list_xw li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: calc(100% + 1px);
    background: #ffad00;
    opacity: 0;
}

.list_xw li:hover::before {
    opacity: 1;
}

.list_xw li .mar {
    padding: 30px 30px 30px 12px;
    overflow: hidden;
}

.list_xw li a {
    display: block;
    overflow: hidden;
}

.list_xw li .picture {
    width: 240px;
    float: left;
}

.list_xw li .picture span {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
    display: block;
}

.list_xw li .picture span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.list_xw li .picture span img:hover {
    transform: scale(1.05);
}

.list_xw li .text {
    width: calc(100% - 270px);
    float: right;
}

.list_xw li .text h2 {
    font-size: 18px;
    color: #333;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 6px;
}

.list_xw li .text p {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #888;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0px 8px;
    text-indent: 2em;
}

.list_xw li .text span {
    float: left;
    font-size: 16px;
    color: #d80b17;
    line-height: 24px;
    padding-left: 24px;
    background: url(../images/ic_time.png) no-repeat left center;
    font-family: 'Times New Roman', Times, serif;
}

.list_xw li:hover {
    border-bottom: rgba(0, 0, 0, 0) 1px solid;
    box-shadow: 0px 0px 10px 0px rgba(78, 77, 77, 0.53);
    background: #fff;
}

.list_xw li:hover .mar {
    background: url(../images/ltxw_bg.png) no-repeat right center;
}

.list_xw li:hover .text h2 {
    color: #bc0102;
    font-weight: bold;
}


/*内容页*/

.contt_box {
    min-height: 650px;
   overflow: hidden;
}

.contt_tit {
    text-align: center;
    padding: 50px 0px 18px;
    border-bottom: #d4d4d4 1px solid;
    overflow: hidden;
}

.contt_tit h1 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.contt_tit h3 {
    font-size: 14px;
    color: #777;
    text-align: center;
    line-height: 22px;
}

.contt_zhwen {
    padding: 30px 0px 40px;
    overflow: hidden;
}

.contt_zhwen p {
    text-indent: 2em;
    font-size: 16px!important;
    color: #333!important;
    line-height: 36px!important;
}

.contt_zhwen p img {
    max-width: 90%;
    text-indent: 0em!important;
    height: auto !important;
       display: block;
    margin: 0px auto;
}

.contt_zhwen p td {
    text-indent: 0em;
}

.contt_zhwen p iframe {
    max-width: 90%;
}

.contt_zhwen p video {
    max-width: 90%;
}

.contt_sxp {
    border-top: #d4d4d4 1px solid;
    padding-top: 30px;
    overflow: hidden;
}

.contt_sxp ul {
    width: 100%;
    float: left;
}

.contt_sxp li {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #444;
    line-height: 28px;
    margin: 4px 0px;
}

.contt_sxp li a {
    color: #333;
}

.contt_sxp li:hover,
.contt_sxp li:hover a {
    color: #ad060c;
}
