/*轮播*/
.carousel .swiper {
    width: 100%;
    height: 100vh;
    position: relative;
}
.carousel .swiper .swiper-slide>a{
	display: block;
	width:100%;
	height:100%;
	background-size: cover;
    color: #fff;
    background-position: center center;
    position: relative;
    overflow: hidden;
}
.tex-banner{
	position: absolute;
    left: 0;
    right: 3.8rem;
    bottom:0.5rem;
    line-height: 1;
    padding-left:0.4rem;
    font-size:0.24rem;
    color: #fff;
}
.carousel .swiper .swiper-pagination {
    position: absolute;
    right: 1rem;
    bottom: 0.5rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    left:auto;
    width:auto;
}

.carousel .swiper-pagination-bullet{
    margin: 0 10px;
    font-family: Arial;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    color:#fff;
    position: relative;
    width:auto;
    height:auto;
    background: none;
    font-size:0.14rem;
    opacity: 1;
}
.carousel .swiper-pagination-bullet:after {
    content: "";
    border-top: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    margin-left: 5px;
    transition: all 0.5s ease-out 0s;
}
.carousel .swiper-pagination-bullet-active{
	font-size:22px;
	background: none;
}
.carousel .swiper-pagination-bullet-active:after{
	width:60px;
}

/*新闻*/
.new_l{
    width:62%;
    float: left;
}
.new_r{
    width:38%;
    float: right;
}
.margins{
    margin-right:0.1rem;
}
.margins1{
    margin-left:0.1rem;
}
.title1{
    overflow: hidden;

}
.title1_l{
    float: left;
    position: relative;
    padding-right:20px;
    font-family: 'Microsoft YaHei';
}
.title1_n{
    font-size:0.14rem;
    color:#333;
    text-transform: uppercase;
}
.title1_h{
    font-size:0.4rem;
    color:#333;
    margin-top:-0.1rem;
}
.title1_l::after{
    width: 3px;
    height:88%;
    background-color: #1d4994;
    content: '';
    display: block;
    position: absolute;
    top:0;
    right:0;
}
.title1_c{
    float: left;
    margin-left:0.2rem;
    font-size:0.12rem;
    color:#999;
    margin-top:0.42rem;
}
.title1_r{
    float: right;
    color:#999;
    position: relative;
    padding-right:0.2rem;
    font-size:0.14rem;
    margin-top:0.4rem;
}
.title1_r>span{
    float: right;
    width: 0.16rem;
    height:0.16rem;
    background: url(../img/icon1.png);
    background-size:100% 100%;
    display: inline-block;
    margin-left:0.06rem;
    margin-top:0.02rem;
}
.title1_r:hover{
color:#1d4994;;
}
.new_main{
    margin-top:0.3rem;
    position: relative;
}
.new_main_t{
    background-color: #fff;
    z-index: 1;
}
.new_main_t_c{
    background-color: #fff;
    padding:0.2rem;
    height:4.2rem;
    position: relative;
    z-index: 1;
}
/*第二个轮播*/

.new_main_t_c .swiper {
    width: 100%;
    height: 100%;
    position: relative;
}
.new_main_t_c .swiper .swiper-slide>a{
    display: block;
    width:100%;
    height:100%;
}
.new_main_t_c .swiper .swiper-slide>a>span{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #fff;
    background-position: center center;
    position: relative;
    overflow: hidden;
}
.new_main_t_c .swiper .swiper-slide>a>span:hover{
    transform: scale(1.1, 1.1);
}
.tex-banner1{
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap;
    position: absolute;
    z-index: 1;
    width:100%;
    left:0rem;
    bottom:0rem;
    height:0.9rem;
    line-height: 0.9rem;
    padding:0rem 1rem 0 0.2rem;
    font-size:0.24rem;
    color: #fff;
    background: url(../img/bamask.png) center repeat-x;
    background-size:100% 100%;
}
.new_main_t_c .swiper .swiper-pagination {
    position: absolute;
    right: 0.2rem;
    bottom: 0.4rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    left:auto;
    width:auto;
    z-index: 2;
}

