
.flex{display: flex; flex-direction: row; flex-wrap: wrap;width:90%;margin:auto;}
.demo, .clear{clear:both}
/*伪元素是行内元素 正常浏览器清除浮动方法*/
.clearfix:after{
  content: "";
  display: block;
  height: 0;
  clear:both;
  visibility: hidden;
}
/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
.clearfix{*zoom: 1;}
.wrap {width: 85%;margin: 0 auto;position: relative}

/*标题*/
.title-main {
  margin: 30px auto;
  text-align: center;
  line-height: 2em;
}
.title-main strong {
  display: block;
  font-size: 36px;
  margin-bottom: 20px;
  position: relative;
}
.title-main strong::before, .title-main strong::after {
  width: 300px;
  height: 20px;
  content: 'STUDY IN SHENYANG';
  font-size: 20px;
  line-height: 1em;
  color: #ddd;
  border-top: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  top: 10px;
}
.title-main strong::before {
  left: 0;
}
.title-main strong::after {
  right: 0;
}


/* banner下方——适合学什么 */
.bg_huise{
  width: 90%;
  position: relative;
  height: auto;
  background: #f3f3f3;
  /*background-color: palegoldenrod;*/
  padding: 10px 0 30px;
  margin: 0 auto;
}
.runqun_list li:nth-child(1){
  width: 24%;
  height: 562px;
  background-image: url(../../static/images/renqun1.png);
  background-repeat: no-repeat;
  background-size: cover ;
  background-position: center;
  border-top: 1px solid #dbd9d9;
  border-bottom: 1px solid #dbd9d9;
   border-left: 1px solid #dbd9d9;
  border-right: 1px solid #dbd9d9;

}
.runqun_list li img{
  float: right;
}
.runqun_list li:nth-child(1) strong{
  font-size: 22px;
  margin: 30px 0 22px 30px;
  display: block;
  color: #ff7b41;
}
.runqun_list li:nth-child(1) p{
  width: 80%;
  margin-left: 30px;
  margin-top: 10px;
}
.runqun_list li:nth-child(1) a{
  width: 100px;
  border: 1px solid #fc4f03;
  display: block;
  text-align: center;
  line-height: 30px;
  color: #fc4f03;
  margin: 18px 0 0 26px;
}
.runqun_list li:nth-child(2){
  width: 25%;
  height: 564px;

}

  /* 渐变 */
  .runqun_list li:nth-child(1):hover{
    transition: all 0.3s ease 0s;
  }
  .runqun_list li:nth-child(1):hover a{
    transition: all 0.3s ease-out;
    background: #ff7b41!important;
    color: #fff!important;
  }
  .runqun_list li .renqun1_div:hover a,.runqun_list li .renqun2_div:hover a{
    transition: all 0.3s ease-out;
    background: #ff7b41!important;
    color: #fff!important;
  }
  .runqun_list li:hover strong,.runqun_list li .renqun1_div:hover strong,.runqun_list li .renqun2_div:hover strong{
    font-size: 28px;
    transition: all 0.3s ease-out;
  }

/* 第二列上 */
.runqun_list li .renqun1_div{
  background-image: url(../../static/images/renqun2.png) ;
  background-repeat: no-repeat;
  background-size: cover ;
  background-position: center;
  width: 100%;
  height: 282px;
  /*border-top: 1px solid #dbd9d9;*/
}
.runqun_list li .renqun1_div strong{
  font-size: 22px;
  display: block;
  color: #60cd07;
  margin: 0 0 10px 30px;
  padding-top: 10px;
}
.runqun_list li .renqun1_div p{
  width: 60%;
  margin-left: 30px;
  margin-top: 10px;
}
.runqun_list li .renqun1_div a {
  width: 100px;
  border: 1px solid #fc4f03;
  display: block;
  text-align: center;
  line-height: 30px;
  color: #fc4f03;
  margin: 18px 0 0 26px;
}
/* 第二列下 */
.runqun_list li .renqun2_div{
  background-image: url(../../static/images/renqun5.png) ;
  background-repeat: no-repeat;
  background-size: cover ;
  background-position: center;
  width: 100%;
  height: 282px;
  /*border-bottom: 1px solid #dbd9d9;*/
}
.runqun_list li .renqun2_div strong{
  font-size: 22px;
  display: block;
  color: #ff7b41;
  margin: 0 0 10px 30px;
  padding-top: 10px;
}
.runqun_list li .renqun2_div p{
  width: 60%;
  margin-left: 30px;
  margin-top: 10px;
}
.runqun_list li .renqun2_div a {
  width: 100px;
  border: 1px solid #fc4f03;
  display: block;
  text-align: center;
  line-height: 30px;
  color: #fc4f03;
  margin: 18px 0 0 26px;
}

