.index_banner {
  position: relative;
}
.index_banner .img {
  display: block;
  width: 100%;
}
.index_banner .banner_btn_box {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
}
.index_banner .banner_btn_box .btn {
  display: block;
  width: 320px;
  height: 80px;
  line-height: 72px;
  text-align: center;
  background: #1F7AB7;
  border-radius: 50px;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  transition: all 0.3s;
  margin: 0 auto;
  border: 4px solid #fff;
  box-shadow: 0px 5px 13px 0px #A6C9EB;
}
.index_banner .banner_btn_box .btn_last {
  background: #DE5A21;
  border: 1px solid #DE5A21;
}
.index_guide {
  margin-top: 90px;
}
.index_guide .title_hd {
  font-weight: 500;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 56px;
  margin-bottom: 60px;
}
.index_guide .guide_ul {
  margin: 0 -12px;
}
.index_guide .guide_ul .item {
  float: left;
  width: 25%;
  padding: 0 12px;
}
.index_guide .guide_ul .item .inbox {
  background: #ABCB6F;
  border-radius: 6px;
  border-top: 8px solid #7CB01C;
}
.index_guide .guide_ul .item .title {
  padding: 35px 0 19px 36px;
  font-weight: 600;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 42px;
  background: url(../images/index_s01.png) no-repeat;
  background-position: right 10px;
  background-size: 98px 98px;
  display: block;
}
.index_guide .guide_ul .item .item_body {
  background: #F4FFF4;
  border-radius: 6px;
  padding: 22px 20px;
}
.index_guide .guide_ul .item .item_body .li {
  position: relative;
  padding: 10px 0 10px 18px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_guide .guide_ul .item .item_body .li::before {
  content: '';
  display: block;
  width: 9px;
  height: 8px;
  border: 1px solid #7CB01C;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  border-radius: 50%;
}
.index_guide .guide_ul .item:nth-child(2) .inbox {
  background: #EDBC62;
  border-top: 8px solid #EAA018;
}
.index_guide .guide_ul .item:nth-child(2) .title {
  background: url(../images/index_s02.png) no-repeat;
  background-position: right 10px;
  background-size: 98px 98px;
  margin-right: 10px;
}
.index_guide .guide_ul .item:nth-child(2) .item_body {
  background: #FFFDF9;
}
.index_guide .guide_ul .item:nth-child(2) .item_body .li::before {
  border: 1px solid #EDBC62;
}
.index_guide .guide_ul .item:nth-child(3) .inbox {
  background: #5CAFEA;
  border-top: 8px solid #247AB7;
}
.index_guide .guide_ul .item:nth-child(3) .title {
  background: url(../images/index_s03.png) no-repeat;
  background-position: right 10px;
  background-size: 98px 98px;
  margin-right: 10px;
}
.index_guide .guide_ul .item:nth-child(3) .item_body {
  background: #ECF7FF;
}
.index_guide .guide_ul .item:nth-child(3) .item_body .li::before {
  border: 1px solid #5CAFEA;
}
.index_guide .guide_ul .item:nth-child(4) .inbox {
  background: #EA702D;
  border-top: 8px solid #8D461F;
}
.index_guide .guide_ul .item:nth-child(4) .title {
  background: url(../images/index_s04.png) no-repeat;
  background-position: right 20px;
  background-size: 110px 80px;
  margin-right: 20px;
}
.index_guide .guide_ul .item:nth-child(4) .item_body {
  background: #F4FFF4;
}
.index_guide .guide_ul .item:nth-child(4) .item_body .li::before {
  border: 1px solid #EA702D;
}
.index_recommend {
  margin-top: 90px;
}
.index_recommend .title_hd {
  font-weight: 500;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 56px;
  text-align: center;
  margin-bottom: 60px;
}
.index_recommend .index_recommend_body {
  position: relative;
}
.index_recommend .index_recommend_body .recommend_left {
  float: left;
  width: 346px;
  height: 696px;
  border-radius: 12px;
  background: url(../images/index_bg01.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 60px 50px;
  color: #fff;
}
.index_recommend .index_recommend_body .recommend_left .title {
  font-weight: 600;
  font-size: 38px;
  color: #FFFFFF;
  line-height: 1em;
}
.index_recommend .index_recommend_body .recommend_left .p {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  margin-top: 14px;
}
.index_recommend .index_recommend_body .recommend_left .more {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 58px;
  left: 50px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}
.index_recommend .index_recommend_body .recommend_left .more span {
  width: 46px;
  height: 6px;
  background: url(../images/icon_more_index.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 14px;
}
.index_recommend .index_recommend_body .recommend_right {
  margin-left: 376px;
}
.index_recommend .index_recommend_body .recommend_right .tab_hd {
  display: flex;
  align-items: center;
}
.index_recommend .index_recommend_body .recommend_right .tab_hd .item {
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 24px;
  border-bottom: 1px solid transparent;
  padding: 11px 16px;
  cursor: pointer;
}
.index_recommend .index_recommend_body .recommend_right .tab_hd .item.on {
  font-weight: 600;
  color: #247AB7;
  border-bottom: 2px solid #247AB7;
}
.index_recommend .index_recommend_body .recommend_right .tab_content .schoold_ul {
  display: none;
  margin: 0 -12px;
}
.index_recommend .index_recommend_body .recommend_right .tab_content .schoold_ul .item {
  float: left;
  width: 50%;
  padding: 12px;
}
.index_recommend .index_recommend_body .recommend_right .tab_content .schoold_ul .item .inbox {
  display: block;
}
.index_recommend .index_recommend_body .recommend_right .tab_content .schoold_ul .item .inbox .img_box {
  height: 208px;
  overflow: hidden;
  border-radius: 12px;
}
.index_recommend .index_recommend_body .recommend_right .tab_content .schoold_ul .item .inbox .img_box img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.index_recommend .index_recommend_body .recommend_right .tab_content .schoold_ul .item .inbox .title {
  font-weight: 600;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 24px;
  margin: 16px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.index_recommend .index_recommend_body .recommend_right .tab_content .schoold_ul .item .inbox .p {
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_recommend .index_recommend_body .recommend_right .tab_content .show {
  display: block !important;
}
.index_advan {
  margin-top: 90px;
  background: #F7F9FA;
  padding: 90px 0;
}
.index_advan .advan_body {
  margin: 0 -18px;
}
.index_advan .advan_body .item {
  float: left;
  width: 33.333%;
  padding: 0 18px;
  transition: all 0.3s;
}
.index_advan .advan_body .item .inbox {
  display: block;
}
.index_advan .advan_body .item .inbox .img {
  display: block;
  width: 100%;
}
.index_about {
  margin-top: 90px;
  margin-bottom: 45px;
}
.index_about .about_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_about .about_left {
  width: 440px;
}
.index_about .about_left .img {
  display: block;
  width: 100%;
}
.index_about .about_right {
  width: 680px;
}
.index_about .about_right .title {
  font-weight: 600;
  font-size: 40px;
  color: #000000;
  line-height: 56px;
}
.index_about .about_right .word {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 36px;
  margin: 25px 0 29px;
}
.index_about .about_right .btn_box {
  display: flex;
}
.index_about .about_right .btn_box .btn {
  width: 30px;
  height: 30px;
  margin-right: 30px;
}
.index_about .about_right .btn_box img {
  display: block;
  width: 100%;
  height: 100%;
}
.choose_block {
  padding: 124px 0 80px;
}
.choose_block .choose_body {
  position: relative;
  background: url(../images/icon_flower.png) no-repeat;
  background-position: right top;
  background-size: 320px;
}
.choose_block .choose_body .title {
  font-weight: 600;
  font-size: 50px;
  color: #0D446B;
  line-height: 70px;
}
.choose_block .choose_body .desc {
  font-weight: 400;
  font-size: 18px;
  color: #0D446B;
  line-height: 25px;
  margin: 20px 0 65px;
}
.choose_block .choose_body .choose_box .choose_type .item {
  float: left;
  width: 140px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  background: #D4E1EA;
  margin-right: 1px;
  cursor: pointer;
}
.choose_block .choose_body .choose_box .choose_type .item.on {
  background: #0271BF;
  font-weight: 600;
  color: #FFFFFF;
}
.choose_block .choose_body .choose_box .choose_type .item:first-child {
  border-radius: 10px 0 0 0;
}
.choose_block .choose_body .choose_box .choose_type .item:last-child {
  border-radius: 0 10px 0 0;
}
.choose_block .choose_body .choose_box .choose_select {
  width: 100%;
  height: 86px;
  background: #fff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
.choose_block .choose_body .choose_box .choose_select .choose_con {
  display: none;
}
.choose_block .choose_body .choose_box .choose_select .choose_con.show {
  display: block;
}
.choose_block .choose_body .choose_box .choose_select .choose_li {
  float: left;
  width: 220px;
  height: 86px;
  position: relative;
}
.choose_block .choose_body .choose_box .choose_select .choose_li .titles {
  padding: 0 0 0 12px;
  line-height: 86px;
  font-weight: 400;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.4);
  border-right: 1px solid #A6A6A6;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.choose_block .choose_body .choose_box .choose_select .choose_li .titles .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.choose_block .choose_body .choose_box .choose_select .choose_li .titles .icon {
  width: 40px;
  height: 86px;
  background: url(../images/icon_down.png) no-repeat;
  background-position: center center;
  background-size: 18px;
}
.choose_block .choose_body .choose_box .choose_select .choose_li .titles.checked {
  color: #0271BF;
}
.choose_block .choose_body .choose_box .choose_select .choose_li .select_box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0px 8px 20px 3px rgba(25, 67, 88, 0.3);
  z-index: 100;
  border-radius: 6px;
  background: #fff;
  display: none;
}
.choose_block .choose_body .choose_box .choose_select .choose_li .select_box .li {
  line-height: 54px;
  text-align: center;
  border-top: 1px solid #eee;
  cursor: pointer;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.choose_block .choose_body .choose_box .choose_select .choose_li .select_box .li:first-child {
  border-top: 0;
}
.choose_block .choose_body .choose_box .choose_select .choose_li .select_box .li.ck {
  color: #0271BF;
}
.choose_block .choose_body .choose_box .choose_select .choose_li .select_box .search_area {
  padding: 18px 12px;
}
.choose_block .choose_body .choose_box .choose_select .choose_li .select_box.aera_modal {
  width: 390px;
  left: 0;
  margin-left: 0;
  padding-bottom: 10px;
}
.choose_block .choose_body .choose_box .choose_select .choose_li .select_box.aera_modal .select_title {
  margin-bottom: 11px;
}
.choose_block .choose_body .choose_box .choose_select .search {
  float: left;
  font-size: 20px;
  line-height: 86px;
  padding: 0 0 0 12px;
  width: 500px;
  position: relative;
  height: 100%;
}
.choose_block .choose_body .choose_box .choose_select .search .input {
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
}
.choose_block .choose_body .choose_box .choose_select .search .select_box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0px 8px 20px 3px rgba(25, 67, 88, 0.3);
  z-index: 100;
  border-radius: 6px;
  background: #fff;
  display: none;
}
.choose_block .choose_body .choose_box .choose_select .search .select_box .li {
  line-height: 54px;
  text-align: center;
  border-top: 1px solid #eee;
  cursor: pointer;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.choose_block .choose_body .choose_box .choose_select .search .select_box .li:first-child {
  border-top: 0;
}
.choose_block .choose_body .choose_box .choose_select .search .select_box .li.ck {
  color: #0271BF;
}
.choose_block .choose_body .choose_box .choose_select .btn_school_search {
  float: right;
  margin-top: 16px;
  margin-right: 24px;
  width: 112px;
  height: 54px;
  line-height: 54px;
  background: #247AB7;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
}
.choose_block .choose_body .choose_box .choose_select .btn_school_search .icon {
  width: 24px;
  height: 54px;
  margin-left: 8px;
  background: url(../images/icon_search_white.png) no-repeat;
  background-position: center center;
  background-size: 24px;
}
.school_block .school_title {
  font-weight: 500;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 56px;
  padding-bottom: 25px;
  border-bottom: 1px solid #A6A6A6;
}
.school_block .school_body .school_tab_content {
  display: none;
}
.school_block .school_body .school_tab_content.show {
  display: block;
}
.school_block .school_body .table {
  width: 100%;
}
.school_block .school_body tr {
  border-bottom: 1px solid rgba(166, 166, 166, 0.5);
}
.school_block .school_body .td {
  padding: 40px 18px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
}
.school_block .school_body .td .text {
  height: 100%;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.school_block .school_body .tag {
  width: 90px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: rgba(235, 175, 38, 0.36);
  border-radius: 5px 5px 5px 5px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
}
.school_block .school_body .yes {
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #92BD43;
  line-height: 32px;
}
.school_block .school_body .yes .icons {
  width: 16px;
  height: 20px;
  background: url(../images/icon_circle.png) no-repeat;
  background-position: center bottom;
  background-size: 16px 16px;
  margin-right: 8px;
}
.school_block .school_body .name {
  max-width: 200px;
  width: 14%;
}
.school_block .school_body .school_head .th {
  height: 100px;
  line-height: 100px;
  padding: 0 18px;
  text-align: left;
}
.school_block .school_body .school_head .th {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  cursor: pointer;
}
.school_block .school_body .school_head .th .icon {
  width: 16px;
  height: 100px;
  background: url(../images/icon_down.png) no-repeat;
  background-position: center center;
  background-size: 16px;
  margin-left: 5px;
}
.school_block .school_body .school_head .th:hover .select_box {
  display: block;
}
.school_block .school_body .school_head .select_box {
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -142px;
  width: 284px;
  background: #FFFFFF;
  transition: all 0.3s;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0 8px 20px 3px rgba(25, 67, 88, 0.3);
  padding: 22px 12px;
  z-index: 100;
}
.school_block .school_body .school_head .select_box .select_title .tt_left {
  font-weight: 400;
  font-size: 16px;
  color: #0271BF;
  line-height: 24px;
}
.school_block .school_body .school_head .select_box .select_title .btn_sure {
  color: #DE5A21;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
}
.school_block .school_body .school_head .select_box .select_title .tt_right {
  font-weight: 400;
  font-size: 14px;
  color: #EBAF26;
  line-height: 24px;
}
.school_block .school_body .school_head .select_box .select_title .tt_right .icons {
  width: 24px;
  height: 24px;
  background: url(../images/icon_clear.png) no-repeat;
  background-position: center center;
  background-size: 18px 15px;
}
.school_block .school_body .school_head .select_box .select_ul .li {
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #0271BF;
  font-weight: 400;
  font-size: 16px;
  color: #0271BF;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.school_block .school_body .school_head .select_box .select_ul .li .circle {
  width: 30px;
  height: 30px;
  background: url(../images/icon_circle.png) no-repeat;
  background-position: center center;
  background-size: 16px;
  opacity: 0;
}
.school_block .school_body .school_head .select_box .select_ul.normal_ul .li.on {
  background: #0271BF;
  color: #fff;
}
.school_block .school_body .school_head .select_box .select_ul.multiple_ul .li.on {
  background: #0271BF;
  color: #fff;
}
.school_block .school_body .school_head .select_box .select_ul.spec_ul .li.on .circle {
  opacity: 1;
}
.school_block .school_body .school_head .select_box .select_ul .xiaogang_box {
  padding: 10px 0;
  margin: -4px;
}
.school_block .school_body .school_head .select_box .select_ul .xiaogang_box .li {
  float: left;
  height: 32px;
  line-height: 32px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #0271BF;
  padding: 0 16px;
  font-size: 16px;
  color: #0271BF;
  margin: 4px;
}
.school_block .school_body .school_head .select_box .select_ul .xiaogang_box .li.on {
  background: #0271BF;
  color: #fff;
}
.school_block .school_body .school_head .aera_modal {
  width: 390px;
  left: 0;
  margin-left: 0;
  padding-bottom: 10px;
}
.school_block .school_body .school_head .aera_modal .select_title {
  margin-bottom: 11px;
}
.select_area_ul {
  margin: 0 -12px;
}
.select_area_ul .select_area_title {
  height: 32px;
  line-height: 32px;
  background: rgba(235, 175, 38, 0.3);
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 12px;
}
.select_area_ul .select_area_box {
  padding: 10px 12px;
}
.select_area_ul .select_area_box .ol {
  float: left;
  height: 32px;
  line-height: 32px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #0271BF;
  padding: 0 16px;
  font-size: 16px;
  color: #0271BF;
  margin: 8px 10px 8px 0;
  cursor: pointer;
}
.select_area_ul .select_area_box .ol.on {
  background: #0271BF;
  color: #fff;
}
.page_common {
  text-align: center;
  margin-top: 20px;
}
.advan_box .advan_body {
  display: block;
  margin: 50px 0 74px;
}
.advan_box img {
  max-width: 100%;
}
.bread_blcok .bread_body {
  height: 60px;
  line-height: 60px;
}
.bread_blcok a,
.bread_blcok em {
  color: rgba(0, 0, 0, 0.6);
}
.bread_blcok span {
  color: #247AB7;
}
.school_js_block {
  background: rgba(212, 225, 234, 0.2);
  padding: 27px 0 43px;
}
.school_js_block .tag_ul .tag_li {
  height: 32px;
  line-height: 32px;
  background: rgba(235, 175, 38, 0.36);
  border-radius: 5px 5px 5px 5px;
  padding: 0 17px;
  margin-right: 15px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
}
.school_js_block .btn_box .btn {
  width: 110px;
  height: 44px;
  background: #85B331;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  margin-left: 20px;
  cursor: pointer;
}
.school_js_block .btn_box .btn .icon {
  display: block;
  margin-left: 12px;
  width: 20px;
  height: 20px;
  background: url(../images/icon_share.png) no-repeat;
  background-size: 18px 18px;
  background-position: center center;
}
.school_js_block .btn_box .btn_collect {
  background: #EBAF26;
}
.school_js_block .btn_box .btn_collect .icon {
  background: url(../images/icon_collect.png) no-repeat;
  background-size: 20px 20px;
  background-position: center center;
}
.school_js_block .btn_box .btn_collected {
  background: #EBAF26;
}
.school_js_block .btn_box .btn_collected .icon {
  background: url(../images/icon_collected.png) no-repeat;
  background-size: 20px 20px;
  background-position: center center;
}
.school_js_block .school_text {
  margin-top: 37px;
}
.school_js_block .school_text .ch {
  font-weight: 600;
  font-size: 28px;
  color: #1F7AB7;
  line-height: 39px;
}
.school_js_block .school_text .en {
  font-weight: 400;
  font-size: 28px;
  color: #1F7AB7;
  line-height: 37px;
  margin: 4px 0 18px;
}
.school_js_block .school_text .text {
  font-weight: 400;
  font-size: 16px;
  color: #1F7AB7;
  line-height: 21px;
}
.schoold_content {
  margin-top: 40px;
}
.schoold_content .schoold_content_body {
  position: relative;
  min-height: 600px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.schoold_content .schoold_content_body .schoold_content_left {
  position: sticky;
  top: 90px;
  height: 340px;
  overflow-y: auto;
  width: 300px;
  background: #FFFFFF;
  box-shadow: 0px 1px 8px 0px rgba(21, 102, 255, 0.08);
  border-radius: 6px 6px 6px 6px;
  padding: 12px 0;
}
.schoold_content .schoold_content_body .schoold_content_left .item {
  height: 52px;
  line-height: 52px;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  color: #1F7AB7;
  cursor: pointer;
  margin-bottom: 12px;
  display: block;
}
.schoold_content .schoold_content_body .schoold_content_left .item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 4px;
  height: 24px;
  background: transparent;
}
.schoold_content .schoold_content_body .schoold_content_left .item.on {
  font-weight: 600;
  color: #DE5A21;
}
.schoold_content .schoold_content_body .schoold_content_left .item.on::before {
  background: #DE5A21;
}
.schoold_content .schoold_content_body .schoold_content_right {
  width: 800px;
  overflow-y: auto;
}
.schoold_content .schoold_content_body .schoold_content_right .group {
  padding: 35px 0 0;
  border-bottom: 1px solid #237BB8;
}
.schoold_content .schoold_content_body .schoold_content_right .group .g_title {
  font-size: 24px;
  color: #237BB8;
  line-height: 34px;
  margin-bottom: 40px;
}
.schoold_content .schoold_content_body .schoold_content_right .group .g_title em {
  width: 10px;
  height: 10px;
  background: #237BB8;
  border-radius: 50%;
  margin-right: 15px;
}
.schoold_content .schoold_content_body .schoold_content_right .group .ul {
  display: flex;
  flex-flow: wrap;
}
.schoold_content .schoold_content_body .schoold_content_right .group .item {
  float: left;
  width: 33.33%;
  padding-bottom: 35px;
  align-items: flex-start;
}
.schoold_content .schoold_content_body .schoold_content_right .group .item .icon {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.schoold_content .schoold_content_body .schoold_content_right .group .item .word .tt {
  font-weight: 400;
  font-size: 16px;
  color: #9E9E9E;
  line-height: 22px;
}
.schoold_content .schoold_content_body .schoold_content_right .group .item .word .text {
  font-weight: 400;
  font-size: 17px;
  color: #237BB8;
  line-height: 28px;
  margin-top: 10px;
  word-break: break-all;
}
.schoold_content .schoold_content_body .schoold_content_right .group .item.item_one {
  width: 100%;
}
.schoold_content .schoold_content_body .schoold_content_right .group:last-child {
  border-bottom: 0;
}
.banner_in img {
  display: block;
  width: 100%;
}
.news_list_block {
  margin: 10px 0 50px;
}
.news_list_block .news_list_top {
  width: 700px;
  margin: 0 auto 70px;
}
.news_list_block .news_list_top .title {
  font-weight: 600;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 42px;
  text-align: center;
}
.news_list_block .news_list_top .word {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 26px;
  margin-top: 30px;
}
.news_list_block .news_list_body .news_list_left {
  float: left;
  width: 310px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #1F7AB7;
  padding: 7px 2px 20px;
}
.news_list_block .news_list_body .news_list_left .tab_hd .item {
  float: left;
  width: 25%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  cursor: pointer;
}
.news_list_block .news_list_body .news_list_left .tab_hd .item::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news_list_block .news_list_body .news_list_left .tab_hd .item.on {
  font-weight: 600;
  font-size: 16px;
  color: #247AB7;
}
.news_list_block .news_list_body .news_list_left .tab_hd .item.on::before {
  background: #247AB7;
}
.news_list_block .news_list_body .news_list_left .tab_content {
  padding: 12px 14px 0;
}
.news_list_block .news_list_body .news_list_left .type_ul {
  display: none;
}
.news_list_block .news_list_body .news_list_left .type_ul .li {
  float: left;
  height: 32px;
  line-height: 30px;
  padding: 0 12px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #1F7AB7;
  font-weight: 400;
  font-size: 14px;
  color: #0271BF;
  margin: 8px 10px 8px 0;
  cursor: pointer;
}
.news_list_block .news_list_body .news_list_left .type_ul .li.on {
  background: rgba(222, 90, 33, 0.1);
  border: 1px solid #DE5A21;
  color: #DE5A21;
}
.news_list_block .news_list_body .news_list_left .show {
  display: block !important;
}
.news_list_block .news_list_body .news_list_right {
  width: 850px;
  float: right;
}
.news_list_block .news_list_body .news_list_right .news_search_box {
  width: 300px;
  margin-left: auto;
  margin-bottom: 20px;
}
.news_list_block .news_list_body .news_list_right .news_search_box .search {
  width: 100%;
  height: 45px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 509px 509px 509px 509px;
  border: 1px solid #A6A6A6;
  position: relative;
  padding: 0 50px 0 15px;
}
.news_list_block .news_list_body .news_list_right .news_search_box .search .input {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  background: transparent;
}
.news_list_block .news_list_body .news_list_right .news_search_box .search .btn_search {
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background: url(../images/icon_search.png) no-repeat;
  background-size: 25px 25px;
  background-position: center center;
}
.news_ul .item {
  padding: 30px 0 25px;
  border-bottom: 1px solid #1F7AB7;
}
.news_ul .item .inbox {
  display: flex;
}
.news_ul .item .img {
  width: 285px;
  height: 180px;
  border-radius: 6px 6px 0px 0px;
  overflow: hidden;
  margin-right: 22px;
}
.news_ul .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_ul .item .word {
  flex: 1;
}
.news_ul .item .word .title {
  font-weight: 600;
  font-size: 16px;
  color: #1F7AB7;
  line-height: 22px;
}
.news_ul .item .word .p {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 26px;
  margin: 16px 0 10px;
}
.news_ul .item .word .time {
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 17px;
}
.news_ul .item .word .url {
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 17px;
  display: flex;
  margin-top: 12px;
}
.news_ul .item .word .url span {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.news_ul .item .word .url span i {
  display: block;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  margin-right: 6px;
}
.news_ul .item:first-child {
  padding-top: 0;
}
.news_detail_block {
  margin: 20px 0 50px;
}
.news_detail_block .news_detail_body .title_hd {
  padding-bottom: 35px;
  border-bottom: 1px solid #1F7AB7;
  color: #1F7AB7;
}
.news_detail_block .news_detail_body .title_hd .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
}
.news_detail_block .news_detail_body .title_hd .time {
  line-height: 20px;
  margin-top: 20px;
}
.news_detail_block .news_detail_body .share_box {
  margin: 28px 0 36px;
}
.news_detail_block .news_detail_body .share_box .tt {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 20px;
}
.news_detail_block .news_detail_body .share_box .icon {
  width: 30px;
  height: 30px;
  margin-left: 21px;
}
.news_detail_block .news_detail_body .share_box .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.news_detail_block .news_detail_body .news_detail_content .news_left {
  float: left;
  width: 310px;
}
.news_detail_block .news_detail_body .news_detail_content .news_left .box_ul {
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #1F7AB7;
  padding: 14px 20px;
  margin-bottom: 20px;
}
.news_detail_block .news_detail_body .news_detail_content .news_left .member_box {
  font-size: 16px;
  color: #1F7AB7;
  line-height: 32px;
}
.news_detail_block .news_detail_body .news_detail_content .news_left .member_box img {
  display: block;
  width: 100%;
  height: auto !important;
}
.news_detail_block .news_detail_body .news_detail_content .news_left .member_box .tt {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin: 15px 0;
}
.news_detail_block .news_detail_body .news_detail_content .news_left .member_box .btn_just {
  display: block;
  color: #1F7AB7;
  margin: 7px 0 15px;
}
.news_detail_block .news_detail_body .news_detail_content .news_left .member_box .mem {
  margin-bottom: 7px;
}
.news_detail_block .news_detail_body .news_detail_content .news_left .member_box .mem a {
  color: #DE5A21;
}
.news_detail_block .news_detail_body .news_detail_content .news_left .tag_box {
  padding: 4px 0;
}
.news_detail_block .news_detail_body .news_detail_content .news_left .tag_box .title {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
}
.news_detail_block .news_detail_body .news_detail_content .news_left .tag_box .li {
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  font-weight: 400;
  font-size: 14px;
  color: #0271BF;
  padding: 0 12px;
  background: rgba(31, 122, 183, 0.1);
  border-radius: 5px 5px 5px 5px;
  margin: 15px 9px 0 0;
}
.news_detail_block .news_detail_body .news_detail_content .news_right {
  float: right;
  width: 826px;
}
.news_detail_block .news_detail_body .news_detail_content .news_right .tab_hd .item {
  float: left;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #DCDCDC;
  line-height: 38px;
  padding: 0 24px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
  margin-right: 26px;
  margin-bottom: 10px;
}
.news_detail_block .news_detail_body .news_detail_content .news_right .tab_hd .item.on {
  font-weight: 500;
  background: #1F7AB7;
  border-color: #1F7AB7;
  color: #fff;
}
.news_detail_block .news_detail_body .news_detail_content .news_right .tab_content {
  margin-top: 20px;
  height: 700px;
  overflow-y: auto;
}
.news_detail_block .news_detail_body .news_detail_content .news_right .detail_content {
  display: none;
  font-weight: 400;
  font-size: 16px;
  color: #1F7AB7;
  line-height: 32px;
}
.news_detail_block .news_detail_body .news_detail_content .news_right .detail_content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.news_detail_block .news_detail_body .news_detail_content .news_right .show {
  display: block !important;
}
.about_block {
  margin: 10px 0 87px;
}
.about_block .about_body .about_left {
  float: left;
  width: 826px;
}
.about_block .about_body .about_left .title {
  font-weight: 600;
  font-size: 30px;
  color: #1F7AB7;
  line-height: 42px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1F7AB7;
  margin-bottom: 20px;
}
.about_block .about_body .about_left .content {
  font-weight: 400;
  font-size: 16px;
  color: #1F7AB7;
  line-height: 1.8em;
}
.about_block .about_body .about_left .content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto !important;
}
.about_block .about_body .about_right {
  float: right;
  width: 310px;
}
.about_block .about_body .about_right .advan img {
  display: block;
  width: 100%;
  height: auto !important;
}
.about_block .about_body .about_right .ranking_box {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #DCDCDC;
  padding: 20px 0 5px;
  margin-top: 20px;
  background: url(../images/bg.png) no-repeat;
  background-size: 100% 100%;
}
.about_block .about_body .about_right .ranking_box .title_hd {
  padding-left: 34px;
  font-weight: 600;
  font-size: 20px;
  color: #1F7AB7;
  line-height: 24px;
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
}
.about_block .about_body .about_right .ranking_box .title_hd::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: #F4C65C;
  border-radius: 50%;
  position: absolute;
  left: 25px;
  top: 0;
  z-index: -1;
}
.about_block .about_body .about_right .ranking_box .ul .li {
  display: block;
  margin-bottom: 16px;
  padding-left: 38px;
  position: relative;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
}
.about_block .about_body .about_right .ranking_box .ul .li .number {
  width: 26px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: #E7E7E7;
  position: absolute;
  left: 0;
  top: 3px;
  font-weight: bold;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
.about_block .about_body .about_right .ranking_box .ul .li:nth-child(1),
.about_block .about_body .about_right .ranking_box .ul .li:nth-child(2),
.about_block .about_body .about_right .ranking_box .ul .li:nth-child(3) {
  color: #1F7AB7;
}
.about_block .about_body .about_right .ranking_box .ul .li:nth-child(1) .number,
.about_block .about_body .about_right .ranking_box .ul .li:nth-child(2) .number,
.about_block .about_body .about_right .ranking_box .ul .li:nth-child(3) .number {
  font-weight: 700;
  font-size: 8px;
  color: #FFFFFF;
}
.about_block .about_body .about_right .ranking_box .ul .li:nth-child(1) .number {
  background: #E36144;
}
.about_block .about_body .about_right .ranking_box .ul .li:nth-child(2) .number {
  background: #EDBD4F;
}
.about_block .about_body .about_right .ranking_box .ul .li:nth-child(3) .number {
  background: #3C91CC;
}
.user_page {
  background: #F6FAFF;
}
.user_top_bg {
  width: 100%;
  height: 305px;
  background: url(../images/bg3.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.user_block {
  position: relative;
  z-index: 1000;
  padding-top: 30px;
  margin-bottom: 50px;
}
.user_block .title_hd {
  font-weight: 600;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 45px;
}
.user_block .user_info {
  height: 106px;
  background: #FFFFFF;
  box-shadow: 0px 1px 8px 0px rgba(21, 102, 255, 0.08);
  border-radius: 6px;
  margin-top: 58px;
  padding: 0 30px;
  position: relative;
}
.user_block .user_info .avtar_box {
  position: relative;
  top: -34px;
  width: 100px;
  height: 100px;
  border: 1px solid #E7E7E7;
  border-radius: 50%;
}
.user_block .user_info .avtar_box .file_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 200;
  cursor: pointer;
}
.user_block .user_info .avtar_box .avt {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
}
.user_block .user_info .avtar_box .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background: #FFFFFF;
  box-shadow: 0px 1px 8px 0px rgba(21, 102, 255, 0.08);
  text-align: center;
  line-height: 28px;
}
.user_block .user_info .avtar_box .icon img {
  width: 18px;
  height: 15px;
}
.user_block .user_info .content {
  margin-left: 22px;
}
.user_block .user_info .content .user_name {
  font-weight: 600;
  font-size: 18px;
  color: #1F7AB7;
  line-height: 25px;
}
.user_block .user_info .content .info {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 20px;
  margin-top: 10px;
}
.user_block .user_info .content .info em {
  color: rgba(0, 0, 0, 0.6);
  margin: 0 13px;
}
.user_block .user_info .btn_logout {
  position: absolute;
  right: 36px;
  top: 25px;
  font-weight: 400;
  font-size: 16px;
  color: #1F7AB7;
  line-height: 22px;
  cursor: pointer;
}
.user_block .user_info .btn_inda {
  width: 90px;
  height: 32px;
  background: #1F7AB7;
  border-radius: 63px;
  line-height: 32px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  position: absolute;
  right: 36px;
  top: 50%;
  margin-top: -16px;
}
.user_block .user_collect {
  margin-top: 25px;
}
.user_block .user_collect .collect_left {
  float: left;
  width: 830px;
  background: #FFFFFF;
  box-shadow: 0px 1px 8px 0px rgba(31, 122, 183, 0.08);
  border-radius: 6px;
  padding: 32px;
}
.user_block .user_collect .collect_left .title {
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 28px;
  margin-bottom: 5px;
}
.user_block .user_collect .collect_left .item {
  display: block;
  position: relative;
  padding: 20px 230px 16px 0;
  border-bottom: 1px solid #1F7AB7;
}
.user_block .user_collect .collect_left .item .name {
  font-weight: 600;
  font-size: 16px;
  color: #1F7AB7;
  line-height: 22px;
}
.user_block .user_collect .collect_left .item .info {
  margin-top: 13px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 40px;
}
.user_block .user_collect .collect_left .item .info em {
  color: rgba(0, 0, 0, 0.6);
  margin: 0 2px;
}
.user_block .user_collect .collect_left .item .btn_cancle {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
  width: 90px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #1F7AB7;
  border-radius: 63px 63px 63px 63px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
.user_block .user_collect .collect_left .empty_block {
  padding: 130px 0;
  text-align: center;
}
.user_block .user_collect .collect_left .empty_block img {
  display: block;
  margin: 0 auto;
  width: 190px;
}
.user_block .user_collect .collect_left .empty_block .text {
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 22px;
  margin-top: 30px;
}
.user_block .user_collect .collect_right {
  float: right;
  width: 340px;
}
.user_block .user_collect .consult_box {
  margin-bottom: 20px;
  cursor: pointer;
}
.user_block .user_collect .consult_box img {
  display: block;
  width: 100%;
  height: auto !important;
}
.user_block .user_collect .qun_right {
  background: #FFFFFF;
  padding-top: 32px;
  box-shadow: 0px 1px 8px 0px rgba(31, 122, 183, 0.08);
  border-radius: 6px;
}
.user_block .user_collect .qun_right .title {
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 28px;
  margin-bottom: 25px;
  padding: 0 12px;
}
.user_block .user_collect .qun_right .item {
  padding: 14px 15px;
}
.user_block .user_collect .qun_right .item .con img {
  width: 52px;
  height: 52px;
  border-radius: 5px;
}
.user_block .user_collect .qun_right .item .con .word {
  margin-left: 13px;
}
.user_block .user_collect .qun_right .item .con .word .name {
  font-weight: 400;
  font-size: 16px;
  color: #1F7AB7;
  line-height: 28px;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user_block .user_collect .qun_right .item .con .word .p {
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 17px;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user_block .user_collect .qun_right .item .btn_enter {
  width: 70px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: rgba(31, 122, 183, 0.1);
  font-weight: 400;
  font-size: 12px;
  color: #1F7AB7;
}
.pop_block {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(24, 24, 24, 0.5);
}
.pop_block .pop_body {
  width: 480px;
  background: #FFFFFF;
  border-radius: 9px;
  padding: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop_block .pop_body .tip {
  font-weight: 600;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 24px;
}
.pop_block .pop_body .title {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
  margin: 16px 0 30px;
}
.pop_block .pop_body .btn_box {
  justify-content: flex-end;
}
.pop_block .pop_body .btn_box .btn {
  height: 32px;
  line-height: 32px;
  border-radius: 53px;
  padding: 0 16px;
  margin-left: 16px;
  cursor: pointer;
}
.pop_block .pop_body .btn_box .btn_can {
  background: #E7E7E7;
  color: rgba(0, 0, 0, 0.9);
}
.pop_block .pop_body .btn_box .btn_confirm {
  background: #1F7AB7;
  color: #fff;
}
.consult_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: rgba(24, 24, 24, 0.5);
}
.consult_pop {
  display: none;
  position: fixed;
  width: 830px;
  background: #FFFFFF;
  border-radius: 9px;
  padding: 30px 69px 35px 57px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
}
.consult_pop .consult_left {
  float: left;
  width: 49%;
}
.consult_pop .consult_left .title {
  font-weight: 500;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 42px;
}
.consult_pop .consult_left .word {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
  margin: 17px 0 12px;
}
.consult_pop .consult_left .li {
  margin-bottom: 20px;
}
.consult_pop .consult_left .li .tt {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
}
.consult_pop .consult_left .li .p {
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 20px;
  margin-top: 10px;
}
.consult_pop .consult_right {
  float: right;
  width: 47%;
  padding-top: 8px;
}
.consult_pop .consult_right .group {
  margin-bottom: 15px;
}
.consult_pop .consult_right .group .title {
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 22px;
  margin-bottom: 4px;
}
.consult_pop .consult_right .group .input_box {
  height: 40px;
  background: #F8F9FB;
  box-shadow: 0px 1 0px 0px #F2F4F5;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #F3F3F3;
  padding: 10px 12px;
}
.consult_pop .consult_right .group .input_box .input {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  background: transparent;
  border: 0;
}
.consult_pop .consult_right .group .input_box.area_box {
  height: auto;
}
.consult_pop .consult_right .group .input_box.area_box .input {
  min-height: 70px;
  resize: none;
}
.consult_pop .consult_right .btn_box {
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  background: #1F7AB7;
  border-radius: 63px 63px 63px 63px;
  border: 1px solid #1566FF;
  margin-top: 26px;
  cursor: pointer;
}
.question_block {
  margin: 87px 0;
}
.question_block .question_tab {
  width: 900px;
}
.question_block .question_tab .tab_header .tab_title {
  font-weight: 600;
  font-size: 35px;
  color: #0D446B;
  line-height: 49px;
}
.question_block .question_tab .tab_header .tab_title .title_item {
  display: none;
}
.question_block .question_tab .tab_header .tab_title .on_tt {
  display: block !important;
}
.question_block .question_tab .tab_header .tab_progess {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 35px 0 27px;
  position: relative;
}
.question_block .question_tab .tab_header .tab_progess .progess_item {
  position: relative;
  z-index: 100;
}
.question_block .question_tab .tab_header .tab_progess .progess_item .circle {
  width: 40px;
  height: 40px;
  background: #F1F1F1;
  text-align: center;
  line-height: 40px;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.question_block .question_tab .tab_header .tab_progess .progess_item.on_gs .circle {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #0271BE !important;
  color: rgba(255, 255, 255, 0.9);
}
.question_block .question_tab .tab_header .tab_progess .progess_item.ed_gs .circle {
  background: #ABECCB;
  color: rgba(255, 255, 255, 0.9);
}
.question_block .question_tab .tab_header .tab_progess::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #F1F1F1;
  position: absolute;
  left: 0;
  top: 50%;
}
.question_block .question_tab .tab_content .ques_body {
  display: none;
  position: relative;
  min-height: 450px;
}
.question_block .question_tab .tab_content .show {
  display: block;
}
.question_block .question_tab .tab_content .qu_title {
  font-weight: 400;
  font-size: 18px;
  color: #0D446B;
  line-height: 32px;
  margin-bottom: 25px;
}
.question_block .question_tab .tab_content .qu4_tip {
  color: #DE5A21;
  margin-bottom: 20px;
  margin-top: -15px;
  display: none;
  position: relative;
  padding-left: 26px;
}
.question_block .question_tab .tab_content .qu4_tip .icon_tip {
  width: 20px;
  height: 20px;
  background: url(../images/icon_tip.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.question_block .question_tab .tab_content .qu_select_box .select_li {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  z-index: 10;
  margin-bottom: 20px;
}
.question_block .question_tab .tab_content .qu_select_box .select_li input[type="radio"] {
  display: block;
  width: 250px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.question_block .question_tab .tab_content .qu_select_box .select_li .word {
  width: 230px;
  height: 40px;
  line-height: 40px;
  background: rgba(31, 122, 183, 0.1);
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 12px;
  position: relative;
}
.question_block .question_tab .tab_content .qu_select_box .select_li .word .ask_tip {
  opacity: 0;
  color: #DE5A21;
}
.question_block .question_tab .tab_content .qu_select_box .select_li .word .checked {
  display: none;
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -8px;
  width: 20px;
  height: 17px;
  background: url(../images/icon_check.png) no-repeat;
  background-size: 100% 100%;
}
.question_block .question_tab .tab_content .qu_select_box .select_li .input_school {
  width: 400px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-top: 15px;
  box-shadow: 0px 2px 10px rgba(25, 67, 88, 0.1);
  padding: 0 12px;
  display: none;
  position: relative;
}
.question_block .question_tab .tab_content .qu_select_box .select_li .input_school .input {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  border: 0;
  overflow: hidden;
}
.question_block .question_tab .tab_content .qu_select_box .select_li .input_school .second_choice {
  position: absolute;
  left: -12px;
  right: -12px;
  top: 49px;
  padding: 10px;
  box-shadow: 0px 4px 8px 0px rgba(117, 146, 161, 0.3);
  border-radius: 10px;
  z-index: 100;
  background: #fff;
  display: none;
}
.question_block .question_tab .tab_content .qu_select_box .select_li .input_school .second_choice .ol {
  cursor: pointer;
  line-height: 32px;
}
.question_block .question_tab .tab_content .qu_select_box .select_li .input_school .second_choice .ol.ch_ol {
  color: #1F7AB7;
  font-weight: bold;
}
.question_block .question_tab .tab_content .qu_select_box .select_li .input_school:hover .select_box {
  display: block;
}
.question_block .question_tab .tab_content .qu_select_box .select_li input[type="radio"]:checked + .word,
.question_block .question_tab .tab_content .qu_select_box .select_li.active .word {
  background: #0271BE;
  font-size: 16px;
  color: #fff;
  width: 250px;
}
.question_block .question_tab .tab_content .qu_select_box .select_li input[type="radio"]:checked + .word .checked,
.question_block .question_tab .tab_content .qu_select_box .select_li.active .word .checked {
  display: block;
}
.question_block .question_tab .tab_content .qu_select_box .select_li input[type="radio"]:checked ~ .input_school {
  display: block;
}
.question_block .question_tab .tab_content .qu_select_box .select_li input[type="radio"]:checked ~ .tip,
.question_block .question_tab .tab_content .qu_select_box .select_li.active .tip {
  opacity: 1 !important;
}
.question_block .question_tab .tab_content .qu_select_box .tip {
  font-size: 14px;
  color: #DE5A21;
  line-height: 1.3em;
  margin-top: 5px;
  opacity: 0;
}
.question_block .question_tab .tab_content .reason_box .item {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.question_block .question_tab .tab_content .reason_box .item .tt {
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 25px;
  padding-left: 14px;
  position: relative;
  width: 350px;
}
.question_block .question_tab .tab_content .reason_box .item .tt::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.question_block .question_tab .tab_content .select_item {
  margin-left: 20px;
  font-size: 16px;
  position: relative;
}
.question_block .question_tab .tab_content .select_item .row_block {
  position: relative;
}
.question_block .question_tab .tab_content .select_item .row_block .select {
  display: block;
  margin: 5px 0;
}
.question_block .question_tab .tab_content .select_item select,
.question_block .question_tab .tab_content .select_item .select {
  width: 230px;
  height: 40px;
  line-height: 40px;
  padding: 0 22px;
  border-radius: 8px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url(../images/icon_down.png) no-repeat scroll 205px center rgba(31, 122, 183, 0.1);
  background-size: 16px 16px;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 2em;
  color: #333333;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.question_block .question_tab .tab_content .select_item .second_choice {
  position: absolute;
  left: 0;
  width: 100%;
  top: 39px;
  padding: 10px;
  box-shadow: 0px 4px 8px 0px rgba(117, 146, 161, 0.3);
  border-radius: 10px;
  z-index: 100;
  background: #fff;
  display: none;
}
.question_block .question_tab .tab_content .select_item .second_choice .ol {
  cursor: pointer;
  line-height: 32px;
}
.question_block .question_tab .tab_content .select_item .second_choice .ol.ch_ol {
  color: #1F7AB7;
  font-weight: bold;
}
.question_block .question_tab .tab_content .score_box .item {
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}
.question_block .question_tab .tab_content .score_box .item .word {
  position: relative;
  padding-left: 14px;
  font-size: 18px;
  line-height: 25px;
  width: 410px;
}
.question_block .question_tab .tab_content .score_box .item .word .tt {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 10px;
}
.question_block .question_tab .tab_content .score_box .item .word .p {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.question_block .question_tab .tab_content .score_box .item .word::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.question_block .question_tab .tab_content .score_box .item .mark {
  margin-left: 23px;
  display: flex;
}
.question_block .question_tab .tab_content .score_box .item .mark .li {
  margin: 0 10px;
  text-align: center;
}
.question_block .question_tab .tab_content .score_box .item .mark .li .number {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 22px;
  display: none;
}
.question_block .question_tab .tab_content .score_box .item .mark .li .radio_box {
  position: relative;
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
.question_block .question_tab .tab_content .score_box .item .mark .li .radio_box input[type="radio"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
}
.question_block .question_tab .tab_content .score_box .item .mark .li .radio_box .check {
  margin-top: 11px;
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(31, 122, 183, 0.1);
  border-radius: 2px;
  z-index: 10;
}
.question_block .question_tab .tab_content .score_box .item .mark .li .radio_box .check img {
  display: none;
}
.question_block .question_tab .tab_content .score_box .item .mark .li .radio_box input[type="radio"]:checked + .check {
  background: #1F7AB7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.question_block .question_tab .tab_content .score_box .item .mark .li .radio_box input[type="radio"]:checked + .check img {
  display: block;
  width: 20px;
  height: 17px;
}
.question_block .question_tab .tab_content .score_box .item .mark.sm_mark .li {
  width: 57px;
  margin: 0 5px;
}
.question_block .question_tab .tab_content .score_box .item .mark.sm_mark .li .number {
  display: block;
}
.question_block .question_tab .tab_content .score_box .item .mark.sm_mark .li .zh_js {
  margin-top: 8px;
}
.question_block .question_tab .tab_content .score_box .item .special_select {
  width: 230px;
}
.question_block .question_tab .tab_content .score_box .item .special_select .mark {
  margin-left: 0;
}
.question_block .question_tab .tab_content .score_box .item .special_select .mark .li {
  margin: 0 3px;
  position: relative;
}
.question_block .question_tab .tab_content .score_box .item .special_select .mark .li .number {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
}
.question_block .question_tab .tab_content .score_box .item .special_select .mark .li .radio_box .check {
  margin-top: 0;
}
.question_block .question_tab .tab_content .score_box .item .special_select .mark .li .radio_box input[type="radio"]:checked + .check {
  background: #1F7AB7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.question_block .question_tab .tab_content .score_box .item .special_select .mark .li .radio_box input[type="radio"]:checked ~ .number {
  color: #fff;
}
.question_block .question_tab .tab_content .score_box .item:first-child .mark .li .number {
  display: block;
}
.question_block .question_tab .tab_content .mati_tip {
  color: #DE5A21;
  font-weight: bold;
  font-size: 14px;
}
.question_block .question_tab .tab_content .list_change {
  margin-top: 20px;
}
.question_block .question_tab .tab_content .list_change .ol {
  float: left;
  width: 160px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
.question_block .question_tab .tab_content .list_change .ol.ch_ol .inbox {
  border-color: #1F7AB7;
}
.question_block .question_tab .tab_content .list_change .ol.ch_ol .da {
  color: #1F7AB7;
}
.question_block .question_tab .tab_content .list_change .ol.ch_ol .num_s {
  background: #1F7AB7;
  color: #fff;
}
.question_block .question_tab .tab_content .list_change .inbox {
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding-top: 30px;
  padding: 35px 4px 0;
}
.question_block .question_tab .tab_content .list_change .da {
  color: #000;
  font-weight: bold;
  line-height: 20px;
  font-size: 15px;
}
.question_block .question_tab .tab_content .list_change .tip {
  color: #DE5A21;
  font-size: 12px;
  line-height: 1.2em;
  opacity: 0;
}
.question_block .question_tab .tab_content .list_change .num_s {
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #eee;
}
.question_block .question_tab .tab_content .btn_box {
  display: flex;
  align-items: center;
}
.question_block .question_tab .tab_content .btn_box .btn {
  width: 140px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #DE5A21;
  border-radius: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  margin-right: 34px;
  cursor: pointer;
}
.question_block .question_tab .tab_content .btn_box .btn_back {
  background: #1F7AB7;
}
.question_block .question_tab .tab_content .ques_0 .btn_box {
  margin-top: 160px;
}
.question_block .question_tab .tab_content .ques_1 .btn_box {
  margin-top: 60px;
}
.question_block .question_tab .tab_content .ques_2 .btn_box {
  margin-top: 190px;
}
.question_block .question_tab .tab_content .ques_3 .score_box .item {
  margin-bottom: 34px;
}
.question_block .question_tab .tab_content .ques_3 .score_box .item .word {
  width: 250px;
}
.question_block .question_tab .tab_content .ques_3 .btn_box {
  margin-top: 70px;
}
.question_block .question_tab .tab_content .ques_4 .score_box .item {
  margin-bottom: 20px;
}
.question_block .question_tab .tab_content .ques_4 .score_box .item .word {
  width: 350px;
}
.question_block .question_tab .tab_content .ques_4 .btn_box {
  margin-top: 60px;
}
.question_block .question_tab .tab_content .ques_5 .btn_box {
  margin-top: 110px;
}
.question_block .question_tab .tab_content .ques_6 .btn_box {
  margin-top: 140px;
}
.question_block .img_box {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.question_block .img_box img {
  max-width: 500px;
}
.question_block .area_title {
  line-height: 50px;
  cursor: pointer;
}
.question_block .select_box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0px 8px 20px 3px rgba(25, 67, 88, 0.3);
  z-index: 100;
  border-radius: 6px;
  background: #fff;
  display: none;
  margin-left: 0;
  padding-bottom: 10px;
}
.question_block .select_box .search_area {
  padding: 18px 12px;
}
.banner_search {
  position: relative;
}
.banner_search img {
  display: block;
  width: 100%;
}
.banner_search .btn_more {
  position: absolute;
  bottom: 58px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #1F7AB7;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}
.techch_block {
  margin: 28px 0 80px;
}
.techch_block .title_hd {
  font-weight: 600;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 42px;
}
.techch_block .word_hd {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 26px;
  padding: 16px 0 24px;
  border-bottom: 1px solid #A6A6A6;
}
.techch_block .school_rank {
  margin: 40px 0 20px;
}
.techch_block .school_rank .ul {
  margin: 0 -11px;
}
.techch_block .school_rank .item {
  float: left;
  width: 33.333%;
  padding: 0 11px;
}
.techch_block .school_rank .item .inbox {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(117, 146, 161, 0.3);
  position: relative;
  padding: 23px 18px;
  border-radius: 10px;
}
.techch_block .school_rank .item .inbox .icon {
  position: absolute;
  top: 18px;
  right: 7px;
  width: 55px;
  height: 36px;
  background: url(../images/icon_first.png) no-repeat;
  background-size: 100% 100%;
}
.techch_block .school_rank .item .inbox .name {
  font-weight: 600;
  font-size: 18px;
  color: #1F7AB7;
  line-height: 25px;
}
.techch_block .school_rank .item .inbox .address,
.techch_block .school_rank .item .inbox .price,
.techch_block .school_rank .item .inbox .text {
  padding-left: 29px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  margin-top: 15px;
}
.techch_block .school_rank .item .inbox .address {
  background: url(../images/icon_info_address.png) no-repeat left center;
  background-size: 20px 20px;
}
.techch_block .school_rank .item .inbox .price {
  background: url(../images/icon_info_money.png) no-repeat left center;
  background-size: 20px 20px;
}
.techch_block .school_rank .item .inbox .text {
  background: url(../images/icon_info_serve.png) no-repeat left top;
  background-size: 20px 20px;
}
.techch_block .school_rank .item:nth-child(2) .inbox .icon {
  background: url(../images/icon_second.png) no-repeat;
  background-size: 100% 100%;
}
.techch_block .school_rank .item:nth-child(3) .inbox .icon {
  background: url(../images/icon_third.png) no-repeat;
  background-size: 100% 100%;
}
.school_ul .table {
  width: 100%;
}
.school_ul .table tr {
  border-bottom: 1px solid rgba(166, 166, 166, 0.5);
}
.school_ul .table tr:nth-child(even) {
  background: #F6F9FB;
}
.school_ul .table tr:nth-child(even) .over_txt .btn_toggle {
  background: #F6F9FB;
}
.school_ul .table .th {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.school_ul .table .td {
  padding: 11px 18px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  vertical-align: middle;
}
.school_ul .table .td.index {
  font-size: 14px;
}
.school_ul .table .index {
  width: 6%;
}
.school_ul .table .name {
  width: 15%;
}
.school_ul .table .area {
  width: 23%;
}
.school_ul .table .price {
  width: 20%;
}
.school_ul .table .comment {
  width: 35%;
}
.school_ul .table .text {
  text-align: left;
}
.school_ul .table .center {
  text-align: center;
}
.school_ul .table .over_txt {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 默认显示3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s ease;
  /* 动画效果 */
  line-height: 25px;
}
.school_ul .table .over_txt .btn_toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  display: block;
  color: #1F7AB7;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  padding-left: 5px;
}
.school_ul .table .over_txt.expanded {
  -webkit-line-clamp: unset;
  /* 展开时显示全部内容 */
  height: auto;
}
.school_ul .table .over_txt.expanded .btn_toggle {
  position: relative;
  display: inline;
  white-space: nowrap;
}
.school_ul .page_common {
  margin-top: 60px;
}
.record_block {
  margin-top: 65px;
}
.record_block .record_body {
  padding-right: 90px;
}
.record_block .record_body .record_left {
  width: 240px;
  float: left;
  position: relative;
}
.record_block .record_body .record_right {
  float: right;
  width: 830px;
  background: #FFFFFF;
  box-shadow: 0px 1px 8px 0px rgba(31, 122, 183, 0.08);
  border-radius: 6px;
  padding: 32px 0;
}
.record_block .record_body .record_right .title-big {
  margin-left: 32px;
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 28px;
  margin-bottom: 23px;
}
.record_block .record_body .record_right .item {
  margin-bottom: 30px;
}
.record_block .record_body .record_right .item .title {
  margin-left: 32px;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 26px;
  margin-bottom: 14px;
}
.record_block .record_body .record_right .item .p {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding: 8px 0;
}
.record_block .record_body .record_right .item .p .p_tt {
  width: 110px;
  text-align: right;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 8px;
}
.record_block .record_body .record_right .item .p .p_con {
  color: rgba(0, 0, 0, 0.9);
}
.record_block .record_body .record_right .item .p .p_line {
  padding-right: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.9);
}
.record_block .record_body .record_right .item .p .p_line input {
  appearance: none;
}
.record_block .record_body .record_right .item .p .p_scouse {
  display: flex;
  align-items: center;
}
.record_block .record_body .record_right .item .p .p_scouse em {
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.9);
  margin-right: 9px;
}
.record_block .record_body .record_right .item.rank_it .p {
  margin-left: 32px;
}
.record_block .record_body .record_info {
  background: #FFFFFF;
  box-shadow: 0px 1px 8px 0px rgba(21, 102, 255, 0.08);
  border-radius: 6px;
  padding: 20px 0;
  text-align: center;
}
.record_block .record_body .record_info .avtar_box {
  width: 64px;
  height: 64px;
  border: 1px solid #E7E7E7;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.record_block .record_body .record_info .avtar_box .file_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 200;
  cursor: pointer;
}
.record_block .record_body .record_info .avtar_box .avt {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
}
.record_block .record_body .record_info .avtar_box .icon {
  position: absolute;
  bottom: -2px;
  right: -7px;
  background: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background: #FFFFFF;
  box-shadow: 0px 1px 8px 0px rgba(21, 102, 255, 0.08);
  text-align: center;
  line-height: 28px;
}
.record_block .record_body .record_info .avtar_box .icon img {
  width: 18px;
  height: 15px;
}
.record_block .record_body .record_info .name {
  font-weight: 500;
  font-size: 16px;
  color: #1F7AB7;
  line-height: 24px;
  margin: 12px 0 8px;
}
.record_block .record_body .record_info .name .file_username {
  display: block;
  width: 100%;
  text-align: center;
  color: #1F7AB7;
}
.record_block .record_body .record_info .account {
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 17px;
}
.record_block .record_body .record_ul {
  margin-top: 30px;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 10px 0;
}
.record_block .record_body .record_ul .item {
  margin: 18px 0;
  line-height: 24px;
  padding-left: 17px;
  font-weight: 600;
  font-size: 16px;
  color: #1F7AB7;
  border-left: 3px solid #ffffff;
  cursor: pointer;
  color: #333;
  transition: all 0.3s;
}
.record_block .record_body .record_ul .item.on {
  border-left: 3px solid #1F7AB7;
  color: #1F7AB7;
}
