@charset "UTF-8";
.adviser {
  overflow: hidden;
}

.adviser .adviser-left {
  float: left;
  width: 840px;
}

.adviser .adviser-l-title {
  border-bottom: 1px solid #ebebeb;
  padding: 26px 0 15px 26px;
  color: #666;
}

.adviser .adviser-l-title .title-link:hover {
  color: #000;
}

.adviser .adviser-l-tab {
  overflow: hidden;
}

.adviser .adviser-l-tab .tab-box {
  float: right;
  color: #666;
}

.adviser .adviser-l-tab .tab-list {
  float: left;
  margin: 7px 23px;
  font-size: 14px;
  cursor: pointer;
}

.adviser .adviser-l-tab .tab-list.cur {
  color: #3072ec;
}

.adviser .adviser-l-main {
  display: none;
}

.adviser .adviser-l-main:first-child {
  display: block;
}

.adviser .adviser-m-list {
  position: relative;
  margin-bottom: 27px;
  padding-left: 228px;
  height: 240px;
  font-size: 16px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(9, 1, 4, 0.25);
          box-shadow: 0px 1px 4px 0px rgba(9, 1, 4, 0.25);
}

.adviser .adviser-m-list .list-img {
  position: absolute;
  top: 26px;
  left: 21px;
  width: 151px;
  height: 179px;
}

.adviser .adviser-m-list .list-img .pic {
  width: 100%;
  height: 100%;
}

.adviser .adviser-m-list .list-title {
  position: relative;
  padding: 33px 0 26px 0;
}

.adviser .adviser-m-list .list-t-icon {
  position: absolute;
  top: 29px;
  left: 0;
  width: 38px;
  height: 21px;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #fff;
  background-color: #f39800;
  border-radius: 5px;
}

.adviser .list-t-name {
  margin-right: 24px;
  font-size: 18px;
}

.adviser .list-t-position {
  color: #666;
}

.adviser .list-time {
  width: 560px;
  height: 55px;
    line-height: 26px;
    overflow: hidden;
  text-align: justify;
}

.adviser .list-goodness {
  margin-bottom: 24px;
}

.adviser .list-btn {
  overflow: hidden;
  line-height: 28px;
}

.adviser .btn-item {
  float: left;
  margin-right: 100px;
  font-size: 14px;
  color: #f39800;
}

.adviser .btn-item:hover {
  color: #ffb539;
}

.adviser .btn-item-look {
  padding-left: 26px;
  background: url(../images/msg_icon.png) no-repeat;
  background-position: 0 6px;
  background-size: 17px 17px;
}

.adviser .btn-item-anli {
  padding-left: 27px;
  background: url(../images/anli_icon.png) no-repeat;
  background-position: 0 6px;
  background-size: 18px 17px;
}

.adviser .btn-item-yuyue {
  border: solid 1px #f39800;
  width: 87px;
  height: 28px;
  text-align: center;
}

.adviser .adviser-page {
  margin-top: 47px;
  height: 22px;
  color: #000;
  background-color: pink;
}

.common-A-title {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  font-size: 22px;
  color: #000;
}

.more-link {
  position: absolute;
  right: 0;
  bottom: 4px;
  font-size: 12px;
  color: #acacac;
}

.ejadvs-box {
  position: relative;
  height: 460px;
}

.ejadvs-box .ejadvs-container {
  height: 100%;
}

.ejadvs-box .ejadvs-slide {
  background: center no-repeat;
}

.ejadvs-box .advs-pagination {
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0px 4px rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  padding: 0 10px;
  line-height: 30px;
  display: inline-block;
}

.ejadvs-box .pagination-box {
  position: absolute;
  z-index: 20;
  bottom: 18px;
  margin: 0 auto;
  text-align: center;
  width: 400px;
  left: 0;
  right: 0;
}

.ejadvs-box .swiper-pagination-switch {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 11px;
  cursor: pointer;
  border-radius: 50%;
}

.ejadvs-box .swiper-active-switch {
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}

.ejadvs-box .advs-container .swiper-active-switch::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.ejadvs-box .ejnav-container {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  height: 100%;
  z-index: 100;
}

.ejadvs-box .nav-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 22px;
  width: 238px;
  height: 100%;
  text-align: center;
  color: #fff;
  background-color: #51657a;
}

.ejadvs-box .ejnav-box {
  margin: 16px 0 20px;

}
.nav-wrapper li:last-child .ejnav-box{
display: flex;
flex-direction: column;
}

.nav-wrapper li:last-child .ejnav-box .ejnav-link{
line-height:33px;
}

.ejadvs-box .ejnav-title {
  font-size: 17px;
  font-weight: bold;
}

.ejadvs-box .ejnav-link {
  font-size: 15px;
  color: #fff;
}

.ejadvs-box .nav-link-know {
  display: block;
  line-height: 40px;
}

.info-container {
  overflow: hidden;
  margin-top: 45px;
}

.info-container .info-c-left {
  float: left;
  width: 854px;
}

.info-container .info-box {
  overflow: hidden;
  width: 935px;
  margin: 10px 0 0 -23px;
}

