
/* view-S */
.view, .view > div, .apply_btn, .apply_info dl, .desc, .edu_info strong {display: flex; display: -ms-flexbox;}
.view{width: 100%; margin-bottom: 7%;}
.view > div{width: 50%; min-height: 385px; padding: 5%; box-sizing: border-box;
  flex-direction: column; -ms-flex-direction: column;
}
.view .cont1{border: 1px solid #d5d3d6;}
.view .cont1 > div{height: 50%;}
.cont1 .apply_tit{ border-bottom: 2px solid #333}
.cont1 .apply_tit strong{font-size: 2em; font-weight: 500;}
.view .cont1 .state {
  width: 5.37em;
  height: 2.187em;
  display: block;
  margin-bottom: 10%;
  line-height: 2.187em;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  border-radius: 15px 15px 15px 0;
  background-color: #155f8c;
  font-size: 1.2em;
}
.view .cont1 .t_name {font-size: 1.2em;}
.view .cont1 .t_name::before{ content:""; float: left; width: 5px; height: 1em; margin-right: 10px;
  background-color: #26a19c;
}
.cont1 .apply_btn{align-items: flex-end; -ms-flex-item-align: end}
.cont1 .apply_btn a{display: inline-block; padding: 0.7em 4em;
  background-color: #333; color: #fff;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.32);
}
.view .cont2{background: url(/common/img/info_bg.png) no-repeat right bottom #26a19c; background-size: 15%;}
.view .cont2 .apply_info{height: 70%; border-bottom: 1px dashed #fff;padding-bottom: 1%;}
.view .cont2 .apply_info li{margin-bottom: 3%;}
.view .cont2 .apply_info dl{align-items: center; -ms-flex-item-align: center; color: #fff; font-size: 1.2em;}
.view .cont2 .apply_info dl::before{content: ""; width: 4px; height: 4px; display: block; margin-right: 5px;
  background-color: #fff; 
  border-radius: 100%;
}
.view .cont2 .apply_info dt{margin-right: 10px; width: 80px;}
.view .cont2 .apply_info dd{width: calc(100% - 90px);}
.view .cont2 .desc{height: 50%; padding-right: 40px;
  align-items: flex-end; -ms-flex-item-align: flex-end; 
  color: #fff; line-height: 1.3; font-size: 1.2em;
  box-sizing: border-box;
}
.view .cont2 .apply_info dd a{position: relative;}
.view .cont2 .apply_info dd a::after {content: ""; width: 100%; height: 1px;
  position: absolute; left: 0; bottom: -2px;
  background-color: #fff;
}
.edu_info strong{margin-bottom: 3%;
  align-items: center; -ms-flex-item-align: center;
  font-size: 1.75em; font-weight: 500;
}
.edu_info strong:before{content: ""; display: block; width: 23px; height: 12px; margin-right: 5px;
  background-image: url(/img/desc.png);
}
.edu_info p{min-height: 300px; line-height: 1.3;}
/* view-E */

@media screen and (max-width: 768px) {
  .view{flex-direction: column; -ms-flex-direction: column;}
  .view > div {width: 100%; min-height: auto; height: 320px;}
  .cont1 .apply_btn{justify-content: center; -ms-flex-pack: center;}
}

@media screen and (max-width: 479px) {
  .view > div{padding: 10%; height: 300px;}
  .cont1 .apply_tit{padding-top: 40px;}
  .cont1 .apply_tit strong{font-size: 1.5em;}
  .view .cont2{background-size: 25%;}
  .view .cont2 .apply_info dl{font-size: 1em;}
  .view .cont2 .desc{padding-right: 20px; font-size: 1em;}

  .edu_info strong{font-size: 1.3em;}
  .edu_info p{min-height: 200px;}
}