.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;
  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;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap; width:80%;
}
.listMain li a:hover {
  color: #ff7e00;
}
.listMain li span {
  color: #adadad;
  font-size: 14px;
}
.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*/#000;
  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;
}

.banner{ position:relative;}
.banner .hd{ height:16px; overflow:hidden; position:absolute; width:58%; bottom:80px; z-index:1; text-align:right; right:0; left:0; margin: 0 auto;}
.banner .hd ul{ overflow:hidden; zoom:1;  }
.banner .hd ul li{  margin:0px 3px;  width:16px; height:16px;background:#dddddd; border-radius:15px; cursor:pointer; display:inline-block; text-align:center; overflow:hidden; line-height:99px;}
.banner .hd ul li.on{ background:#800000; color:#fff; }
.banner .bd{ width:100%;}
.banner .bd ul li{ width:100%;height:450px; float:left; position:relative;}
  .banner .bd ul li img{width:100%;height:100%}
.banner .bd ul li .ba_title{ display:block;position:absolute;left:0;right:0;bottom:0;line-height:89px; text-indent:20px;background:#FFF;color:#333333; width:60%; border-radius:10px; opacity:0.8;margin: 0 auto;}
.banner .bd ul li span{ overflow:hidden;text-overflow:ellipsis;white-space:nowrap; font-size:24px; width:80%; display:block;text-align: left;}
  .weekImg .lf:hover{background: url(/images/1616.png) no-repeat center;}
  .liparent on:hover h2{
    display:none;
 }
  .liparent on:hover h1{
    display:block;
 }
 
 .week {
  font-size: 14px;
}
.week .hd {
  width: 100%;
  position: relative;
  overflow:hidden;
}
.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:149px;
	height:42px;
}
.week .hd .titGroups ul li img{ display:block;}
.week .hd .titGroups ul li h1{}
.week .hd .titGroups ul li .cu img{ padding-top:10px;}
.week .hd .titGroups ul li h2{ display:none;}
.week .hd .titGroups ul li.on h2{ display:block;}
.week .hd .titGroups ul li.on h1{ display:none;}

.weekList,
.dtList,
.tzList {
  padding: 10px 0 50px;
}
.weekList li,
.dt li {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  width: 100%;
}
.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: 297px;
}

@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;
}


.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;
}


