@font-face {
	font-family: 'Conv_DIN-Medium_0';
	src: url('../fonts/DIN-Medium_0.eot');
	src: local(''), url('../fonts/DIN-Medium_0.woff') format('woff'), url('../fonts/DIN-Medium_0.ttf') format('truetype'), url('../fonts/DIN-Medium_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_DIN-Black';
	src: url('../fonts/DIN-Black.eot');
	src: local(''), url('../fonts/DIN-Black.woff') format('woff'), url('../fonts/DIN-Black.ttf') format('truetype'), url('../fonts/DIN-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@charset "utf-8";
/*全局样式*/
body{padding: 0;margin: 0;font-family: 'roboto';font-size: 14px;color: #333;}
div,img,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding: 0;margin: 0;border: 0;}
ul{list-style: none;}
a{text-decoration: none;color: #333;}
i,em{font-style: normal;}
img,table,iframe{display: block;max-width: 100%;height: auto;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; -webkit-transition:all 0.8s ease 0s; transition:all 0.8s ease 0s; }
em, i, span, b, a {  font-style: normal; -webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;}
/*去掉 input 默认边框*/
input{padding: 0;border: 0;font-family: 'roboto';font-size: 14px;color: #333；}
input[type="submit"]{background-color: transparent;cursor: pointer;}
/*去掉 textarea 默认边框*/
textarea{padding: 0;border: 0;font-family: 'roboto';font-size: 14px;color: #333;}
/*去掉 button 默认边框*/
button{border: 0;padding: 0;background-color: transparent;font-family: 'roboto';font-size: 14px;color: #333;cursor: pointer;}
/*清除浮动*/
.clearfix:after{content: '';display: table;clear: both;}
.clearfix{*zoom: 1;/*IE6识别*/}
/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input,textarea{outline: none;}
/*清除ios端 input,textarea 默认内阴影 默认圆角*/
input[type="text"],input[type="password"],input[type="submit"],input[type="search"],textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}
/*自定义 input,textarea 的placeholder文字样式*/
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: #fff;}
/*常用盒模型*/
*{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
/*滚动条*/
body *::-webkit-scrollbar{width: 2px;height: 2px;background: #eee;border-radius: 2px;}
body *::-webkit-scrollbar-thumb{background: #00a551;border-radius: 2px;}
/*常用过渡*/
.tran300{-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;transition: 0.3s;}
.tran400{-webkit-transition: 0.4s;-moz-transition: 0.4s;-ms-transition: 0.4s;transition: 0.4s;}
.tran500{-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s;}

.tranlinear300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
/*常用缩放*/
.scale105:hover{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.scale110:hover{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.scaleimg:hover .pic em{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}
/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.TXTovehid-two{display: -webkit-box;overflow: hidden;white-space: normal !important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 2;-webkit-box-orient: vertical}
.TXTovehid-three{display: -webkit-box;overflow: hidden;white-space: normal !important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 3;-webkit-box-orient: vertical}
/*常用浮动*/
.fl{float: left;}
.fr{float: right;}
/*通用字体大小*/
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;line-height: 32px;}
.fz24{font-size: 24px;}
.fz28{font-size: 28px;}
/*网页限定宽度*/
.w_1200{max-width: 1200px;margin: 0 auto;width: 96%;}

/*公用结束end  #b80f45   #f61f0c*/
.header{background: #b80f45;padding: 21px 0 17px;}
.mask{
position: absolute;
    width: 100%;
    height: 675px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center -29px;
    background-size: 1600px;
}
.header .fl img{max-width: 415px;}
.header .search{margin-top: 15px;border:1px solid #d2d2d2;-webkit-border-radius: 5px;border-radius: 5px;overflow: hidden;}
.header .search input[type=text]{border:none;height: 34px;text-indent: 15px;width: 205px;background: none;color: #fff;}
.header .search input[type=submit]{cursor: pointer;float: right;bordder:none;width: 38px;height: 34px;background: #dcdcdc url(../images/fdj.png) center center no-repeat;-webkit-background-size: 20px;background-size: 20px;}
.menua{float: right;display: none;}
.pc_nav{background: #a50d3e;}
.pc_nav .nav{}
.pc_nav .nLi{float: left;position: relative;width: 9.9%;}
.pc_nav .nLi h3{position: relative;text-align: center;}
.pc_nav .nLi h3:after{width: 1px;height: 18px;background: #ead5da;position: absolute;top: 50%;content: '';margin-top: -9px;left: 0}
.pc_nav .nLi:first-child{width: 9.4%;}
.pc_nav .nLi:first-child h3:after{display: none;}
.pc_nav .nLi h3 a{display: block;position: relative;z-index: 3;font-size:18px;color: #fff;line-height: 58px;}
.pc_nav .nLi h3 a:after,.pc_nav .nLi h3 a:before{z-index: -1;width: 0;height: 100%;background: #940c38;content: '';position: absolute;display: inline-block;bottom: 0px;-webkit-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s;}
.pc_nav .nLi h3 a:after{left: 50%}
.pc_nav .nLi h3 a:before{right: 50%}
.pc_nav .nLi.on h3 a:after,.pc_nav .nLi.on h3 a:before,.pc_nav .nLi:hover h3 a:after,.pc_nav .nLi:hover h3 a:before{width: 50%;}
.pc_nav .nLi .navSub{background: #f9f9f9;z-index: 9;overflow: hidden;width: 100%;position: absolute;left: 0;top:59px;display: none;text-align: center;-webkit-box-shadow: 0 0 5px #d5d5d5;box-shadow: 0 0 5px #d5d5d5;}
.pc_nav .nLi .navSub ul li a{display: block;font-size: 14px;color: #333;line-height: 35px;}
.pc_nav .nLi .navSub ul{overflow: hidden;width: 100%;float: none;}
.pc_nav .nLi .navSub ul li a:hover{background: #940c38;color: #fff;}
.pc_nav .nLi .navSub ul li:first-child a{border-top: none;}

.banner{position: relative;overflow: hidden;margin-top: 3px;}
.banner .swiper-slide a{display: block;position: relative;padding-bottom: 434px;background-repeat: no-repeat;background-position: center;-webkit-background-size: cover;background-size: cover;}
.banner .ban_btn,.one_btn{position: absolute;top:50%;margin-top: -21.5px;width: 43px;height: 43px;background-repeat: no-repeat;background-position: center;z-index: 2;}
.banner .ban_btn.ban_prev,.one_btn.one_prev{left: -50px;background-image: url(../images/btn_prev.png);}
.banner .ban_btn.ban_next,.one_btn.one_next{right: -50px;background-image: url(../images/btn_next.png);}
.banner:hover .ban_btn.ban_next,.one_swiper:hover .one_btn.one_next{right: 0}
.banner:hover .ban_btn.ban_prev,.one_swiper:hover .one_btn.one_prev{left: 0}
.ban_pag,.one_pag{bottom: 0;position: absolute;width: 100%;z-index: 2;text-align: center;}
.ban_pag span,.one_pag span{width: 9px;height: 9px;opacity: 0.68;filter: alpha(opacity=68);margin: 0 2px;background: #fff;}
.ban_pag span.swiper-pagination-bullet-active,.one_pag span.swiper-pagination-bullet-active{opacity: 1;filter: alpha(opacity=100);width: 24px;-webkit-border-radius: 5px;border-radius: 5px;}

.one_lft{width: 69.6%;margin-top: 24px;}
.index_tite{border-bottom: 1px solid #dcdcdc;line-height: 36px;height: 36px;}
.index_tite a{color: #333;float: right;text-transform: uppercase;display: inline-block;}
.index_tite span{color: #b80f45;position: relative;display: inline-block;}
.index_tite span:after{width: 100%;position: absolute;left: 0;bottom: -1px;height: 2px;background: #b80f45;content: '';}
.one_swiper{margin-top: 22px;width: 51.5%;overflow: hidden;position: relative;}
.one_swiper .swiper-slide *{display: block;}
.one_swiper .swiper-slide a{position: relative;}
.one_swiper .swiper-slide a span.img{padding-bottom: 270px;background-repeat: no-repeat;background-position: center;-webkit-background-size: cover;background-size: cover;}
.one_swiper .swiper-slide a span.txt{line-height: 44px;}
.one_swiper .one_pag{bottom: 60px !important;}
.one_btn{margin-top: -43px;}
.one_news{width: 46.7%;margin-top: 4px;}
.one_news li a{display: block;line-height: 53px;border-bottom: 1px solid #f1f1f1;height: 53px;}
.one_news li a *{display: inline-block;}
.one_news li a i{float: left;margin-right: 8px;margin-left: 4px;margin-top: 21.5px;width: 7px;height: 7px;border:1px solid #9a9a9a;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.one_news li a span{max-width: 78%}
.one_news li a em{float: right;color: #404040;}
.one_news li a:hover i{background: #b80f45;border-color: #b80f45;}
.one_news li a:hover span,.one_swiper .swiper-slide a:hover span.txt,.one_tabswiper .swiper-slide dl:hover dd a,.two_L_box dl:hover dd span,.index_tite a:hover{color: #b80f45;-webkit-transform: translateX(3px);transform: translateX(3px);}
/*news end*/
.one_right{width: 26.6%;margin-top: 24px;overflow: hidden;}
.tabs{border-bottom: 1px solid #dcdcdc;height: 36px;line-height: 36px;}
.tabs li{float: left;margin-left: 34px;}
.tabs ul li:first-child{margin-left: 0;}
.tabs li a{color: #555;position: relative;display: inline-block;}
.tabs li a:after{position: absolute;left: 0;bottom: -1px;background: #b80f45;content:'';height: 2px;}
.tabs li.active a{color: #b80f45;}
.tabs li.active a:after{width: 100%;}
.tabs > a{float: right;font-size: 14px;}
.one_tabswiper{float: left;width: 100%;position: relative;overflow: hidden;margin-top: 2px;height: 319px !important;}
.one_tabswiper dl{padding:13px 0 ;border-bottom: 1px solid #f1f1f1}
.one_tabswiper .swiper-slide dt{overflow: hidden;float: left;text-align: center;width: 52px;border:1px solid #bfbfbf;-webkit-border-radius: 5px;border-radius: 5px;}
.one_tabswiper .swiper-slide dt *{display: block;}
.one_tabswiper .swiper-slide dt span{background: #bfbfbf;color: #fff;line-height: 28px;font-family: 'Conv_DIN-Black';font-size: 22px;}
.one_tabswiper .swiper-slide dt em{font-size: 13px;color: #999;font-family: 'Conv_DIN-Medium_0';line-height: 25px;}
.one_tabswiper .swiper-slide dd{padding-left: 66px;}
.one_tabswiper .swiper-slide dd a{line-height: 26px;height: 52px;overflow: hidden;display: block;}
.one_tabswiper .swiper-slide dl:hover dt span{background: #b80f45;}

.index_two{padding: 16px 0 0 0}
.two_left{width: 30.5%;}
.two_L_box dl{padding: 21px 0;border-bottom: 1px solid #f4f4f4;width: 100%;float: left;}
.two_L_box dl dt{border:1px solid #dcdcdc;width: 68px;padding-bottom: 6px;float: left;text-align: center;}
.two_L_box dl dt *{display: block;}
.two_L_box dl dt span{line-height: 30px;padding-top: 5px;font-family: 'Conv_DIN-Black';}
.two_L_box dl dt em{text-align: right;line-height: 27px;font-size: 12px;border-top:1px solid #dcdcdc;margin: 0 10px;font-family: 'Conv_DIN-Medium_0';background: url(../images/time2.png) left center no-repeat;-webkit-background-size: 15px;background-size: 15px;}
.two_L_box dl dd{padding-left: 84px;}
.two_L_box dl dd *{display: block;}
.two_L_box dl dd span{line-height: 20px;padding-bottom: 5px;color: #333;}
.two_L_box dl dd em{color: #777;line-height: 20px}
.two_L_box dl:hover dt{background: #b80f45;border-color: #b80f45;}
.two_L_box dl:hover dt span{color: #fff;}
.two_L_box dl:hover dt em{background: url(../images/time.png) left center no-repeat;color: #fff;-webkit-background-size: 15px;background-size: 15px;opacity: 0.7;filter: alpha(opacity=70);}

.two_center{width: 30.4%;margin: 0 2.9%;}
.two_center .one_news,.two_r_swiper .one_news{width: 100%;}
.two_r_swiper{width: 100%;float: left;position: relative;overflow: hidden;}
.two_right{width: 33%;}
.two_center .one_news li,.two_r_swiper .one_news li{margin-top: 3px;}

.linke{padding:38px 0 20px;}
.linke ul{padding-top: 7px;}
.linke ul li{float: left;width: 16.6%;padding: 6px 0.8%;position: relative;}
.linke ul li a{line-height: 25px;display: inline-block;border-bottom: 1px solid #ffff;color: #777;}
.linke ul li a:hover{color: #b80f45;border-color:#b80f45;}
.linke ul li:after{width: 1px;height: 12px;background: #959595;content: '';position: absolute;left: 0;top: 50%;margin-top: -6px;}
.linke ul li:nth-child(6n+1):after{display: none;}

.footer{background: #a60e3e;padding: 47px 0 32px;}
.footer .fl{color: #fff;opacity: 0.7;filter: alpha(opacity=70);}
.footer .fl .foot_nav{margin-bottom: 13px;line-height: 18px;padding-bottom: 17px;border-bottom: 1px solid #b83e65;}
.footer .fl .foot_nav a{color: #fff;margin-left: 47px;}
.footer .fl .foot_nav a:first-child{margin-left: 0;}
.footer .fl p ,.footer .fl p a{line-height: 36px;}
.footer .fl p a{color: #fff;}
.footer .fl p a ,.footer .fl p span{margin-left: 28px;}
.footer .fl p span:first-child{margin-left: 0;}
.footer .fr li{float: left;margin-left: 20px;line-height: 29px;color: #fff;text-align: center;}
.footer .fr li:first-child{margin-left: 0;}
.footer .fr li img{width: 95px;height: 95px;}
.footer .fr li p{opacity: 0.7;filter: alpha(opacity=70);}

.search_wap{padding: 20px 20px;}
.search_wap input[type=text]{text-indent: 1em;width: calc(100%  - 50px);line-height: 40px;font-size: 14px;color: #333;}
.search_wap input[type=submit]{width: 40px;height: 40px;background: #dcdcdc url(../images/fdj.png) center center no-repeat;-webkit-background-size: 30px;background-size: 30px;float: right;}

.main{background: #fff;margin-top: 30px;margin-bottom: 30px;}
.left_nav{padding: 25px 30px 25px 25px;width: 26%;background: url(../images/left_bg.jpg) right top no-repeat;min-height: 500px}
.left_nav .title{background: #b80f45;color: #fff;line-height: 50px;}
.left_nav .title span{font-weight: bold;padding-left: 39px;}
.left_nav .title em{font-size: 13px;margin-left: 7px;font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;text-transform: uppercase;}
.left_nav .title em span{font-weight: normal;padding:0;}
.left_nav ul li {min-height: 57px;border-bottom: 1px solid #eeeeee;width: 100%;float: left;}
.left_nav ul li a{position: relative;display: block;line-height: 24px;padding-top: 10px;padding-bottom: 10px;top:6px;padding-left: 39px;padding-right: 30px;width: 100%;float: left;}
.left_nav ul li a:after{position: absolute;content: '>';font-family: simsun;color: #fff;right: 23px;top: 10px}
.left_nav ul li a:hover,.left_nav ul li a.on{background: #b80f45;}
.left_nav ul li a:hover span,.left_nav ul li a.on span{color: #fff;}

.location{border-bottom: 4px solid #eeeeee;line-height: 50px;height: 50px;}
.location .fl{color: #333;}
.location .fr{color: #777;}
.location .fr a{color: #777;}
.location .fr i{color: #b80f45;}
.right_main{width: 67.5%;margin:26px 3%;}
.list_title{text-align: center;font-weight: bold;padding: 45px 0 30px}
.list_dan{color: #555;line-height: 28px;}
.list_dan img,.list_dan iframe,.list_dan table{max-width: 100%;}

.list_leader{padding-bottom: 40px;}
.leader_box dl{width: 100%;float: left;padding: 15px 1.85%;background: #f7f7f7;margin-top: 30px;}
.leader_box dt{float: left;width: 143px;height: 200px;}
.leader_box dt a{display: block;height: 100%;background-repeat: no-repeat;background-position: center;-webkit-background-size: cover;background-size: cover;}
.leader_box dd{padding-left: 163px;}
.leader_box dd a >*,.leader_box dd a{display: block;}
.leader_box dd a span.name {display: inline-block;border-bottom: 2px solid #c9c9c9;padding-right: 10px;line-height: 40px;}
.leader_box dd a span.name em{font-weight: bold;color: #b80f45;padding-right: 10px;}
.leader_box dd a span.name i{color: #333;}
.leader_box dd a > em{font-size: 14px;color: #333;line-height: 28px;margin-top: 14px;}
.leader_box dl:hover dt a{-webkit-transform: scale(1.03);transform: scale(1.03);-webkit-box-shadow: 0 0 5px #ddd;box-shadow: 0 0 5px #ddd;}
.leader_box dl:hover dd a span.name{border-bottom-color: #b80f45;}

.list_organ{padding-top: 26px;}
.list_organ dl{padding-bottom: 56px;}
.list_organ dt{border-bottom: 1px solid #b80f45;}
.list_organ dt span{font-weight: bold;color: #b80f45;position: relative;padding-left: 15px;line-height: 34px;}
.list_organ dt span:after{width: 4px;height: 15px;background: #b80f45;content: '';position: absolute;left: 0;top: 50%;margin-top: -7.5px;}
.list_organ dd{padding-top: 3px;}
.list_organ dd a{float: left;display: inline-block;width: 30%;margin-right: 2%;line-height:30px;margin-top: 9px;}
.list_organ dd a span{display: inline-block;border-bottom: 1px solid #fff;color: #333;}
.list_organ dd a:hover span{color: #b80f45;border-bottom-color: #b80f45}


.rwbg {
    background-image: url(/images/bg.jpg);
    background-repeat: no-repeat;
    line-height: 2rem;

}
.rwbg1 {
    background-image: url(/images/bg1.jpg);
    background-repeat: no-repeat;
    line-height: 2rem;
    min-height:300px;
}
.rwbg img {
    border-radius: 10px;
    margin: 10px;
    margin-right: 20px;
    float: left;
}
.rwbg .rwname{
font-size:2rem;
margin:5px;
}

.orgList{padding-top: 26px;}
.orgList dl {margin-bottom: 40px;}
.orgList dl dt {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-weight: bold;
    background: #dddddd;
    border-radius: 3px 3px 0 0;
    font-size: 16px;
    color: #444444;
    box-sizing: border-box;
    padding: 0 42px;
    position: relative;
    cursor: pointer;
}

.orgList dl dt i.icon {
    position: absolute;
    width: 42px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/icon1.png) no-repeat left center;
}

.orgList dl.on dt i.icon {
    background-image: url(../images/icon2.png);
}

.orgList dl.on dt {
    background: #b80f45;
    color: #ffffff;
}

.orgList dl dd {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 30px 23px 30px;
    background: #f6f6f6;
    border: 1px solid #e4e3e4;
    font-size: 14px;
    line-height: 36px;
    color: #444444;
    text-align: justify;
    display: none;
}

.orgList dl dd * {
    max-width: 100% !important;
}













/*.list_teacher{min-height: 600px;}
.list_teacher a{float: left;margin-top: 40px;display: inline-block;width: 19.8%; position: relative;line-height: 45px;}
.list_teacher a:before{width: 5px;height: 5px;background: #777;-webkit-border-radius: 50%;border-radius: 50%;content: '';position: absolute;left: 25.9%;top: 50%;margin-top: -2px;}
.list_teacher a span{padding-left: 37%;color: #777;}
.list_teacher a:hover {background: #b80f45;}
.list_teacher a:hover span{color: #fff;}
.list_teacher a:hover:before{background: #fff;}*/

.list_teacher{min-height: 600px;}
.list_teacher dl{border:1px solid #b80f45;padding-left: 46px;position: relative;margin-top: 25px;}
.list_teacher dl:first-child{margin-top: 0;}
.list_teacher dl dt{width: 46px;height: 100%;background: #b80f45;position: absolute;left: 0;top:0;font-size: 18px;color: #ffffff;line-height: 22px;}
.list_teacher dl dt h5{width: 18px;text-align: center;position: absolute;left: 50%;top:50%;font-weight: normal;
-webkit-transform:translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%);}
.list_teacher dl dd{width: 100%;box-sizing: border-box;padding: 4px 30px;min-height: 55px;padding: 10px 0 10px 30px;}
.list_teacher dl dd ul li{width: 20%;}
.list_teacher dl dd ul li a{display: inline-block;*display: inline;*zoom: 1;font-size: 15px;color: #333333;line-height: 55px;letter-spacing: 5px;padding-left: 26px;position: relative;}
.list_teacher dl dd ul li a:before{content: "";width: 5px;height: 5px;background: #777777;border-radius: 50%;position: absolute;left: 0;top:50%;margin-top: -3px;}
.list_teacher dl dd ul li a:after{content: "";width: 100%;height: 1px;position: absolute;left: 0;bottom: 3px;transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.list_teacher dl dd ul li a:hover:after{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.list_teacher dl dd ul li a:hover:before{background:#b80f45;}
.list_teacher dl dd ul li a:hover{color: #b80f45;}



.cont_techer{padding: 32px 0 }
.cont_techer .cont_dl dt{float: left;width: 269px;height: 318px;background-repeat: no-repeat;background-position: center;-webkit-background-size: cover;background-size: cover;}
.cont_techer .cont_dl dd{padding-left: 300px;font-size: 16px;color: #333;}
.cont_techer .cont_dl dd p{margin-top: 21px;}
.cont_techer .cont_dl dd p:first-child{margin-top: 0;}
.cont_techer .cont_txt{margin-top: 32px;}
.cont_techer .cont_txt dt{padding-bottom: 10px;}
.cont_techer .cont_txt dt span{font-weight: bold;font-size: 18px;color: #b80f45;line-height: 28px;}
.cont_techer .cont_txt dd{color: #555;font-size: 14px;line-height: 28px;}

.list_news {padding: 12px 0;}
.list_news ul {min-height: 300px;}
.list_news ul li a{display: block;height: 56px;border-bottom: 1px solid #eeeeee;line-height: 56px;}
.list_news ul li a span{position: relative;display: inline-block;font-size: 18px;color: #333;max-width: 80%}
.list_news ul li a span:before{position: absolute;content: '';left: 0;top: 50%;width: 7px;height: 7px;background: #b80f45;margin-top: -7px;-webkit-transform: rotate(45deg) translateX(5px);transform: rotate(45deg) translateX(5px);opacity: 0;filter: alpha(opacity=0);-webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s; }
.list_news ul li a em{float: right;font-size: 14px;color: #666;}
.list_news ul li a:hover span{padding-left: 20px;color: #b80f45;}
.list_news ul li a:hover span:before{opacity: 1;filter: alpha(opacity=100);}

.page{text-align: center;padding-top: 30px;}
.page a{display: inline-block;background: #f3f3f3;width: 32px;height: 30px;font-size: 14px;color: #52555c;line-height: 30px;}
.page a:hover{background: #b80f45;color: #fff;}
.page a.page_btn{width: 67px;}

.cont_news{padding-top: 28px;}
.cont_title{padding-bottom: 16px;text-align: center;font-size: 22px;font-weight: bold;color: #b80f45;line-height: 30px;border-bottom: 1px solid #eeeeee;}
.cont_em{padding: 10px 0 30px;text-align: center;color: #444;font-size: 12px;line-height: 30px;}
.cont_em em{margin: 0 15px;}
.cont_box{font-size: 14px;color: #333;line-height: 28px;}
.cont_box img,.cont_box table{max-width: 100%}
.cont_box iframe{max-width: 100%;height:700px;}
.cont_box img{margin: auto;}
.page_f{border-top: 1px solid #eee;font-size: 14px;line-height: 28px;color: #333;padding: 22px 0;margin-top: 20px;}
.page_f a{color: #333;}
.page_f a:hover{color: #b80f45;}

.list_photo {padding: 10px 0 50px}
.list_photo ul li{float: left;width: 30%;margin:20px 1.65%;}
.list_photo ul li *{display: block;}
.list_photo ul li span.img{padding-bottom: 60%;background-repeat: no-repeat;background-position: center;-webkit-background-size: cover;background-size: cover;}
.list_photo ul li span.txt{font-size: 15px;text-align: center;line-height: 35px;}
@media screen and (max-width:1200px){
.footer .fl .foot_nav,.left_nav .title em{display: none;}
.footer .fl{width: calc(100% - 350px);}
.cont_techer .cont_dl dd{font-size: 14px;}
}
@media screen and (max-width:991px){
.pc_nav,.header .search{display: none;}
.menua{display: block;}
.banner .swiper-slide a{padding-bottom: 36%;}
.tabs li{margin-left: 10px;}
.fz20{font-size: 18px;}
.fz16,.list_news ul li a span{font-size: 14px;}
.tabs > a,.index_tite a{font-size: 12px;}
.one_lft .index_tite{margin-bottom: 15px;}
.linke ul li{width: 25%;}
.one_news li a span{width: calc(100% - 65px);}
.banner{margin-bottom: 10px;}
.header{padding: 10px 0;}
.left_nav ul li a,.left_nav .title span{padding-left: 20px;}
.list_teacher a{width: 19.5%;}

}
@media screen and (max-width:800px){
	.one_lft,.one_swiper,.one_news,.one_right,.two_left,.two_center,.two_right{width: 100%;margin: 0;}
	.index_two{padding-top: 0;}
	.header .fl img{height: 45px;}
	.menua img{height: 40px;}
	.banner{margin-top: 10px;}
	.banner .swiper-slide a{padding-bottom: 40%;}
	.one_lft,.one_right,.two_left,.two_center{margin-bottom:15px;}
	.two_L_box dl,.linke{padding: 15px 0}
	.linke ul li{width: 50%;}
	.linke ul li:nth-child(6n+1):after{display: inline-block;}
	.footer .fr{float: left;width: 100%;text-align: center;}
	.footer .fr li{display: inline-block;float: none;}
	.footer .fl{width: 100%;text-align: center;}
	.footer .fl p span,.footer .fl p a{display: block;margin-left: 0;}
	.footer{padding: 25px 0;}
	.one_tabswiper{height: auto !important;}
	.tabs li{margin-left: 25px;}
	.left_nav{display: none;}
	.right_main{width: 96%;margin: 0 2%;}
	.fz22{font-size: 18px;}
	.list_title{padding: 20px 0;}
	.leader_box dt{float: none;margin: 0 auto;}
	.leader_box dd{float: left;padding-left: 0;width: 100%;text-align: center;}
	.leader_box dd a > em{margin-top: 3px;}
	.leader_box dd a span.name{padding: 10px 0}
	.list_organ dd a{width: 48%;}
	.list_teacher a{width: 33%;margin-top: 20px;}
	.list_teacher{min-height: auto;padding-bottom: 50px;}
	.location .fr{font-size: 12px;}
	.cont_techer .cont_dl dt{margin: auto;float: none;}
	.cont_techer .cont_dl dd{padding-left: 0;text-align: center;padding-top: 20px;}
	.cont_techer .cont_dl dd p{margin-top: 10px;}
	.list_news ul li a span{width: calc(100% - 90px);}
	.page a{display: none;}
	.page a.page_btn{display: inline-block;}
	.page{padding-top: 15px;}
	.list_news{padding-bottom: 35px;}
	.cont_title{font-size: 18px;}
	.cont_em{padding-bottom: 10px;}
	.list_photo ul li{width: 46.7%;margin-bottom: 0;}
	.linke ul li:after,.linke ul li:nth-child(6n+1):after{display: none;}
}
@media screen and (max-width:460px){
	.list_organ dd a{width: 100%;margin-right: 0;}
	.list_organ dl{padding-bottom: 30px;}

}