/*dp20240328*/
* {margin:0px; padding:0px;  }
img{ border:0 none; padding:0;}
input,button,select,textarea{outline:none} 
textarea{resize:none}
table{border-spacing:0;}
div,ul,li{ list-style-type:none;}
html,body{ font-size:17px; position: relative; margin:0 auto; color:#000000; font-family:'Microsoft Yahei',"PingFang SC","Helvetica Neue",Georgia,Helvetica,Arial,sans-serif;}
@media screen and (max-width:600px){
html,body{ font-size:14px; min-width:320px;}
}
a{color:#000000; font-size:17px; text-decoration:none;  font-family:'Microsoft Yahei',"PingFang SC","Helvetica Neue",Georgia,Helvetica,Arial,sans-serif; }
a:hover{ color:#8C050B;}
.clear{ clear:both;}
.fl{ float:left;}
.fr{ float:right;}

@font-face {
  font-family: "georgia";
  src: url("fonts/georgia.woff") format("woff"),
       url("fonts/georgia.ttf") format("truetype"),
	   url("fonts/georgia.eot") format("embedded-opentype"),
       url("fonts/georgia.svg") format("svg");
}
/***************************************首页*****************/
.block{ width:100%;  margin:0 auto; max-width:1360px; height:auto; }
@media screen and (max-width:1359px){
.block{ width:96%; max-width:96%;}
}
.top{ width:100%; margin:0 auto; height:150px; background:url(topbg.jpg) repeat-x 50% 0%;}
.top .logo{ float:left;}
.top .logo img{ display:block;  width:418px; margin-top:35px; }
.top .pcsousuo {
	float:right;
    width: 200px;
    height:28px;
	position:relative;
	margin-right:0;
	margin-top:60px; 
	background-color:#ffffff;
}
.pcsousuo .s-l {
	position:absolute;
	left:0;
	top:0;
  	width: 160px;
	height:28px;
	line-height:28px;
	background-color:#ffffff;
	text-indent:10px;
}
.pcsousuo .s-r {
	position:absolute;
	right:5px;
	top:5px;
}

/*pc导航*/
.navbox{ width:100%; height:50px; background:url(navbg1.png) no-repeat 0% 0%;}
#pcnav{ width:100%; margin:0 auto; text-align:center;}
#pcnav, #pcnav ul{height:50px; line-height:50px;z-index:5; position:relative;}
#pcnav .yiji{display:inline-block; height:50px; line-height:50px;  margin-right:-4px;/*去掉li间的空白*/ position:relative; z-index:20; float:left; width:10%;}
#pcnav .yiji a{display:block; height:50px; line-height:50px; width:100%;  text-align:center; font-size:18px; color:#8C050B;  z-index:35;  }/*一级栏目间距*/
#pcnav .erji{position:absolute; display:none; width:100%; top:50px;}/*二级列表菜单*/
#pcnav .erji a{ width:calc(100% - 10px); padding:10px 5px; height:auto; line-height:20px; font-size:1rem; text-align:center; color:#111111; position:relative;}/*二级栏目间距*/
#pcnav .sanji{position:absolute; left:170px;  top:0; width:170px; }		
#pcnav a:hover,  #pcnav a:focus, #pcnav a.xuanzhong{color:#8C050B;}
#pcnav .erji li{background-color:#ffffff; margin-right:0; position:relative;}/*二级菜单样式背景色*/
#pcnav .erji a:hover, #pcnav .erji a:focus{background-color:#8C050B; color:#fff;}/*二级菜单鼠标经过样式背景色*/
#pcnav li:hover ul ul, #pcnav li:hover ul ul ul, #pcnav li:hover ul ul ul ul{display:none;}
#pcnav li:hover ul, #pcnav li li:hover ul, #pcnav li li li:hover ul, #pcnav li li li li:hover ul{display:block;}

.m_header_box { display:none;}
#m_nav{ display:none;}

@media screen and (max-width:1000px){
	
.top{ display:none;}/*pc顶部不显示*/
.navbox{ display:none;}/*pc导航不显示*/
.m_header_box { display:block;  background:url(topbg.jpg) no-repeat 50% 0%; transition:.6s; height:60px; z-index: 100000;  position: fixed; top:0; left:0; right:0;}
/*------------------------------------------------------手机端顶部开始------------------------------*/
.m_header_box header{padding:0; height:60px; background:url(topbg.png) no-repeat 0% 0%; z-index:100; display:flex; justify-content:space-between; align-items:center; }
.m_header_box header #logo img{width:280px; margin-left:10px;}
.m_header_box header #logo{padding:0; width: 100%;}
nav {
    box-sizing: border-box;/*很重要，不加这句点开手机导航按钮，最下面的链接看不到，无法继续滚动*/
}
#m_nav{ display:block;}
#m_nav .list1 li .a{ color: #fff}

/*手机端顶部导航按钮开始*/
#nav_btn_box.on { background: none; }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {/* background: #fff; */}
#nav_btn_box{position:relative; width:5rem; height:4rem; display:flex; align-items: center; justify-content: center; z-index: 1; min-width:5rem;}

#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }

#nav_btn .point {display:inline-block; width:2rem; height:18px; position:relative; outline:none;}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before {width: 100%;}
#nav_btn .navbtn {position: absolute;top: 50%;left: 0;display: inline-block;width: 100%;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;margin-top: -1px;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 100%;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after {top: -8px;}
#nav_btn .navbtn::before {top: 8px;}
#nav_btn .point.on .navbtn {background: transparent;}
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }

.m_nav_list {flex-direction: column;/* justify-content: center; */width: 100%;height: 100%;overflow: auto;align-items: center;display: flex;background: rgba(255,255,255,.1);}
.m_nav_list::-webkit-scrollbar { display:none}

#m_nav {z-index:99999; position:fixed; width:100%; height:100vh;  top:0;  padding:80px 0; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; display: block; background:#8C050B; background-size:cover; opacity: 0; visibility: hidden; -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); overflow: hidden; overflow-y: scroll;}
#m_nav .close{position:absolute;top: 7px;right: 15px;left: 15px;font-size: 30px;color: #333;z-index: 10000;/* background: rgba(255,255,255,.1); */width: auto;height: 35px;border-radius: 0;display: flex;align-items: center;justify-content: flex-end;padding: 0 0;}
#m_nav.act {pointer-events: auto;right: 0;opacity: 1;visibility: visible;}
#m_nav .list1{justify-content: center;}

.list_box_nav_mobile{width:100%; padding: 0 0 10px; margin: 0;/* flex: 1; */}
.list_box_nav_mobile>li{width: 100%;overflow: hidden;padding: 0;position: relative;margin: 0 auto;}
.list_box_nav_mobile>li .con{ position:relative; padding-left:1rem;}
.list_box_nav_mobile>li .a{width: 100%; border-bottom: 1px solid rgba(255,255,255,.15); line-height:4rem; color: #ffffff; padding: 0; font-size:1.0625rem; display: flex; position: relative; transition:.5s;}
.list_box_nav_mobile>li i{opacity: 1; filter: alpha(opacity=100);  width:4rem; height:4rem; display: inline-block; background: url(arr-down.png) center no-repeat; background-size: 15px 15px !important; position: absolute; display: block; right:1rem; top: 0;}
.list_box_nav_mobile>li.on1 i{ background: url(arr-r.png) center no-repeat; background-size: 15px 15px !important;}

.list_box_nav_mobile>li.on .a{color: rgba(255,255,255,1);}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:10px;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size:13px; color: #ffffff; line-height: 2.5; width:49%; float:left;}

/*移动端搜索*/
.wap_search{ font-size:16px; color:#fff; text-align:center; overflow:hidden; display:block; height:30px;  margin:1rem; position:relative;}
.wap_search form{position:relative;  display:block;  height:30px;}
.wap_search .input {
	float: left;
    font-size:14px;
    color:#444;
    height:30px;
    line-height:30px;
    background: #fff;
	border:0;
    width: calc(100% - 30px);
	text-indent:10px;}
.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 0;
    width: 18px;
    height: 18px;
    border: 0;
    background: url(sicon1.png) center no-repeat;
    background-size:18px;
	background-position:50% 50%;
}

/*-----------------------------------------------------------------------------end 手机端顶部-----------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width:600px){
.m_header_box header #logo img{width:200px;  margin-left:10px;}
}





/*首页大图切换 swiper*/
.wrapbanner{ width:100%; margin:0 auto; position:relative;}
.swiper1 .swiper-slide img{width:100%; max-width:100%;}
.swiper-button-prev.swiper-button-prev1, .swiper-container-rtl .swiper-button-next1 {
    background-image: url(arr-left.png);
    left: 10px;
    right: auto;
}
.swiper-button-next.swiper-button-next1, .swiper-container-rtl .swiper-button-prev1 {
    background-image: url(arr-right.png);
    right: 10px;
    left: auto;
}
.swiper-button-next.swiper-button-next1.swiper-button-disabled, .swiper-button-prev.swiper-button-prev1.swiper-button-disabled {
    opacity: .65;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next.swiper-button-next1, .swiper-button-prev.swiper-button-prev1 {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 60px 60px;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width:1000px){
.wrapbanner{ margin-top:60px;}
}
@media screen and (max-width:600px){
.swiper-button-next.swiper-button-next1, .swiper-button-prev.swiper-button-prev1 {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size:40px 40px;
    background-position: center;
    background-repeat: no-repeat;
}
}
/*首页内容区开始-----------------------------------------------------------*/

/***************************************************************************************************************************/
.section1{ width:100%; margin:0 auto; background:url(bodybg1.png) 50% 0%; padding-top:50px; padding-bottom:30px;}
/*section1左侧  学院动态左侧图片-----------------------------*/
.s1-left{ width:31%; float:left; margin-right:2%;}

.xw-pic{ width:100%; }
.swiper2.swiper-container{ height:400px; padding:5px; }
.swiper2 .swiper-slide{ position:relative; height:100%; }
.swiper2 .pic {
    height: 315px;
    position: relative;
    overflow: hidden;
	border-right:3px solid #8C050B;
}
.swiper2 .pic a{    
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;}
.swiper2 .txt {
	height:80px; 
	box-shadow:0 0 5px rgba(0,0,0,0.1);
	background-color:#ffffff;
	border-right:3px solid #8C050B;}
.swiper2 .txt a{ display:block; height:30px; line-height:30px; padding:0 30px; font-size:18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-top:35px;}
.swiper2 .txt:hover a{color:#8C050B;}
.swiper2 .shijian{ position:absolute; left:30px; bottom:60px; width:60px; height:46px; padding:10px 5px; background-color:#8C050B; color:#ffffff; text-align:center;}
.swiper2 .shijian b{ display:block; width:100%; font-size:20px; height:25px; margin-bottom:5px; font-family:Arial, Helvetica, sans-serif; position:relative;}
.swiper2 .shijian b:after{ content:''; width:50px; height:1px; background-color:#ffffff; position:absolute; bottom:0; left:5px;}
.swiper2 .shijian p{ font-size:14px; font-family:Arial, Helvetica, sans-serif;}	
/*学院动态右侧新闻列表*/
.s1-center{ float:left; width:39%;}
/*栏目标题*/
.menu{ width:100%; position:relative; margin-bottom:35px;   }
.menu span{ position:relative; display:inline-block; height:44px; font-size:28px; color:#8C050B; font-weight:600; }
.menu span:after{ content:''; width:50px; height:4px; background-color:#8C050B; position:absolute; left:0; bottom:0;}
.menu a{ display:inline-block; position:absolute; right:0; top:10px; width:61px; height:20px; line-height:20px; text-align:center;  color:#666666; background:url(more1.png) no-repeat 50% 50%; font-size:14px; transition:all 0.2s ease-out 0s;}
.menu a:hover{ }
.xw-list{ width:100%;}
.ul-list1 li{ display:block;}
.ul-list1 li a{ display:block;  height:20px; margin-bottom:30px;  transition:all 0.3s ease-out 0s;}
.ul-list1 li a:hover{ transition:all 0.3s ease-out 0s; }
.ul-list1 .name{ float:left; width:calc(100% - 80px); height:20px; line-height:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size:17px;}
.ul-list1 .time{ float:right; width:80px; text-align:right; height:20px; line-height:20px; font-size:17px; color:#999999; font-family:Arial, Helvetica, sans-serif; }


/*section1右侧-----------------------------*/
.s1-right{ width:26%; float:right;}
/*通知公告*/
.ul-list2 li{ display:block; height:70px;  border:1px solid #8C050B; margin-bottom:12px;}
.ul-list2 li a{ display:block; height:70px;}
.ul-list2 li a:hover{ transition:all 0.3s ease-out 0s; }
.ul-list2 .time{ position:relative; float:left; width:80px; height:70px; background:url(line1.png) no-repeat 50% 50%; font-family:Arial, Helvetica, sans-serif;}
.ul-list2 .time b{ position:absolute; top:15px; left:15px; color:#8C050B;  font-size:20px;  }
.ul-list2 .time em{position:absolute; top:35px; left:40px;  color:#999999; font-size:15px; font-style:normal; font-weight:600; }
.ul-list2 .name{ float:left;  width:calc(100% - 80px - 20px); line-height:22px; height:44px; margin-top:13px;  overflow: hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; font-size:16px;}
.ul-list2 li a:hover .name{}
@media screen and (max-width:1000px){
.menu{ width:100%; position:relative; margin-bottom:20px;   }
.s1-left{ width:44%; float:left; margin-right:2%;}
.s1-center{ float:left; width:54%;}
.s1-right{ width:100%; float:right; margin-top:30px;}
.ul-list2 li{ float:left; width:calc(48.5% - 2px); margin-right:3%; margin-bottom:15px;}
.ul-list2 li:nth-of-type(2n+2){ margin-right:0;}
}
@media screen and (max-width:800px){
.section1{padding-top:30px; padding-bottom:30px;}
.s1-left{ width:100%; float:left; margin-right:0;}
.s1-center{ float:left; width:100%; margin-top:30px;}
.s1-right{ width:100%; float:right; margin-top:10px;}
.ul-list2 li{ float:left; width:calc(48.5% - 2px); margin-right:3%; margin-bottom:15px;}
.ul-list2 li:nth-of-type(2n+2){ margin-right:0;}
}
@media screen and (max-width:500px){
.swiper2.swiper-container{ height:365px; padding:5px; }
.swiper2 .pic { height: 280px;}
.ul-list2 li{ float:left; width:100%; margin-right:0; margin-bottom:15px;}
.ul-list2 li:nth-of-type(2n+2){ margin-right:0;}
}
/*------------文字宣传语-------------------------*/
.section2{ width:100%; margin:0 auto; text-align:center; background:url(bodybg2.jpg) no-repeat 50% 0%; background-size:cover;}
.section2 img{ display:block; margin:0 auto; padding:40px 0; max-width:100%;}

@media screen and (max-width:1000px){
.section2 img{  max-width:80%;}
}
.section3{ width:100%; margin:0 auto; background:url(bodybg3.png) repeat 0% 0%; position:relative; height:auto; padding-top:50px; padding-bottom:50px;}
.s3-bg1{ position:absolute; right:0; top:100px;}
.s3-bg2{ position:absolute; left:0; bottom:100px;}
/*学科科研*/
.xueke{ float: left; width:calc(50% - 30px);}
.menu2{ width:100%; position:relative; margin-bottom:35px;   }
.menu2 b{ height:44px; font-size:28px; color:#8C050B; font-weight:600; }
.menu2 a{ display:inline-block; position:absolute; right:0; top:10px; width:70px; height:20px; line-height:20px; text-align:right;  color:#666666; background:url(more2.png) no-repeat 0% 50%; font-size:14px; transition:all 0.2s ease-out 0s;}
.menu2 a:hover{ }

.ul-list3{ padding-bottom:20px; background-color:#ffffff; box-shadow:0 0 10px rgba(0,0,0,0.1);}
.new-first{ position:relative; height:280px; overflow:hidden; margin-bottom:20px;}
.new-first .a{background-repeat: no-repeat; background-position: center;  background-size: cover; height: 100%; display: block;  -webkit-transition: all .4s;  -o-transition: all .4s;  transition: all .4s;}
.new-first p{ position:absolute; left:0; bottom:0; padding:0 30px; width:calc(100% - 60px); height:50px; line-height:50px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  background:url(black.png) 0% 50%; color:#ffffff; font-size:18px;}
.new-first:hover .a{-webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);}
.ul-list3 .bb{ display:block; padding: 15px 20px;}
.ul-list3 .bb a{ display:block;  height:20px; }
.ul-list3 .bb a:hover{ transition:all 0.3s; }
.ul-list3 .name{ float:left; width:calc(100% - 80px); height:20px; line-height:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size:17px; background:url(dot1.png) no-repeat 0% 50%; text-indent:15px; transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;}
.ul-list3 .time{ float:right; width:80px; text-align:right; height:20px; line-height:20px; font-size:17px; color:#8C050B; font-family:Arial, Helvetica, sans-serif; }
.ul-list3 .bb a:hover .name{ color:#8C050B; font-weight:600;  background:url(dot1.png) no-repeat 5px 50%; transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;}

/*教学工作*/
.jiaoxue{ float: right; width:calc(50% - 30px);}	
/*学生工作*/
.xuesheng{ float: left; width:calc(50% - 30px); margin-top:70px;}	
.ul-list4 li{ background-color:#ffffff; padding:15px 20px; box-shadow:0 0 10px rgba(0,0,0,0.1); margin-bottom:20px;}
.ul-list4 li a{ display:block; position:relative; transition:all .5s;}
.ul-list4 li .newspic{ float:left; width:180px; height:120px; overflow:hidden; position:relative;}
.ul-list4 li .newspic .a{ background-repeat:no-repeat; background-position: center; background-size: cover; height: 100%; display: block; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.ul-list4 li .newstext{ float:right; width:calc(100% - 200px); margin-top:20px;}
.ul-list4 li .newstext h3{ font-size:16px; color:#8C050B; font-family: Arial, Helvetica, sans-serif; font-weight:normal; }
.ul-list4 li .newstext h4{ width:100%; height:44px; line-height:22px; font-size:17px; font-weight:normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin:10px 0 20px; }
.ul-list4 li a:hover .newspic .a{-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.ul-list4 li a:hover .newstext h4{ font-weight:600;}

.ul-list4 li .newstext2{  width:100%; margin-top:20px;}
.ul-list4 li .newstext2 h3{ font-size:16px; color:#8C050B; font-family: Arial, Helvetica, sans-serif; font-weight:normal; }
.ul-list4 li .newstext2 h4{ width:100%; height:44px; line-height:22px; font-size:17px; font-weight:normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin:10px 0 20px; }
.ul-list4 li a:hover .newstext2 h4{ font-weight:600;}

.ul-list4 li a:hover{ background:url(bodybg1.png);}

/*党建工作*/
.dangjian{ float: right; width:calc(50% - 30px); margin-top:70px;}
@media screen and (max-width:1359px){
.s3-bg1{ display:none;}
.s3-bg2{ display:none;}
}	
@media screen and (max-width:1000px){
.menu2{ width:100%; position:relative; margin-bottom:20px;   }
.xueke{ float: left; width:calc(50% - 10px);}
.jiaoxue{ float: right; width:calc(50% - 10px);}
.xuesheng{ float: left; width:calc(50% - 10px); margin-top:70px;}
.dangjian{ float: right; width:calc(50% - 10px); margin-top:70px;}	
}
@media screen and (max-width:800px){
.section3{padding-top:30px; padding-bottom:30px;}
.xuesheng{ float: left; width:100%; margin-top:30px;}
.dangjian{ float: right; width:100%; margin-top:30px;}	
}
@media screen and (max-width:640px){
.new-first{ position:relative; height:200px; overflow:hidden;}
.xueke{ float: left; width:100%;}
.ul-list3{ padding:20px 20px 5px; }
.ul-list3 .bb{ display:block; padding: 15px 0;}
.jiaoxue{ float: right; width:100%; margin-top:30px;}
.ul-list4 li{  padding:15px 20px;}
.ul-list4 li .newspic{ width:140px; height:100px;}
.ul-list4 li .newstext{ float:right; width:calc(100% - 160px); margin-top:10px;}
}
/*成果展示*/
.section4{ width:100%; margin:0 auto; background:url(bodybg4.jpg) no-repeat 0% 0%; background-size:cover; position:relative; height:auto; padding-top:30px; padding-bottom:30px;}
.swiper4 img{ max-width:100%; }
@media screen and (max-width:640px){
.section4{ padding-top:30px; padding-bottom:50px;}
}
/*底部版权*/
.footer{ width:100%; margin:0 auto; background:url(footbg.jpg) no-repeat 50% 0%; background-size:cover; height:230px;}
.footer .footer-left{ float:left;}
.footer .foot-logo{ padding-top:50px;}
.footer .foot-logo img{ width:280px;}
.footer .contact{ margin-top:10px;}
.footer .contact p{ font-size:14px; line-height:2; color:#ffffff;}
.footer .footer-right{ float:right; padding-top:50px;}
.footer .footer-right a{ display:block; color:#ffffff; line-height:2; font-size:16px;}
@media screen and (max-width:540px){
.footer{ height:300px; margin-top:0; }
.footer .footer-left{ float:left; width:100%;}
.footer .foot-logo{ padding-top:20px; text-align:center;}
.footer .foot-logo img{ width:200px;}	
.footer .contact{ margin-top:10px; padding:0 0;}
.footer .contact p{ font-size:14px; }

.footer .footer-right{ float:right; width:100%; padding-top:10px; margin-top:10px; font-size:14px; border-top:1px solid #AD4E53;}
.footer .footer-right a{ display:block; color:#ffffff; line-height:2; font-size:14px;}
}


/*------------------------------------------文字列表页-------------------------------------------------------------------------------------*/
.listimg{ width:100%; position:relative; margin:0 auto;}
.listimg img{ width:100%; display:block;}

@media screen and (max-width:1000px){
.listimg{ margin-top:60px;}

}
.subwrap{ width:100%; background:url(bodybg1.png) 50% 0%; background-size:cover; padding-top:20px;}
.sub_left{ width:300px; float:left;}
.sub_right{ width:calc(100% - 350px); float:right; min-height:500px;}

.msub-box{ display:none;}/*移动端侧边导航*/

/*pc左侧导航*/

.side-nav{  background-color:#ffffff;  box-shadow:0 0 10px rgba(0,0,0,0.1);}
.side-nav .nav-name{ background:url(menubg.jpg) no-repeat 100% 0%; height:100px; line-height:100px; color:#ffffff; font-size:30px; letter-spacing:2px; padding-left:1.5rem;}
.side-nav .nav-box{/* border-bottom:1px solid #EED5D5;*/ background-color:#f9f9f9; border-bottom:2px solid #ffffff; }
.side-nav .p-yiji{}
.side-nav .p-yiji a{ position:relative; display:block; font-size:20px; line-height:1.125rem; padding:1.5rem 1rem 1.5rem 2.5rem; background:url(dot1.png) no-repeat 1.5rem 50%;}
.side-nav .p-yiji a.xuanzhong1 { color:#8C050B;}
.side-nav .p-yijibox{display:none;  padding-left:2rem;}
.side-nav .p-yijibox a{ position:relative; display:block; font-size:1rem; line-height:1rem; padding:1rem .5rem;}
.side-nav .p-yijibox a.xuanzhong{ color:#8C050B; font-weight:700; background:url(icon1.png) no-repeat 90% 50%; }


.lujing{ width:100%; position:relative;  height:4rem;  border-bottom:1px solid #8C050B;}
.lujing h4{ display:inline-block; font-size:1.25rem; line-height:4rem;  color:#8C050B; background:url(dot3.png) no-repeat 0% 50%; padding-left:25px; background-size:16px;}
.weizhi{ position:absolute; right:0; top:0; line-height:4rem; background:url(weizhi_icon.png) no-repeat 0% 50%;}
.weizhi, .weizhi a{ color:#999; font-size:0.875rem; font-weight:normal; margin:0 .2rem;}

/*列表页文字列表*/
.ul-list{ margin-top:30px;}
.ul-list li{ display:block; height:70px;  border-bottom:1px solid #ddd; margin-bottom:10px; margin-top:10px;}
.ul-list li a{ display:block; height:70px;}
.ul-list li a:hover{ transition:all 0.3s ease-out 0s; }
.ul-list .time{ position:relative; float:left; width:100px; height:70px; background:url(line1.png) no-repeat 35% 50%; font-family:Arial, Helvetica, sans-serif;}
.ul-list .time b{ position:absolute; top:15px; left:15px; color:#8C050B;  font-size:20px;  }
.ul-list .time em{position:absolute; top:35px; left:40px;  color:#999999; font-size:12px; font-style:normal;  }
.ul-list .name{ float:left;  width:calc(100% - 80px - 20px); line-height:22px; height:44px; margin-top:13px;  overflow: hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; font-size:16px;}
.ul-list li a:hover .name{}


@media screen and (max-width:1000px){/*移动端开始*/

.sub_left{ display:none;}
.side-nav{ display:none;}
.sub_right{ width:100%;}
.sub_con{ margin-bottom:50px; }

/*移动端列表页二级导航*/
.msub-box{ display:block; margin:1.5rem 0;}
.msub-nav{ width:100%; background-color:#E6E0DC; height:3rem; line-height:3rem; position:relative;}	

.msub-nav span{ color:#8C050B; font-size:1.25rem; margin-left:1rem; font-weight:600;}
.msub-nav .mmenubtn{ position:absolute; right:1rem; color:#8C050B; font-size:2rem;}
.msub-list{ padding:0 1rem 2rem;  }
.msub-list{ display:none;}
.msub-list li{ padding:1rem 0; border-bottom:1px dotted #ddd;}
.msub-list li a{ font-size:1.125rem;}
.msub-list li a:hover{ color:#B15234; font-weight:600;}
.msub-list li .msub-san a{ display:inline-block; width:32%; height:1rem; padding:1rem 0; text-align:left; font-size:1rem;}
.msub-list li .msub-san a.active{ color:#8C050B; font-weight:600;}

.ul-list li h4 {  line-height: 1.5;}

}
@media screen and (max-width:500px){
.weizhi{ display:none; }	
}

/*-------------------------------------------------------------内容页详情-------------------------------*/
.nr-box {
    margin: 0 auto;
    max-width: 1000px;
}
.nr-box .nr-title{ font-size:22px; padding:30px 0 10px; text-align:center;}
.nr-box .nr-time{ font-size:0.875rem; color:#999999; text-align:center; font-weight:normal;}
.nr-box .nr-article{ font-size:1.125rem !important; line-height:2.5 !important; margin:30px 0;}
.nr-box .nr-article img{ max-width:100% !important; height: auto !important; text-indent:0; text-align:center;}
.shangyitiao, .xiayitiao, .shangyitiao a, .xiayitiao a{ font-size:1rem; color:#666;}
.shangyitiao{ margin-top:3rem; margin-bottom:1rem;}
.xiayitiao{margin-bottom:2rem;}

/*----------------------------------单页------------------------------------------------------------------------*/
.danye-title{
	font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 1rem;
    margin-bottom:3rem;
    border-bottom: 1px #eeeeee solid;
    color: #333;}
.danye-nr p{  font-size:1.125rem; line-height:2; margin-bottom:1rem; font-family:'Microsoft Yahei',"PingFang SC","Helvetica Neue",Georgia,Helvetica,Arial,sans-serif;}
.danye-nr p img{ max-width:800px; text-align:center; margin:0 auto;}
@media screen and (max-width:1024px){
	.danye-title{ font-size:1.25rem; text-align:center; margin-top:2rem; margin-bottom:2rem;}
	.danye-nr{ padding:0; font-size:1rem;}
	.danye-nr p img {max-width:100% !important; height:auto !important;}
}
@media screen and (max-width:640px){
	.danye-title{ font-size:1.25rem; margin-top:1rem; margin-bottom:1rem;}
	.danye-nr{ font-size:1rem; }
	.danye-nr p{font-size:1rem; }
}

/*教师列表页------------------------------------------*/
.ul-teacher { margin: -5px; overflow: hidden; margin-top:2rem;}
.ul-teacher li{ display:block; float:left; width: 20%;}
.ul-teacher li a {
    display: block;
    margin: 5px;
    padding: 1.5rem 2rem;
    background:#FCF9FD;
    overflow: hidden;
    transition: all 0.2s ease;
}
.ul-teacher li a:hover{ background-color:#9449C4; color:#fff;}
@media screen and (max-width:1200px){
.ul-teacher li{ display:block; float:left; width:33.33%;}
}
@media screen and (max-width:400px){
.ul-teacher li{ display:block; float:left; width:50%;}
}

/*招生宣传名师风采-------------------------------------------*/
.ul-student{ margin:-1rem; overflow:hidden; margin-top:2rem;}
.ul-student li{ display:block; float:left; width:20%;}
.ul-student li a{ display:block; margin:1rem; transition: all 0.2s ease; border:1px solid #fff; }
.ul-student li a .s-img { position:relative; width:100%; height:0; padding-top:133%; overflow:hidden;}
.ul-student li a .s-img img{ position:absolute; left:0; top:0; width:100%;  z-index:3;}
.ul-student li a .s-name{ height:2rem; line-height:2rem; text-align:center;}
.ul-student li a:hover .s-name{ background-color:#FCF9FD; font-weight:700;}
.ul-student li a:hover{ border:1px solid #9449C4;}
@media screen and (max-width:800px){
.ul-student li{ width:25%;}
}
@media screen and (max-width:500px){
.ul-student{ margin:-0.5rem;  margin-top:2rem;}
.ul-student li{width:33.33%;}
.ul-student li a{ margin:.5rem;}
}
@media screen and (max-width:400px){
.ul-student{ margin:-0.5rem;  margin-top:2rem;}
.ul-student li{width:50%;}

}