/**
 *  /nyushi/exam/detail-shiteikou.html style
 *
 *  0. override/common style
 *  1. exam-section1 style
 *  2. exam-section2 style
 *  3. exam-section3 style
 *  4. exam-section4 style
 */
/*  0. override/common style */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/*  1. exam-section1 style */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
#exam-section1 .exam-section-content table .col1 {
  width: 180px;
}
#exam-section1 .exam-section-content table .col2 {
  width: 123px;
}

/*  2. exam-section2 style */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
#exam-section2 .exam-section-content table thead th {
  width: 25%;
}
#exam-section2 .exam-section-content table td {
  padding-left: 0 !important;
  text-align: center;
}

/*  3. exam-section3 style */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
#exam-section3 .exam-section-content .grid {
  border-bottom: 1px solid #9999CC;
}
#exam-section3 .exam-section-content .grid h3 {
  border-bottom: 1px solid #9999CC;
}
#exam-section3 .exam-section-content .grid h3 span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 8px 10px;
  border: 1px solid #9999CC;
  border-bottom: none;
  font-size: 1.16667em;
}
#exam-section3 .exam-section-content .grid dl {
  margin-top: 10px;
  padding: 12px 0;
}
#exam-section3 .exam-section-content .grid dl:before, #exam-section3 .exam-section-content .grid dl:after {
  content: "";
  display: table;
}
#exam-section3 .exam-section-content .grid dl:after {
  clear: both;
}
#exam-section3 .exam-section-content .grid dl {
  zoom: 1;
}
#exam-section3 .exam-section-content .grid dl dt {
  float: left;
  width: 64px;
  font-size: 1.16667em;
  font-weight: bold;
}
#exam-section3 .exam-section-content .grid dl dd {
  overflow: hidden;
  font-size: 1.16667em;
}
#exam-section3 .exam-section-content .grid ul li {
  padding: 12px 0;
  border-top: 1px solid #EEF2FE;
  font-size: 1.16667em;
}

/*  4. exam-section4 style */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
#exam-section4 .exam-section-content .grid h3 {
  border-bottom: 1px solid #9999CC;
}
#exam-section4 .exam-section-content .grid h3 span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 8px 10px;
  border: 1px solid #9999CC;
  border-bottom: none;
  font-size: 1.16667em;
}
#exam-section4 .exam-section-content .grid p {
  margin-top: 20px;
  font-size: 1.16667em;
}