.new_main_t_c .swiper-pagination-bullet{
    margin: 0 0.06rem;
    font-family: Arial;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    color:#fff;
    position: relative;
    
    background:#333;
    font-size:0.14rem;
    opacity: 1;
}
.new_main_t_c .swiper-pagination-bullet:after { 
    display: none;
}
.new_main_t_c .swiper-pagination-bullet-active:after{
    width:auto;
}
.new_main_t_c .swiper-pagination-bullet{
    width:0.08rem;
    height:0.08rem;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
}
.new_main_t_c .swiper-pagination-bullet-active {
    width:0.1rem !important;
    height:0.1rem !important;
    opacity: 1;
}
/*结束*/
/*新闻*/
.new_img{
    display: none;
}
.new_main_t{
    position: relative;
}
.new_main_t::before {
    content: '';
    width: 140px;
    height: 140px;
    background: linear-gradient(90deg, #1d4994 0%, #2db9ec 100%);
    position: absolute;
    left: -0.1rem;
    top: -0.1rem;
    z-index: 0;
}
.new_main_b{
    margin-top:0.4rem;
    justify-content: space-between;
}
.new_list{
    width: calc(50% - 0.1rem);
    background-color: #fff;
    padding-bottom: 0.2rem;
}
.new_list_img>span{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #fff;
    background-position: center center;
    position: relative;
    overflow: hidden;
}
.new_list_img{
    height:1.76rem;
    margin:-0.2rem 0.2rem 0;
    overflow: hidden;
}
.new_list_img>img{
    display: none;
}
.new_list_p{
    padding:0.2rem 0.2rem;
    color:#333;
    font-size:0.20rem;
    line-height: 180%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.86rem;
}
.new_list:hover .new_list_img>span{
    transform: scale(1.1, 1.1);
}
/*通知*/
.inform{
    background-color: #fff;
    padding:0.46rem 0.2rem;
    margin-top: 0.3rem
}
.inform_list>li{
    overflow: hidden;
    border-bottom:1px solid #eee;
    padding:0.2rem 0;
}
.date{
    float: left;
    width:0.6rem;
    height:0.6rem;
    background-color: #e5efff;
    color:#1d4994;
    text-align: center;
}
.inform_p{
    float: right;
    width: calc(100% - 0.9rem);
    font-size:0.20rem;
    color:#333;
    line-height: 170%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height:0.64rem;
}
.inform_list>li:hover .date{
    background-color: #1d4994;
    color:#fff;
}
.inform_list>li:hover {
    transform: translateY(-15px);
}
.new_list:hover,.new_main_t:hover{
    transform: translateY(-15px);
}
.date_t{
    font-size:0.24rem;
}
.date_b{
    font-size:0.12rem;
}
.wrap-mode2 {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.mode2{
    position: relative;
}
.wrap-mode2::before {
    content: '';
    width:6.4rem;
    height:100%;
    background: url(../img/bg2.jpg) no-repeat top left;
    background-size: cover;
    z-index: 0;
    position: absolute;
    top: 0;
}
.listTitle{
    width:3.1rem;
    position: absolute;
    z-index: 2;
    top:0.7rem;
    left:0;
    padding-bottom:0.6rem;
    text-align: center;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.listTitle2{
    top:0.9rem;
}
.listTitle::before,.listTitle::after{
    content: '';
    width:35%;
    height: 1px;
    background-color: rgba(0,0,0,0.1);
    top:30%;
    position: absolute;
}
.listTitle::before{
    left:0;
}
.listTitle::after{
    right:0;
}
.listTitle >a::after {
    content: '';
    width: 1px;
    height: calc(100% - 30%);
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.1);
}
.listTitle >a::before {
    content: '';
    width: 1px;
    height: calc(100% - 30%);
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.1);
}
.listTitle .icon {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    margin: 0.25rem auto;
    position: relative;
    background:url(../img/icon2.png);
    background-size:100% 100%;
}
.listTitle:hover .icon{
    transform: rotate(45deg);
}
.listTitle .en {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size:0.18rem;
    width: 0.3rem;
    font-family: 'Futura';
    color: #555;
    margin: 0 auto;
    display: inline-block;
    text-transform: uppercase;
}
.listTitle h2 {
    font-weight: normal;
    font-size: 0.4rem;
    color: #333;
    padding: 0.7rem 0 0.2rem;
    font-family: "Microsoft YaHei";
    position: relative;
}
.listTitle h2::before{
    content: '';
    width:1px;
    height:0.5rem;
    background-color: rgba(0,0,0,0.1);
    top:0.1rem;
    left:50%;
    position: absolute;
}
.listTitle p {
    padding: 0 0.25rem;
    color: #333;
    font-family: "Microsoft YaHei";
}
.listTitle:hover p,.listTitle:hover h2{
    color:#1d4994;
}
.listTitle:hover{
    top:0.2rem;
}
.f16{
    font-size:0.16rem;
}
.academic{
    margin-left:3.1rem;
    position: relative;
    padding:0.9rem 0 0.9rem 0.2rem;
    min-height:6rem;
    position: relative;
}
.academic_main{
    position: relative;
    z-index: 1;
}
.academic::after {
    content: '';
    width:14rem;
    height:100%;
    background:#fff url(../img/bg3.jpg) no-repeat bottom right;
    z-index: 0;
    position: absolute;
    top: 0;
    left:0;
}
.academic_t{
    padding-bottom:0.7rem;
    border-bottom:1px solid #eee;
}
.academic_title{
    float: left;
    padding-bottom:0.7rem;
    position: relative;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size:0.24rem;
    margin: 0 auto;
     font-family: "Microsoft YaHei";
    display: inline-block;
    text-transform: uppercase;
    margin-left:0.1rem;
}
.academic_title>a{
    color: #1d4994;
    display: block;
    text-align: center;
}
.academic_title::before{
    content: '';
    width:0.01rem;
    margin-left:-0.005rem;
    height:0.5rem;
    background-color: rgba(0,0,0,0.1);
    bottom:0rem;
    left:50%;
    position: absolute;
}
.academic_title::after{
    content: '';
    width:0.06rem;
    height:0.06rem;
    border-radius: 50%;
    background-color:#ddd;
    bottom:0.5rem;
    left:50%;
    margin-left:-0.03rem;
    position: absolute;
}
.academic_title:hover{
    transform: translateY(-15px);
}
.academic_t_c{
    float: right;
    width: calc(100% - 1rem); 
    position: relative;
}
.academic_list{
    border:1px solid #eee;
    padding:0.4rem 0.2rem;
    width: calc(50% - 0.1rem);
    position: relative;
    overflow: hidden;
    float: left;
}
.academic_name{
    font-size:0.2rem;
    color:#333;
    line-height: 180%;
    margin-bottom:0.3rem;
    font-weight: 500;
}
.academic_p{
    font-size:0.14rem;
    color:#333;
    position: relative;
    margin-top:0.2rem;
    padding-left:0.3rem;
}
.academic_p>span{
    width:0.66rem;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute-all-lines;
    display: inline-block;
}
.academic_p::before{
    width: 0.2rem;
  height:0.2rem;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top:0rem;
  z-index:1;
}
.academic_p1::before{
    background: url(../img/icon12.jpg);
    background-size: 100% 100%;
}
.academic_p2::before{
    background: url(../img/icon13.jpg);
    background-size: 100% 100%;
}
.academic_p3::before{
    background: url(../img/icon14.jpg);
    background-size: 100% 100%;
}
.academic_name:hover{
    color:#1d4994;
}
.academic_degree{
    position: absolute;
    top:0;
    left:-0.12rem;
    font-size:0.14rem;
    color:#fff;
    background: #1d4994;
    text-align: center;
    line-height:0.3rem ;
    height:0.3rem;
    width:1.4rem;
    -webkit-transform: skew(30deg);   
  -moz-transform: skew(30deg);   
  -o-transform:skew(30deg);   
  -ms-transform:skew(30deg);   

}
.academic_degree>span{
    -webkit-transform: skew(-30deg);   
  -moz-transform: skew(-30deg);   
  -o-transform:skew(-30deg);   
  -ms-transform:skew(-30deg);  
    display: inline-block;
    padding-left:0.1rem;
}
.academic_list:hover{
    transform: translateY(-15px);
}
.academic_m {
    padding-top: 0.7rem;
}
.mathematics{
    width:46%;
}
.mathematics_p{
    margin-top:0.3rem;
    font-size:0.14rem;
    line-height: 180%;
    color:#999;
    height:1rem;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.mathematics_date{
    margin-top:0.2rem;
    font-size:0.18rem;
    color:#333;
}
.mathematics_date>span{
    font-size:0.14rem;
}
.academic_t_c1::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width:0.01rem;
    background: #eee;
}
.mathematics:hover{
    transform: translateY(-15px);
}
.academic_title1{
    margin-top:0.1rem;
}
.more{
    width:0.76rem;
    height:0.76rem;
    background: #1d4994;
    margin:0.4rem auto 0;
    text-align: center;
    line-height: 0.76rem;
}
.more>span{
    width:0.4rem;
    height:0.4rem;
    display:inline-block;
    background: url(../img/tj.png);
    background-size:100% 100%;
    margin-top:0.18rem;
}
.mode3{
    padding-top:1.1rem; 
     position: relative;
     z-index: 2;
}
.wrap-mode3{
    position: relative;
}
.wrap-mode3::after{
    width: 100%;
  height:100%;
  content: '';
  display: block;
  background:url(../img/bg4.jpg);
  position: absolute;
  left: 0;
  top:0rem;
  z-index:1;
}
.science{
    margin-right: 3.1rem;
    position: relative;
    padding: 0rem 0.2rem 0.9rem 0rem;
    min-height: 5rem;
    position: relative;  
}
.listTitle2{
    right:0;
    left:auto;
}
.title1_r:hover span{
    transform: rotate(45deg);
}
.science_list_l{
    position: relative;
    height:6.5rem;
}
.science_list_span{
    position: relative;
    width:0.03rem;
  height:100%;
  content: '';
  display: block;
  background: linear-gradient(180deg, #1d4994 0%, #2db9ec 100%);
  position: absolute;
  left: 0;
  top:0rem;
  z-index:1;
  display: none;
}
.science_list_t{
    height:5rem;
}
.science_list_b{
    margin-top:0.2rem;
    display:-ms-flexbox;
  display: flex;
  display: -webkit-flex;
  justify-content:space-between;
}
.science_detail{
    float: left;
    cursor: pointer;
    flex: 1;
}
.science_detail1{
}
.science_detail2{
    margin:0 0.2rem;
}
.science_detail3{
}
.science_detail:hover .date{
    background-color: #1d4994;
    color:#fff;
}
.none_div{
    display: none;
}
.science_list_img{
    width:100%;
    height:5rem;
    overflow: hidden;
    position: absolute;
    bottom:1.5rem;
    left:0;
    z-index: 1;
    display: none;
}
.science_list{
    position: relative;
}

.science_list>span{
    content: '';
    width: 140px;
    height: 140px;
    background: linear-gradient(90deg, #1d4994 0%, #2db9ec 100%);
    position: absolute;
    left: -0.1rem;
    top: -0.1rem;
    z-index: 0;
}
.science_list_img>a{
    position: relative;
    z-index: 1;
}
.science_list_img>a{
    display: block;
    width:100%;
    height:100%;
}
.science_list_img>a>span{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #fff;
    background-position: center center;
    position: relative;
    overflow: hidden;
}
.science_list_img>a>span:hover{
    transform: scale(1.1, 1.1);
}
.science_detail:hover .science_list_img{
    display: block;
}

.science_detailsis .science_list_span{
     display: block;
}
.science_detailsis .science_list_img{
    display: block;
}
.science_detailsis .date{
    background-color: #1d4994;
    color: #fff;
}
.science_icon{
    position: relative;
    border: 1px solid #eee;
    padding: 0.2rem 0.2rem;
}
.wrap-mode4{
    position: relative;
}
.wrap-mode4::after{
    width: 100%;
  height:100%;
  content: '';
  display: block;
  background: url(../img/bg5.jpg) no-repeat center center;
    background-size: cover;
  position: absolute;
  left: 0;
  top:0rem;
  z-index:1;
}
.mode4{
    position: relative;
    z-index: 2;
}
.teacher{
    margin-left: 3.1rem;
    position: relative;
    padding: 0.9rem 0 0.9rem 0.2rem;
    min-height: 6rem;
    position: relative;
}
/*我爱我师*/
.teacher_main{
    width: 7.9rem;
    height: 7.9rem;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.05);
    box-sizing: border-box;
    padding: 1.15rem;
    position: relative;
    float: right;
}
.teacher_main::before {
    content: '';
    width: 6.7rem;
    height: 6.7rem;
    border: 1px solid rgba(0,0,0,0.1);
    position: absolute;
    left: 0.6rem;
    top: 0.6rem;
    border-radius: 50%;
    z-index: 0;
}
.circle {
    width: 144%;
    height: 144%;
    border: 1px solid rgba(0,0,0,0.1);
    position: absolute;
    left: -22%;
    top: -22%;
    border-radius: 50%;
}
.line1 {
    width: 156%;
    left: -28%;
    bottom: 50%;
    position: absolute;
    height: 1px;
    background-color: rgba(0,0,0,0.1);
}
.line2 {
    width: 1px;
    height: 144%;
    left: 50%;
    top: -22%;
    position: absolute;
    background-color: rgba(0,0,0,0.1);
}
.line1::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid rgba(0,0,0,0.1);
    position: absolute;
    right: -10px;
    top: -7px;
}
.line2::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 10px solid #dddde1;
    position: absolute;
    left: -7.5px;
    top: -9.5px;
}
.teacher_img{
    width: 5.44rem;
    height: 5.44rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 10px solid #fff;
}
.teacher_list{
    width:100%;
    height:100%;
}
.teacher_swiper{
    width:100%;
    height:100%;
    overflow:unset; 
}
.teacher_li{
    border-radius: 50%;
    overflow: hidden;
}
.teacher_li span{
    display: block;
    width:100%;
    height:100%;
    background-size: cover;
   background-position: center center;
}
.teacher_li img{
    display: none;
}

