<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*初始化样式*/
html {
  width: 100%;
  height: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  margin: 0px auto;
  zoom: 1;
  font-size: 12px;
  line-height: 24px;
  font-family: "monbaiti", Arial, "微软雅黑", "宋体";
  color: #414446;
  /*设置宽度*/
  width: 100%;
}
ul,
li,
form,
dl,
dt,
dd,
div {
  padding: 0px;
  margin: 0px;
}
.ul,
.ul li {
  list-style: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p {
  padding: 0px;
  margin: 0px;
}
p {
  margin: 0;
}
select,
input,
textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #414446;
}
input:focus {
  outline: none;
}
body.hide {
  overflow: hidden;
}
/*强制去除表单自带的样式*/
input,
button,
select,
textarea {
  outline: none;
  /*-webkit-appearance:none;*/
}
/*强制去除textarea自带的样式*/
textarea {
  resize: none;
  /*-webkit-appearance:none;*/
}
textarea,
input,
select {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
/*html5设置*/
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}
figure,
figcaption {
  margin: 0px;
  padding: 0px;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/*百度分享弹框*/
.bd_weixin_popup {
  box-sizing: content-box;
}
img {
  border: none;
  border: 0;
  vertical-align: top;
  max-width: 100%;
}
span {
  outline: none;
}
a {
  color: #414446;
  text-decoration: none;
  color: #333;
}
a:focus {
  outline: none;
  -moz-outline: none;
}
a:hover {
  text-decoration: none;
  color: #fff;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
}
.animate5s {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.animate3s {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.textover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textovers {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
/*清楚浮动*/
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0px;
}
.clearfix {
  zoom: 1;
}
/*初始化样式*/
.f_l {
  float: left;
  display: inline-block;
}
.f_r {
  float: right;
  display: inline-block;
}
/**动画**/
*[data-animation]{ opacity: 0; }
.animated{ opacity: 1; }
/**加号**/
.jhao {
  position: relative;
  height: 15px;
  width: 15px;
  display: block;
}
.jhao i {
  display: block;
  position: absolute;
  background: #8c2d30;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}
.jhao .i2 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.taxian:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.container {
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.Title1 {
  font-size: 20px;
  color: #8c2d30;
  line-height: 26px;
  border-bottom: 1px solid #ececec;
  padding: 10px 0 15px;
}
/**头部导航**/
#Header {
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
#Header .top {
  background: #fff;
}
#Header .top .logo {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
}
#Header .top .logo img {
  display: block;
  height: 60px;
}
#Header .top .rBox {
  padding: 30px 0;
}
#Header .top .SearchBox .Box {
  overflow: hidden;
  position: relative;
  border: 1px solid #8c2d30;
  border-radius: 4px;
  width: 280px;
  padding-right: 60px;
}
#Header .top .SearchBox .Box .Key {
  width: 100%;
  font-size: 14px;
  color: #999;
  padding: 0 9%;
  line-height: 38px;
  display: block;
}
#Header .top .SearchBox .Box .Key::-webkit-input-placeholder {
  color: #999;
}
#Header .top .SearchBox .Box .Key:-moz-placeholder {
  color: #999;
}
#Header .top .SearchBox .Box .Key::-moz-placeholder {
  color: #999;
}
#Header .top .SearchBox .Box .Key:-ms-input-placeholder {
  color: #999;
}
#Header .top .SearchBox .Box .Btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: #8c2d30 url(../images/icon_search.png) no-repeat center;
  cursor: pointer;
}
#Header .top .SearchBox .Box .Btn:hover {
  background-color: #ce2b30;
}
#Header .top .Language {
  margin-left: 60px;
  font-size: 14px;
  line-height: 40px;
}
#Header .top .Language a {
  color: #999;
}
#Header .top .Language a:hover {
  color: #8c2d30;
}
#Header .Menu {
  background: #8c2d30;
}
#Header .Menu .ul li {
  z-index: 2;
  float: left;
  display: inline-block;
  width: 11%;
  position: relative;
}
#Header .Menu .ul li a.first {
  display: block;
  font-size: 16px;
  color: #efefef;
  line-height: 60px;
}
#Header .Menu .ul li:hover a.first {
  background: #7f1b1e;
  color: #fff;
}
#Header .Menu .ul li .lib {
  opacity: 0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  width: 100%;
  position: absolute;
  padding-bottom: 10px;
}
#Header .Menu .ul li .lib a {
  color: #efefef;
  background: #7f1b1e;
  font-size: 14px;
  line-height: 32px;
  display: block;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
}
#Header .Menu .ul li .lib a:hover {
  background: #670e10;
  margin-left: -10px;
  margin-right: -10px;
  border-radius: 3px;
}
#Header .Menu .ul li .lib a + a {
  margin-top: 2px;
}
#Header .Menu .ul li:hover .lib {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  opacity: 1;
}
#Header .Menu .ul li.last {
  width: 12%;
  display: none;
}
/**底部Footer**/
#Footer {
  background: #8c2d30;
}
#Footer .top {
  padding: 50px 0;
}
#Footer .top .ul li {
  float: left;
  display: inline-block;
}
#Footer .top .ul li .tit {
  font-size: 18px;
  line-height: 1.6em;
  color: #fff;
}
#Footer .top .ul li .aBox {
  padding-top: 15px;
  font-size: 14px;
  color: #ffcacc;
}
#Footer .top .ul li .aBox a {
  display: block;
  color: #ffcacc;
  line-height: 30px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
}
#Footer .top .ul li .aBox a:hover {
  color: #fff;
  transform: translate(2px, 0);
  -webkit-transform: translate(2px, 0);
  -moz-transform: translate(2px, 0);
  -ms-transform: translate(2px, 0);
  -o-transform: translate(2px, 0);
}
#Footer .top .ul li .share {
  padding-top: 30px;
}
#Footer .top .ul li .share a {
  float: none;
  vertical-align: middle;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #c85f62;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  margin: 0;
}
#Footer .top .ul li .share a:hover {
  border-color: #8c2d30;
  background-color: #fff;
}
#Footer .top .ul li .share .bds_sqq {
  background-image: url(../images/icon_icons_qq.png);
}
#Footer .top .ul li .share .bds_sqq:hover {
  background-image: url(../images/icon_icons_qq_hover.png);
}
#Footer .top .ul li .share .bds_weixin {
  background-image: url(../images/icon_icons_wx.png);
  margin: 0 19px;
}
#Footer .top .ul li .share .bds_weixin:hover {
  background-image: url(../images/icon_icons_wx_hover.png);
}
#Footer .top .ul li .share .bds_tsina {
  background-image: url(../images/icon_icons_sina.png);
}
#Footer .top .ul li .share .bds_tsina:hover {
  background-image: url(../images/icon_icons_sina_hover.png);
}
#Footer .top .ul li + li {
  margin-left: 75px;
}
#Footer .top .Code {
  float: right;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