/* 第三列上 */
.runqun_list li:nth-child(3) .renqun1_div{
  background-image: url(../../static/images/renqun3.png);
  background-repeat: no-repeat;
  background-size: cover ;
  background-position: center;
  width: 100%;
  height: 282px;
  border-left: 1px solid #dbd9d9;
}
.runqun_list li .renqun1_div strong{
  font-size: 22px;
  display: block;
  color: #ff7b41;
  margin: 0 0 10px 30px;
  padding-top: 10px;
}
.runqun_list li .renqun1_div p{
  width: 60%;
  margin-left: 30px;
  margin-top: 10px;
}
.runqun_list li .renqun1_div a {
  width: 100px;
  border: 1px solid #fc4f03;
  display: block;
  text-align: center;
  line-height: 30px;
  color: #fc4f03;
  margin: 18px 0 0 26px;
}
.runqun_list li:nth-child(3){
  width: 25%;
  height: auto;
}
.runqun_list li:nth-child(3)  .renqun2_div{
  background-image: url(../../static/images/renqun6.png) ;
  background-repeat: no-repeat;
  background-size: cover ;
  background-position: center;
  width:100%;
  height: 282px;
  border-left: 1px solid #dbd9d9;
}
.color_fense{
  color: #ff70ad!important;
}
.color_juse{
  color:#ff7b41!important;
}

/* 第四列 */
.runqun_list li:nth-child(4){
  width: 25%;
  height: auto;
}
.color_hongse{
  color:#b9200f!important;
}
.color_huangse{
  color:#ffba00!important;
}
.runqun_list li:nth-child(4) .renqun1_div{
  background-image: url(../../static/images/renqun4.png);
  background-repeat: no-repeat;
  background-size: cover ;
  background-position: center;
  width: 100%;
  height: 282px;
  border-right: 1px solid #dbd9d9;
  border-left: 1px solid #dbd9d9;
}
.runqun_list li:nth-child(4)  .renqun2_div{
  background-image: url(../../static/images/renqun7.png);
  background-repeat: no-repeat;
  background-size: cover ;
  background-position: center;
  width: 100%;
  height: 282px;
  border-right: 1px solid #dbd9d9;
  border-left: 1px solid #dbd9d9;
}
/* 热门专业 */
.zyleft {width: 1440px;margin:0 auto;b}
.zytabt {
  width: 1440px;
  height: 60px;
  border-radius: 10px 10px 0 0;
  background: #f4f4f4;
  text-align: center;
  font-size: 24px;
  overflow: hidden;
}
.zytabt li {
  width: 720px;
  line-height: 60px;
  cursor: pointer;
  transition: all .5s;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
}
.zytabt .active {
  background-color: #be0e11;
  color: #fff;
}
.zytabt li.on {
  background: #c00900;
  color: #fff;
}
.zylist {
	margin:10px 0 0 0;
}
.zylist li {
  width: 330px;
  padding: 10px;
  height: 330px;
  box-shadow: 0 0 5px #ccc;
  text-align: center;
  border-radius: 5px;
  display: block;
  float: left;
  margin:3px 5px 8px;
}
.zylist li > a {
  display: block;
  width: 100%;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.zylist li > a img {
  width: 100%;
  height: auto;
  transition: all .5s;
}
.zylist li > a:hover img {
  transform: scale(1.2);
}
.zylist li span {
  width: 80px;
  line-height: 30px;
  background: #f14f00;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.zylist li strong {
  line-height: 45px;
  font-size: 20px;
  transition: all .35s;

}
.zylist li strong:hover {
  color: #ee7800;
}
.zylist li p {
  text-align: left;
  color: #a0a0a0;
  padding: 0 10px 0;
}
/*热门专业原来3分栏样式备份
.zyleft {width: 1440px;margin:0 auto;b}
.zytabt {
  width: 1440px;
  height: 60px;
  border-radius: 10px 10px 0 0;
  background: #f4f4f4;
  text-align: center;
  font-size: 24px;
  overflow: hidden;
}
.zytabt li {
  width: 480px;
  line-height: 60px;
  cursor: pointer;
  transition: all .5s;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
}
.zytabt .active {
  background-color: #be0e11;
  color: #fff;
}
.zytabt li.on {
  background: #c00900;
  color: #fff;
}
.zylist {
	margin:10px 0 0 0;
}
.zylist li {
  width: 330px;
  padding: 10px;
  height: 330px;
  box-shadow: 0 0 5px #ccc;
  text-align: center;
  border-radius: 5px;
  display: block;
  float: left;
  margin:3px 5px 8px;
}
.zylist li > a {
  display: block;
  width: 100%;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.zylist li > a img {
  width: 100%;
  height: auto;
  transition: all .5s;
}
.zylist li > a:hover img {
  transform: scale(1.2);
}
.zylist li span {
  width: 80px;
  line-height: 30px;
  background: #f14f00;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.zylist li strong {
  line-height: 45px;
  font-size: 20px;
  transition: all .35s;

}
.zylist li strong:hover {
  color: #ee7800;
}
.zylist li p {
  text-align: left;
  color: #a0a0a0;
  padding: 0 10px 0;
}
*/
/*火热报名*/
.hrbm-title {
  font-size: 24px;
  text-align: center;
}
.zyright .bd {
  width: 100%;
  height: 340px;
  margin: 25px 0;
  background: #fff;
  overflow: hidden;
}
.infoList li {
  line-height: 40px;
  height: 40px;
  border-bottom: dashed 1px #E5E3E3;
  overflow: hidden;
  text-align: center;
}
.infoList li span:nth-child(1) {
  width: 25%;
}
.infoList li span:nth-child(2) {
  width: 20%;
  color: #eb161e;
}
.infoList li span:nth-child(3) {
  width: 10%;
}
.infoList li span:nth-child(4) {
  width: 45%;
  color: #eb161e;
}