.info-container .info-list {
  float: left;
  position: relative;
  padding: 0 53px;
  width: 360px;
  font-size: 14px;
  line-height: 40px;
  color: #474747;
word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-container .info-list::before {
  content: "▪";
  position: absolute;
  bottom: 0px;
  left: 43px;
}

.info-container .info-c-right {
  float: right;
  width: 300px;
}

.info-container .info-c-right .common-A-title {
  border: none;
}

.info-container .tool-container {
  overflow: hidden;
  width: 320px;
  margin-left: -10px;
}

.info-container .tool-c-list {
  float: left;
  overflow: hidden;
  margin: 6px 10px;
}

.info-container .tool-link {
  display: block;
  overflow: hidden;
  width: 139px;
  height: 109px;
  border-radius: 10px;
}

.info-container .tool-link .pic {
  width: 100%;
  height: 100%;
}

.adv-banner {
  display: block;
  margin: 46px auto 50px;
}

.adv-banner .pic {
  width: 100%;
}

.plan-container .plan-box {
  overflow: hidden;
  margin-left: -43px;
  width: 1240px;
margin-bottom:20px
}

.plan-container .plan-list {
  float: left;
width: 270px;
    height: 181px;
margin:20px 0 0 40px;
 

}

.plan-container .plan-l-link {
  display: block;

}

.plan-container .plan-l-link .pic {
  width: 100%;
}

.anli-contaier {
  overflow: hidden;
  margin: 34px auto 14px;
}

.anli-contaier .anli-fuwu {
  float: left;
  margin-top: 33px;
  width: 230px;
}

.anli-contaier .fuwu-list {
  margin-bottom: 6px;
}

.anli-contaier .fuwu-l-link {
  display: block;
  overflow: hidden;
  border-radius: 9px;
  width: 230px;
  height: 89px;
}

.anli-contaier .anli-c-right {
  float: right;
  width: 931px;
}

.anli-contaier .anli-r-content {
  margin: 34px 0 0 -20px;
  width: 970px;
}

.anli-contaier .anli-c-list {
  float: left;
  position: relative;
  margin: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #b7b7b7;
  padding-top: 12px;
  width: 283px;
  height: 124px;
  background-color: #fff;
}

.anli-contaier .list-icon {
  overflow: hidden;
  position: absolute;
  top: -53px;
  left: 34px;
  border: 1px solid #b7b7b7;
    background: white;
  border-radius: 50%;
  width: 106px;
  height: 106px;
}

.anli-contaier .list-icon .pic {
  width: 71%;
  height: 71%;
position: absolute;
    top: 14.5%;
    left: 14.5%;
}

.anli-contaier .list-name {
  padding-left: 155px;
  font-size: 14px;
  color: #010101;
}

.anli-contaier .list-school {
  margin-bottom: 6px;
  color: #444;
}

.anli-contaier .list-des {
  padding: 0 18px;
  font-size: 10px;
  text-align: justify;
  color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.anli-contaier .list-btn {
  position: absolute;
  right: 12px;
  bottom: 6px;
  border-radius: 7px;
  width: 58px;
  height: 16px;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -1px;
  color: #fff;
  background-color: #1a6bff;
}

.method-container .method-c-content {
  overflow: hidden;
  margin: 12px 0 0 -64px;
  width: 1330px;
}

.method-container .method-c-list {
  float: left;
  margin: 15px 65px;
  width: 312px;
height:280px;
}

.method-container .list-title {
  position: relative;
  height: 25px;
}

.method-container .list-title span {
  font-size:16px;
 font-weight: bolder;
}

.method-container .list-adv {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 96px;
}

.method-container .list-adv .pic {
  width: 100%;
}

.method-container .list-des {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #ebebeb;
  padding: 16px 8px 8px 4px;
  height: 84px;
  font-size: 14px;
  text-align: justify;
overflow:hidden;text-overflow:ellipsis;word-break:break-all;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}
}

.method-container .list-info {
  margin-top: 10px;
}

.method-container .list-info .ejinfo {
  display: block;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  color: #000;
}

.method-container .list-info .ejinfo::after {
  content: "＞";
  position: absolute;
  left: -3px;
  top: -1px;
  color: #f37021;
}

.course-container {
  margin: 36px auto 50px;
  position: relative;
}

.course-container .nav-box {
  position: absolute;
  right: 0;
  bottom: 1px;
}

.course-container .nav-link {
  margin: 0 10px;
  font-size: 16px;
  color: #000;
}

.course-container .course-c-content {
  overflow: hidden;
  margin-top: 25px;
}

.course-container .course-adv {
  float: left;
  overflow: hidden;
  width: 261px;
  height: 365px;
}

.course-container .course-adv .pic {
  width: 100%;
}

.course-container .course-table {
  float: right;
  width: 920px;
}

.course-container .course-table tr {
  height: 51px;
  text-align: center;
}

.course-container .course-table tr:first-child {
  height: 59px;
}

.course-container .course-table .course-t-link {
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  width: 80px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #1a6bff;
}

.map-container .usMap {
  overflow: hidden;
  padding: 25px 0 58px;
}

.map-container .usMap-left {
  width: 698px;
  height: 438px;
}

.map-container .usMap-right {
  width: 502px;
  height: 438px;
}

.map-container .usMap img {
  float: left;
}

.scheme-title {
  height: 60px;
  line-height: 60px;
}

.scheme-title .scheme-t-nav {
  font-size: 14px;
  color: #666;
}

.scheme-select {
  padding: 17px 0 1px;
  background-color: #f9f9f9;
}

.scheme-select .select-list {
  overflow: hidden;
  margin-bottom: 20px;
}

.scheme-select .select-l-name {
  float: left;
  margin: 0 40px 0 27px;
}

.scheme-select .select-l-wrapper {
  float: left;
}

.scheme-select .select-l-item {
  float: left;
  margin-right: 30px;
}

.scheme-select .select-l-item .item {
  display: block;
  width: 35px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #666;
}

.scheme-select .select-l-item .blue-cur {
  color: #fff;
  background-color: #74bcff;
}

.scheme-content .scheme-c-list {
  overflow: hidden;
  position: relative;
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
  font-size: 14px;
  color: #000;
}

.scheme-content .scheme-c-list:first-child {
  border: none;
}

.scheme-content .scheme-c-img {
  float: left;
  margin-right: 20px;
  width: 340px;
  height: 220px;
}

.scheme-content .scheme-c-img .pic {
  width: 100%;
  height: 100%;
}

.scheme-content .scheme-c-detail {
  float: left;
  width: 630px;
}

.scheme-content .scheme-c-detail .title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

.scheme-content .tip-wrapper {
  overflow: hidden;
  margin: 10px 0 12px;
}

.scheme-content .tip-wrapper .tip {
  float: left;
  position: relative;
  padding-left: 25px;
}

.scheme-content .tip-wrapper .tip::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 19px;
  height: 19px;
  background: url(../images/scheme_icon.png) center no-repeat;
}

