@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wid1100 {
  width: 1100px;
  margin: 0 auto;
}
.wid1200 {
  width: 1200px;
  margin: 0 auto;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
.clear {
  zoom: 1;
  *zoom: 1;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}

input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999999;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #999999;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #999999;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
  color: #999999;
}
body {
  background: #f8f8f8;
}
.over_ell{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 头部院校介绍 */
.ban_bck{
  width: 100%;
  max-width: 1920px;
  height: 252px;
  
  margin: 0 auto;
}
.ban_con{
  width: 100%;
  height: 100%;
  background:rgba(0, 0, 0, .5);
  padding-top: 62px;
  color: #fff;
  box-sizing: border-box;
}
.school_icon{
  width: 112px;
  float: left;
  margin:0 30px;
}
.school_icon img{
  display: block;
  max-width: 100%;
}
.school_type{
  width: 300px;
  float: left;
  /* background: red; */
}
.school_type h2{
  font-size: 26px;
  color: #fff;
}
.school_type dl{
  margin-top: 24px;
}
.school_type dl dd{
  display: inline-block;
  min-width: 49px;
  height: 21px;
  padding:0 8px;
  border-radius:10px;
  background: #f5a500;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin-left: 10px;
  box-sizing: border-box;
}
.school_type dl dd:first-of-type{
  margin-left: 0;
}
.school_type p{
  font-size: 16px;
  line-height: 24px;
  margin-top: 22px;
}
.school_introduce{
  width: 620px;
  margin-right: 20px;
  float: right;
  font-size: 16px;
}
.school_item1 li{
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  background-image:url("/images/yz/iconAll.png");
  background-repeat:no-repeat;
  padding-left: 24px;
  box-sizing: border-box;
}
.school_item1 li:nth-of-type(1){
  width: 170px;
  background-position:-10px -110px;

}
.school_item1 li:nth-of-type(2){
  width: 186px;
  background-position:-10px -8px;
}
.school_item1 li:nth-of-type(3){
  width: 200px;
  background-position:-10px -76px;
  
}
.school_introduce>p{
  margin-top: 20px;
  background-image:url("/images/yz/iconAll.png");
  background-repeat:no-repeat;
  padding-left: 24px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.school_introduce>p:nth-of-type(1){
  background-position:-10px -41px;
}
.school_introduce>p:nth-of-type(2){
  background-position:-10px -145px;
}
.school_introduce>p:nth-of-type(3){
  background-position:-10px -180px;
}
/* 头部院校介绍 end */
.school_navbg{
  height: 70px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .03);
}
.school_nav{
  width: 960px;
  height: 70px;
  padding-right: 1px;
  box-sizing: border-box;
  position: relative;
}
.indexbtn{
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  font-weight: 700;
  color: #ff9d00;
  padding:0 32px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  float: left;
  /* background: #ff9d00; */
}
.school_nav a{
  display: block;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  color: #333;
  padding:0 32px;
  font-size: 18px;
  text-align: center;
}

.school_nav a:hover{
  color: #ff9d00;
}
.school_nav .yz_navShow {
  color: #fff;
  background: #ff9d00;
  font-weight: 700;
}
.school_nav .yz_navShow:hover {
  color: #fff;
}

.navbtn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 56px;
  height: 70px;
  float: right;
  margin-right: 6px;

}
.navbtn li{
  width: 23px;
  height: 30px;
  border-radius: 5px;
  background:#ff9d00 url("/images/yz/nav_btnbg.png") no-repeat 7px center;
  cursor: pointer;
}
.navbtn li:nth-of-type(2){
  transform: rotate(180deg);
}
.navbtn .nextStop,.navbtn .prevStop{
  background:#9e9e9e url("/images/yz/nav_btnbg.png") no-repeat 7px center;
}
.school_con{
  margin: 22px auto 28px;
}










/*左侧*/
.con_lt {
  width: 900px;
}
.con_lt .pack_icon {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 15px;
}
.con_lt .pack_icon .list {
  height: 86px;
  overflow: hidden;
}
.con_lt .pack_icon .list dl {
  width: 810px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4px;
}
.con_lt .pack_icon .list dl dd {
  cursor: pointer;
  padding-top: 16px;
  width: 80px;
  height: 80px;
  margin-right: 40px;
  margin-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  text-align: center;
}