#Footer .top .Code .text {
  margin-top: 10px;
}
#Footer .bot {
  border-top: 1px solid #9d3a3d;
  font-size: 14px;
  color: #ffcacc;
  line-height: 1.4em;
  padding: 28px 0;
}
/**内页Banner**/
#AutoBanner {
  overflow: hidden;
}
#AutoBanner .pc {
  display: block;
}
#AutoBanner .phone {
  display: none;
}
#AutoBanner img {
  animation: scaleAnim 5s ease forwards;
}
@keyframes scaleAnim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/**首页轮播Banner**/
#IndexBan a {
  display: block;
}
#IndexBan a img {
  display: block;
}
#IndexBan .pc {
  display: block;
}
#IndexBan .phone {
  display: none;
}
#IndexBan .swiper-button-prev,
#IndexBan .swiper-button-next {
  display: none;
}
#IndexBan .point {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  z-index: 2;
}
#IndexBan .point span {
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  height: 10px;
  width: 10px;
  margin: 0 13px;
  display: inline-block;
}
#IndexBan .point .swiper-pagination-bullet-active {
  background: #fff;
}
/**首页新闻**/
#IndexNews .Title1 {
  margin-bottom: 30px;
}
#IndexNews .Title1 .jhao {
  float: right;
  display: inline-block;
  height: 24px;
}
#IndexNews .news {
  padding-top: 28px;
  width: 65.8%;
}
#IndexNews .news .f_l {
  width: 48.1%;
}
#IndexNews .news .imgBox {
  display: block;
  overflow: hidden;
  height: 250px;
}
#IndexNews .news .imgBox img {
  display: block;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  height: 250px;
  max-width: 9999px;
}
#IndexNews .news .imgBox:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#IndexNews .news .cont {
  display: block;
  background: #f5f5f5;
  padding: 25px 30px;
}
#IndexNews .news .cont .title {
  font-size: 18px;
  color: #8c2d30;
}
#IndexNews .news .cont .time {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e9e9e9;
  display: block;
  font-size: 12px;
  color: #999999;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
}
#IndexNews .news .cont:hover {
  background: #8c2d30;
}
#IndexNews .news .cont:hover .title {
  color: #fff;
}
#IndexNews .news .cont:hover .time {
  color: #fff;
  transform: translate(2px, -3px);
  -webkit-transform: translate(2px, -3px);
  -moz-transform: translate(2px, -3px);
  -ms-transform: translate(2px, -3px);
  -o-transform: translate(2px, -3px);
}
#IndexNews .news .f_r {
  width: 48.1%;
  padding-right: 6px;
}
#IndexNews .news ul.ul li .li_t {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  height: 24px;
  display: block;
  overflow: hidden;
}
#IndexNews .news ul.ul li .li_t:hover {
  color: #8c2d30;
}
#IndexNews .news ul.ul li .li_t:hover + span {
  transform: translate(2px, -3px);
  -webkit-transform: translate(2px, -3px);
  -moz-transform: translate(2px, -3px);
  -ms-transform: translate(2px, -3px);
  -o-transform: translate(2px, -3px);
}
#IndexNews .news ul.ul li .time {
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  font-size: 12px;
  color: #999999;
  display: block;
}
#IndexNews .news ul.ul li + li {
  margin-top: 13px;
  padding-top: 19px;
  border-top: 1px dashed #999999;
}
#IndexNews .notice {
  padding: 28px 30px 60px;
  width: 31.66%;
  background: #8c2d30;
}
#IndexNews .notice .Title1 {
  color: #fff;
  border-bottom-color: #9d3a3d;
}
#IndexNews .notice .Title1 .icon {
  padding-left: 35px;
  display: inline-block;
  background: url(../images/icon_voice.png) no-repeat left center;
}
#IndexNews .notice .Title1 .jhao i {
  background: #fff;
}
#IndexNews .notice dd .time {
  width: 60px;
  line-height: 22px;
  margin-right: 20px;
}
#IndexNews .notice dd .time .date {
  background: #7f1b1e;
  color: #fff;
  display: block;
}
#IndexNews .notice dd .time .year {
  background: #fff;
  color: #7f1b1e;
  display: block;
}
#IndexNews .notice dd .title {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  display: block;
  height: 44px;
}
#IndexNews .notice dd:hover .title {
  color: #d6aaaa;
}
#IndexNews .notice dd:hover .date {
  background: #fff;
  color: #e63e43;
}
#IndexNews .notice dd:hover .year {
  background: #e63e43;
  color: #fff;
}
#IndexNews .notice dd + dd {
  padding-top: 19px;
  margin-top: 20px;
  border-top: 1px dashed #9d3a3d;
}
/**学生作品**/
#IndexWorks {
  background: #f5f5f5;
  padding: 60px 0;
}
#IndexWorks .Title1 {
  margin-bottom: 30px;
}
#IndexWorks .Title1 .jhao {
  display: inline-block;
}
#IndexWorks .works .swiper-slide {
  display: inline-block;
  background: #fff;
}
#IndexWorks .works .imgBox {
  display: block;
  overflow: hidden;
}
#IndexWorks .works .imgBox img {
  display: block;
}
#IndexWorks .works .cont {
  padding: 25px 30px 22px;
  background: #fff;
  position: relative;
}
#IndexWorks .works .cont .jt_top {
  position: absolute;
  display: block;
  top: -11px;
  right: 25px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
}
#IndexWorks .works .cont .tit {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  display: block;
  margin-bottom: 2px;
}
#IndexWorks .works .cont .time {
  font-size: 14px;
  color: #999;
  line-height: 22px;
}
#IndexWorks .works .swiper-slide:hover .imgBox img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#IndexWorks .works .swiper-slide:hover .cont {
  background: #8c2d30;
}
#IndexWorks .works .swiper-slide:hover .jt_top {
  border-bottom-color: #8c2d30;
}
#IndexWorks .works .swiper-slide:hover .tit {
  color: #fff;
}
#IndexWorks .works .swiper-slide:hover .time {
  color: #e49497;
}
#IndexWorks .works .pintes {
  padding-top: 40px;
}
#IndexWorks .works .pintes span {
  height: 10px;
  width: 10px;
  border: 2px solid #9e9e9e;
  border-radius: 50%;
  background: transparent;
  margin: 0 9px;
}
#IndexWorks .works .pintes .swiper-pagination-bullet-active {
  border-color: #8c2d30;
  background: #8c2d30;
}
/**国际交流**/
#IndexExchange {
  padding: 60px 0;
}
#IndexExchange .Title1 {
  margin-bottom: 30px;
}
#IndexExchange .Title1 .links {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
}
#IndexExchange .Title1 .links a {
  color: #999999;
  vertical-align: middle;
  display: inline-block;
}
#IndexExchange .Title1 .links a:hover {
  color: #8c2d30;
}
#IndexExchange .Title1 .links span {
  font-size: 18px;
  line-height: 20px;
  margin: 2px 10px 0;
  vertical-align: middle;
  display: inline-block;
}
#IndexExchange .imgBox {
  overflow: hidden;
  width: 50%;
}
#IndexExchange .imgBox img {
  display: block;
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
#IndexExchange .imgBox:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#IndexExchange .cont {
  font-size: 15px;
  color: #666666;
  line-height: 1.5em;
  width: 50%;
  padding-right: 1.7%;
}
#IndexExchange .cont .word {
  border-bottom: 1px dashed #999999;
  padding-top: 3%;
  padding-bottom: 8%;
  margin-bottom: 8%;
  padding-right: 15px;
}
#IndexExchange .cont .more {
  display: inline-block;
  border: 1px solid #8c2d30;
  color: #8c2d30;
  border-radius: 4px;
  font-size: 14px;
  line-height: 38px;
  padding: 0 50px 0 20px;
  background: url(../images/icon_jt1.png) no-repeat 92px center;
}
#IndexExchange .cont .more:hover {
  color: #fff;
  background: #8c2d30 url(../images/icon_jt1_1.png) no-repeat 98px center;
}
/**内页框架**/
.AutoBlock {
  background: #f5f5f5;
  padding-bottom: 60px;
}
.AutoBlock .LMenu {
  width: 25%;
  position: relative;
}
.AutoBlock .LMenu .Tit {
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  background: #8c2d30;
  padding: 33px 11.66%;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
}
.AutoBlock .LMenu .ul li {
  position: relative;
  background: #fff;
  margin-bottom: 1px;
}
.AutoBlock .LMenu .ul li .line {
  display: block;
  position: absolute;
  height: 0;
  top: 0;
  width: 2px;
  background: #8c2d30;
}
.AutoBlock .LMenu .ul li .t {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  padding: 20px 11.66%;
  display: block;
  position: relative;
}
.AutoBlock .LMenu .ul li .t .jt {
  position: absolute;
  height: 100%;
  display: block;
  width: 6px;
  top: 0;
  right: 11.66%;
  background: url(../images/icon_jt1.png) no-repeat center;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.AutoBlock .LMenu .ul li:hover .line {
  height: 100%;
  background: #fff;
}
.AutoBlock .LMenu .ul li:hover .t {
  background: #8c2d30;
  color: #fff;
}
.AutoBlock .LMenu .ul li:hover .t .jt {
  background: url(../images/icon_jt1_1.png) no-repeat center;
  transform: translate(5px, 0);
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
}
.AutoBlock .LMenu .ul .on .line {
  height: 100%;
}
.AutoBlock .RCont {
  width: 73.33%;
}
.AutoBlock .RCont .location {
  padding: 19px 0;
  text-align: right;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}
.AutoBlock .RCont .location .icon {
  padding-left: 20px;
  background: url(../images/icon_location.png) no-repeat left center;
  color: #999999;
}
.AutoBlock .RCont .location i {
  display: inline;
  margin: 0 10px;
}
.AutoBlock .RCont .location span {
  color: #333333;
}
.AutoBlock .RCont .location a {
  display: inline-block;
  color: #999999;
}
.AutoBlock .RCont .location a:hover {
  color: #8c2d30;
}
.AutoBlock .RCont .Cont {
  background: #fff;
  padding: 3.4%;
}
.AutoBlock .RCont .Cont .Pad {
  font-size: 15px;
  line-height: 1.8em;
  color: #666666;
}
/**分页**/
.Pages .ul {
  position: relative;
  padding: 10px 120px;
}
.Pages .ul li {
  display: inline-block;
  padding: 2px 8px;
}
.Pages .ul li a {
  font-size: 16px;
  line-height: 38px;
  color: #666666;
  border: 1px solid #eeeeee;
  display: block;
  padding: 0 15px;
}
.Pages .ul li a:hover {
  color: #fff;
  background: #8c2d30;
  border: 1px solid #8c2d30;
}
.Pages .ul .ts {
  padding: 2px 0;
  position: absolute;
}
.Pages .ul .ts a {
  padding: 0 25px;
}
.Pages .ul .first {
  left: 0;
}
.Pages .ul .last {
  right: 0;
}
.Pages .ul .on a {
  color: #fff;
  background: #8c2d30;
  border: 1px solid #8c2d30;
}
/**关于我们**/
/**师资队伍**/
.TeacherList li .imgBox {
  width: 330px;
  height: 220px;
  border-right: 30px solid #fff;
  overflow: hidden;
}
.TeacherList li .imgBox img {
  display: block;
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.TeacherList li .des {
  padding-top: 1.8%;
}
.TeacherList li .des .name {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.TeacherList li .des .job {
  font-size: 15px;
  line-height: 20px;
  color: #666666;
  margin-top: 1.8%;
  padding-bottom: 3%;
  border-bottom: 1px dashed #bdbdbd;
  margin-bottom: 3%;
}
.TeacherList li .des .word {
  font-size: 15px;
  line-height: 24px;
  color: #666666;
}
.TeacherList li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.TeacherList li + li {
  margin-top: 30px;
}
/**校园风光**/
.SchoolList {
  margin: 0 -5px;
}
.SchoolList li {
  float: left;
  display: inline-block;
  margin: 0.6%;
}
.SchoolList li .imgBox {
  position: relative;
}
.SchoolList li .imgBox img {
  display: block;
  /*width: 100%;*/
  max-width: 999px;
}
.SchoolList li .imgBox .mark {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}
.SchoolList li .imgBox .mark .tit {
  position: absolute;
  width: 100%;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin-top: -10px;
}
.SchoolList li .imgBox:hover .mark {
  opacity: 1;
}
.SchoolList li .imgBox:hover .mark .tit {
  margin-top: 0;
}
/**联系我们**/
.ContactBlock{}
.ContactBlock .Block{ transform: translateY(0); padding:10px; background: transparent; margin-bottom: 20px; cursor: pointer; }
.ContactBlock .Block:hover{ transform: translateY(6px); background: #fbfbfb; }
.ContactBlock .Block.on{transform: translateY(6px);background: #f5f5f5;}
.ContactBlock .Map{padding-top: 50%;}
.ContactBlock .Map *{ box-sizing: content-box; }
.ContactBlock .Map img{ max-width: 999px; }
.ContactBlock .Map .BMap_bubble_content{ font-size: 14px; line-height: 18px; }
.ContactBlock .Map .BMap_cpyCtrl,
.ContactBlock .Map .anchorBL{ display: none; }
/**政策文件**/
.PolicyList {
  margin-bottom: 20px;
}
.PolicyList li a {
  position: relative;
  display: block;
  padding-right: 95px;
  font-size: 16px;
  line-height: 32px;
  color: #000;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
}
.PolicyList li a .time {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  background: #fff;
  padding-left: 15px;
  color: #000;
}
.PolicyList li a:hover {
  color: #8c2d30;
  transform: translate(2px, 0);
  -webkit-transform: translate(2px, 0);
  -moz-transform: translate(2px, 0);
  -ms-transform: translate(2px, 0);
  -o-transform: translate(2px, 0);
}
.PolicyList li:nth-child(9n+1) {
  border-top: 1px solid #ececec;
  margin-top: 10px;
  padding-top: 10px;
}
/**公共列表**/
/**国际交流**/
.List1 {
  margin: 0 -10px;
}
.List1 li {
  float: left;
  width: 50%;
  padding: 0 10px 20px;
}
.List1 li .Box {
  background: #fff;
}
.List1 li .Box .imgBox {
  overflow: hidden;
}
.List1 li .Box .imgBox img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  display: block;
  width: 100%;
}
.List1 li .Box .l_cont {
  border: 1px solid #eeeeee;
  padding: 6%;
}
.List1 li .Box .l_cont .title {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  height: 24px;
  margin-bottom: 2px;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
}
.List1 li .Box .l_cont .time {
  font-size: 14px;
  line-height: 22px;
  color: #999999;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
}
.List1 li .Box:hover {
  background: #8c2d30;
}
.List1 li .Box:hover .imgBox img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.List1 li .Box:hover .l_cont {
  border: 1px solid #8c2d30;
  background: #8c2d30;
}
.List1 li .Box:hover .l_cont .title {
  color: #fff;
  transform: translate(-1px, 1px);
  -webkit-transform: translate(-1px, 1px);
  -moz-transform: translate(-1px, 1px);
  -ms-transform: translate(-1px, 1px);
  -o-transform: translate(-1px, 1px);
}
.List1 li .Box:hover .l_cont .time {
  color: #fff;
  transform: translate(-1px, -1px);
  -webkit-transform: translate(-1px, -1px);
  -moz-transform: translate(-1px, -1px);
  -ms-transform: translate(-1px, -1px);
  -o-transform: translate(-1px, -1px);
}
.List1 li:nth-child(2n+1) {
  clear: both;
}
/**党建园地**/
/**党群机构**/
.List2 {
  margin: 0 -15px;
}
.List2 li {
  padding: 0 15px 30px;
  width: 50%;
  float: left;
}
.List2 li .Box {
  border: 1px solid #e8e8e8;
  background: transparent;
  display: block;
  padding: 5%;
}
.List2 li .Box .time {
  width: 60px;
}
.List2 li .Box .time i {
  display: block;
  font-style: normal;
}
.List2 li .Box .time .date {
  font-size: 16px;
  color: #666666;
  line-height: 40px;
  background: #f5f5f5;
}
.List2 li .Box .time .year {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  background: #999999;
}
.List2 li .Box .title {
  padding-left: 20px;
  padding-top: 6px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.List2 li .Box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.List2 li .Box:hover .time .year {
  background: #8c2d30;
}
.List2 li .Box:hover .title {
  color: #8c2d30;
}
/**校园生活**/
.List3 {
  margin: 0 -10px;
  position: relative;
}
.List3 .article:nth-child(1),
.List3 .article:nth-child(2),
.List3 .article:nth-child(3) {
  padding-top: 0;
  border-top: 0 none;
}
.List3 .article {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #c5c5c5;
}
.List3 .article .tips {
  font-size: 12px;
  line-height: 20px;
  background: #8c2d30;
  padding: 0 5px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
}
.List3 .article .tit {
  font-size: 18px;
  line-height: 22px;
  max-height: 44px;
  color: #333333;
  margin: 10px 0 8px;
}
.List3 .article .tit:hover {
  color: #8c2d30;
}
.List3 .article .imgBox {
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
}
.List3 .article .imgBox img {
  display: block;
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.List3 .article .imgBox img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.List3 .article .l_cont {
  font-size: 16px;
  line-height: 27px;
  max-height: 162px;
  color: #333333;
  -webkit-line-clamp: 6;
  display: block;
}
.List3 .article .time {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  display: inline-block;
  padding-left: 21px;
  background: url(../images/icon_time.png) no-repeat left 3px;
  margin: 5px 0;
}
.List3 .article .more {
  font-size: 14px;
  line-height: 24px;
  color: #8c2d30;
  background: url(../images/icon_jt2.png) no-repeat right center;
  padding-right: 14px;
  display: inline-block;
}
.List3 .article .more:hover {
  padding-right: 18px;
}
.List3 .wall-column {
  display: block;
  position: relative;
  width: 33.33%;
  float: left;
  padding: 0 10px;
}
/**详情页**/
.AutoInfo .title {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 0.5em 0;
  font-weight: normal;
}
.AutoInfo .other {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  padding: 5px 0;
}
.AutoInfo .cont {
  font-size: 16px;
  line-height: 1.6em;
  color: #666666;
  padding: 30px 0;
}
.AutoInfo .ReturnBox {
  border-top: 1px solid #e8e8e8;
  padding: 40px 0 20px;
}
.AutoInfo .ReturnBox a {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  background: #8c2d30;
  padding: 0 25px;
}
.AutoInfo .ReturnBox a:hover {
  background: #bb2a2f;
}
/**国际合作学校**/
.i_school {
  padding-bottom: 7%;
}
.i_school .logoBox a {
  float: left;
  display: inline-block;
  width: 25%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
}
.i_school .logoBox a img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.i_school .logoBox a:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.i_school .logoBox a:hover img {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
/**校友专栏**/
.Alumni .Bigt {
  font-size: 30px;
  line-height: 1.4em;
  color: #8c2d30;
  font-weight: normal;
  margin: 15px 0;
}
.Alumni .TopDes {
  font-size: 16px;
  line-height: 1.4em;
  color: #666666;
  margin-bottom: 35px;
}
/**校友展示**/
.AlumnusList li{ float: left; display: inline-block; width: 48%; margin-bottom: 20px; position: relative; min-height: 270px; padding-left:210px; }
.AlumnusList li .imgBox {
  position: absolute;
  top: 0;
  left:0;
  width: 210px;
  height: 270px;
  overflow: hidden;
}
.AlumnusList li:nth-child(2n){ float:right; }
.AlumnusList li:nth-child(2n+1){ clear: both; }
.AlumnusList li .imgBox img {
  display: block;
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.AlumnusList li .des {
  padding-top: 8%;
  padding-left: 10%;
}
.AlumnusList li .des .name {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.AlumnusList li .des .job {
  font-size: 15px;
  line-height: 20px;
  color: #666666;
  margin-top: 10%;
  padding-bottom: 15%;
  border-bottom: 1px dashed #bdbdbd;
  margin-bottom: 15%;
}
.AlumnusList li .des .word {
  font-size: 15px;
  line-height: 24px;
  color: #666666;
}
.AlumnusList li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/**人才招聘**/
.JobList{}
.JobList&gt;dd{ border:1px solid #e0e0e0; font-size: 16px; color:#666; padding:25px 2.7%; transform: translate(0); }
.JobList&gt;dd+dd{ margin-top:20px; }
.JobList .top{ padding-right: 60px; position: relative; }
.JobList .title{ font-size: 20px; line-height: 1.2em; color:#000; margin-bottom: 20px; }
.JobList .icon{ display: block; position: absolute; top: 50%; right: 0; border-radius: 50%; border:1px solid #c3c3c3; margin-top:-25px; height: 50px; width: 50px; background:url(../images/jt_4.png) no-repeat center; cursor: pointer; }
.JobList .icon:hover{ background-image:url(../images/jt_4_1.png); background-color: #8c2d30; }
.JobList .bot{ border-top: 1px solid #e2e2e2; padding-bottom:10px; padding-top:30px; margin-top:30px; line-height: 1.8em; display: none; }
.JobList&gt;dd:hover{ background: #dedddd; transform: translate(-1px,-2px);); box-shadow: 0 0 10px rgba(0,0,0,0.1); }
.JobList .on{ background:#f5f5f5; }
.JobList .on .icon{ background-image:url(../images/jt_4_on.png); }
.JobList .on .icon:hover{ background-image:url(../images/jt_4_1_on.png); }
.JobList .on:hover{ transform: translate(0); background: #f5f5f5; }

@media only screen and (min-width: 1230px) {
  /**头部导航**/
  body {
    padding-top: 160px;
    transition: padding-top 0.3s linear;
    -webkit-transition: padding-top 0.3s linear;
    -moz-transition: padding-top 0.3s linear;
    -ms-transition: padding-top 0.3s linear;
    -o-transition: padding-top 0.3s linear;
  }
  body.HF {
    padding-top: 95px;
  }
  body.HF #Header .top .logo {
    height: 60px;
  }
  body.HF #Header .top .logo img {
    height: 40px;
  }
  body.HF #Header .top .rBox {
    padding: 10px 0;
  }
  body.HF #Header .Menu .ul li a.first {
    line-height: 40px;
  }
  #Header .Menu .ul li.hover a.first {
    background: #7f1b1e;
    color: #fff;
  }
}
@media only screen and (max-width: 1229px) {
  /**头部导航**/
  body {
    padding-top: 54px;
  }
  body #Header .top {
    border-bottom: 1px solid rgba(117, 27, 30, 0.99);
    position: relative;
    z-index: 99;
  }
  body #Header .top .logo {
    height: 54px;
  }
  body #Header .top .logo img {
    height: 40px;
  }
  body #Header .top .rBox {
    padding: 10px 0;
  }
  body #Header .top .rBox .Box {
    width: 200px;
    line-height: 32px;
    padding-right: 40px;
  }
  body #Header .top .rBox .Box .Key {
    line-height: 32px;
  }
  body #Header .top .rBox .Box .Btn {
    width: 40px;
  }
  body #Header .top .rBox .Language {
    margin-left: 20px;
    line-height: 34px;
  }
  body #Header .Menu {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    opacity: 0;
    z-index: -1;
    position: fixed;
    left: 0;
    top: 55px;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    z-index: 9;
  }
  body #Header .Menu .container {
    padding: 0;
  }
  body #Header .Menu .ul {
    /*background: rgba(117,27,30,0.99);*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
  }
  body #Header .Menu .ul li {
    width: 100%;
    float: none;
    display: block;
    border-bottom: 1px solid rgba(117, 27, 30, 0.99);
  }
  body #Header .Menu .ul li a.first {
    line-height: 48px;
    font-size: 16px;
    color: #666;
  }
  body #Header .Menu .ul li .lib {
    position: static;
    opacity: 1;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    display: none;
    transition: none 0.3s linear;
    -webkit-transition: none 0.3s linear;
    -moz-transition: none 0.3s linear;
    -ms-transition: none 0.3s linear;
    -o-transition: none 0.3s linear;
    padding: 0;
  }
  body #Header .Menu .ul li .lib a {
    margin-top: 1px;
    line-height: 50px;
  }
  body #Header .Menu .ul li .lib a + a {
    margin-top: 1px;
  }
  body #Header .Menu .ul li.last {
    width: 100%;
    /*border-bottom: 1px solid rgba(255,255,255,0.9);*/
  }
  body #Header #PhoneBtn {
    padding-top: 5px;
    width: 34px;
    margin-left: 15px;
    cursor: pointer;
  }
  body #Header #PhoneBtn i {
    display: block;
    height: 4px;
    background: #8c2d30;
    width: 100%;
  }
  body #Header #PhoneBtn i + i {
    margin-top: 6px;
  }
  .MenuShow {
    overflow: hidden;
  }
  .MenuShow #Header .Menu {
    opacity: 1;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    z-index: 9999;
  }
  .MenuShow #Header #PhoneBtn .i1 {
    transform: rotate(45deg) translate(8px, 6px);
    -webkit-transform: rotate(45deg) translate(8px, 6px);
    -moz-transform: rotate(45deg) translate(8px, 6px);
    -ms-transform: rotate(45deg) translate(8px, 6px);
    -o-transform: rotate(45deg) translate(8px, 6px);
  }
  .MenuShow #Header #PhoneBtn .i2 {
    opacity: 0;
  }
  .MenuShow #Header #PhoneBtn .i3 {
    transform: rotate(-45deg) translate(8px, -7px);
    -webkit-transform: rotate(-45deg) translate(8px, -7px);
    -moz-transform: rotate(-45deg) translate(8px, -7px);
    -ms-transform: rotate(-45deg) translate(8px, -7px);
    -o-transform: rotate(-45deg) translate(8px, -7px);
  }
  /**底部Footer**/
  #Footer .top {
    padding: 30px 0;
  }
  #Footer .top .ul li + li {
    margin-left: 50px;
  }
  /**学生作品**/
  #IndexWorks {
    background: #f5f5f5;
    padding: 30px 0;
  }
  #IndexWorks .works .pintes {
    padding-top: 30px;
  }
  /**国际交流**/
  #IndexExchange {
    padding: 30px 0;
  }
  #IndexExchange .cont .word {
    padding-top: 0%;
    padding-bottom: 4%;
    margin-bottom: 4%;
    padding-right: 10px;
  }
  /**内页框架**/
  .AutoBlock {
    padding-bottom: 40px;
  }
  .AutoBlock .LMenu {
    position: relative;
  }
  .AutoBlock .LMenu .Tit {
    font-size: 24px;
    line-height: 30px;
    padding: 28px 11.66%;
  }
  .AutoBlock .LMenu .ul li {
    position: relative;
    background: #fff;
    margin-bottom: 1px;
  }
  .AutoBlock .LMenu .ul li .t {
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    padding: 15px 11.66%;
  }
}
@media only screen and (max-width: 992px) {
  .Title1 {
    padding-bottom: 10px;
  }
  /**底部Footer**/
  #Footer .top {
    padding: 20px 0;
  }
  #Footer .top .ul {
    display: block;
    float: none;
    width: 100%;
  }
  #Footer .top .ul li {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #Footer .top .ul li .tit,
  #Footer .top .ul li .aBox {
    display: none;
  }
  #Footer .top .ul li .share {
    padding: 0;
    text-align: center;
  }
  #Footer .top .ul li .share a {
    float: none;
  }
  #Footer .top .ul li + li {
    margin: 0;
  }
  #Footer .top .Code {
    float: none;
    display: block;
    width: 100%;
    padding: 15px 0 0;
  }
  #Footer .top .Code img {
    width: 100px;
  }
  #Footer .bot {
    padding: 15px 0;
    text-align: center;
  }
  #Footer .bot .ICP,
  #Footer .bot .xq {
    float: none;
    display: block;
  }
  /**首页新闻**/
  #IndexNews {
    padding-bottom: 30px;
  }
  #IndexNews .Title1 {
    margin-bottom: 18px;
  }
  #IndexNews .news {
    margin-bottom: 25px;
    padding-top: 10px;
    width: 100%;
  }
  #IndexNews .news .f_l {
    width: 49%;
  }
  #IndexNews .news .imgBox img {
    width: 100%;
    height: auto;
  }
  #IndexNews .news .f_r {
    width: 49%;
  }
  #IndexNews .notice {
    padding: 25px 25px 40px;
    width: 100%;
  }
  /**学生作品**/
  #IndexWorks {
    background: #f5f5f5;
    padding: 30px 0;
  }
  #IndexWorks .Title1 {
    margin-bottom: 18px;
  }
  /**国际交流**/
  #IndexExchange {
    padding: 30px 0;
  }
  #IndexExchange .Title1 {
    margin-bottom: 18px;
  }
  #IndexExchange .imgBox {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  #IndexExchange .cont {
    float: none;
    display: block;
    width: 100%;
  }
  #IndexExchange .cont .word {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  /**内页框架**/
  .AutoBlock .LMenu {
    width: 100%;
    float: none;
    display: block;
  }
  .AutoBlock .LMenu .Tit {
    position: static;
    font-size: 20px;
    line-height: 30px;
    padding: 6px 6%;
  }
  .AutoBlock .LMenu .ul li {
    display: inline-block;
    position: relative;
    background: #fff;
    margin-bottom: 1px;
  }
  .AutoBlock .LMenu .ul li .t .jt {
    display: none;
  }
  .AutoBlock .LMenu .ul li .t {
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    padding: 10px 8px;
  }
  .AutoBlock .RCont {
    width: 100%;
    float: none;
    display: block;
  }
  .AutoBlock .RCont .location {
    text-align: left;
    padding: 15px 0;
  }
  .AutoBlock .RCont .Cont {
    padding: 2%;
  }
  /**师资队伍**/
  .TeacherList li .imgBox {
    width: 315px;
    border-right: 15px solid #fff;
  }
  .TeacherList li .des {
    padding-top: 1.8%;
  }
  .TeacherList li .des .name {
    font-size: 18px;
    line-height: 22px;
  }
  .TeacherList li .des .job {
    font-size: 14px;
    line-height: 20px;
    margin-top: 1.5%;
    padding-bottom: 2.5%;
    margin-bottom: 2.5%;
  }
  .TeacherList li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  .TeacherList li + li {
    margin-top: 20px;
  }
  /**公共列表**/
  .List1 {
    margin: 0 -6px;
  }
  .List1 li {
    padding: 0 6px 12px;
  }
  /**党群机构**/
  .List2 {
    margin: 0 -7px;
  }
  .List2 li {
    padding: 0 7px 14px;
  }
  .List2 li .Box .title {
    padding-left: 15px;
  }
  /**人才招聘**/
  .JobList&gt;dd{ padding:10px 2.5%; font-size: 14px; }
  .JobList&gt;dd+dd{ margin-top: 15px; }
  .JobList .top{ padding-right: 40px; }
  .JobList .title{ font-size: 18px; margin-bottom:6px; }
  .JobList .other{ line-height: 22px; }
  .JobList .icon{ height: 32px; width: 32px; background-size: 10px auto; }
  .JobList .bot{ padding-top:15px; margin-top: 15px; }
}
@media only screen and (max-width: 768px) {
  /**内页Banner**/
  #AutoBanner .phone {
    display: block;
  }
  #AutoBanner .pc {
    display: none;
  }
  /**首页新闻**/
  #IndexNews .news {
    margin-bottom: 20px;
  }
  #IndexNews .news .f_l {
    width: 100%;
  }
  #IndexNews .news .f_r {
    width: 100%;
  }
  #IndexNews .news .imgBox {
    height: auto;
  }
  #IndexNews .news .imgBox img {
    width: 100%;
    height: auto;
  }
  #IndexNews .news .cont {
    padding: 15px 10px;
    margin-bottom: 15px;
  }
  #IndexNews .news .cont .time {
    margin-top: 3px;
    padding-top: 3px;
  }
  #IndexNews .news ul.ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #999999;
  }
  #IndexNews .news ul.ul li + li {
    margin-top: 0;
    padding-top: 0;
    border-top: 0 none;
  }
  #IndexNews .notice {
    padding: 10px 15px 20px;
  }
  #IndexNews .notice dd + dd {
    padding-top: 12px;
    margin-top: 13px;
  }
  #IndexNews .notice dd .time {
    margin-right: 10px;
  }
  /**校友展示**/
  .AlumnusList li{ float: none!important; display: block; width:100%; }
  .AlumnusList li .des .job{ margin-top: 20px; padding-bottom: 20px; margin-bottom: 20px; }
  /**内页框架**/
  .AutoBlock .RCont .Cont {
    padding: 15px;
  }
}
@media only screen and (max-width: 640px) {
  /**头部导航**/
  body #Header .top .logo img {
    height: 30px;
  }
  body #Header .top .rBox .SearchBox {
    border-bottom: 1px solid rgba(117, 27, 30, 0.99);
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    margin-top: 1px;
    opacity: 0;
    background: #fff;
    padding: 10px 15px;
    z-index: -1;
  }
  body #Header .top .rBox .SearchBox .Box {
    width: 100%;
  }
  body #Header .Menu {
    top: 110px;
  }
  body #Header #PhoneBtn {
    width: 30px;
  }
  .MenuShow #Header .top .rBox .SearchBox {
    top: 100%;
    z-index: 1;
    opacity: 1;
  }
  .MenuShow #Header .Menu {
    top: 110px;
  }
  /**首页轮播Banner**/
  #IndexBan .phone {
    display: block;
  }
  #IndexBan .pc {
    display: none;
  }
  #IndexBan .point {
    bottom: 10px;
  }
  /**分页**/
  .Pages .ul {
    padding: 10px 80px;
  }
  .Pages .ul li {
    padding: 2px 4px;
  }
  .Pages .ul li a {
    font-size: 14px;
    line-height: 30px;
    padding: 0 12px;
  }
  .Pages .ul .ts a {
    padding: 0 15px;
  }
  /**学生作品**/
  #IndexWorks {
    padding: 10px 0 20px;
  }
  #IndexWorks .works .cont {
    padding: 15px 10px;
  }
  #IndexWorks .works .cont .tit {
    font-size: 14px;
    line-height: 20px;
  }
  #IndexWorks .works .cont .time {
    font-size: 12px;
  }
  #IndexWorks .works .pintes {
    padding-top: 15px;
  }
  /**国际交流**/
  #IndexExchange {
    padding: 10px 0 25px;
  }
  #IndexExchange .Title1 .links {
    padding-top: 5px;
    float: none;
    display: block;
    line-height: 20px;
  }
  #IndexExchange .Title1 .links span {
    line-height: 18px;
  }
  /**师资队伍**/
  .TeacherList li .imgBox {
    width: 250px;
    height: auto;
    border-right: 15px solid #fff;
  }
  /**校园风光**/
  .SchoolList li .imgBox .mark .tit {
    font-size: 16px;
  }
  /**详情页**/
  .AutoInfo .title {
    margin: 0.4em 0;
  }
  .AutoInfo .cont {
    padding: 20px 0;
  }
  .AutoInfo .ReturnBox {
    padding: 20px 0 10px;
  }
  .AutoInfo .ReturnBox a {
    font-size: 14px;
    line-height: 32px;
    padding: 0 15px;
  }
  /**公共列表**/
  .List1 {
    margin: 0 -4px;
  }
  .List1 li {
    padding: 0 4px 8px;
  }
  .List1 li .Box .l_cont {
    padding: 8px 8px;
  }
  .List1 li .Box .l_cont .title {
    margin-bottom: 0px;
  }
  /**党群机构**/
  .List2 {
    margin: 0;
  }
  .List2 li {
    width: 100%;
    padding: 0 0 10px;
  }
  .List2 li .Box {
    padding: 3%;
  }
  /**校园生活**/
  .List3 {
    margin: 0;
  }
  .List3 .article:nth-child(2),
  .List3 .article:nth-child(3) {
    border-top: 1px solid #c5c5c5;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .List3 .article {
    position: static;
    transform: translate(0)!important;
    -webkit-transform: translate(0)!important;
    -moz-transform: translate(0)!important;
    -ms-transform: translate(0)!important;
    -o-transform: translate(0)!important;
    opacity: 1;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 500px) {
  /**师资队伍**/
  .TeacherList li .imgBox {
    width: 150px;
    height: auto;
    border-right: 10px solid #fff;
    float: none;
    border: 0 none;
    display: block;
    width: 100%;
  }
  .TeacherList li .des {
    padding-top: 20px;
    padding-top: 10px;
  }
  .TeacherList li .des .job {
    font-size: 14px;
    line-height: 20px;
    margin-top: 1.5%;
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0 none;
  }
  .TeacherList li .des .word {
    clear: both;
    padding-top: 6px;
  }
  .TeacherList li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  .TeacherList li + li {
    margin-top: 10px;
    border-top: 1px dashed #bdbdbd;
    padding-top: 15px;
  }
  /**公共列表**/
  .List1 li .Box .l_cont {
    padding: 6px 8px;
  }
  .List1 li .Box .l_cont .title {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    margin-bottom: 0px;
  }
  /**国际合作学校**/
  .i_school {
    padding-bottom: 4%;
  }
  .i_school .logoBox a {
    width: 48%;
    margin: 1%;
    border: 1px solid #eee;
  }
  /**校友展示**/
  .AlumnusList li{ min-height: 205px; padding-left:160px; }
  .AlumnusList li .imgBox{ width: 160px; height: 205px; }
  .AlumnusList li .des .job{ margin-top: 15px; padding-bottom: 15px; margin-bottom: 15px; }
}
@media only screen and (max-width: 380px) {
  /**校友展示**/
  .AlumnusList li{ min-height: 167px; padding-left:130px; }
  .AlumnusList li .imgBox{ width: 130px; height: 167px; }
  .AlumnusList li .des .job{ margin-top: 10px; padding-bottom: 10px; margin-bottom: 10px; }

</pre></body></html>