body,
html {
  font-size: 10px;
  font-size: 625%;
  font-family: "Microsoft YaHei", Georgia;
  background: #fff;
  color: #333;
  overflow-x: hidden;
  overflow-y: auto;
}
* {
  padding: 0;
  margin: 0;
}
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
button {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
  /*IE/7/6*/
}
img {
  border: none;
}
a {
  color: #666;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}
.hide {
  display: none!important;
}
.db {
  display: block;
}
a.logo img {
  width: 562px;
}
a.logo2 img {
  width: 270px;
  margin-left: 45px;
  margin-top: 24px;
}
.w1200,
.schoolLink,
.links,
.footBox {
  width: 1200px;
  width: 12rem;
  margin: 0 auto;
}
a.logo img,
.topics,
.topics img,
.links li a,
.links li img,
.contact img,
.contact span,
.topics2,
.topics2 img,
.linksMb a,
.linksMb img,
.imgList li a,
.imgList li img {
  display: block;
}
.head {
  width: 100%;
  background: url("../images/headerTopBg.png") no-repeat center;
  background-size: cover;
  font-size: 12px;
  padding: 12px 0 17px;
}
.searchBox {
  width: 25%;
}
.searchBox ul li {
  float: left;
  width: 30%;
}
.searchBox ul li a {
  display: inline-block;
  width: 90%;
  text-align: center;
  line-height: 30px;
  color: #666666;
}
.search {
  position: relative;
  top: 10px;
  right: 0;
  height: 32px;
}
.search input {
  width: 258px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #E4D8CB;
  padding-left: 14px;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
}
.search a.btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  width: 40px;
  height: 32px;
  color: #fff;
  background: url("../images/search.png") no-repeat 11px 6px #800000;
  outline: none;
}
a.logo {
  display: block;
  padding-top: 13px;
}
.nav {
  width: 100%;
  background: url("../images/nav-bg.png") repeat-x;
  background-size: cover;
  height: 55px;
  position: relative;
}
.navBox > li {
  position: relative;
  float: left;
  width: 12%;
  text-align: center;
}
.navBox > li a {
  zoom: 1;
  height: 55px;
  line-height: 55px;
  display: block;
  color: #fff;
  font-size: 16px;
}
.navBox .on > a {
  background: #EFE6D2;
  color: #8E5C37;
}
.navBox .sub {
  display: none;
  /*默认隐藏*/
  padding: 10px 0;
  position: absolute;
  top: 55px;
  background: #EFE6D2;
  line-height: 30px;
  min-width: 100%;
}
.navBox .sub li {
  text-align: center;
}
.navBox .sub li a {
  color: #333;
  display: block;
  zoom: 1;
  font-size: 14px;
}
/*banner*/
.banner {
  position: relative;
  width:100%;
 height:100%;

  text-align: center;
  margin: 0 auto;
}
.banner .pic {
  position: relative;
  z-index: 0;
}
.banner .pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.banner .hd {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  font-size: 0;
  z-index: 1;
}
.banner .hd li {
  margin: 0 5px;
  background: url("../images/dot.png") no-repeat 0 -16px;
  height: 16px;
  overflow: hidden;
  width: 16px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.banner .hd .on {
  background-position: 0 0;
}
.news {
  width: 100%;
  background: url("../images/focus-bg.png") no-repeat;
  background-size: cover;
  padding: 28px 0 40px;
}
.newsTit .more {
  display: block;
  width: 112px;
  height: 41px;
  background: url("../images/date-bg.png") no-repeat center;
  text-align: center;
  font-size: 14px;
  line-height: 41px;
  margin-top: 2px;
}
.newsTit h2 {
  background: url("../images/focus-news.png") no-repeat center;
  width: 126px;
  height: 44px;
}
.newsList {
  font-size: 16px;
  margin-top: 22px;
}
.newsList li {
  position: relative;
  float: left;
  width: 30%;
  margin: 0 1.5%;
}
.newsList li > a,
.newsList li img {
  display: block;
  width: 100%;
}
.newsList span.newsDate,
.newsList span.newsDate2 {
  display: inline-block;
  width: 122px;
  height: 44px;
  line-height: 44px;
  color: #e0c3a3;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 157px;
  left: 10px;
}
.newsList span.newsDate {
  background: #936C4B;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.newsList span.newsDate2 {
  background: url("../images/date-bg.png") no-repeat center;
}
.newsList h3 {
  margin-top: 22px;
}
.newsList h3 a {
  font-size: 16px;
  color: #444;
  line-height: 25px;
}
.newsList p {
  font-size: 14px;
  color: #888;
  line-height: 23px;
  min-height: 47px;
  overflow: hidden;
  margin-top: 4px;
}
.section {
  width: 100%;
  background: #fff;    height:100%;
}
.topics,
.topics2 {
  padding: 20px 0 35px;
  width: 100%;
}
.topics img,
.topics2 img {
  width: 100%;
}
.week {
  width: 30%;
}
.listGroups > .lf {
  width: 68%;
}
.titGroups {
  line-height: 42px;
  border-bottom: 1px solid #ccc;
}
.listMore {
  font-size: 14px;
  color: #666;
}
.titGroups h2 {
  width: 208px;
  height: 41px;
}
.titGroups h3 {
  width: 213px;
  height: 42px;
}
.titGroups h2.weekImg {
  background: url("../images/week-recipes.png") no-repeat center;
}
.weekList,
.dtList,
.tzList {
  padding: 10px 0 50px;
}
.weekList li,
.dt li {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
      width: 362px;
}
.weekList li span,
.dt li span {
  float: left;
  font-size: 14px;
  color: #7b5126;
}
.weekList li a,
.dt li a {
  font-size: 14px;
  color: #444;
  max-height: 40px;
  overflow: hidden;
      width: 290px;
}
.tz,
.dt {
  width: 48%;
}
.titGroups h2.tzImg {
  background: url("../images/school-notice.png") no-repeat center;
}
.titGroups h2.dtImg {
  background: url("../images/campus-news.png") no-repeat center;
}
.tzList li {
  height: 45px;
  padding: 7px 0 8px;
}
.tzList li a {
  float: right;
  width: 85%;
  line-height: 23px;
  font-size: 14px;
  max-height: 46px;
  overflow: hidden;
}
.tzList li .tzDate {
  float: left;
  width: 12%;
  text-align: center;
  border: 1px solid #E0E0E0;
}
.tzList li .tzDate p {
  font-size: 10px;
  color: #666;
}
.tzList li .tzDate i {
  display: block;
  font-size: 20px;
  color: #7b5126;
}
.dt li span {
  padding-right: 10px;
  display: block;
}
.dt li a {
  float: left;
  padding-left: 10px;
  display: block;
  max-height: 40px;
  overflow: hidden;
}
.dt li i {
  font-style: normal;
}
.schoolLink {
  height: 150px;
  background: url("../images/links.png") no-repeat center;
  background-size: cover;
  position: relative;
}
.schoolLink ul {
  position: absolute;
  top: 23px;
  left: 95px;
  padding: 18px 0 12px;
}
.schoolLink ul li {
  float: left;
  width: 100px;
  text-align: center;
      padding-right: 57px;
}
.schoolLink ul li a {
  display: block;
  font-size: 13px;
  color: #666;
  padding-top: 50px;
  line-height: 32px;
}
.schoolLink ul li a.xx {
  background: url("../images/sprites.png") no-repeat 30px 6px;
}
.schoolLink ul li a.zb {
  background: url("../images/sprites.png") no-repeat 33px -78px;
}
.schoolLink ul li a.sb {
  background: url("../images/sprites.png") no-repeat 37px -158px;
}
.schoolLink ul li a.xz {
  background: url("../images/sprites.png") no-repeat 27px -260px;
}
.schoolLink ul li a.hl {
  background: url("../images/sprites.png") no-repeat 24px -358px;
}
.schoolLink ul li a.zyk {
  background: url("../images/sprites.png") no-repeat 30px -455px;
}
.schoolLink ul li a.fc {
  background: url("../images/sprites.png") no-repeat 26px -566px;
}
.schoolLink ul li a.gk {
  background: url("../images/sprites.png") no-repeat 30px -673px;
}
.schoolLink ul li a.sp {
  background: url("../images/sprites.png") no-repeat 37px -764px;
}
.schoolLink ul li a.xl {
  background: url("../images/sprites.png") no-repeat 37px -867px;
}
.links {
 padding: 28px 0 196px;
}
.links li {
  float: left;
  width: 20%;
}
.foot {
  width: 100%;
  background: #800000;
  color: #fff;
  font-size: 13px;    margin-top: 50px;
}
.contact {
  padding: 20px 0 28px;
  border-bottom: 1px solid #79441F;
}
.contact h3 {
  font-size: 17px;
  color: #fff;
  font-weight: normal;
  line-height: 45px;
}
.contact h3 span {
  display: inline-block;
  border-bottom: 1px solid #F9C11C;
  line-height: 45px;
}
.contact > div.rt {
  width: 21%;
}
.contact > div.rt ul {
  padding: 23px 0 0;
}
.contact > div.rt li {
  float: left;
  text-align: center;
  margin: 0 10px;
}
.contact > div.rt li span {
  font-size: 14px;
  line-height: 35px;
}
.contactGroup {
  width: 75%;
}
.contactGroup div {
  width: 25%;
}
.contactGroup ul {
  margin-top: 17px;
}
.contactGroup li {
  line-height: 24px;
  text-align: left;
}
.contactGroup li a,
.copyright p,
.copyright a {
  color: #fff;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.copyright {
  border-top: 1px solid #8E5C39;
  text-align: center;
  padding: 12px 0 30px;
}
.copyright p,
.copyright a {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  line-height: 26px;
}
.bottomImg a {
  display: inline-block;
  padding: 6px 14px 6px;
}
/*列表页*/
.sectionBox2 {
  position: relative;
  font-size: 14px;
  top: 35px;
}
.sectionBox2 a {
  font-size: 14px;
}
.titleList {
  width: 22%;
}
.sectionBox2 .list {
  width: 70%;
  background: #fff;

  padding: 0 35px;
}
.listMain,
.imgList {
  margin: 20px 0;
}
.listMain li {
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid #E8E8E8;
}
.listMain li a {
  display: block;
  color: #555;
  line-height: 39px;
  padding-left: 15px;
  background: url("../images/arrow.png") no-repeat 0 15px;    width: 84%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.listMain li a:hover {
  color: #ff7e00;
}
.listMain li span {
  color: #adadad;
  font-size: 15px;
}
.listTitle {
  height: 74px;
  border-bottom: 1px solid #E3E3E3;
}
.listTitle h2 {
  color: #333;
  font-size: 24px;
  border-bottom: 4px solid #7B5126;
  line-height: 72px;
}
.listTitle > div.rt {
  margin-top: 50px;
}
.Title {
  width: 90%;
  background: #800000;
  color: #fff;
  height: 74px;
  line-height: 74px;
  font-size: 24px;
  padding-left: 24px;
}
.TitleUl {
  border-right: 1px solid #E4E4E4;
  border-bottom: 11px solid #E4E4E4;
  width: 99%;
}
.TitleUl li {
  border-bottom: 1px solid #E4E4E4;
  border-left: 6px solid #800000;
  background: #F7F7F7;
}
.TitleUl li a {
  color: #666;
  font-size: 18px;
  line-height: 60px;
  padding-left: 45px;
}
.TitleUl li:hover {
  border-left: 6px solid #F28A07;
  background: #FFFFFF;
}
.TitleUl li:hover a {
  color: #F28A07;
}
/*文章内容页*/
.articleTit {
  padding: 30px 0 14px;
  border-bottom: 1px dotted #ccc;
}
.articleTit h3 {
  width: 100%;
  font-size: 26px;
  color: #f28a08;
  text-align: center;
  line-height: 44px;
}
.articleTit div {
  width: 100%;
  text-align: center;
  line-height: 30px;
  color: #888888;
  font-size: 13px;
}
.articleSection {
  padding: 20px 0;
  line-height: 25px;
  color: #444;
  font-size: 16px;
}
.articleSection td{border:solid #333; border-width:1px;}
.articleSection table{border:0;margin:0;border-collapse:collapse;border-spacing:0;}
/*æŽ§åˆ¶cellspacing*/
.articleSection table td{padding:0;}   
/*图片列表页*/
.imgList li {
  float: left;
  width: 30%;
  text-align: center;
  padding: 2% 1%;
}
.imgList li a {
  width: 100%;
  text-align: center;
  padding: 1px;
  line-height: 40px;
}
.imgList li img {
  width: 100%;
}
.headRight,
.hotTit,
.btnMb,
.topics2,
.schoolTit,
.linksMb,
.contactTit,
.index_container,
.tabBox {
  display: none;
}
.yd {
  display: none;
}
/*弹性布局*/
.dfc {
  display: flex;
  flex-direction: column;
}
.jcsb {
  display: flex;
  justify-content: space-between;
}
.jcc {
  display: flex;
  justify-content: center;
}
.jcfe {
  display: flex;
  justify-content: flex-end;
}
.aic {
  align-items: center;
}
.aife {
  align-items: flex-end;
}
.fs {
  flex-shrink: 0;
}
.fww {
  flex-wrap: wrap;
}
.lf {
   
}
.rig {
  float: right;
}
/*清除浮动代码*/
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfloat {
  zoom: 1;
}
/*背景-边框*/
/*居中&上下左右内外边距*/
/*定位*/
/*C3特效*/
/*行数*/
.wb {
  word-break: break-all;
}
/*a元素样式*/
/*字体相关*/
.white {
  color: white;
}
/*倒三角小图标*/
.pi {
  cursor: pointer;
}
.none {
  display: none;
}
/***********************		响应式		**********************/
/*G电脑屏幕*/
/*G平板屏幕*/
/*G手机屏幕*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .yd {
    display: block;
  }
}
.weekList > li,
.dtList > li,
.tzList > li {
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  left: 0px;
}
.weekList > li:hover,
.dtList > li:hover,
.tzList > li:hover {
  left: 8px;
}
.weekList > li:hover > a:not(.pic),
.dtList > li:hover > a:not(.pic),
.tzList > li:hover > a:not(.pic) {
  color: #7A113A;
}
.week {
  font-size: 14px;
}
.week .hd {
  width: 100%;
  position: relative;
}
.week .hd .titGroups ul li {
  float: left;
}
.week .hd .titGroups ul li .listMore {
  position: absolute;
  top: 0;
  right: 0;
}


.week .hd .titGroups ul li .weekImg {width:100px;}
.menu {
  width: 100%;
  background: #800000;
  height: 50px;
  font-size: 14px;
}
.menu ul {
  width: 1200px;
  margin: 0 auto;
}
.menu ul > li {
  float: left;
  position: relative;
  line-height: 50px;
      width: 130px;
}
.menu ul > li a {
  float: left;
  display: block;
  color: #FFF;
  font-size: 16px;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
}
.menu ul > li:last-child {
  background: none;
}
.menu ul > li .submenu {
  display: none;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  background: #800000;
}
.menu ul > li:hover .submenu {
  display: block;
}
.menu ul > li .submenu li {
  line-height: 50px;
}
.menu ul > li .submenu li:hover {
  background: #fff;
}
.menu ul > li .submenu li:hover a {
  color: #800000;
}
.uni-1 {
  background: url("../images/quxian.png");
  font-size: 14px;
  background-size: 100% 100%;

}
.uni-1 .uni-1D {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 24px;
}
.uni-1 .uni-1D .title {
  overflow: hidden;
}
.uni-1 .uni-1D .title .titleL {
  width: 166px;
  float: left;
  height: 49px;
  background: url(../images/xydt00.png) no-repeat center;
}
.uni-1 .uni-1D .title .titleR {
  float: right;
  display: block;
  width: 112px;
  height: 41px;
  background: url(../images/date-bg.png) no-repeat center;
  text-align: center;
  font-size: 14px;
  line-height: 41px;
  margin-top: 2px;
}
.uni-1 .uni-1D .L {
  width: 780px;
  float: left;
}
.uni-1 .uni-1D .L .list {
  margin-top: 30px;
}
.uni-1 .uni-1D .L .list li {
  overflow: hidden;
  margin-bottom: 30px;
}
.uni-1 .uni-1D .L .list li .pic {
  height: 160px;
  width: 270px;
  overflow: hidden;
  float: left;
}
.uni-1 .uni-1D .L .list li .pic > img {
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 100%;
  width: 100%;
}
.uni-1 .uni-1D .L .list li .pic > img:hover {
  transform: scale(1.1);
}
.uni-1 .uni-1D .L .list li .pic img {
  height: 100%;
  width: 100%;
}
.uni-1 .uni-1D .L .list li .info {
  float: left;
  margin-left: 24px;
  margin-top: 15px;
}
.uni-1 .uni-1D .L .list li .info .txt p {
  width: 484px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #404040;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.uni-1 .uni-1D .L .list li .info .time {
  margin-top: 17px;
}
.uni-1 .uni-1D .L .list li .info .time img {
  height: 14px;
  width: 14px;
}
.uni-1 .uni-1D .L .list li .info .time span {
  padding-left: 10px;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #808080;
  line-height: 24px;
}
.uni-1 .uni-1D .R {
  width: 360px;
  float: right;
}
.uni-1 .uni-1D .R .list {
  margin-top: 20px;
}
.uni-1 .uni-1D .R .list > li {
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  left: 0px;
}
.uni-1 .uni-1D .R .list > li:hover {
  left: 8px;
}
.uni-1 .uni-1D .R .list > li:hover > a:not(.pic) {
  color: #7A113A;
}
.uni-1 .uni-1D .R .list li {
  margin-bottom: 12px;
  overflow: hidden;
}
.uni-1 .uni-1D .R .list li .box {
  width: 45px;
  height: 45px;
  background: #fff;
  border: 1px solid #E0E0E0;
  float: left;
  text-align: center;
}
.uni-1 .uni-1D .R .list li .box .one {
  font-size: 10px;
  color: #666;
}
.uni-1 .uni-1D .R .list li .box .two {
  display: block;
  font-size: 20px;
  color: #7b5126;
}
.uni-1 .uni-1D .R .list li .txt {
  margin-left: 12px;
}
.uni-1 .uni-1D .R .list li .txt p {
  float: right;
  width: 294px;
  height: 27px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  line-height: 22px;
}
@media screen and (max-width: 1024px) {
  .w1200,
  .schoolLink,
  .links,
  .footBox {
    width: 90%;
    margin: 0 auto;
  }
  .newsList span.newsDate,
  .newsList span.newsDate2 {
    top: 115px;
  }
  .dt li a {
    width: 75%;
  }
  .weekList li span {
    font-size: 13px;
    width: 20%;
    overflow: hidden;
    height: 40px;
  }
  .weekList li a {
    width: 70%;
  }
  .schoolLink {
    background-size: contain;
  }
  .schoolLink ul li {
    width: 80px;
  }
  .schoolLink ul li a {
    padding-top: 40px;
    line-height: 30px;
  }
  .schoolLink ul li a.xx {
    background: url("../images/sprites.png") no-repeat 19px 6px;
  }
  .schoolLink ul li a.zb {
    background: url("../images/sprites.png") no-repeat 19px -120px;
  }
  .schoolLink ul li a.sb {
    background: url("../images/sprites.png") no-repeat 19px -232px;
  }
  .schoolLink ul li a.xz {
    background: url("../images/sprites.png") no-repeat 19px -340px;
  }
  .schoolLink ul li a.hl {
    background: url("../images/sprites.png") no-repeat 19px -448px;
  }
  .schoolLink ul li a.zyk {
    background: url("../images/sprites.png") no-repeat 19px -563px;
  }
  .schoolLink ul li a.fc {
    background: url("../images/sprites.png") no-repeat 19px -682px;
  }
  .schoolLink ul li a.gk {
    background: url("../images/sprites.png") no-repeat 19px -785px;
  }
  .schoolLink ul li a.sp {
    background: url("../images/sprites.png") no-repeat 19px -918px;
  }
  .links li {
    width: 20%;
    margin: 1%;
  }
  .links li img {
    width: 100%;
  }
  .contact > div.rt li {
    width: 48%;
    margin: 0;
    text-align: center;
  }
  .contact img {
    width: 100%;
  }
  .sectionBox2 .list {
    width: 68%;
  }
  .Title {
    width: 88%;
  }
}
@media screen and (max-width: 800px) {
  .searchBox,
  .nav,
  .newsList span.newsDate,
  .newsTit,
  .topics,
  .listGroups,
  .contactGroup,
  .contact > .rt h3,
  .links,
  .copyright img,
  .copyright span,
  .bottomImg,
  .banner,
  .titleList {
    display: none;
  }
  .headRight,
  .hotTit,
  .btnMb,
  .topics2,
  .schoolTit,
  .linksMb,
  .contactTit,
  .index_container,
  .tabBox {
    display: block;
  }
  .flexslider .slides img {
    height: 4rem;
    overflow: hidden;
  }
  .index_container .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 8px;
    text-align: center;
    z-index: 99;
    height: 0.25rem;
  }
  .flex-direction-nav {
    display: block;
  }
  .index_container .flexslider {
    margin: 0;
    border: none;
  }
  .index_container .flex-control-paging li a {
    width: 20px;
    height: 21px;
    background: url("../images/icon1.png") 0 0px no-repeat;
  }
  .index_container .flex-control-paging li a.flex-active {
    background: url("../images/icon1.png") -51px 0 no-repeat;
  }
  .w1200 {
    width: 90%;
    margin: 0 auto;
  }
  .head {
    background: #F3EBDD;
    padding: 0.3rem 0 0;
  }
  .headBox {
    padding-bottom: 0.3rem;
  }
  .headRight {
    margin-top: 0.3rem;
    width: 7%;
  }
  a.logo {
    padding-top: 0.12rem;
    width: 75%;
  }
  a.logo img,
  .headRight img {
    width: 100%;
  }
  .menu_right {
    position: fixed;
    width: 40%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    padding-left: 0.18rem;
    z-index: 100;
    background: #333;
  }
  .slideMask {
    background: transparent;
  }
  .menu {
    padding: 3.3% 0 0 5%;
  }
  .menu .menu_head {
    display: block;
    font-size: 0.32rem;
    color: #ffffff;
    background: url("../images/return.png") no-repeat 0 25px;
    padding-left: 0.7rem;
    outline: none;
  }
  .menu li {
    height: 0.75rem;
    line-height: 0.75rem;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #1A1A1A;
  }
  .menu li a {
    display: block;
    color: #ccc;
    font-size: 0.28rem;
  }
  .banner {
    height: 4.8rem;
  }
  .news {
    background: #fff;
  }
  .hotNews {
    width: 100%;
    text-align: center;
  }
  .hotTit {
    position: relative;
    line-height: 0.45rem;
    text-align: center;
  }
  .hotTit span {
    position: absolute;
    border-top: 1px solid #ccc;
    width: 35%;
    top: 50%;
  }
  .hotTit span.htl {
    left: 0;
  }
  .hotTit span.htr {
    right: 0;
  }
  .hotTit h2 {
    font-size: 0.36rem;
    color: #933217;
    line-height: 0.45rem;
    font-weight: normal;
    width: 28%;
    margin: 0 auto;
  }
  .newsList {
    margin: 0.22rem 0 0.28rem;
  }
  .newsList li:nth-child(3) {
    display: none;
  }
  .newsList li {
    width: 45%;
    margin: 0 2.5%;
  }
  .newsList li > a,
  .newsList li img {
    display: block;
    width: 100%;
  }
  .newsList li > a {
    border: 1px solid #ccc;
    margin-bottom: 0.1rem;
  }
  .newsList span.newsDate2 {
    height: 0.32rem;
    line-height: 0.32rem;
    color: #933217;
    font-size: 0.24rem;
    text-align: left;
    top: 180px;
    left: 0px;
    background: none;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
  }
  .newsList h3 {
    margin-top: 0.51rem;
    font-weight: normal;
  }
  .newsList h3 a {
    font-size: 0.232rem;
    line-height: 0.38rem;
  }
  .newsList li p {
    display: none;
  }
  .btnMb,
  .tabMore a {
    display: block;
    width: 100%;
    height: 0.65rem;
    line-height: 0.65rem;
    background: #F3EBDD;
    border-radius: 0.1rem;
    color: #933217;
    text-align: center;
    font-size: 0.24rem;
  }
  .tabBox {
    font-size: 0.14rem;
  }
  .tabBox a {
    font-size: 0.14rem;
  }
  .tabBox .hd {
    border-bottom: 1px solid #E9E9E9;
  }
  .tabBox .hd ul {
    overflow: hidden;
  }
  .tabBox .hd ul li {
    float: left;
    margin: 0 0.2rem;
  }
  .tabBox .hd ul li a {
    color: #666;
    font-size: 0.32rem;
    line-height: 0.75rem;
  }
  .tabBox .hd ul .on {
    border-bottom: 2px solid #BA2636;
    color: #BA2636;
  }
  .tabBox .hd ul .on a {
    color: #933217;
  }
  .tabLI {
    border-bottom: 1px dashed #ccc;
    padding: 0.12rem 0;
  }
  .tabLI a {
    display: block;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #444;
  }
  .tabLI span {
    display: block;
    line-height: 0.32rem;
    color: #933217;
    font-size: 0.24rem;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  .tabMore {
    margin-top: 0.25rem;
  }
  .tabMore a {
    font-size: 0.24rem;
  }
  .schoolLink {
    width: 100%;
  }
  .schoolLink {
    background: #C38F63;
    min-height: 3.8rem;
    padding: 0.3rem 0;
  }
  .schoolLinkMB {
    width: 90%;
    margin: 0 auto;
  }
  .schoolTit {
    width: 100%;
    text-align: center;
    background: url("../images/schoolTit.png") no-repeat center bottom;
    color: #fff;
    font-size: 0.36rem;
    line-height: 0.75rem;
  }
  .schoolLink ul {
    position: absolute;
    top: 150px;
    left: 5%;
    width: 90%;
    padding: 0;
  }
  .schoolLink ul li {
    width: 20%;
  }
  .schoolLink ul li a {
    font-size: 0.24rem;
    color: #fff;
    padding-top: 0.5rem;
    line-height: 0.6rem;
  }
  .schoolLink ul li a.xx {
    background: url("../images/sprites.png") no-repeat -104px 10px;
  }
  .schoolLink ul li a.zb {
    background: url("../images/sprites.png") no-repeat -106px -112px;
  }
  .schoolLink ul li a.sb {
    background: url("../images/sprites.png") no-repeat -105px -244px;
  }
  .schoolLink ul li a.xz {
    background: url("../images/sprites.png") no-repeat -111px -376px;
  }
  .schoolLink ul li a.hl {
    background: url("../images/sprites.png") no-repeat -110px -494px;
  }
  .schoolLink ul li a.zyk {
    background: url("../images/sprites.png") no-repeat -110px -602px;
  }
  .schoolLink ul li a.fc {
    background: url("../images/sprites.png") no-repeat -109px -751px;
  }
  .schoolLink ul li a.gk {
    background: url("../images/sprites.png") no-repeat -107px -891px;
  }
  .schoolLink ul li a.sp {
    background: url("../images/sprites.png") no-repeat -105px -1023px;
  }
  .schoolLink ul li a.xl {
    background: url("../images/sprites.png") no-repeat -105px -1193px;
  }
  .linksMb {
    width: 90%;
    margin: 0 auto;
    padding: 0.2rem 0 0.2rem;
  }
  .linksMb li {
    float: left;
    text-align: center;
    padding: 0.16rem 0.28rem;
  }
  .footBox {
    width: 100%;
    text-align: center;
  }
  .contact {
    width: 100%;
    background: #F3EBDD;
    color: #4c4c4c;
    border: none;
  }
  .contact > div.rt {
    width: 90%;
    margin-right: 5%;
  }
  .contact > div.rt ul {
    padding: 0.23rem 0 0;
    width: 90%;
    margin: 0 auto;
  }
  .contact > div.rt li {
    margin: 0 0.3rem;
    width: 40%;
  }
  .contact > div.rt li span {
    font-size: 0.24rem;
    line-height: 0.45rem;
  }
  .contactTit p {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .copyright {
    width: 100%;
    background: #933217;
    line-height: 0.34rem;
    font-size: 0.24rem;
    padding: 0.15rem 0 0.17rem;
  }
  .copyrightBox {
    width: 90%;
    margin: 0 auto;
  }
  .copyright a {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    line-height: 0.26rem;
  }
  /*列表页*/
  .sectionBox2 {
    top: 0px;
    padding-bottom: 0.2rem;
      padding: 30px 0;
  }
  .listTitle h2 {
    border-bottom: 3px solid #800000;
  }
  .sectionBox2 .list {
    width: 75%;
    background: #fff;
    border: none;
    padding: 0;
  }
  .listMain li a {
    width: 60%;
    max-height: 0.39rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  .newsList span.newsDate2 {
    top: 150px;
  }
  .linksMb li {
    padding: 0.16rem 0.12rem;
    width: 45%;
  }
  .linksMb img {
    width: 100%;
  }
  .contact > div.rt li {
    margin: 0 0.2rem;
    width: 40%;
  }
  .contact > div.rt li span {
    font-size: 0.2rem;
  }
  .contactTit p {
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
  .copyright p {
    line-height: 0.3rem;
    font-size: 0.2rem;
  }
  .tabLI a {
    font-size: 0.24rem;
  }
  .tabLI span {
    font-size: 0.22rem;
  }
  .schoolLink ul li a {
    font-size: 0.2rem;
  }
  .schoolLink ul li a.xx {
    background: url("../images/sprites.png") no-repeat -122px 10px;
  }
  .schoolLink ul li a.zb {
    background: url("../images/sprites.png") no-repeat -122px -112px;
  }
  .schoolLink ul li a.sb {
    background: url("../images/sprites.png") no-repeat -113px -244px;
  }
  .schoolLink ul li a.xz {
    background: url("../images/sprites.png") no-repeat -124px -376px;
  }
  .schoolLink ul li a.hl {
    background: url("../images/sprites.png") no-repeat -126px -494px;
  }
  .schoolLink ul li a.zyk {
    background: url("../images/sprites.png") no-repeat -123px -602px;
  }
  .schoolLink ul li a.fc {
    background: url("../images/sprites.png") no-repeat -124px -751px;
  }
  .schoolLink ul li a.gk {
    background: url("../images/sprites.png") no-repeat -119px -891px;
  }
  .schoolLink ul li a.sp {
    background: url("../images/sprites.png") no-repeat -118px -1023px;
  }
  .schoolLink ul li a.xl {
    background: url("../images/sprites.png") no-repeat -117px -1193px;
  }
}
@media screen and (max-width: 414px) {
  .head {
    padding: 0.2rem 0 0;
  }
  .headBox {
    padding-bottom: 0.2rem;
  }
  a.logo {
    padding: 0;
  }
  .headRight {
    margin-top: 0.1rem;
  }
  .menu .menu_head {
    font-size: 0.24rem;
    padding-left: 0.5rem;
  }
  .menu li a {
    font-size: 0.2rem;
  }
  .flexslider .slides img {
    height: 2rem;
  }
  .hotTit h2 {
    font-size: 0.25rem;
  }
  .newsList span.newsDate2 {
    top: 100px;
    font-size: 0.2rem;
  }
  .newsList h3 a {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .btnMb {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.2rem;
  }
  .schoolLink {
    min-height: 3rem;
  }
  .schoolTit {
    font-size: 0.3rem;
    line-height: 0.7rem;
  }
  .schoolLink ul li a {
    font-size: 0.12rem;
    line-height: 0.4rem;
  }
  .contact > div.rt ul {
    width: 60%;
  }
  .contactTit p {
    font-size: 0.2rem;
  }
  .news {
    padding: 0.28rem 0 0.2rem;
  }
  .tabBox .hd ul li a {
    font-size: 0.26rem;
    line-height: 0.6rem;
  }
  .tabLI a {
    font-size: 0.2rem;
    line-height: 0.35rem;
  }
  .tabLI span {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .tabMore a {
    font-size: 0.22rem;
    height: 0.55rem;
    line-height: 0.55rem;
  }
  .schoolLink ul {
    top: 108px;
  }
  .schoolLink {
    min-height: 2.7rem;
    padding: 0.15rem 0 0.3rem;
  }
  .schoolTit {
    font-size: 0.25rem;
    line-height: 0.6rem;
  }
  .schoolLink ul li a {
    line-height: 0.35rem;
  }
  .schoolLink ul li a.xx {
    background: url("../images/sprites.png") no-repeat -142px 10px;
  }
  .schoolLink ul li a.zb {
    background: url("../images/sprites.png") no-repeat -141px -112px;
  }
  .schoolLink ul li a.sb {
    background: url("../images/sprites.png") no-repeat -136px -244px;
  }
  .schoolLink ul li a.xz {
    background: url("../images/sprites.png") no-repeat -144px -376px;
  }
  .schoolLink ul li a.hl {
    background: url("../images/sprites.png") no-repeat -145px -494px;
  }
  .schoolLink ul li a.zyk {
    background: url("../images/sprites.png") no-repeat -140px -602px;
  }
  .schoolLink ul li a.fc {
    background: url("../images/sprites.png") no-repeat -143px -751px;
  }
  .schoolLink ul li a.gk {
    background: url("../images/sprites.png") no-repeat -140px -891px;
  }
  .schoolLink ul li a.sp {
    background: url("../images/sprites.png") no-repeat -140px -1023px;
  }
  .schoolLink ul li a.xl {
    background: url("../images/sprites.png") no-repeat -140px -1193px;
  }
  .linksMb li {
    padding: 0.1rem 0.12rem;
    width: 43%;
  }
  .contact > div.rt li {
    margin: 0 0.1rem;
    width: 40%;
  }
}
@media screen and (max-width: 384px) {
  .menu .menu_head {
    font-size: 0.2rem;
    background: url(../images/return.png) no-repeat 0 28px;
    background-size: 25%;
  }
  .menu li {
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .hotTit h2 {
    font-size: 0.24rem;
  }
  .newsList h3 a {
    font-size: 0.18rem;
    line-height: 0.25rem;
  }
  .tabBox .hd ul li a {
    font-size: 0.24rem;
    line-height: 0.5rem;
  }
  .tabLI a {
    font-size: 0.18rem;
    line-height: 0.25rem;
  }
  .tabLI span {
    font-size: 0.16rem;
    line-height: 0.22rem;
    margin-top: 0.05rem;
  }
  .tabMore a {
    font-size: 0.22rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .topics,
  .topics2 {
    padding: 0.25rem 0 0.2rem;
  }
  .schoolTit {
    font-size: 0.25rem;
    line-height: 0.6rem;
  }
  .schoolLink ul {
    top: 95px;
  }
  .schoolLink {
    padding: 0.15rem 0 0.3rem;
    min-height: 2.5rem;
  }
  .contact > div.rt li span {
    font-size: 0.18rem;
    line-height: 0.4rem;
  }
  .contactTit p {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }
  .contact {
    padding: 0.05rem 0 0.15rem;
  }
  .copyright p {
    line-height: 0.25rem;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 375px) {
  .menu .menu_head {
    background: url(../images/return.png) no-repeat 0 23px;
    background-size: 25%;
  }
  .hotTit h2 {
    font-size: 0.22rem;
    width: 30%;
  }
  .hotTit span {
    width: 30%;
  }
  .linksMb {
    padding: 0.1rem 0 0.1rem;
  }
  .linksMb li {
    padding: 0.08rem 0.11rem;
  }
  .contact > div.rt li span {
    font-size: 0.14rem;
    line-height: 0.3rem;
  }
  .contactTit p {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
  .copyright p {
    line-height: 0.2rem;
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 360px) {
  .menu .menu_head {
    font-size: 0.2rem;
    padding-left: 0.4rem;
    background: url(../images/return.png) no-repeat 0 24px;
    background-size: 25%;
  }
  .menu li {
    height: 0.65rem;
    line-height: 0.65rem;
  }
  .hotTit h2 {
    width: 40%;
  }
  .hotTit span {
    width: 30%;
  }
  .contact > div.rt ul {
    width: 70%;
  }
  .news {
    padding: 0.28rem 0 0.2rem;
  }
  .tabBox .hd ul li a {
    font-size: 0.2rem;
  }
  .tabLI {
    padding: 0.1rem 0;
  }
  .tabMore a {
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .newsList span.newsDate2 {
    top: 85px;
  }
  .newsList h3 {
    margin-top: 0.4rem;
  }
  .linksMb li {
    padding: 0.1rem 0.1rem;
  }
  .contactTit p {
    line-height: 0.25rem;
  }
  .copyright p {
    line-height: 0.25rem;
  }
}
@media screen and (max-width: 320px) {
  .menu .menu_head {
    padding-left: 0.35rem;
    background: url(../images/return.png) no-repeat 0 25px;
    background-size: 24%;
  }
  .menu li {
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .tabBox .hd ul li a {
    font-size: 0.2rem;
    line-height: 0.45rem;
  }
  .tabLI a {
    font-size: 0.18rem;
    line-height: 0.24rem;
  }
  .tabLI span {
    font-size: 0.14rem;
    line-height: 0.2rem;
    margin-top: 0.05rem;
  }
  .copyright p {
    line-height: 0.2rem;
    font-size: 0.15rem;
  }
  .schoolLink ul li a {
    line-height: 0.3rem;
  }
  .schoolLink ul li a.xx {
    background: url("../images/sprites.png") no-repeat -148px 10px;
  }
  .schoolLink ul li a.zb {
    background: url("../images/sprites.png") no-repeat -149px -112px;
  }
  .schoolLink ul li a.sb {
    background: url("../images/sprites.png") no-repeat -144px -244px;
  }
  .schoolLink ul li a.xz {
    background: url("../images/sprites.png") no-repeat -152px -376px;
  }
  .schoolLink ul li a.hl {
    background: url("../images/sprites.png") no-repeat -151px -494px;
  }
  .schoolLink ul li a.zyk {
    background: url("../images/sprites.png") no-repeat -149px -602px;
    font-size: 0.11rem;
  }
  .schoolLink ul li a.fc {
    background: url("../images/sprites.png") no-repeat -152px -751px;
  }
  .schoolLink ul li a.gk {
    background: url("../images/sprites.png") no-repeat -148px -891px;
  }
  .schoolLink ul li a.sp {
    background: url("../images/sprites.png") no-repeat -146px -1023px;
  }
  .schoolLink ul li a.xl {
    background: url("../images/sprites.png") no-repeat -146px -1193px;
  }
}