@charset "UTF-8";
.page-box {
  margin: 36px auto 94px;
  text-align: center;
  font-size: 0;
}

.page-box.martop-54 {
  margin-top: -40px;
}

.page-container {
  display: inline-block;
}

.page-item {
  padding: 0 14px;
  height: 36px;
  line-height: 36px;
  color: #787878;
  font-size: 16px;
  display: inline-block;
  background: #fff;
  margin: 0 7px;
}

.page-item.disabled {
  cursor: not-allowed;
}

.page-item.disabled:hover {
  background: #fff;
  color: #787878;
}

.page-item.cur, .page-item:hover {
  color: #fff;
  background: #4a97ff;
}

.page-item.page-next:after {
  content: '';
  width: 9px;
  height: 9px;
  display: inline-block;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-item.page-next:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.page-item.page-prev:before {
  content: '';
  width: 9px;
  height: 9px;
  display: inline-block;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
}

.page-item.page-prev:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.indetail_title, .indetail_title2 {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 50px;
  border-bottom: 1px solid #f5f5f5;
}

.indetail_title.orange a.cur, .indetail_title.orange a:hover, .indetail_title2.orange a.cur, .indetail_title2.orange a:hover {
  color: #fb790b;
}

.indetail_title a, .indetail_title2 a {
  margin: 0 4px;
}

.indetail_title a:hover, .indetail_title2 a:hover {
  color: #4a97ff;
}

.indetail_title a:first-child, .indetail_title2 a:first-child {
  margin-left: 0;
}

.indetail_title a.cur, .indetail_title2 a.cur {
  color: #4a97ff;
}

.indetail_title {
  margin: 0 15px;
  padding-left: 25px;
}

.indetail_title2 {
  margin: 0 auto;
  padding-left: 40px;
  width: 1200px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.indetail_v_head {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 50px;
  height: 51px;
  border-bottom: 1px solid #f5f5f5;
  margin: 0 auto;
  padding-left: 25px;
  width: 1170px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.indetail_v_head.normal {
  border: none;
}

.indetail_v_head.orange {
  border: none;
}

.indetail_v_head.orange .indetail_v_title2 {
  color: #fb790b;
}

.indetail_v_head.orange .indetail_v_title2::before {
  background-color: #fb790b;
}

.indetail_v_head.orange .indetail_v_rhItem a {
  padding: 0 0 10px;
}

.indetail_v_head.orange .indetail_v_rhItem.cur a, .indetail_v_head.orange .indetail_v_rhItem a:hover {
  color: #fb790b;
  border-color: #fb790b;
}

.indetail_v_head.orange .indetail_v_rhItem.cur a:hover, .indetail_v_head.orange .indetail_v_rhItem a:hover:hover {
  color: #fb790b;
}

.indetail_v_title1, .indetail_v_title2 {
  color: #838383;
  float: left;
  font-size: 20px;
}

.indetail_v_title1:before, .indetail_v_title2:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 25px;
  background: #4a97ff;
  margin-right: 15px;
  vertical-align: top;
  margin-top: 13px;
}

.indetail_v_title2 {
  color: #4a97ff;
}

.indetail_v_rightHead {
  float: right;
  line-height: 40px;
}

.indetail_v_rightHead.map, .indetail_v_rightHead.video {
  margin-right: 25px;
}

.indetail_v_rightHead.map .indetail_v_rhItem, .indetail_v_rightHead.video .indetail_v_rhItem {
  margin-top: 14px;
  line-height: 1;
  margin-left: 12px;
}

.indetail_v_rightHead.map .indetail_v_rhItem a, .indetail_v_rightHead.video .indetail_v_rhItem a {
  border-bottom: none;
  padding: 0 17px;
  display: inline-block;
  line-height: 23px;
  border: 1px solid #f5f5f5;
  cursor: pointer;
  min-width: 0;
}

.indetail_v_rightHead.video .indetail_v_rhItem.cur, .indetail_v_rightHead.video .indetail_v_rhItem:hover {
  background: #4a97ff;
}

.indetail_v_rightHead.video .indetail_v_rhItem.cur a, .indetail_v_rightHead.video .indetail_v_rhItem:hover a {
  color: #fff;
}

.indetail_v_rhItem {
  float: left;
  margin-left: 20px;
}

.indetail_v_rhItem.cur a {
  color: #4a97ff;
  border-color: #4a97ff;
}

.indetail_v_rhItem a {
  min-width: 40px;
  display: inline-block;
  padding: 0 6px 10px;
  border-bottom: 2px solid #fff;
  line-height: 1;
  text-align: center;
}

.indetail_v_rhItem a:hover {
  color: #4a97ff;
  border-color: #4a97ff;
}

.indetail_v_title {
  font-size: 20px;
  line-height: 50px;
  color: #4a97ff;
  width: 1200px;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.indetail_v_title.orange {
  color: #fb790b;
}

.indetail_v_title.orange::before {
  background: #fb790b;
}

.indetail_v_title.orange2 {
  color: #787878;
}

.indetail_v_title.orange2::before {
  background: #fb790b;
}

.indetail_v_title:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 25px;
  background: #4a97ff;
  margin-right: 15px;
  vertical-align: top;
  margin-top: 13px;
}

.indetail_o_box {
  background: #fff;
  margin-bottom: 20px;
}

.indetail_o_wrapper {
  margin: 16px 37px 0 40px;
  padding-bottom: 34px;
}

.indetail_o_item {
  float: left;
  width: 132px;
  margin-left: 26px;
}

.indetail_o_item:first-child {
  margin-left: 0;
}

.indetail_o_item:hover .indetail_o_img {
  border: 1px solid #e7e7e7;
}

.indetail_o_item:hover .indetail_o_desc {
  color: #4a97ff;
}

.indetail_o_img {
  width: 132px;
  height: 97px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 8px 8px 9px;
  border: 1px solid #fff;
  overflow: hidden;
}

.indetail_o_img img {
  width: 100%;
}

.indetail_o_desc {
  width: 132px;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 20px;
}

.indetail_o_title, .indetail_o_title2 {
  font-size: 20px;
  line-height: 50px;
  border-bottom: 1px solid #f5f5f5;
  margin: 0 15px;
  padding-left: 25px;
}

.indetail_o_title {
  color: #838383;
}

.indetail_o_title:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 25px;
  background: #4a97ff;
  margin-right: 15px;
  vertical-align: top;
  margin-top: 13px;
}

.indetail_o_title.orange:before {
  background: #fb790b;
}

.indetail_act_box {
  background: #fff;
  margin-bottom: 20px;
}

.indetail_act_wrapper {
  margin: 16px 37px 0 40px;
  padding-bottom: 34px;
}

.indetail_act_item {
  float: left;
  width: 195px;
  margin-left: 35px;
}

.indetail_act_item:first-child {
  margin-left: 0;
}

.indetail_act_item:hover .indetail_act_img {
  border: 1px solid #e7e7e7;
}

.indetail_act_item:hover .indetail_act_desc {
  color: #4a97ff;
}

.indetail_act_img {
  width: 195px;
  height: 143px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px 11px 10px 12px;
  border: 1px solid #fff;
  overflow: hidden;
}

.indetail_act_img img {
  width: 100%;
}

.indetail_act_desc {
  width: 195px;
  font-size: 14px;
  color: #666;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 24px;
}

.indetail_v_actBox {
  background: #fff;
}

.indetail_v_actBox.mat14 {
  padding-top: 14px;
}

.indetail_v_main {
  padding-bottom: 1px;
}

.container.detail {
  background: #f5f5f5;
}

.indetail_s_box {
  margin: 0 40px;
}

.indetail_s_item {
  float: left;
  padding: 10px 9px 14px 25px;
  border: 1px solid #c8c8c8;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.indetail_s_item:hover {
  border-color: #4a97ff;
}

.indetail_s_item:nth-child(3n) {
  margin-right: 0;
}

.indetail_s_left {
  float: left;
  width: 222px;
}

.indetail_s_right {
  float: right;
  width: 102px;
  text-align: center;
}

.indetail_s_head {
  line-height: 42px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #c8c8c8;
}

.indetail_s_examScore {
  color: #666;
  margin-left: 10px;
}

.indetail_s_title {
  font-size: 14px;
  color: #333;
  line-height: 1;
  margin-top: 16px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.indetail_s_title:before {
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url(../img/icon2.png) no-repeat;
  vertical-align: bottom;
  margin-right: 6px;
}

.indetail_s_content {
  margin-top: 4px;
  font-size: 14px;
  line-height: 20px;
  text-indent: 2em;
  height: 44px;
  overflow: hidden;
  color: #666;
}

.indetail_s_img {
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 50%;
  margin: 2px auto 0;
}

.indetail_s_img img {
  width: 100%;
}

.indetail_s_studentName {
  color: #333;
  font-size: 16px;
  line-height: 1;
  padding-top: 6px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.indetail_s_examTime {
  color: #999;
  font-size: 12px;
  line-height: 20px;
}

.indetail_s_more {
  display: block;
  text-align: center;
  color: #a6a6a6;
  font-size: 14px;
  margin: 5px auto 40px;
  line-height: 1;
  cursor: pointer;
}

.indetail_s_more.orange:hover {
  color: #fb790b;
}

.indetail_s_more:hover {
  color: #4a97ff;
}

.indetail_s_more.disabled {
  cursor: text;
}

.indetail_s_more.disabled:hover {
  color: #a6a6a6;
}

.indetail_sd_box {
  padding: 0 40px;
}

.indetail_sd_left {
  width: 842px;
  float: left;
}

.indetail_sd_right {
  float: right;
  width: 338px;
}

.indetail_sd_main {
  margin-bottom: 20px;
}

.indetail_sd_container {
  background: #fff;
  margin-bottom: 20px;
}

.indetail_sd_title {
  font-size: 30px;
  line-height: 1.5;
  margin: 15px 0 7px;
}

.indetail_sd_infobox {
  float: left;
}

.indetail_sd_headbox {
  padding-bottom: 15px;
  position: relative;
}

.indetail_sd_headbox .indetail_sd_collect {
  position: absolute;
  right: 0;
  bottom: 15px;
}

.indetail_sd_collect {
  float: right;
  font-size: 14px;
  color: #666;
  margin-top: 14px;
  cursor: pointer;
}

.indetail_sd_collect:before {
  content: '';
  width: 26px;
  height: 25px;
  display: block;
  background: url(../img/sd-sprite.png) no-repeat;
  background-position: 0 -49px;
  margin: 0 auto;
  -webkit-transform: scale(0.68);
      -ms-transform: scale(0.68);
       -o-transform: scale(0.68);
          transform: scale(0.68);
}

.indetail_sd_collect:hover:before, .indetail_sd_collect.collected:before {
  background-position: 0 -24px;
}

.indetail_sd_collect.left {
  float: left;
}

.indetail_sd_infowrapper {
  color: #a6a6a6;
}

.indetail_sd_infoitem {
  margin-right: 15px;
  line-height: 1;
}

.indetail_sd_infoitem.author:after {
  content: "";
  background-color: #c0c0c0;
  width: 1px;
  height: 11px;
  display: inline-block;
  margin-left: 15px;
}

.indetail_sd_infoitem.eye-icon:before {
  content: '';
  width: 17px;
  height: 11px;
  background: url(../img/sd-sprite.png) no-repeat;
  background-position: 0 -13px;
  display: inline-block;
  margin-right: 5px;
}

.indetail_sd_content {
  padding: 40px 0;
font-size:16px;
}

.indetail_sd_content img {
  max-width: 100%;
}

.indetail_sd_nextLink, .indetail_sd_noLink {
  float: right;
  margin-top: 14px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}

.indetail_sd_noLink {
  color: #666;
  margin-top: 24px;
}

.indetail_sd_nextLink:before {
  content: '下一篇';
  display: block;
  text-align: right;
}

.indetail_sd_nextLink:hover {
  color: #4a97ff;
}

.indetail_sd_contentFooter {
  padding-bottom: 36px;
}

.indetail_v_rankBox {
  background: #fff;
}

.indetail_v_white {
  background: #fff;
  margin-bottom: 20px;
}

.indetail_v_white.service-box {
  padding: 15px 14px 0px 15px;
}

.indetail_v_white.readingRankBox {
  height: 350px;
}

.indetail_v_container {
  padding-bottom: 1px;
}

.indetail_rk_title {
  font-size: 20px;
  line-height: 50px;
  border-bottom: 1px solid #f5f5f5;
  margin: 0 15px;
}

.indetail_rk_wrapper {
  margin: 0 15px;
  padding-bottom: 2px;
}

.indetail_rk_link {
  display: block;
  font-size: 14px;
  color: #333;
  margin: 13px 0 15px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 1;
}

.indetail_rk_link:hover {
  color: #4a97ff;
  line-height: 1;
}

.indetail_rk_link:before {
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url(../img/sd-sprite.png) no-repeat;
  background-position: 0 0;
  vertical-align: top;
  margin-right: 7px;
}

.indetail_sv_item {
  float: left;
  width: 150px;
  height: 97px;
  margin-bottom: 15px;
}

.indetail_sv_item:nth-child(2n+1) {
  margin-right: 9px;
}

.indetail_sv_item img {
  width: 150px;
  height: 97px;
}

.indetail_sv_img {
  width: 150px;
  height: 97px;
}

.indetail_r_signbox {
  width: 338px;
  height: 150px;
  background: url(../img/sign-bg.jpg) no-repeat;
}

.indetail_r_signbox.auto-fixed {
  position: fixed;
  top: 100px;
}

.indetail_r_signWrapper {
  width: 173px;
  float: right;
  margin-top: 47px;
  margin-right: 27px;
  text-align: center;
}

.indetail_r_input {
  width: 100%;
  height: 24px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  margin-bottom: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.indetail_r_input:focus {
  border-color: #4a97ff;
}

.indetail_r_submit {
  width: 82px;
  height: 24px;
  display: inline-block;
  background: url(../img/sd-sprite.png) no-repeat;
  background-position: 0 -74px;
  cursor: pointer;
  opacity: .8;
}

.indetail_r_submit:hover {
  opacity: 1;
}

.indetail_hm_left {
  background: #fff;
  margin-bottom: 20px;
  width: 842px;
  float: left;
}

.indetail_hm_right {
  float: right;
  width: 338px;
}

.indetail_hm_introduce {
  margin: 0 45px 0 40px;
  height: 308px;
}

.indetail_hm_img {
  float: left;
}

.indetail_hm_descBox {
  margin-left: 275px;
}

.indetail_hm_title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 13px;
  padding-top: 10px;
}

.indetail_hm_title i {
  width: 2px;
  height: 21px;
  display: inline-block;
  background: #fb790b;
  margin: 0 10px;
  vertical-align: text-top;
}

.indetail_hm_desc {
  color: #666;
  font-size: 14px;
  line-height: 20px;
}

.indetail_hm_desc.big {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.indetail_hm_desc p {
  margin-bottom: 10px;
}

.indetail_hm_desc2 {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin: 15px 0 0 40px;
  padding-bottom: 16px;
  position: relative;
}

.indetail_hm_desc2:after {
  content: '';
  width: 812px;
  height: 1px;
  background: #f5f5f5;
  display: block;
  position: absolute;
  bottom: 0;
  left: -25px;
}

.indetail_hm_noteTitle:before {
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url(../img/icon2.png) no-repeat;
  vertical-align: top;
  margin-right: 6px;
  margin-top: 5px;
}

.indetail_hm_noteBox {
  margin: 0 40px;
}

.indetail_t_item {
  float: left;
  width: 200px;
  height: 336px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 29px 20px 0;
  text-align: center;
  border: 1px solid #fff;
}

.indetail_t_item:hover {
  border-color: #e7e7e7;
}

.indetail_t_item:nth-child(5n) {
  margin-right: 0;
}

.indetail_t_img {
  width: 171px;
  height: 205px;
  overflow: hidden;
  margin: 14px 14px 10px;
}

.indetail_t_img img {
  width: 100%;
}

.indetail_t_box {
  margin: 0 0 0 40px;
}

.indetail_t_name {
  font-size: 16px;
  color: #333;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: bold;
}

.indetail_t_position {
  font-size: 13px;
  color: #444;
  line-height: 19px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 0 5px;
}

.indetail_t_link {
  width: 120px;
  height: 28px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 26px;
  border: 1px solid #fb790b;
  color: #fb790b;
  text-align: center;
  display: inline-block;
  font-size: 13px;
  margin-top: 5px;
}

.indetail_t_link:hover {
  background: #fb790b;
  color: #fff;
}

.indetail_td_container, .indetail_td_evaluateBox, .indetail_td_courseBox {
  background: #fff;
  margin-bottom: 20px;
}

.indetail_td_evaluateBox {
  padding-bottom: 30px;
}

.indetail_td_wrapper {
  margin: 16px 40px 0;
  padding-bottom: 40px;
}

.indetail_td_img {
  width: 250px;
  height: 300px;
  overflow: hidden;
  float: left;
}

.indetail_td_img img {
  width: 100%;
}

.indetail_td_infoBox {
  width: 840px;
  margin-left: 30px;
}

.indetail_td_desc {
  display: inline;
}

.indetail_td_infoBox {
  float: left;
}

.indetail_td_descWrapper {
  border-bottom: 1px solid #f5f5f5;
}

.indetail_td_descBox {
  font-size: 14px;
  line-height: 26px;
}

.indetail_td_descBox:last-child {
  padding-bottom: 12px;
}

.indetail_td_deName {
  font-weight: bold;
}

.indetail_td_name {
  font-size: 22px;
  color: #333;
  line-height: 1;
  padding: 50px 0 17px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f5f5f5;
}

.indetail_td_desc {
  color: #555;
}

.indetail_td_yuyue {
  width: 148px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fb790b;
  color: #fb790b;
  font-size: 16px;
  margin-top: 18px;
  cursor: pointer;
}

.indetail_td_yuyue:hover {
  background: #fb790b;
  color: #fff;
}

.indetail_td_commentBox {
  margin: 10px 15px 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  height: 110px;
}

.indetail_td_commentBox.no-height {
  height: 0;
  border-bottom-width: 0;
  margin-top: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.indetail_td_coName {
  line-height: 28px;
  font-size: 14px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.indetail_td_coBase {
  float: left;
  width: 103px;
  text-align: right;
}

.indetail_td_comment {
  float: left;
  width: 658px;
  height: 100px;
  border: 2px solid #f0f0f0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 12px;
  border-right: 0;
  padding: 10px;
  box-sizing: border-box;
}

.indetail_td_reply {
  float: left;
  width: 100px;
  height: 100px;
  background: #4a97ff;
  color: #fff;
  text-align: center;
  line-height: 100px;
  cursor: pointer;
  font-size: 16px;
}

.indetail_td_reply:hover {
  background: #177aff;
}

.indetail_td_evlItem {
  margin: 0 15px;
  border-top: 1px solid #f5f5f5;
  padding-bottom: 10px;
}

.indetail_td_evlImg {
  float: left;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-left: 63px;
  overflow: hidden;
}

.indetail_td_evlImg img {
  width: 100%;
}

.indetail_td_evlBase {
  float: left;
  margin-left: 12px;
  width: 100px;
}

.indetail_td_evlContent {
  float: left;
  line-height: 22px;
  width: 940px;
  margin-top: 18px;
}

.indetail_td_evlName {
  font-size: 14px;
  color: #000;
  margin: 14px 0 7px;
  line-height: 1;
}

.indetail_td_evlTime {
  color: #6e6e6e;
  line-height: 1;
}

.indetail_td_evlAdd {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 40px;
  padding: 10px 0 25px;
  margin: 0px auto;
  text-align: center;
}

.indetail_td_evlAdd .icon-add {
  font-size: 40px;
  color: #ddd;
  vertical-align: top;
  margin-right: 8px;
  cursor: pointer;
}

.indetail_td_crsItem {
  float: left;
  height: 36px;
  font-size: 14px;
  border: 1px solid #fb790b;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 34px;
  text-align: center;
  margin-left: 20px;
  margin-top: 15px;
}

.indetail_td_crsItem a {
  color: #fb790b;
  padding: 0 20px;
  display: block;
  height: 100%;
  display: inline-block;
}

.indetail_td_crsItem:hover {
  background: #fb790b;
}

.indetail_td_crsItem:hover a {
  color: #fff;
}

.indetail_td_crsWrapper {
  margin: 0 40px 0 20px;
  padding-bottom: 40px;
}

.indetail_td_footerBox {
  margin-bottom: 20px;
}

.indetail_td_examSkill {
  width: 904px;
  background: #fff;
  float: left;
}

.indetail_td_esContainer {
  margin: 0 60px;
  padding: 6px 0 35px;
}

.indetail_td_esBox {
  float: left;
  width: 352px;
}

.indetail_td_esBox:first-child {
  margin-right: 38px;
}

.indetail_td_esBox:last-child {
  padding-left: 38px;
  position: relative;
}

.indetail_td_esBox:last-child:before {
  content: '';
  width: 0;
  height: 76px;
  display: inline-block;
  border-left: 1px dashed #d2d2d2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

.indetail_td_esItem a {
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 14px;
  line-height: 26px;
}

.indetail_td_esItem a:hover {
  color: #fb790b;
}

.indetail_td_adv {
  float: right;
  width: 276px;
  height: 189px;
  overflow: hidden;
}

.indetail_td_adv img {
  width: 100%;
}

.indetail_adv {
  width: 1200px;
  height: 90px;
  overflow: hidden;
  margin: 20px auto;
  display: block;
}

.indetail_adv img {
  width: 100%;
}

.indetail_hm_noteBox, .indetail_n_noteBox {
  margin: 0 15px;
}

.indetail_hm_noItem, .indetail_n_noItem {
  padding: 10px 25px 14px;
  border-bottom: 1px solid #f5f5f5;
}

.indetail_hm_noItem:hover .indetail_hm_noteTitle, .indetail_hm_noItem:hover .indetail_n_noteTitle, .indetail_n_noItem:hover .indetail_hm_noteTitle, .indetail_n_noItem:hover .indetail_n_noteTitle {
  color: #4a97ff;
}

.indetail_hm_noItem:first-child, .indetail_n_noItem:first-child {
  padding-top: 0;
}

.indetail_hm_noItem:last-child, .indetail_n_noItem:last-child {
  border: none;
}

.indetail_hm_noteTitle, .indetail_n_noteTitle {
  font-size: 16px;
  color: #333;
  float: left;
  max-width: 670px;
  font-weight: bold;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.indetail_hm_noteTitle .tips, .indetail_n_noteTitle .tips {
  color: #4a97ff;
  margin-right: 3px;
  font-weight: normal;
}

.indetail_hm_noteTime, .indetail_n_noteTime {
  float: right;
  font-size: 12px;
  color: #787878;
}

.indetail_hm_brifeDesc, .indetail_n_brifeDesc {
  font-size: 14px;
  margin-top: 9px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.indetail_n_left {
  float: left;
  width: 842px;
}

.indetail_n_right {
  float: right;
  width: 338px;
}

.indetail_n_tabBox {
  background: #fff;
  margin-bottom: 20px;
}

.indetail_n_tab {
  margin: 0 40px;
}

.indetail_n_tab2 {
display:none;
  background-color: #fafafa;
  padding: 0 40px;
}

.indetail_n_tabItem {
  float: left;
  height: 50px;
  line-height: 50px;
  position: relative;
}

.indetail_n_tabItem:hover a, .indetail_n_tabItem.cur a {
  color: #7e6afd;
}

.indetail_n_tabItem:hover:after, .indetail_n_tabItem.cur:after {
  content: '';
  height: 2px;
  position: absolute;
  display: inline-block;
  background: #7e6afd;
  margin-top: 48px;
  left: 0;
  right: 0;
}

.indetail_n_tabItem a {
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  line-height: 30px;
  border-right: 1px solid #f5f5f5;
  text-align: center;
  color: #838383;
}

.indetail_n_tab2Item {
  float: left;
  height: 50px;
  line-height: 50px;
  margin-left: 28px;
  color: #838383;
  font-size: 14px;
}

.indetail_n_tab2Item.cur a, .indetail_n_tab2Item:hover a {
  color: #7e6afd;
}

.indetail_n_notes {
  background: #fff;
  padding-top: 40px;
}

.indetail_n_noteTitle {
  max-width: 700px;
}

.indetail_n_main .page-box {
  margin-bottom: 36px;
}

.indetail_addr_map, .indetail_addr_mapBox {
  width: 1120px;
  height: 595px;
}

.indetail_addr_mapBox {
  position: relative;
  margin: 0 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.indetail_addr_addressBox {
  position: absolute;
  top: 0;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 264px;
  height: 595px;
  right: -264px;
  background: rgba(0, 0, 0, 0.3);
}

.indetail_addr_addressBox.show {
  right: 0px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.indetail_addr_addressWrapper {
  overflow: auto;
  width: 264px;
  height: 595px;
}

.indetail_addr_addressItem {
  height: 85px;
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.indetail_addr_addressItem:hover, .indetail_addr_addressItem.cur {
  border-left: 2px solid #fb790b;
  background: #ededed;
}

.indetail_addr_addressItem:hover .indetail_addr_address, .indetail_addr_addressItem:hover .indetail_addr_addressDesc, .indetail_addr_addressItem.cur .indetail_addr_address, .indetail_addr_addressItem.cur .indetail_addr_addressDesc {
  margin-left: 28px;
}

.indetail_addr_address {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0 15px 0 30px;
}

.indetail_addr_addressDesc {
  line-height: 18px;
  font-size: 12px;
  margin: 0 15px 0 30px;
}

.indetail_addr_boxContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  float: left;
}

.indetail_addr_toggle {
  width: 14px;
  height: 26px;
  background: url(../img/toggle2.png) no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto -14px;
  cursor: pointer;
}

.indetail_addr_adv {
  width: 1200px;
  height: 100px;
  overflow: hidden;
  border-top: 20px solid #f5f5f5;
  display: block;
}

.indetail_addr_adv img {
  width: 100%;
}

.mapWindow-box {
  margin: 0;
  line-height: 22px;
  padding: 2px;
}

.mapWindow-left {
  float: left;
  width: 184px;
}

.mapWindow-right {
  float: right;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.mapWindow-right img {
  width: 100%;
}

.mapWindow-title {
  color: #4a97ff;
  font-size: 14px;
  font-weight: bold;
}

.footer_ewm{
float:right;
}


.fixed-sider-item:first-child{

display: none;
}

.detail_btn{
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #fb790b;
    color: #fff;
    padding: 4px;


}
/*# sourceMappingURL=maps/index_scoreteacher.css.map */
