@media (max-width:480px){
  hgroup {
    margin-bottom: 2.5vw;
  }
}

@media (max-width:414px){
  hgroup {
    margin-bottom: 3vw;
  }
}

hgroup > h4 ~ h5, hgroup > h4 ~ p {
  margin-top: 3px;
}

h4 {
  color: red;
}

.box_download h4 {
	margin-bottom: 1vw;
}

div.item {
	padding-left: 1.5rem;
  margin: 2vw auto;
}

div.item p {
  margin-bottom: .5vw;
}

div.item p::before {
  font-family: 'iconfont';
  content: '\e63c';
  margin-right: 6px;
  font-size: calc(12px + 0.390625vw);
}

dl.indent {
  margin-left: 2rem;
  margin-bottom: 3vw;
}

@media (max-width:480px) {
  dl.indent {
    margin-left: 1rem;
  }
}

dl.indent dt {
  font-size: calc(15px + 0.390625vw);
  font-weight: bold;
  margin-bottom: .5rem;
}

dl.indent dd {
  border-left: #ccc 2px solid;
  margin-left: auto;
  margin-bottom: 10px;

  padding-left: 1rem;
  padding-bottom: 3px;
}

/*  培养计划  */
ul.list_training_program {
  margin-left: 2vw;
}

ul.list_training_program li {
  margin: 1vw auto;
}

ul.masters_degree_majors {
  margin-left: 3vw;
}

ul.masters_degree_majors li {
  margin: 1vw auto;
}

ol.dasheds_seperator li {
  border-bottom: #ccc 1px dashed;
  padding: 2vw 0;
  padding-left: 2vw;
}

@media (min-width:1080px){
  ol.dasheds_seperator li {
    padding: 1vw 0;
  }

  ul.teaching_features li {
    padding: 1vw 0;
  }
}

ol.dasheds_seperator li:last-child, ul.teaching_features li:last-child {
  border: 0;
}

ul.teaching_features li {
  border-bottom: #ccc 1px dashed;
  padding: 2vw 0;
}

h2.icon_mail_upper::before {
  font-family: 'iconfont';
  content: '\e611'; 
  display: block;
  font-size: calc(32px + 0.390625vw);
}

p.footer_icon:before {
  content: '©'; 
  display: block;
  font-size: calc(32px + 0.390625vw);
}



figure.breaking_email img {
  max-width: 40px;
  margin-bottom: 1vw;
}

h2.materials_mailbox::before {
  content: '\e630';
}

h4.application_form::before {
  content: '\e633';
}

h4.health_certificate::before {
  content: '\e63b';
}

table {
  table-layout: fixed;
  width: 100%;
/*  border-collapse: inherit;*/
/*  border: 1px solid #333; */
}

thead th {
  background: darkcyan;
  color: #ededed;
}

tbody td:first-child {
/*  font-weight: bold;*/
}

th, td {
  padding: 5px 0;
  text-align: center;
  line-height: 1.5;
  font-size: calc(12px + 0.390625vw);
}

tbody tr:nth-child(odd) {
  background-color: #ededed;
}

tbody tr:nth-child(even) {
  background-color: #ccc;
}

th {
  background: #003611;
  color: #fff;
  font-weight: bold;
  padding: 1rem 0;
}


td.symb {
  font-size: 1.8rem;
  font-weight: bold;
}