.con_lt .pack_icon .list dl dd img{
  display: block;
  margin:0 auto;
}
.con_lt .pack_icon .list dl dd .img2{
  display: none;
}
.sshow dd{
  box-shadow:0px 0px 4px 0px rgb(245, 165, 0) !important;
}
.sshow dd .img1{
  display: none !important;
}
.sshow dd .img2{
  margin: 0 auto;
  display: block !important;
}
.sshow dd p{
  color:#ff9d00 !important;
}
.con_lt .pack_icon .list dl dd p {
  font-size: 14px;
  color: #999999;
  margin-top: 6px;
}





.con_lt .pack_icon .list dl .last {
  margin-right: 0;
}
.con_lt .pack_icon .arrow {
  cursor: pointer;
  position: relative;
  width: 36px;
  height: 46px;
  top: 20px;
  right: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
  border-radius: 9px;
}
.con_lt .pack_icon .arrow p {
  width: 9px;
  height: 14px;
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.con_lt .pack_icon .arrow p img{
  transform:rotate(90deg);
}
/*内容区——招生简章*/
.lists {
  position: relative;
  width: 899px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
  padding: 50px 20px 0 20px;
  margin-top: 20px;
}
.lists a{
  color: #ff9d00;
  cursor: pointer;
}
.lists .art_list .art_head {
  border-bottom: 1px dashed #eeeeee;
}
.lists .art_list .art_head h2 {
  font-size: 28px;
  color: #333333;
  text-align: center;
}
.lists .art_list .art_head .time {
  display: flex;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 15px;
}
.lists .art_list .art_head .time p {
  font-size: 12px;
  color: #999999;
}
.lists .art_list .art_head .time p img {
  display: block;
  margin-right: 4px;
}
.lists .art_list .art_head .time p:nth-of-type(2) {
  margin-right: 30px;
}
.lists .art_list .art_head .time:first-of-type {
  margin-left: 64px;
}
.lists .art_list .art_head .time:last-of-type {
  margin-right: 64px;
}
.lists .art_list .art_content {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 50px;
  border-bottom: 1px dashed #eeeeee;
}
.lists .art_list .art_content table{
  width: 100%;
  margin:0 auto;
}
.lists .art_list .art_content table th,
.lists .art_list .art_content table td {
  height: 40px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #696464;
}
.pic_list table td {
  line-height: 30px;
  color: #2f2f2f;
  background: #fff;
}
.lists .art_list .art_content p,.lists .art_list .art_content span{
  display: block;
  margin: 0 auto;
  font-size: 16px;
  line-height: 35px;
  color: #333333;
  margin-top: 18px;
  text-indent: 2em;
}
.lists .art_list .art_content .art_list {
  width: 735px;
  text-indent: 2em;
  margin: 0 auto;
  font-size: 16px;
  line-height: 35px;
  color: #333333;
  margin-top: 18px;
}
.lists .art_end {
  font-size: 16px;
  color: #999999;
  text-align: center;
  margin-top: 56px;
}

/*底部声明*/
.sm {
  width: 94%;
  bottom: 38px;
}
.sm .up {
  text-align: center;
  margin: 0 auto;
}
.sm .up p:first-of-type {
  margin: 14px 0;
}
.sm .up p:first-of-type span {
  color: #f5a500;
}
.sm .up p {
  font-size: 14px;
  color: #666666;
}
.sm .up p:last-of-type {
  font-size: 12px;
  color: #666666;
}
.sm .up p:last-of-type span {
  display: inline-block;
  height: 21px;
  line-height: 19px;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #999999;
  margin-left: 4px;
  cursor: pointer;
}
.sm .down {
  margin-top: 50px;
  font-size: 12px;
  color: #999999;
  padding-bottom: 38px;
}
/*无内容时显示图片*/
.noNow {
  width: 325px;
  height: 340px;
  margin: 200px auto;
}
.noNow img {
  height: 250px;
  margin: 0 auto;
}
.noNow p {
  width: 240px;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  color: #666666;
}