.swiper-pagination:nth-child(2) {
    transform: translateX(0.1rem);
}
.teacher_swiper{
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}
.mySwiper3{
    width:100%;
    height:0.68rem;
    position: absolute;
    top:0rem;
    left:-0.4rem;
    z-index: 2;
    overflow: unset;
    transform: translateX(0.18rem);
}
.mySwiper3 .swiper-slide-thumb-active>div{
    background-color: #1d4994;
    color:#fff;
}
.name_tc{
    width: 0.68rem;
    height: 0.68rem;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    line-height: 0.68rem;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    font-size:0.16rem;
    color:#333;
}
.name_tc1{
   
}
.name_tc2 {
    transform: translateY(-0.8rem);
}
.name_tc3 {
    transform: translateY(-1.1rem);
}
.name_tc4{
    transform: translateY(-0.8rem);
}
.name_tc5{
    transform: translateY(-1.1rem);
}
.mySwiper3 .swiper-slide{
    width:auto !important;
    margin-right:0.57rem !important;
}
.mySwiper2 .swiper-button-prev {
    left: -1rem;
    right: auto;
}
.mySwiper2 .swiper-button-next{
    right:-1rem;
    left: auto;
}
.mySwiper2 .swiper-button-next:after,.mySwiper2 .swiper-button-prev:after {
    font-size: 0.28rem;
}
/*人才培养*/
.wrap-mode5{
    position: relative;
    padding:2.1rem 0 0.9rem;
}
.wrap-mode5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width:61.1%;
    background: url(../img/bg6.jpg) no-repeat center center;
    background-size: cover;
    z-index: 2;
}
.wrap-mode5::after {
    content: '';
    position: absolute;
    top: -0.7rem;
    right: 0;
    height:calc(100% + 0.7rem);
    width:49%;
    background: url(../img/bg7.jpg) no-repeat bottom center;
    background-size:cover;
    z-index: 1;
}
.talents{
    position: relative;
    z-index: 3;
}
.talents_l{
    width:65%;
    height:5.5rem;
    position: relative;
    float: left;
    z-index: 1;
}
.talents_l::after{
    content: '';
    width: 140px;
    height: 140px;
    background: linear-gradient(90deg, #1d4994 0%, #2db9ec 100%);
    position: absolute;
    left: -0.1rem;
    top: -0.1rem;
    z-index: 0;
}
.talents_img{
    position: relative;
    z-index: 1;
    width:100%;
    height:100%;
}
.talents_img>li{
    width:100%;
    height:100%;
}
.talents_img>li>a{
    display: block;
    width:100%;
    height:100%;
}
.talents_img span{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #fff;
    background-position: center center;
    position: relative;
    overflow: hidden;
}
.talents_img img{
    display: none;
}
.talents_img>li{
    display: none;
}
.talents_img_is{
    display: block !important;
}
.talents_r{
    width:35%;
    float: right;
    padding:0rem 0 0 0.4rem;
    margin-top:-1.2rem;
    position: relative;
    z-index: 2;
}
.talents_p{
    margin-top:0.55rem;
}
.talents_p>li{
    padding:0.22rem 0 0;
    
}
.talents_p>li>a{
    border-bottom:1px solid #eee;
    display: block;
    padding-bottom:0.23rem;
}
.talents_p .date{
    background-color: #fff;
}
.talents_p .date_t {
    font-size: 0.26rem;
}
.talents_p .date_b {
    font-size: 0.14rem;
}
.talents_pis .inform_p{
    color:#1d4994;
}
.talents_pis{
    border-right:2px solid #1d4994;
    padding:0.2rem 0.2rem 0rem 0.8rem !important;
    transform: translateX(-1rem);
    width: calc(100% + 1rem); 
    background: linear-gradient(106deg, transparent 0.32rem, #fff 0);
}
.more_r{
    overflow: hidden;
}
.more_r .more{
    float: right;
}
/*学院概况*/
.bannerej{
    position: relative;
}
.bannerej::after{content: "";
display: block;
position: absolute;
left: 0;bottom: 0px;
right: 0;height: 1.3rem;
background: url(../img/bamask.png) center repeat-x;
background-size: auto 100%;
z-index: 1;
opacity: 0.4;
}
.bannerej_bg{
    position: relative;
    z-index: 0;
}
.bannerej_bg>img{
    height:auto;
    width:100%;
}
.bannerej_bg>span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #fff;
    background-position: center center;
    position: relative;
    overflow: hidden;
}
.bannernav{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    z-index: 2;
}
.ermode1{
    overflow: hidden;
    display:-ms-flexbox;
  display: flex;
  display: -webkit-flex;
  align-items:flex-end;
}
.bannernav_name{
    width:3.1rem;
    height:1.8rem;
    float: left;
    text-align: center;
    line-height: 1.8rem;
    font-size:0.4rem;
    color:#fff;
    background: url(../img/er_bg.jpg);
    background-size: 100% 100%;
    font-weight: 600;
}
.ernav{
    float: left;
    width: calc(100% - 3.1rem); 
    overflow: hidden;
    background:#fff;

}
.ernav_list{
    overflow: hidden;
}
.ernav_list>li{
    float: left;
    margin-left:0.5rem;
}
.ernav_list>li>a{
    font-size:0.18rem;
    color:#333;
    display: inline-block;
    height:0.6rem;
    line-height: 0.6rem;
}
.ernav_list>li>a:hover{
    color:#1d4994;
}
.isa {
    color: #253f9c !important;
    font-weight: 600;
      border-bottom: 3px solid #253f9c !important;
}
.wrap-ermode2{
    position: relative;
    padding-bottom:0.9rem;
    min-height:5rem;
}
.ermode2{
    padding-top:1.1rem;
}
.wrap-ermode2::after{
width: 7.2rem;
max-width: 40%;
  height:4.8rem;
  content: '';
  display: block;
  background: url(../img/er_bg1.png) no-repeat left bottom;
  position: absolute;
  right: 0;
  bottom:0rem;
  z-index:1;
  background-size: cover;
}
.synopsis{
    width:67%;
}
.titleEr{
    float: left;
    width:1.5rem;
    border-left:0.02rem solid #1d4994;
}
.titleEr>a{
    display:-ms-flexbox;
  display: flex;
  display: -webkit-flex;
  font-family: "Microsoft YaHei";
  color:#333;
}
.titleEr:hover{
    transform: translateY(-15px);
}
.titleEr div{
    font-size:0.3rem;
    padding-bottom:0.3rem;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-left:0.1rem;
    font-family: "Microsoft YaHei";
}
.titleEr p{
    font-size:0.12rem;
    color:#999;
    padding-top:0.05rem;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.synopsis_con{
    float: left;
    font-size:0.14rem;
    color:#333;
    width: calc(100% - 1.5rem); 
    position: relative;
    z-index: 2;
}
.synopsis_con p{
    line-height: 180%;
}
.p_top{
    margin-bottom:0.36rem;
}
.synopsis_con_t{
    height:2rem;
    overflow: hidden;
}
.moreEr{
    margin-top:0.6rem;
    overflow: hidden;
    font-size:0.14rem;
}
.moreEr>a{
    display: inline-block;
    color:#1d4994;
    font-size:0.14rem;
    overflow: hidden;
    float: right;
}
.moreEr>a:hover{
    transform: translateX(-15px);
}
.moreEr i{
    display: inline-block;
    float: left;
    width:0.5rem;
    height:0.1rem;
    background: url(../img/icon16.png);
    background-size: 100% 100%;
    margin-right:0.04rem;
    margin-top:0.04rem;
}
.wrap-ermode3{
    background: #f5f5f5;
    padding:1.1rem 0 0.9rem;
}
.organization{
    float: left;
    font-size: 0.14rem;
    color: #333;
    width: calc(100% - 1.5rem);
}
.organization_l{
    float: left;
    position: relative;
    width:5.3rem;
    z-index: 2;
}
.organization_l::after {
    content: '';
    width: 1.6rem;
    height: 1.6rem;
    background: linear-gradient(90deg, #1d4994 0%, #2db9ec 100%);
    position: absolute;
    left: -0.1rem;
    top: -0.1rem;
    z-index: 0;
}
.organization_l>span{
    position: relative;
    z-index: 2;
    width:100%;
    display: block;
    height:4rem;
    background: url(../img/bg9.png) no-repeat center center;
    background-size: cover;
}
.organization_r{
    float: left;
    width: calc(100% - 5.3rem) ;
    position: relative;
    z-index: 3;
}
.organization_r::after {
    content: '';
    width: 5rem;
    height: 2.5rem;
    background: url(../img/icon20.png) no-repeat top center;
    position: absolute;
    background-size: cover;
    left:0rem;
    top:0;
    z-index: 0;
}
.organization_main{
    position: relative;
    z-index: 1;
}
.organization_p{
    font-size:0.2rem;
    color:#333;
    text-align: right;
    padding-top:1.1rem;
}
.organization_list{
    background: #fff;
    margin:0.25rem 0 0 -0.9rem;
    overflow: hidden;
}
.organization_list>li{
    float: left;
    width:33.3%;
    height:2.5rem;
    border-right:1px solid #f5f5f5;
    display:-ms-flexbox;
  display: flex;
  display: -webkit-flex;
  align-items:center;
  justify-content: center;
}
.organization_list>li:hover a{
    transform: translateY(-15px);
}
.organization_list>li:nth-child(3){
    border:0;
}
.organization_icon{
    border:1px dashed #1d4994;
    border-radius: 50%;
    width:1.06rem;
    height:1.06rem;
    padding:0.1rem;
    margin:0 auto;
}
.organization_icon>div{
    border:1px solid #1d4994;
    border-radius: 50%;
    width:100%;
    height:100%;
    text-align: center;
    line-height: 0.86rem;
}
.organization_icon img{
    max-width: 80%;
}
.organization_name{
    font-size:0.2rem;
    color:#333;
    margin-top:0.2rem;
    text-align: center;
}
.dean{
    margin-top:0.5rem;
}
.p_top_center{
    text-align: center;
}
.p_top{
    font-size: 0.14rem;
    color: #333;
    line-height: 180%;
}
.dean_p_r{
    float: left;
    padding:0 1.6rem;
    width: calc(100% - 1.5rem);
}
.ermode4{
    padding:1.1rem 0 0rem;
}
.moreCenter{
    text-align: center;
}
.moreCenter>a{
    float:none;
}
.dean{
    margin-top:0.4rem;
    overflow: hidden;
}
.wrap-ermode4{
    position: relative;
    z-index: 2;
}
.wrap-ermode5{
    position: relative;
    z-index: 1;
    margin-top:-1rem;
}
.wrap-ermode5::after{
    content: '';
    width: 100%;
    height:100%;
    background: url(../img/bg10.jpg) no-repeat center center;
    position: absolute;
    background-size: cover;
    left:0rem;
    top:0;
    z-index: 0;
}
.dean>img{
    width:100%;
}
.dean>img:hover{
   transform: scale(1.1, 1.1); 
}
.leaders{
    float: left;
    width: calc(100% - 1.5rem);
    display:-ms-flexbox;
  display: flex;
  display: -webkit-flex;
  justify-content:space-between;
}
.leaders_l{
    width: calc(50% - 0.45rem);
}
.leaders_title{
    width:1.3rem;
    border-top:0.03rem solid #1d4994;
    padding-top:0.24rem;
    font-size:0.24rem;
    color:#1d4994;
}
.leaders_name{
    width: calc(100% - 1.5rem);
    border-top:0.03rem solid #c7c7c7;
    padding-top:0.24rem;
    font-size:0.16rem;
    color:#333;
}
.leaders_name_list>li{
    margin-bottom:0.2rem;
}
.leaders_name_list>li>span{
    width:1.2rem;
    display: inline-block;
}
.wrap-ermode6{
    position: relative;
}
.wrap-ermode6::before{
    content: '';
    position: absolute;
    top: 0;
    height:100%;
    left: 0;
    width:56%;
    background: url(../img/bg11.jpg) no-repeat center center;
    background-size: cover;
    z-index: 0;
}
.ermode5{
    position: relative;
    z-index: 1;
    padding:2.6rem 0 0.9rem;
}
.ermode6{
    position: relative;
    z-index: 1;
    padding:1.1rem 0 0.4rem;
}
.guide{
    width: 48%;
}
.guide_c{
    background: #fff;
    padding:0.6rem 0;
}
.guide_c_t{
    margin-left:0.5rem;
    position: relative;
    border-bottom:1px solid #eee;
    padding-bottom:0.14rem;
    font-size:0.24rem;
    color:#333;
}
.guide_c_t1{
    margin-top:0.4rem;
}
.guide_c_t::before{
    content: '';
    position: absolute;
    top: 0.12rem;
    left: -0.5rem;
    width:0.2rem;
    height:0.1rem;
    background: #1d4994;
}
.guide_c_m{
    margin-left:0.5rem;
    padding-left:0.2rem;
    position: relative;
    overflow: hidden;
    margin-top:0.3rem;
}
.guide_c_m::before{
    content: '';
    position: absolute;
    top: 0.03rem;
    left: 0;
    width:0.16rem;
    height:0.16rem;
    background: url(../img/icon21.jpg);
    background-size:100% 100%;
}
.guide_c_m>div{
    float: left;
    font-size:0.16rem;
    color:#333;
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap; 
}
.w1{
    width:15%;
}
.w2{
    width:30%;
}
.w3{
    width:30%;
}
.w4{
    width:25%;
}
.mention{
    float: left;
    width: calc(100% - 1.5rem);
}
.mention_list{
    display:-ms-flexbox;
  display: flex;
  display: -webkit-flex;
  align-items:center;

}
.mention_list>li{
   width: calc(33.3% - 0.2rem);
    position: relative;
   padding:0.4rem;
   background:#fff url(../img/bg12.png) no-repeat;
   background-size: 100% 100%;
    margin-right:0.4rem;
}
.mention_list>li:nth-child(3){
    margin:0;
}
.mention_list>li::before{
 width: 0.03rem;
  height:100%;
  content: '';
  display: block;
  background: linear-gradient(0deg, #1d4994 0%, #2db9ec 100%);
  position: absolute;
  left: 0;
  top:0rem;
  z-index:0;
}
.mention_list p{
    font-size:0.16rem;
    color:#333;
    line-height: 180%;
    height:;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.mention_list span{
    display: inline-block;
    width:0.5rem;
    height:0.5rem;
    background: url(../img/icon22.png);
    background-size: 100% 100%;
}
.ermode7{
    padding:1.1rem 0;
}
.mention_list>li:hover{
    transform: translateY(-15px);
    background:#1d4994 url(../img/bg12.png) no-repeat;
}
.mention_list>li:hover p{
    color:#fff;
}
/*科学研究*/
.sanmode1{
    padding:1.5rem 0 0;
    position: relative;
}
.research{
    position: relative;
    z-index: 2;
}
.direction{
    width: calc(100% - 1.5rem); 
    float: left;
    overflow: hidden;
}
.direction>div{
    float: left;
    width:25%;
    height:2.92rem;
}
.direction>div>img{
    width:100%;
    height:100%;
}
.direction_l{
    background: #fff;
    padding:0 0.4rem;
}
.direction_r{
    background: #f5f5f5;
    padding:0 0.4rem;
}
.direction_c{
    background: #1d4994;
    position: relative;
}
.wrap-sanmode1{
    position: relative;
}
.wrap-sanmode1::before{
    content: '';
    position: absolute;
    bottom: 2.92rem;
    right: 0;
    width: 5.64rem;
    height: 3.7rem;
    background: url(../img/bg13.png) no-repeat bottom right;
    background-size: cover;
}
.wrap-sanmode1::after{
    content: '';
    position: absolute;
    bottom: 2.92rem;
    left: 0;
    width: 13.38rem;
    height: 4.42rem;
    background:#f5f5f5 url(../img/bg14.png) no-repeat top right;
}
.sanmode1::after{
    content: '';
    position: absolute;
    bottom: 0rem;
    right: -250px;
    width: 3rem;
    height: 3rem;
    background: url(../img/bg15.png) no-repeat right center;
}
.direction_title{
    font-size:0.24rem;
}
.direction_title>a{
     color:#333;
}
.direction_list{
    margin-top:0.3rem;
}
.direction_list>li{
    font-size:0.14rem;
    margin-top:0.1rem;
    position: relative;
    padding-left:0.2rem;
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap; 
}
.direction_l>div,.direction_r>div{
    width:100%;
}
.direction_l>div:hover{
    transform: translateY(-15px);
}
.direction_r>div:hover{
    transform: translateY(-15px);
}
.direction_list>li>a{
    color:#333;
}
.direction_list>li::before{
    content: '';
    width:0.04rem;
    height:0.04rem;
    background: #d9d9d9;
    left:0;
    top:50%;
    margin-top:-0.02rem;
    position: absolute;
}
.direction_more{
    font-size:0.34rem;
    width:100%;
    height:100%;
    position: relative;
    z-index: 1;
}
.direction_more>a{
    color:#fff;
    display: inline-block;
    margin:0 auto;
}
.morefix{
    position: absolute;
    bottom:0.4rem;
    right:0.4rem;
    z-index: 2;
}
.morefix>a{
    color:#fff;
}
.morefix i{
    background: url(../img/icon161.png);
    background-size: 100% 100%;
}
.confucian{
    width: calc(100% - 1.5rem); 
    position: relative;
    z-index: 2;
    float: left;
}
.sanmode2{
    position: relative;
    z-index: 1;
}
.wrap-sanmode2{
    margin-top:0.9rem;
    padding:1.1rem 0 0.9rem;
    position: relative;
}
.wrap-sanmode2::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width:53%;
    background: url(../img/bg16.jpg) no-repeat center center;
    background-size: cover;
    z-index: 0;
}
.titlef{
    border-left: 0.02rem solid #fff;
}
.titlef>a{
    color:#fff !important;
}
.confucian_c{
    margin-left:1.8rem;
    background: #fff;
    padding:0.5rem 0 0;
    border:1px solid #eee;
}
.direction_list>li>a:hover{
    color:#1d4994;
}
.confucianSwiper{
    margin-left:-1.8rem;
    border-bottom:1px solid #eee;
}
.confucian_main_l{
    border:1px solid #fff;
    width:4.9rem;
    height:3.2rem;
    overflow: hidden;
}
.confucian_main_l span{
    display: block;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.confucian_main_r{
    width: calc(100% - 6rem);
    margin-left:0.5rem;
}
.confucianSwiper .swiper-button-next {
    right:auto ;
    top:auto;
    left: 6.2rem;
    bottom:0.3rem;
    border: 1px solid #1d4994;
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
}
.confucianSwiper .swiper-button-prev {
    left: 5.4rem;
    top:auto;
    bottom:0.3rem;
    border: 1px solid #1d4994;
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
}
.confucianSwiper .swiper-button-prev:after,.confucianSwiper .swiper-button-next:after {
    font-size: 0.16rem;
    color:#999;
}
.confucian_main_l span:hover{
    transform: scale(1.1, 1.1);
}
.confucian_more{
    padding:0.2rem 0;
}
.confucian_more_l{
    overflow: hidden;
}
.confucian_more_l>li{
    overflow: hidden;
    width:20%;
    float: left;
    text-align: center;
    border-right:1px solid #eee;
}
.confucian_more_l>li:last-child{
    border:0;
}
.confucian_more_t{
    color:#333;
    font-size:0.14rem;
}
.confucian_more_t>span{
    font-size:0.32rem;
}
.confucian_more_b{
    color:#999;
    font-size:0.14rem;
}
.confucian_more_l>li:hover .confucian_more_t{
    color:#1d4994;
}
.wrap-sanmode3{
    background: #f5f5f5;
    padding:1.1rem 0 0.9rem;
}
.mathematics1{
    float: left;
    width: calc(100% - 1.5rem); 
}
.date_top{
    overflow: hidden;
    color:#333;
}
.date_fff{
    width: 0.6rem;
    height: 0.8rem
    color: #333;
    text-align: center;
}
.mathematics_l{
    float: left;
    background: #fff;
    position: relative;
    margin-right:0.4rem;
    padding:0.3rem 0.3rem 1rem;
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
    width: calc(33.3% - 0.27rem); 
}
.mathematics1 .mathematics_l:nth-child(3){
    margin-right:0;
}
.mathematics_name{
    font-size:0.18rem;
    color:#333;
    line-height: 180%;
    padding:0.3rem 0 0.24rem;
    border-bottom:1px solid #eee;
}
.mathematics1_icon{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width:2.3rem;
    height:1.3rem;
    background: url(../img/icon23.png) no-repeat left center;
}
.mathematics_l:hover{
    transform: translateY(-15px);
    background: #1d4994;
}
.mathematics_l:hover .date_fff{
    color:#fff;
}
.mathematics_l:hover .mathematics_name{
    color:#fff;
}
.mathematics_l:hover .mathematics_p12{
    color:#fff;
}
.mathematics_l:hover .mathematics1_icon{
    background: url(../img/icon231.png) no-repeat left center;
}
.mathematics_l>a{
    position: relative;
    z-index: 1;
}
.wrap-simode1{
    position: relative;
}
.direction_more>a:hover{
   transform: translateY(-15px); 
}
.undergraduate{
    float: left;
    width: calc(100% - 1.5rem); 
}
.undergraduate_t{
    float: left;
    width:5.7rem;
    height:4.7rem;
}
.undergraduate_t>li{
    float: left;
    display: none;
    width:100%;
    height:100%;
}
.undergraduate_t1{
    float: left;
    width:5.7rem;
    height:4.7rem;
}
.undergraduate_t1>li{
    float: left;
    display: none;
    width:100%;
    height:100%;
}
.undergraduate_is{
    display: block !important;
}
.wrap-simode1::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../img/icon24.jpg) no-repeat left center;
    background-size: cover;
    z-index: 0;
}
.wrap-simode1{
    padding:1.1rem 0;
}
.undergraduate_img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.undergraduate_b{
    float: left;
    width: calc(100% - 5.7rem); 
}
.undergraduate_b>li{
    position: relative;
    padding:0.2rem 0 0.2rem 1rem;
    border-bottom:1px solid #eee;
}
.undergraduate_b1{
    float: left;
    width: calc(100% - 5.7rem); 
}
.undergraduate_b1>li{
    position: relative;
    padding: 0.2rem 0.4rem 0.2rem 0.2rem; 
    border-bottom:1px solid #eee;
}
.undergraduate_title{
    font-size:0.2rem;
    color:#333;
}
.undergraduate_p{
    font-size:0.14rem;
    color:#999;
    line-height: 180%;
    margin-top:0.2rem;
    overflow: hidden;
    display: none;
    height:0.46rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hen2{
    position: absolute;
    bottom: 0.02rem;
    left: 0rem;
    width: 0%;
    height: 0.01rem;
    background: #eee;
    display: inline-block;
    transition: all 0.3s ease-out 0s;

}
.graduate_is>.hen2{
    background: #1d4994;
    width: 100%;
}
.hen{
    position: absolute;
    top: 0.21rem;
    left: 0.8rem;
    width: 0.06rem;
    height: 0.2rem;
    background: #eeeeee;
    display: inline-block;
    transition: all 0.35s ease-in-out;
}
.graduate_is>.hen{
    background: #1d4994;
}
.graduate_is .undergraduate_p{
    display: block;
}
.hen1{
    position: absolute;
    top: 0.3rem;
    left: 0rem;
    width: 0.8rem;
    height: 0.01rem;
    background: #1d4994;
    display: inline-block;
    opacity: 0;
}
.graduate_is{
    border-bottom:0 !important;
}
.graduate_is>.hen1{
    opacity: 1;
}
.undergraduate_t>li span:hover{
    transform: scale(1.1, 1.1);
}
.undergraduate_t>li{
    overflow: hidden;
}
.undergraduate_t1>li span:hover{
    transform: scale(1.1, 1.1);
}
.undergraduate_t1>li{
    overflow: hidden;
}
.research1{
    margin-top:1.2rem;
}
.titleErR{
    border-left:0;
    border-right:0.02rem solid #1d4994;
}
.titleErR>a{
    float: right;
}
.hens {
    left: 0rem !important; 
}
.hen1s{
    width:0.4rem !important;
}
.undergraduate_title1 {
    padding-left:0.2rem;
}
.wrap-simode2{
    position: relative;
}
.wrap-simode2::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:3.3rem;
    background:#1d4994;
}
.simode2{
    padding-top:1.1rem;
    position: relative;
    z-index: 1;
}
.competition{
    float: left;
    position: relative;
    width: calc(100% - 1.5rem);
}
.competition_qh{
    position: absolute;
    z-index: 1;
    bottom:0;
    right:0%;
    overflow: hidden;
    width: calc(50% - 0.2rem);
}
.morepost{
    position: absolute;
    bottom:0;
    right:0;
    width:25%;
    z-index: 2;
}
.competition_qh>li{
    float: left;
    height:0.9rem;
    width: calc(25% - 0.1rem);
    margin-right:0.1rem;
    cursor: pointer;
}
.competition_qh>li:nth-child(4){
    margin-right:0rem;
}
.competition_main{
    overflow: hidden;
}
.competition_img{
    width: calc(50% - 0.2rem); 
    float: left;
    height:3.4rem;
    overflow: hidden;
}
.competition_img>span{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #fff;
    background-position: center center;
}
.competition_img>span:hover{
    transform: scale(1.1, 1.1);
}
.competition_con{
    width: calc(50% - 0.2rem); 
    float: right;
}
.academic_name1{
    color:#fff;
    font-size: 0.2rem;
    line-height: 180%;
    margin-bottom: 0.3rem;
    font-weight: 600;
}
.mathematics_p1 {
    font-size: 0.14rem;
    line-height: 180%;
    color: #8fa7d0;
    height: 0.5rem;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mathematics_date1 {
    color: #fff;
}
.competition_qh>li>span{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #fff;
    background-position: center center;
}
.competition_list>li{
    display: none;
}
.competitionIs{
    display: block !important;
}
.competition_qhIs{
    border:1px solid #1d4994;
}
.wrap-simode3{
    margin-top:1.1rem;
    background: #f5f5f5;
}
.mooc{
    float: left;
    width: calc(100% - 1.5rem);
}
.mooc>li {
    float: left;
    position: relative;
    margin-right: 0.4rem;
    width: calc(33.3% - 0.27rem);
}
.mooc>li:hover{
    transform: translateY(-15px);
}
.mooc>li:nth-child(3){
    margin-right:0;
}
.mooc_t{
    height:2.3rem;
    overflow: hidden;
}
.mooc_t>span{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #fff;
    background-position: center center;
}
.mooc_b{
    margin:-0.2rem 0.5rem 0;
    background: #1d4994;
    color:#fff;
    padding:0.1rem;
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap; 
    font-size:0.18rem;
    text-align: center;
}
.simode3{
    padding:1.1rem 0 0.9rem;
}
.ernav_list{
    padding-right:0.4rem;
}
.ernav_zj{
    margin:0 0.1rem;
   float: right; 
   font-size:0.16rem;
    color:#999;
    height: 0.6rem;
    line-height: 0.6rem;
}
.ernav_lista{
    float: right;
    font-size:0.16rem;
    color:#999;
    height: 0.6rem;
    line-height: 0.6rem;
}
.ernav_lista:hover{
    color:#1d4994;
}
.conmode1{
    padding:0.5rem 0;
}
.mathematics_p12 {
    margin-top: 0.24rem;
    font-size: 0.12rem;
    color: #999;
    line-height: 180%;
    height: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.journalism_l{
    width: calc(50% - 0.4rem);
    padding:0 0rem 0.4rem;
}
.journalism_img{
    height:3.48rem;
    position: relative;
}
.journalism_img>span{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: block;
}
.datexw{
    position: absolute;
    left:0.4rem;
    bottom:0;
}
.journalism_h4{
    font-size:0.2rem;
    color:#333;
    margin-top:0.3rem;
    padding:0 0.2rem;
}
.journalism_p{
    font-size:0.14rem;
    color:#333;
    padding:0 0.2rem;
    line-height: 180%;
    margin-top:0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.datexw{
    background: rgba(0,0,0,0.7);
    color:#fff;
}
.journalism_img{
    overflow: hidden;
}
.journalism_img>span:hover{
    transform: scale(1.1, 1.1);
}
.journalism_h4:hover{
    color:#1d4994;
}
.journalism_list{
    margin-top:0.2rem;
}
.journalism_list>li{
    float: left;
    margin-right:0.8rem;
    padding:0.2rem;
    background: #f5f5f5;
    margin-top:0.2rem;
    overflow: hidden;
    width: calc(50% - 0.4rem);
}
.journalism_list>li:nth-child(2n){
    margin-right:0;
}
.journalismp{
    float: right;
    width: calc(100% - 0.9rem);
    font-size: 0.16rem;
    color: #333;
    line-height: 180%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.64rem;
}
.journalism_list>li:hover{
    transform: translateY(-15px);
}
.journalism_l:hover{
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.4);
}
.journalism_list>li:hover .journalismp{
    color:#1d4994;
}
.informlist{
    margin-top:0.2rem;
}
.informlist>li{
    padding:0.3rem 0 0.3rem 0.4rem;
    overflow: hidden;
    position: relative;
    border-bottom:1px solid #eee;
}
.informlist>li:hover{
    padding:0.3rem 0 0.3rem 0.2rem;
}
.informlist>li:before{
    width:0.05rem;
  height:0.16rem;
  content: '';
  display: block;
  background: #eeeeee;
  position: absolute;
  left: 0;
  top:0.33rem;
  left: 0;
  z-index: 4;
}
.informlist>li>a{
    font-size:0.16rem;
    color:#333;
    overflow: hidden;
}
.informlist>li>a>p{
    float: left;
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap; 
    width: calc(100% - 2rem); 
}
.informlist>li>a>div{
    float: right;
    width:0.9rem ; 
}
.informlist>li>a:hover{
    color:#1d4994;
}
.department{
    min-height: 5rem;
    position: relative;
}
.depart_logo{
    position: absolute;
    top:0;
    left:50%;
    height:100%;
    width:1.4rem;
    margin-left:-0.7rem;
    text-align: center;
}
.depart_logo>img{
    width:1.3rem;
    height:1.3rem;
    border-radius: 50%;
    box-shadow: 0 0 0.1rem #8bd6f7;
}
.line{
    width:1px;
    height:100%;
    margin:0 auto;
    background: #1d4994;
    margin-top:-1.3rem;
}
.install{
    padding-top:1.4rem;
    overflow: hidden;
}
.install>li{
    margin-top:0.2rem;
    width:100%;
    position: relative;
}

.install1{
    padding-right:0.7rem;
}
.install2{
    padding-left:0.7rem;
}
.install_h4{
    font-size:0.2rem;
    color:#333;
    position: relative;
}
.install_h4:before{
   content: '';
    position: absolute;
    top: 0.06rem;
   width:0.03rem;
   height:0.1rem;
   background: #1d4994;
  z-index: 0;
}
.install_h41:before{
    right: 0;
}
.install_h42:before{
    left: 0;
}
.install_p{
    color:#999;
    margin-top:0.2rem;
    position: relative;
}
.install_p:before{
    content: '';
    position: absolute;
    top: 0rem;
    
   width:1rem;
   height:100%;
   
  z-index: 0;
}
.install_p1{
   padding-right: 0.2rem;

}
.install_p2{
    padding-left: 0.2rem;
}
.install_p1:before{
    right: 0;
 background: linear-gradient(-90deg, #d6e6fd 0%, rgba(0,0,0,0) 100%);
}
.install_p2:before{
    left: 0;
    background: linear-gradient(90deg, #d6e6fd 0%, rgba(0,0,0,0) 100%);
}
.install_lis:before{
   content: '';
    position: absolute;
    top: 0rem;
   width:0.2rem;
   height:0.2rem;
   border-radius: 50%;
   border:0.07rem solid #d9e7ff;
   background: #1d4994;
  z-index:1;

}
.install1:before{
    right: 0;
    margin-right: -0.1rem;
}
.install1:after{
    right:0;
}
.install_lis:after{
   content: '';
    position: absolute;
    top: 0.1rem;
   width:0.7rem;
   height:0.01rem;
   background: #1d4994;
  z-index: 0;
}
.install2:after{
    left:0;
}
.install2:before{
    left:0;
    margin-left: -0.1rem; 
}
.install_p>p{
    max-height:0.66rem;
    font-size:0.12rem;
    line-height: 180%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.install_h41{
padding-right: 0.2rem; 
}
.install_h42{
padding-left: 0.2rem;
}
.install_lis>a{
    display: block;
    width:50%;
}
.install_lis{
    width:50%;
    position: relative;
}
.install_lis:hover .install_h4{
    color:#1d4994;
}
@keyframes scaleAnim2{
    0%{transform:scale(0.8)}
    50%{transform:scale(1)}
    100%{transform:scale(1.4)}
}
@-webkit-keyframes  scaleAnim2{
    0%{transform:scale(0.8)}
    50%{transform:scale(1)}
    100%{transform:scale(1.4)}
}
.install_lis:hover:before {
    animation:scaleAnim2 1.6s infinite linear;
-moz-animation:scaleAnim2 1.6s infinite linear;
-webkit-animation:scaleAnim2 1.6s infinite linear;
}
.wrap-xsmode1{
    position: relative;
}
.wrap-xsmode1::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../img/bg18.jpg) no-repeat center center;
    background-size:100% 100%;
}
.xsmode1{
    position: relative;
    z-index: 2;
    padding-bottom:0.4rem;
}
.depart_bg{
    position: absolute;
    display: inline-block;
    z-index: 1;
}
.depart_bg1{
    top:14%;
    left:0;
    width:4.9rem;
    height:3.3rem;
    background: url(../img/icon25.png);
    background-size:100% 100%;
}
.depart_bg2{
    bottom:14%;
    right:0;
    width:3rem;
    height:4.27rem;
    background: url(../img/icon26.png);
    background-size:100% 100%;
}
.wrap-xsmode2{
    position: relative;
}
.wrap-xsmode2::after{
    content: '';
    position: absolute;
    left: 0;
    height:5.8rem;
    max-height:80%;
    bottom: 0;
    right: 0;
    /*background: url(../img/bg19.png) no-repeat center bottom;*/
    background-size:100% auto;
}
.xsmode2{
    position: relative;
    z-index: 2;
    padding:0.9rem 0;
}
.depart_bg3{
    top:0;
    left:0;
    width:3rem;
    height:2.6rem;
    background: url(../img/icon27.png);
    background-size:100% 100%;
}
.make_speech{
    overflow: hidden;
}
.make_speech_l{
    width:4.5rem;
}
.make_speech_l>div{
    position: relative;
    padding:0.2rem 0 0 0.2rem;
}
.make_speech_l>div>span{
    height:5rem;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    background-size: cover;
    color: #fff;
    background-position: center center;
}
.make_speech_l>img{
    display: none;
}
.informlist>li:hover:before {
    background: #1d4994;
}
.make_speech_l>div:after{
    content: '';
    width: 60%;
    height:60%;
    background: linear-gradient(90deg, #1d4994 0%, #2db9ec 100%);
    position: absolute;
    left: 0rem;
    top: 0rem;
    z-index: 0;
}
.make_speech_r{
    width: calc(100% - 5rem); 
}
.p_top2{
    text-indent: 0.28rem;
}
.brief{
    text-align: center;
}
.brief_c{
    margin:0.14rem auto 0.5rem;
    overflow: hidden;
    display: inline-block;
}
.brief_c>li{
    float: left;
    width:3.2rem;
    text-align: center;
    font-family: "Microsoft YaHei";
    border-right:1px solid #cadaf3;
}
.brief_c>li:nth-child(3){
    border-right:0;
}
.brief_c_t{
    font-size:0.6rem;
    color:#1d4994;
    font-weight: 600;
}
.brief_c_b{
    font-size:0.18rem;
    color:#1d4994;
    font-weight: 600;
}
.brief_img1{
    float: right;
    width:5.4rem;
    height:2.5rem;
    margin:0 0 0 0.4rem;
}
.ernav_list1{
    float: right;
}
.ernav_list2{
    float: left;
}
.institution{
    margin-top:0.4rem;
}
.institution_r{
    float: left;
    width: calc(100% - 1.5rem);
}
.institution_r_l{
    padding:0 0.3rem;
    width: calc(50% - 0.2rem);
    position: relative;
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
}
.institution_t_l:before{
    width: 0.05rem;
    height: 100%;
    content: '';
    display: block;
    background: linear-gradient(180deg, #1d4994 0%, #2db9ec 100%);
    position: absolute;
    left: 0;
    top: 0rem;
    z-index: 1;
}
.administrative{
    font-size:0.24rem;
    color:#333;
    padding:0.3rem 0 0.1rem;
    font-size:0.16rem;
    color:#333;
}
.administrative_t{
    padding:0.2rem 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border-bottom:1px solid #eee;
}
.administrative_t_l{
    width:0.9rem;
    font-size:0.14rem;
    text-align: right;
    padding-right:0.15rem;
    position: relative;
    margin-top:0.02rem;
}
.administrative_t_l:before{
    content: '';
    position: absolute;
    top: 0rem;
    right: 0;
    width: 0.01rem;
    height:0.2rem;
    background: #eee;
}
.administrative_t_r>span{
    overflow: hidden;
    padding:0 0.1rem;
    font-size:0.14rem;
}
.zjmode1{
    padding:0.7rem 0;
}
.institution_t_l{
    width: calc(50% - 0.2rem); 
    margin-bottom:0.4rem;
    position: relative;
    padding:0 0.4rem;
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
}
.institution_t_l:after {
    width: 2rem;
    height: 1.4rem;
    content: '';
    display: block;
    background: url(../img/icon28.png);
    background-size:100% 100%;
    position: absolute;
    right: 0;
    bottom: 0rem;
    z-index: 1;
}
.administrative_t>span{
    padding:0 0.2rem;
    margin-top:0.2rem;
    font-size:0.14rem;
    display: inline-block;
    border-right:1px solid #eee;
}
.administrative_t>span:last-child{
    border-right:0;
}
.administrative_t1{
    padding-top:0.1rem;
}
.institution_t_l:nth-child(2n){
    float: right;
}
.administrative_t_r{
    width: calc(100% - 0.9rem);
    padding-left:0.2rem; 
}