/*================= 手机端banner===================*/
.ph_banner{ width:100%; overflow:hidden; display:none;}
.ph_banner .banner_pad_cen{ width:100%; height:auto; overflow:hidden; position:relative;}
.ph_banner .banner_pad_cen .hd{ height:16px; overflow:hidden; position:absolute; width:100%; bottom:10px; z-index:1; text-align:center; left:0;} 
.ph_banner .banner_pad_cen .hd ul{ overflow:hidden; zoom:1;  }
.ph_banner .banner_pad_cen .hd ul li{  margin:0px 6px;  width:13px; height:13px;border-radius:15px; background:#cdcdc9; cursor:pointer; display:inline-block; text-align:center; overflow:hidden; line-height:99px;}
.ph_banner .banner_pad_cen .hd ul li.on{ background:#720808; color:#fff;width:13px; }
.ph_banner .banner_pad_cen .bd{ position:relative; height:100%; z-index:0;   }
.ph_banner .banner_pad_cen .bd li{ zoom:1; vertical-align:middle;height:auto; position:relative;overflow:hidden;}
.ph_banner .banner_pad_cen .bd li span{ display:block;position:absolute;left:0;right:0; margin:0 auto;bottom:60px;line-height:80px;padding-left:20px;background:url(../images/ion_03.png) no-repeat;color:#333333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; font-size:24px; width:90%;}
.ph_banner .banner_pad_cen .bd img{ width:100%; height:auto; display:block; position:relative;}


/*================= 学院动态===================*/
.ph_xydt{ width:100%; padding-top:30px; overflow:hidden; display:none;}
.ph_xydt_top{ width:100%; overflow:hidden;}
.ph_xydt_top .xydt_img{ float:left; width:25%;}
.ph_xydt_top .xydt_img img{ max-width:100%;}
.ph_xydt_top .more{ float:right; color:#999999; font-size:3vw; padding-top:15px;}
.xydt_cen{ width:100%; overflow:hidden; padding-top:20px;}
.xydt_cen ul li{ width:46%; float:left; margin-left:2%; margin-right:2%;}
.xydt_cen ul li img{ width:100%;}
.xydt_cen ul li span{ display:block; color:#c39992; font-size:16px; padding-top:15px;}
.xydt_cen ul li h4{ display:block; font-size:16px; color:#444444; padding-top:10px;}


/*================= 公告切换===================*/
.xygg{ width:100%; padding-top:30px; overflow:hidden; position:relative; padding-bottom:50px; display:none;}
.xygg_top{ width:100%; overflow:hidden;}
.xygg_top .hd{ width:100%; overflow:hidden;}
.xygg_top .hd ul li{ width:23%; display:inline-block;}
.xygg_top .hd ul li span img{ max-width:100%;}
.xygg_top .hd ul li .bn{ display:none;}
.xygg_top .hd ul li.on .bn{ display:block;}
.xygg_top .hd ul li.on .tn{ display:none;}
.xygg_top .hd em{ font-size:18px; padding-left:15px; padding-right:13px; color:#999999;}
.xygg_top .hd ul li .more{ width:95%; height:36px; background:#fdf4e4; border-radius:5px; position:absolute; bottom:0; text-align:center; color:#933217; left:0; right:0; margin:0 auto; line-height:36px; display:none; font-size:16px;}
.xygg_top .hd ul li.on .more{ display:block;}
.xygg_cen{ width:100%; overflow:hidden; padding-top:15px;}
.xygg_cen ul li{ width:100%; height:35px; line-height:35px;}
.xygg_cen ul li span{ float:left; color:#c39992; font-size:14px; display:block;}
.xygg_cen ul li a{ float:right; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; width:85%; font-size:16px; color:#444444;}


/*================= 讲座预告===================*/
.jzyg{ width:100%; overflow:hidden; padding-top:30px; display:none;}
.jzyg_top{ width:100%; overflow:hidden; border-bottom:1px #cccccc solid;}
.jzyg_img{ width:70%; float:left;}
.jzyg_top img{max-width:38%;}
.jzyg_top .more{ float:right; color:#999999; font-size:3vw; padding-top:15px;}
.jzyg_cen{ width:100%; overflow:hidden;}
.jzyg_cen ul li{ height:52px; width:100%; margin-top:10px;}
.jzyg_cen ul li .date{ width:62px; height:50px; float:left; margin-right:14px; border:1px #cccccc solid;}
.jzyg_cen ul li .date h4{ text-align:center; color:#666666;font-size:16px; font-weight:bold;}
.jzyg_cen ul li .date h6{ text-align:center; color:#7d3813;font-size:22px; font-style:italic;}
.jzyg_cen ul li a{ font-size:16px; color:#444444; line-height:27px;}
.jzyg_cen ul li a:hover{ color:#720808;}


/*================= 相关链接===================*/
.xglj{ width:100%; background:#fef7ec; margin-top:10px; overflow:hidden; padding:20px 0px; display:none;}
.xglj_top{ width:70%; margin:0 auto; text-align:center;}
.xglj_top img{ width:100%;}
.xglj_cen .bd ul{ width:100%; float:left; padding-top:10px; padding-bottom:20px;}
.xglj_cen .bd li{ width:20%; margin-left:2%; margin-right:2%; margin-top:5%; float:left;  text-align:center; height:110px;}
.xglj_cen .bd li .img{ height:40px;}
.xglj_cen .bd li span{ color:#8f211a; font-size:16px; float:left; width:100%; text-align:center; padding-top:20px;}
.xglj_cen .bd li img{ vertical-align: middle; max-width:100%;}
.xglj_cen .hd{ height:16px; overflow:hidden; width:100%; text-align:center;}
.xglj_cen .hd ul{ overflow:hidden; zoom:1;  }
.xglj_cen .hd ul li{  margin:0px 6px;  width:13px; height:13px;border-radius:15px; background:#ffffff; cursor:pointer; display:inline-block; text-align:center; overflow:hidden; line-height:99px;}
.xglj_cen .hd ul li.on{ background:#720808; color:#fff;width:13px; }

.tplj{ width:100%; overflow:hidden; padding-top:30px; display:none;}
.tplj_cen{ text-align:center; width:95%; margin:0 auto;}
.tplj_cen img{ width:100%;    height: 60px;}

/*================= 底部===================*/
.ph_foter{ width:100%; background:#850d06; overflow:hidden; margin-top:38px; padding-bottom:20px; padding-top:10px; display:none;}
.ph_foter_top{ overflow:hidden; padding-bottom:10px; padding-top:20px;}
.ph_foter_top .ph_zyzh{ text-align:center;}
.ph_foter_top .ph_zyzh img{ max-width:100%;}
.ph_foter_top .ph_zyzh span{ width:100%; float:left; color:#FFF; font-size:16px; text-align:center; padding-top:10px;}
.ph_foter_cen{ text-align:center; font-size:16px; line-height:30px; color:#FFF;}
.ph_bottom{ background:#6c0802; text-align:center; color:#cab5b4; line-height:26px; padding:10px 0px; display:none;}

.containers {
    margin-right: auto;
    margin-left: auto;
	padding:0 10px;
}

.head_ph{
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #c1870d;
	z-index: 200;
	overflow:hidden;
	padding-bottom:25px;
	background:#fdf4e4;
}

.head_ph .containers, .head_ph .ph_logo {
    position: relative;
    height: 100%;
}

.head_ph .ph_logo {
	padding-top:10px;
	width:73%;
}

.head_ph .ph_logo img {
    max-width: 100%;
	padding-top:26px;
}

.head_ph .menuph {
    position: absolute;
    top: 35px;
    right: 15px;
    cursor: pointer;
}



@media (min-width: 768px){
#menu {
    opacity: 0;
}
.ph_banner{
	display:none;
}

}


@media screen and (max-width: 767px){
.layout{
	margin-right: auto;
    margin-left: auto;
	padding:0 15px;
	width:auto;
}
.head_ph{
	display:block;
}
.ph_banner{
	display:block;
}
.ph_xydt{
	display:block;
}
.xygg{
	display:block;
}
.jzyg{
	display:block;
}
.xglj{
	display:block;
}
.tplj{
	display:block;
}
.ph_foter{
	display:block;
}
.ph_bottom{
	display:block;
}
#menu {
    opacity: 0;
}
.head{
	display:none;
}
.g-banner{
	display:none;
}
.menu{
	display:none;
}
.banner{
	display:none;
}
.topics{
	display:none;
}
.blong{
	display:none;
}
.titleList{
	display:none;
}
.listTitle .rt{
	display:none;
}
.foot{
	display:none;
}
.sectionBox2 .list{
	width:100%;
	padding:0;
}
.w1200{
	width:auto;
	padding:0 5%;
	margin-right: auto;
    margin-left: auto;
}
.listMain li a{
	width:63%;
}
}

