.flex {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-around;
  align-content: space-between;
}
/*新闻列表页*/
/*.date {
  width: 200px;
  padding: 10px 0;
  margin: 20px auto;
  background: #c8c7cd;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}*/
.news-list {
  width: 686px;
  background: #fff;
  border-radius: 10px;
  margin: 20px auto;
  overflow: hidden;
  padding-top: 20px;
}
.news-list li {
  width: 646px;
  height: 120px;
  padding: 0 20px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.news-list li a{
	display:block;
}
.news-thum {
  width: 160px;
  height: 120px;
  margin-left: 10px;
  float: right;
}
.news-thum img{
	width:100%;
	height:120px;
}
.news-list-title {
  font-size: 26px;
}
.news-list .news-list-top {
  width: 100%;
  height: 340px;
  padding: 0 0 20px;
  overflow: hidden;
  position: relative;
}
.news-list .news-list-top .news-list-title {
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, #000 0%, transparent 100%);
  background: -webkit-linear-gradient(top, #000 0%,transparent 100%);
  background: -o-linear-gradient(top, #000 0%,transparent 100%);
  background: -ms-linear-gradient(top, #000 0%,transparent 100%);
  background: linear-gradient(to bottom, #000 0%,transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(100%,transparent));
  padding: 20px;
  height: 300px;
  color: #fff;
}
.morebtn {
  display: block;
  width: 500px;
  height: 70px;
  line-height: 70px;
  background: #674545;
  color: #fff;
  font-size: 30px;
  text-align: center;
  border-radius: 10px;
  margin: 20px auto;
}
/*新闻内容页*/
.color-des,.color-des a {color: #8e8e93;}
.dede_pages{ text-align:center;}
.posnav {
  font-size: 22px;
  font-weight: bold;
  padding: 20px 0;
}
.con-title {
  margin-bottom: 20px;
  text-align: center;
}
.des {
  padding: 20px;
  background: #e6e5eb;
  margin: 20px auto;
  border-radius: 10px;
}
/*.content center, .content div, .content p, .content img, .content p {*/
  /*margin-bottom: 20px;*/
/*}*/
.content {line-height: 2em;}
.content img {
  width: 100% !important;
  border-radius: 10px;
  margin: 10px auto;
}
.content p {
  text-indent: 2em;
  margin: 10px auto;
}
/*环境列表页*/
.hjbox{
	margin-top:20px;
	padding:10px 0;
}
.hjbox .hj-list li{
	float:left;
	text-align:center;
	width:46%;
	margin:0 2% 20px;
}
.hj-thum img{
	max-width:100%;
	height:12em;
}
.hj-list-title{
	font-size: 20px;
	line-height:50px;
	overflow: hidden;    
	white-space: nowrap;    
	text-overflow: ellipsis;
}
.clearfix:after {
    content: " ";
    display: block;;
    line-height: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}
/*学生列表*/
.justify {
  text-align: justify;
  font-size: 0;
  margin-top:20px;
}
.jyfw-li {
  display: inline-block;
  width: 330px;
  /*height: 343px;*/
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right:15px;
  overflow: hidden;
}
.jyfw-li:nth-child(2n){ margin-right:0;}
.jyfw-li p {
  padding: 10px;
  font-size: 20px;
  color: #6e6e6e;
  line-height: 1.5em;
}
.jyfw-li p strong {
  font-size: 22px;
  color: #5d3e37;
}
.jyfw01 {
  display: block;
  width: 686px;
  height: 280px;
}
/*专业列表*/
.tabs-title {
  width: 100%;
  /*height: 80px;*/
  margin-top: 20px;
  overflow: hidden;
}
.tabs-title li {
  width: 210px;
  height: 60px;
  line-height: 60px;
  margin-right: 20px;
  background: #e6e5eb;
  border-radius: 10px;
  color: #8f8e94;
  text-align: center;
  font-size: 26px;
  cursor: pointer;
  float: left;
}
.tabs-title li:last-child {
  margin-right: 0;
}
.tabs-title .on {
  background: #ff0071;
  color: #fff;
}
.tabs-con>ul {
  overflow: hidden;
  display: none;
}
.tabs-con>ul:first-child {display: block;}
.tabs-list li {
  width: 100%;
  height: 440px;
  background: #fff;
  border-radius: 10px;
  margin: 20px auto 50px;
  font-size: 0;
  text-align: center;
  position: relative;
}
.tabs-list li img {width: 100%;border-radius: 10px 10px 0 0;}
.tabs-list li strong {
  display: block;
  width: 420px;
  height: 98px;
  line-height: 98px;
  border: 1px solid #fff;
  background: rgba(0,0,0, .5);
  color: #fff;
  font-size: 46px;
  position: absolute;
  top: 100px;
  right: 50px;
}
.tabs-list li p {
  font-size: 26px;
  margin: 20px auto;
}
.zxbtn {font-size: 0;}
.zxbtn a {
  display: inline-block;
  width: 300px;
  height: 60px;
  line-height: 60px;
  background: #e6e5eb;
  border-radius: 10px;
  color: #8f8e94;
  font-size: 22px;
  margin: 10px 10px 0;
}
.zxbtn .bgred {
  background: #ff0071;
  color: #fff;
}
/*大师列表*/

.lstabs-title {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.lstabs-title li {
  width: 375px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  color: #8f8e94;
  text-align: center;
  font-size: 26px;
  cursor: pointer;
  float: left;
}
.lstabs-title li:last-child {
  margin-right: 0;
}
.lstabs-title .onlaoshi {
  background: #0a6460;
  color: #fff;
}

.lstabs-con>ul:first-child {display: block;}

.lstabs-con>ul:last-child {display: none;}
.lstabs-list li {
  width: 100%;
  height: 440px;
  background: #fff;
  border-radius: 10px;
  margin: 20px auto 50px;
  font-size: 0;
  text-align: center;
  position: relative;
}
.lstabs-list li img {width: 100%;border-radius: 10px 10px 0 0;}
.lstabs-list li strong {
  display: block;
  width: 420px;
  height: 98px;
  line-height: 98px;
  border: 1px solid #fff;
  background: rgba(0,0,0, .5);
  color: #fff;
  font-size: 46px;
  position: absolute;
  top: 100px;
  right: 50px;
}
.lstabs-list li p {
  font-size: 26px;
  margin: 20px auto;
}

.ul_list1 li,.ul_list2 li{
  width: 47%;
  margin: 0.6rem 0.5rem 0.4rem;
  float: left;
  border: 2px solid #d6d6d6;
  border-radius: 4px;
  padding: 20px 0;
  height: 330px;
}
.ul_list1 li img,.ul_list2 li img{
  width: 88%;
  margin: 0 auto;
  display: block;
}
.ul_list1 li strong,.ul_list2 li strong{
  display: block;
  text-align: center;
  font-size: 20px;
  margin: 10px auto;
}
.ul_list1 li p,.ul_list2 li p{
  width: 88%;
  margin: 0 auto;
}
.ul_list2 li{
  text-align: center;
}






/*作品列表*/
.zplist {
  justify-content:flex-start;
  margin-top: 30px
}
.zplist li {
  width: 300px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  margin: 0 11px 20px;
}
.zplist li .thumbnail {
  display: block;
  width: 300px;
  height: 200px;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.zplist li .thumbnail img {
  width: 100%;
  transition: all 2s;
}
.zplist li p {font-size: 24px;}
.zplist li .zxbox {
  justify-content: space-around;
  margin: 20px auto;
}
.zplist li .zxbox .zpbtn {
  width: 120px;
  height: 38px;
  line-height: 38px;
  border-radius: 50px;
  border: 1px solid #ccc;
  text-align: center;
  transition: all .35s;
  font-size: 18px;
}
.video {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
  overflow: hidden;
}
.videobox {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);

}
.video .imgbig {
  width: 100%;
}
.video  .video_title {
  background: #F8F8F8;
  font-size: 24px;
  padding: 15px;
  text-align: center;
}
.video .video_close {
  display: block;
  margin: 20px auto;
}

.zx-a {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: #674545;
  color: #fff;
  font-size: 30px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
}
.title_more {
  height: 40px;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.title_more::after {
  width: 100%;
  height: 0;
  content: '';
  border-bottom: 1px solid #8f8e94;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.title_more font {
  padding: 8px 22px;
  line-height: 40px;
  background: #8f8e94;
  border-radius: 10px;
  color: #090606;
}
.tk-article a{ display:inline-block;  margin-right:10px;}
.tk-article a:last-child{ margin-right:0;}
.tk-articlelist img {margin-bottom: 20px; width:600px;}
.xgtj {height:147px;overflow:hidden;}
.xgtj img { width:220px;}

.tk-article p {color: #8e8e93;}
.tk-article .title01 {color: #8b3a13;}
.tk-title {
  padding-left: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #8f8e94;
  color: #8b3a13;
  text-align:center;
}
.tk-title strong {
  font-size: 26px;
  line-height: 2em;
  color: #090606;
}
/*在线报名*/
.bm-input {
  width: 646px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border: 1px solid #8f8e94;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 22px;
  background: #fff;
}
.bm-submit {
  width: 686px;
  height: 60px;
  line-height: 60px;
  background: #ff2e2f;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.bm-sex {
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.bmform img {padding-right: 20px;}
.wenti a {
  display: inline-block;
  width: 218px;
  height: 48px;
  line-height: 48px;
  margin: 20px;
  border: 1px solid #8f8e94;
  color: #8f8e94;
  text-align: center;
  cursor: pointer;
}

.bmxy-con {
  width: 686px;
  height: 500px;
  overflow: auto;
  padding: 20px;
  line-height: 2em;
  background: #fff;
  position: absolute;
  bottom: 0;
}
.bm-p {
  font-size: 22px;
  color: #ff0000;
}