.main-index .main-header .rest_banner {
  position: relative; }
  .main-index .main-header .rest_banner .banner_one {
    height: 327px;
    background-color: #002c60;
    text-align: center;
    line-height: 327px; }
    .main-index .main-header .rest_banner .banner_one img {
      max-height: 100%; }
  .main-index .main-header .rest_banner .search {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 480px;
    height: 67px; }
    .main-index .main-header .rest_banner .search .search_shade {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      background-color: #00387a;
      opacity: 0.4; }
    .main-index .main-header .rest_banner .search .search_left {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 456px;
      height: 45px; }
      .main-index .main-header .rest_banner .search .search_left .sear_input {
        height: 45px;
        line-height: 45px; }
        .main-index .main-header .rest_banner .search .search_left .sear_input input {
          height: 45px;
          line-height: 45px;
          margin: 0;
          padding: 0;
          width: 371px;
          float: left;
          font-size: 14px; }
        .main-index .main-header .rest_banner .search .search_left .sear_input .sear_btn {
          width: 85px;
          height: 45px;
          background-color: #f15e18;
          float: left;
          cursor: pointer;
          font-size: 14px;
          color: #fff; }
          .main-index .main-header .rest_banner .search .search_left .sear_input .sear_btn i {
            display: inline-block;
            width: 17px;
            height: 17px;
            vertical-align: middle;
            background: url("../images/icon.png") 0 -32px no-repeat;
            margin-right: 3px; }

.main-index .main .cur_Location {
  font-size: 20px;
  color: #0068b7;
  line-height: 36px;
  background-color: #f5f5f5;
  margin-bottom: 30px; }
  .main-index .main .cur_Location i {
    display: inline-block;
    width: 29px;
    height: 25px;
    margin-right: 15px;
    background: url("../images/icon.png") -39px 0px no-repeat;
    vertical-align: sub; }
  .main-index .main .cur_Location span {
    display: inline-block;
    background: #fff;
    padding: 12px 20px; }

.main-index .main .content_info {
  border: solid 1px #cccceb;
  min-height: 522px;
  margin-bottom: 70px;
  padding: 26px 30px;
  font-size: 14px;
  line-height: 24px;
  color: #464646;
  text-align: justify; }
  .main-index .main .content_info .act_info .title_1 {
    font-size: 24px;
    text-align: center;
    color: #2d2d2d;
    line-height: 36px; }
  .main-index .main .content_info .act_info .release_time {
    background-color: #f5f5f5;
    min-height: 45px;
    font-size: 14px;
    color: #626161;
    line-height: 24px;
    padding: 10px 0;
    text-align: center;
    margin: 10px 0 30px; }
    .main-index .main .content_info .act_info .release_time span {
      margin: 0 10px; }
  .main-index .main .content_info .act_paging {
    padding: 12px 0;
    border-top: 1px solid #cccceb;
    font-size: 14px;
    line-height: 26px;
    color: #2b2b2b;
    margin-top: 35px; }
    .main-index .main .content_info .act_paging a {
      display: block; }

.main-index .main .teacher_search .sear_top {
  border: solid 1px #e3e3e3; }
  .main-index .main .teacher_search .sear_top .sear_one {
    position: relative;
    border-bottom: solid 1px #c7c7c7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #f5f5f5; }
    .main-index .main .teacher_search .sear_top .sear_one .sear_name {
      line-height: 70px;
      width: 90px;
      text-align: center;
      font-family: "MicrosoftYaHei-Bold";
      font-weight: bold;
      color: #2d2d2d;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .main-index .main .teacher_search .sear_top .sear_one .sear_list {
      font-size: 14px;
      margin: 12px 0 12px 100px;
      width: 1060px;
      height: 45px;
      overflow: hidden; }
      .main-index .main .teacher_search .sear_top .sear_one .sear_list a {
        display: inline-block;
        height: 26px;
        line-height: 26px;
        padding: 0 13px;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        margin: 10px 0; }
        .main-index .main .teacher_search .sear_top .sear_one .sear_list a.curr {
          background-color: #f15e18;
          border-radius: 3px;
          color: #fff; }
    .main-index .main .teacher_search .sear_top .sear_one.openList .sear_list {
      height: auto; }
    .main-index .main .teacher_search .sear_top .sear_one.openList .sMore:before {
      position: absolute;
      content: "";
      width: 1px;
      height: 6px;
      background: #fff;
      top: 0;
      bottom: 0;
      left: 3px;
      right: 0;
      margin: auto;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .main-index .main .teacher_search .sear_top .sear_one.openList .sMore:after {
      position: absolute;
      content: "";
      width: 1px;
      height: 6px;
      background: #fff;
      top: 0;
      bottom: 0;
      left: 0;
      right: 3px;
      margin: auto;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .main-index .main .teacher_search .sear_top .sear_one .sMore {
      cursor: pointer;
      margin: 26px 0;
      width: 17px;
      height: 17px;
      background-color: #00387a;
      border-radius: 3px;
      position: relative; }
      .main-index .main .teacher_search .sear_top .sear_one .sMore:before {
        position: absolute;
        content: "";
        width: 1px;
        height: 6px;
        background: #fff;
        top: 0;
        bottom: 0;
        left: 3px;
        right: 0;
        margin: auto;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .main-index .main .teacher_search .sear_top .sear_one .sMore:after {
        position: absolute;
        content: "";
        width: 1px;
        height: 6px;
        background: #fff;
        top: 0;
        bottom: 0;
        left: 0;
        right: 3px;
        margin: auto;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .main-index .main .teacher_search .sear_top .sear_one .sel_op {
      width: 359px;
      float: left;
      margin: 20px; }
      .main-index .main .teacher_search .sear_top .sear_one .sel_op .title_2 {
        float: left;
        height: 40px;
        line-height: 40px; }
      .main-index .main .teacher_search .sear_top .sear_one .sel_op .xiala {
        float: left;
        position: relative; }
        .main-index .main .teacher_search .sear_top .sear_one .sel_op .xiala .ul_select {
          cursor: pointer;
          width: 277px;
          padding-left: 15px;
          height: 40px;
          line-height: 40px;
          background-color: #ffffff;
          border: solid 1px #e5e5e5; }
          .main-index .main .teacher_search .sear_top .sear_one .sel_op .xiala .ul_select .title_3 {
            display: inline-block;
            width: 215px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; }
          .main-index .main .teacher_search .sear_top .sear_one .sel_op .xiala .ul_select span {
            display: inline-block;
            width: 41px;
            height: 38px;
            background-color: #f5f5f5;
            text-align: center;
            line-height: 38px;
            vertical-align: top;
            position: relative; }
            .main-index .main .teacher_search .sear_top .sear_one .sel_op .xiala .ul_select span:after {
              position: absolute;
              content: '';
              width: 0;
              height: 0;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto;
              border-top: 6px solid #595959;
              border-left: 6px solid transparent;
              border-right: 6px solid transparent; }
          .main-index .main .teacher_search .sear_top .sear_one .sel_op .xiala .ul_select.openSelect span:after {
            border-bottom: 6px solid #595959;
            border-top: 0 solid transparent; }
        .main-index .main .teacher_search .sear_top .sear_one .sel_op .xiala .ul_option {
          display: none;
          position: absolute;
          top: 40px;
          z-index: 1;
          left: 0;
          right: 0;
          list-style-type: none;
          margin: 0;
          padding: 0;
          border-left: 1px solid #e5e5e5;
          border-right: 1px solid #e5e5e5;
          height: 200px;
          overflow: auto; }
          .main-index .main .teacher_search .sear_top .sear_one .sel_op .xiala .ul_option li {
            cursor: pointer;
            
            line-height: 40px;
            padding: 0 15px;
            border-bottom: 1px solid #e5e5e5;
            background: #fff; }
      .main-index .main .teacher_search .sear_top .sear_one .sel_op.ll_width {
        width: 405px; }
        .main-index .main .teacher_search .sear_top .sear_one .sel_op.ll_width .xiala .ul_select {
          width: 335px; }
          .main-index .main .teacher_search .sear_top .sear_one .sel_op.ll_width .xiala .ul_select .title_3 {
            width: 273px; }
      .main-index .main .teacher_search .sear_top .sear_one .sel_op.ll_btn {
        width: 254px; }
      .main-index .main .teacher_search .sear_top .sear_one .sel_op .btn_ss {
        cursor: pointer;
        width: 112px;
        height: 40px;
        background-color: #f15e18;
        border-radius: 3px;
        text-align: center;
        line-height: 40px;
        color: #fff; }
        .main-index .main .teacher_search .sear_top .sear_one .sel_op .btn_ss.reset {
          background-color: #00387a;
          margin-left: 30px; }
    .main-index .main .teacher_search .sear_top .sear_one:last-of-type {
      border-bottom: 0; }

.main-index .main .tj_img_xx {
  margin: 30px -10px;
  }
  .main-index .main .tj_img_xx .tj_img_one {
    vertical-align: top;
    width: 220px;
    height: 292px;
    background-color: #f5f5f5;
    border: solid 1px #0068b7;
    margin: 15px 10px;
    display: inline-block;
    }
    .main-index .main .tj_img_xx .tj_img_one .tj_line .pic_name {
      text-align: center;
      font-size: 16px;
      line-height: 50px;
      height: 50px;
      color: #292929;
      background-color: #eeeeee;
      border-top: 1px solid #0068b7; }
    .main-index .main .tj_img_xx .tj_img_one .pic_bg {
      width: 215px;
      height: 240px;
      line-height: 240px;
      background-color: #fff;
      padding: 7px; 
    text-align: center;}
      .main-index .main .tj_img_xx .tj_img_one .pic_bg img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle; }
    .main-index .main .tj_img_xx .tj_img_one:hover {
      background-color: #ffffff;
      -webkit-box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, 0.19);
              box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, 0.19);
      border: solid 1px #00387a; }
      .main-index .main .tj_img_xx .tj_img_one:hover .property .a_link {
        background-color: #f15e18; }

.main-index .main .list_info .winners_list {
  width: 100%; }
  .main-index .main .list_info .winners_list .winners_item {
    height: 85px;
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 23px;
    padding-bottom: 100px; }
    .main-index .main .list_info .winners_list .winners_item .time {
      float: left;
      position: relative;
      width: 86px;
      height: 83px;
      text-align: center;
      padding: 16px 0;
      background: #0068b7; }
      .main-index .main .list_info .winners_list .winners_item .time span {
        display: block;
        width: 100%;
        height: 28px;
        line-height: 28px;
        font-size: 22px;
        font-weight: bold;
        color: #fff; }
        .main-index .main .list_info .winners_list .winners_item .time span.years {
          font-weight: initial;
          font-size: 14px;
          color: #fff; }
    .main-index .main .list_info .winners_list .winners_item .time_rigth {
      float: left;
      width: 1072px;
      margin: 15px 20px; }
      .main-index .main .list_info .winners_list .winners_item .time_rigth .title {
        line-height: 28px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 28px;
        font-size: 18px;
        color: #222222;
        display: block; }
      .main-index .main .list_info .winners_list .winners_item .time_rigth .tit_xq {
        overflow: hidden;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        line-height: 25px;
        height: 25px;
        color: #676767;
        display: block; }

.main-index .main .talents_list .talents_title {
  padding: 16px 0px; }
  .main-index .main .talents_list .talents_title a {
    display: inline-block;
    padding: 0 20px;
    line-height: 45px;
    margin: 11px 10px;
    height: 45px;
    background-color: #eeeeee;
    border-radius: 5px; 
    color: #2a2a2a;}
    .main-index .main .talents_list .talents_title a.curr {
      background-color: #00387a;
      color: #fff; }

.main-index .main .talents_list .tj_img_xx {
  margin: 0 -16px 30px; }
  .main-index .main .talents_list .tj_img_xx .tj_img_one {
    vertical-align: top;
    width: 217px;
    height: 292px;
    background-color: #f5f5f5;
    border: solid 1px #0068b7;
    margin: 15px 13px;
    display: inline-block; }
    .main-index .main .talents_list .tj_img_xx .tj_img_one .tj_line .pic_name {
      text-align: center;
      font-size: 16px;
      line-height: 50px;
      height: 50px;
      color: #292929;
      background-color: #eeeeee;
      border-top: 1px solid #0068b7; }
    .main-index .main .talents_list .tj_img_xx .tj_img_one .pic_bg {
      width: 215px;
      height: 240px;
      line-height: 240px;
      background-color: #fff;
      padding: 7px; }
      .main-index .main .talents_list .tj_img_xx .tj_img_one .pic_bg img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle; }
    .main-index .main .talents_list .tj_img_xx .tj_img_one:hover {
      background-color: #ffffff;
      -webkit-box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, 0.19);
              box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, 0.19);
      border: solid 1px #00387a; }
      .main-index .main .talents_list .tj_img_xx .tj_img_one:hover .property .a_link {
        background-color: #f15e18; }

.main-index .main .sub_index .sub_title {
  width: 270px;
  margin-right: 30px;
  float: left; }
  .main-index .main .sub_index .sub_title .sub_yiji {
    margin-bottom: 7px;
    background-color: #f5f5f5;
    border: solid 1px #cccceb;
    border-bottom: 0; }
    .main-index .main .sub_index .sub_title .sub_yiji .sub_yiji_span {
      padding: 0 20px;
      height: 45px;
      background-color: #023a7b;
      line-height: 45px;
      color: #fff;
      position: relative;
      }
    .main-index .main .sub_index .sub_title .sub_yiji .sub_yiji_list{
    display: none;
}
.main-index .main .sub_index .sub_title .sub_yiji .sub_yiji_span .yiji_icon{
  
display: inline-block;
  
width: 0;
  
height: 0;
  
border-top: 6px solid transparent;
  
border-bottom: 6px solid transparent;
  
border-left: 8px solid #fff;
  
right: 10px;
  
position: absolute;
  
top: 0;
  
bottom: 0;
  
margin: auto;
  
cursor: pointer;
}
.main-index .main .sub_index .sub_title .sub_yiji .sub_yiji_span .yiji_icon.open{
  
border-top: 8px solid #fff;
  
border-left: 6px solid transparent;
  
border-right: 6px solid transparent;
}
      .main-index .main .sub_index .sub_title .sub_yiji .sub_yiji_span a{color:#fff;}
      .main-index .main .sub_index .sub_title .sub_yiji .sub_yiji_span .yiji_slide{
    text-align:right;
    float:right;
    cursor: pointer;
}
      .main-index .main .sub_index .sub_title .sub_yiji .sub_yiji_span i {
        width: 18px;
        height: 20px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
        background: url("../images/icon.png") -92px -32px no-repeat;
        }
    .main-index .main .sub_index .sub_title .sub_yiji .sub_erji {
      border-bottom: 1px solid #cccceb; }
      .main-index .main .sub_index .sub_title .sub_yiji .sub_erji .sub_erji_span {
        display: block;
        position: relative;
        padding: 8px 20px 8px 20px;
        font-size: 16px;
        line-height: 32px; }
        .main-index .main .sub_index .sub_title .sub_yiji .sub_erji .sub_erji_span i {
          width: 10px;
          height: 10px;
          display: inline-block;
          position: relative; }
          .main-index .main .sub_index .sub_title .sub_yiji .sub_erji .sub_erji_span i:before {
            position: absolute;
            content: "";
            width: 0;
            margin: auto;
            top: 0;
            height: 0;
            bottom: 0;
            left: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 6px solid #00387a; }
        .main-index .main .sub_index .sub_title .sub_yiji .sub_erji .sub_erji_span a {
          color: #0a0a0a; }
      .main-index .main .sub_index .sub_title .sub_yiji .sub_erji .sub_sanji {
        line-height: 32px;
        font-size: 14px;
        position: relative;
        display: none; }
        .main-index .main .sub_index .sub_title .sub_yiji .sub_erji .sub_sanji .sub_sanji_span {
          display: block;
          padding: 3px 20px 3px 35px; }
          .main-index .main .sub_index .sub_title .sub_yiji .sub_erji .sub_sanji .sub_sanji_span.curr {
            color: #fff;
            background-color: #f15e18; }
      .main-index .main .sub_index .sub_title .sub_yiji .sub_erji.active .sub_erji_span i:before {
        border-top: 6px solid #00387a;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent; }
      .main-index .main .sub_index .sub_title .sub_yiji .sub_erji.active .sub_sanji {
        display: block; }

.main-index .main .sub_index .subject_list {
  float: left;
  width: 930px;
  margin: 0 -15px; }
  .main-index .main .sub_index .subject_list .tj_img_one {
    vertical-align: top;
    width: 277px;
    height: 355px;
    background-color: #f5f5f5;
    border: solid 1px #cccceb;
    margin: 0 15px 36px;
    display: inline-block;
    padding: 0 10px; }
    .main-index .main .sub_index .subject_list .tj_img_one .tj_line {
      padding: 0 18px;
      border-bottom: 1px solid #00387a; }
      .main-index .main .sub_index .subject_list .tj_img_one .tj_line .pic_name {
        text-align: center;
        font-size: 16px;
        line-height: 48px;
        color: #2d2d2d; }
    .main-index .main .sub_index .subject_list .tj_img_one .property {
      text-align: center; }
      .main-index .main .sub_index .subject_list .tj_img_one .property .property_item {
        font-size: 14px;
        color: #2d2d2d;
        line-height: 22px;
        padding: 14px 0; }
        .main-index .main .sub_index .subject_list .tj_img_one .property .property_item span {
          display: inline-block;
          position: relative;
        
          padding-left: 11px; }
          .main-index .main .sub_index .subject_list .tj_img_one .property .property_item span:before {
            position: absolute;
            content: "";
            width: 1px;
            height: 15px;
         
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto 0; }
      .main-index .main .sub_index .subject_list .tj_img_one .property .a_link {
        display: inline-block;
        width: 41px;
        height: 41px;
        background-color: #00387a;
        border-radius: 50%;
        position: relative; }
        .main-index .main .sub_index .subject_list .tj_img_one .property .a_link:before {
          position: absolute;
          content: "";
          width: 2px;
          height: 10px;
          background: #fff;
          top: 0;
          left: 0;
          right: 0;
          bottom: -6px;
          margin: auto;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .main-index .main .sub_index .subject_list .tj_img_one .property .a_link:after {
          position: absolute;
          content: "";
          width: 2px;
          height: 10px;
          background: #fff;
          top: -6px;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
    .main-index .main .sub_index .subject_list .tj_img_one .pic_bg {
         width: 130px;
         margin: 26px auto;
         height: 130px;
         border-radius: 50%;
         border: 5px solid #e8e8e8;
         text-align: center;
         overflow: hidden;
 }
      .main-index .main .sub_index .subject_list .tj_img_one .pic_bg img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle; }
    .main-index .main .sub_index .subject_list .tj_img_one:hover {
      background-color: #ffffff;
      -webkit-box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, 0.19);
              box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, 0.19);
      border: solid 1px #00387a; }
      .main-index .main .sub_index .subject_list .tj_img_one:hover .property .a_link {
        background-color: #f15e18; }

.main-index .main .school_list {
  margin: 0 -33px; }
  .main-index .main .school_list .school_item {
    float: left;
    width: 250px;
    height: 173px;
    border: solid 1px #cccceb;
    margin: 0 33px 24px; }
    .main-index .main .school_list .school_item .school_pic {
      height: 117px;
      line-height: 117px; 
    text-align: center;}
      .main-index .main .school_list .school_item .school_pic img {
        max-height: 100%;
        vertical-align: middle; }
    .main-index .main .school_list .school_item .school_name {
      font-size: 14px;
      color: #1c1c1c;
      line-height: 27px;
      text-align: center;
      height: 54px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }

.main-index .main .en_school_list {
  margin: 0 -20px; }
  .main-index .main .en_school_list .en_school_item {
    float: left;
    width: 580px;
    background: #f5f5f5;
    margin: 0 20px 24px; }
    .main-index .main .en_school_list .en_school_item .school_name {
      font-size: 16px;
      color: #474747;
      line-height: 24px;
      padding: 23px 20px; }
      .main-index .main .en_school_list .en_school_item .school_name i {
        display: inline-block;
        width: 21px;
        margin-right: 20px;
        height: 15px;
        vertical-align: middle;
        background: url("../images/icon.png") no-repeat;
        background-position: -44px -62px; }
      .main-index .main .en_school_list .en_school_item .school_name:hover {
        background-color: #0068b7;
        color: #fff; }
        .main-index .main .en_school_list .en_school_item .school_name:hover i {
          background-position: -1px -62px; }