@charset "utf-8";

.__shi_historySchool a { text-decoration: none;}

.__shi_historySchool .__shi_h_dis_none {display: none;}
.__shi_historySchool .__shi_h_ml_10 {margin-left: 10px;}

.__shi_historySchool_cont { overflow: hidden;}

.__shi_historySchool_more { float: right;}

.__shi_historySchool_more:hover { text-decoration: underline;}

.__shi_historySchool {
  width: 960px;
  border: 1px solid #d9d9d9;
  margin: 20px auto 40px;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  color: #333333;
  line-height: 1.6;
  text-align: left;
}

.__shi_historySchool ul {
  list-style-type: none;
}
.__shi_historySchool ul,
.__shi_historySchool li,
.__shi_historySchool p {
  margin: 0px;
  padding: 0px;
}

.__shi_historySchool .__shi_m_grayBox:hover p {
  color: #1260B2;
  text-decoration: underline;
}

.__shi_historySchool .__shi_m_grayBox {
  background-color: #f5f5f5;
  padding: 5px 10px;
  float: left;
  width: 444px;
  margin-top: 10px;
  padding: 10px;
  overflow: hidden;
  cursor: pointer;

}

.__shi_historySchool .__shi_imgBox {
  margin-right: 10px;
  float: left;
  width: 100px;
}

.__shi_historySchool .__shi_txtBox {
  float: left;
  width: 332px;
}

.__shi_historySchool_title {
  font-size: 18px;
  font-weight: bold;
}

.__shi_historySchool .__shi_txtBox p {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333;
  text-decoration: none;
}

.__shi_historySchool .__shi_m_btn_action {
  float: right;
  margin-top: 15px;
  padding: 6px 15px;
  text-align: center;
}

.__shi_historySchool .__shi_tabLink { float: left;}
.__shi_historySchool .__shi_tabLink li { display: inline-block;}

.__shi_historySchool .__shi_tabLink li.__shi_activeLink {
  color: #0066cf;
  cursor: pointer;
}

.__shi_historySchool .__shi_tabLink li.__shi_activeLink:hover {
  text-decoration: underline;
}

.__shi_historySchool .__shi_partation {
  margin-right: 10px;
  margin-left: 10px;
}

/* button */

.__shi_historySchool .__shi_m_btn_action {
  display: block;
  border: 1px solid #ffab22;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;

  background: #f7bf6d; /* Old browsers */
  background: -moz-linear-gradient(top, #f7bf6d 0%, #f7951f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7bf6d), color-stop(100%,#f7951f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7bf6d 0%,#f7951f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7bf6d 0%,#f7951f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7bf6d 0%,#f7951f 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f7bf6d 0%,#f7951f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7bf6d', endColorstr='#f7951f',GradientType=0 ); /* IE6-9 */
}

  .__shi_historySchool .__shi_m_btn_action:hover {
  background: #fea053; /* Old browsers */
  background: -moz-linear-gradient(top, #fea053 0%, #fe6205 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea053), color-stop(100%,#fe6205)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fea053 0%,#fe6205 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fea053 0%,#fe6205 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fea053 0%,#fe6205 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fea053 0%,#fe6205 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea053', endColorstr='#fe6205',GradientType=0 ); /* IE6-9 */
}