.scheme-content .people-title {
  position: relative;
  padding-left: 8px;
  font-size: 16px;
  color: #f49e0a;
}

.scheme-content .people-title::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #f39800;
}

.scheme-content .people-des {
  margin: 2px 0 8px;
}

.scheme-content .detail-btn {
  color: #f49e0a;
}

.scheme-content .btn-box {
  position: absolute;
  top: 82px;
  right: 0;
}

.scheme-content .btn-box .btn {
  display: block;
  margin-bottom: 40px;
  border-radius: 5px;
  width: 136px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fffefe;
  background-color: #689eef;
}

.scheme-more {
  display: block;
  margin: 48px auto 0;
  border-radius: 5px;
  width: 164px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fffefe;
  background-color: #689eef;
}

.container-page .page-title {
  position: relative;
  padding-bottom: 15px;
}

.container-page .page-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 840px;
  height: 2px;
  background-color: #ebebeb;
}

.container-page .page-t-nav {
  font-size: 14px;
}

.container-page .page-content {
  overflow: hidden;
  position: relative;
  margin: 28px 0 72px;
}

.container-page .page-c-img {
  float: left;
  margin: 0 110px 0 45px;
  width: 510px;
  height: 331px;
}

.container-page .page-c-img .pic {
  width: 100%;
  height: 100%;
}

.container-page .page-c-right {
  float: left;
  width: 508px;
  color: #666;
  font-size: 14px;
}

.container-page .page-c-right .title {
  font-size: 22px;
  font-weight: bold;
}

.container-page .page-c-right .item-container {
  margin: 6px 0 14px;
}

.container-page .page-c-right .item {
  position: relative;
  padding-left: 21px;
  line-height: 24px;
}
.container-page .page-c-right .item .icon-icon2{
 position:absolute;
left:0;
top:2px;
}

.container-page .page-c-right .item::after {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/red_icon.png) center no-repeat;
}

.container-page .page-c-right .classify {
  font-size: 18px;
  font-weight: bold;
}

.container-page .page-c-right .classify .small-word {
  font-size: 14px;
  font-weight: normal;
}

.container-page .page-c-right .apply {
  position: relative;
  margin-top: 10px;
  padding-left: 96px;
}

.container-page .page-c-right .apply-l {
  position: absolute;
  left: 0;
  top: -4px;
}

.container-page .consult-box {
  position: absolute;
  bottom: 10px;
  left: 670px;
}

.container-page .consult-btn {
  float: left;
  margin-right: 30px;
  border-radius: 5px;
  width: 141px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #df1837;
}

.container-page .page-nav {
  height: 50px;
}

.container-page .page-nav .nav {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #df1837;
  border-top: solid 2px #df1837;
  width: 33%;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #df1837;
  cursor: pointer;
}

.container-page .page-nav .red-bgc {
  color: #df1837;
  background-color: #fff;
}

.container-page .detail-container {
  margin-top: 20px;

    padding: 15px 25px 100px
}

.container-page .detail-container .detail {
  display: none;
background-color: rgb(250, 250, 250);
}

.container-page .detail-container .detail:first-child {
  display: block;
}

.container-page .look-link {
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  width: 140px;
  height: 36px;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  background-color: #df1837;
}



/*# sourceMappingURL=map/gwtd.css.map */
