.swiper-wrapper {
  box-sizing: border-box;
}
.nav ul li {
  width: 171px;
}
.main {
  padding-top: 30px;
  /*padding-bottom: 60px;*/
}
.main .main_top {
  margin-bottom: 50px;
}
.main .main_top ._left {
  display: inline-block;
  vertical-align: top;
  width: 380px;
}
.main .main_top ._left .banner {
  width: 100%;
  height: 127px;
  margin-bottom: 30px;
}
.main .main_top ._left .banner > img {
  width: 100%;
  height: 100%;
}
.main .main_top ._left .bg {
  background-color: #f7f7f7;
}
.main .main_top ._left .zixun {
  width: 100%;
  height: 270px;
  padding: 20px 20px 0;
  background-color: #f7f7f7;
}
.main .main_top ._left .zixun .zixun_con .zixun_item {
  position: relative;
  padding-left: 25px;
  padding-right: 40px;
  margin-bottom: 30px;
}
.main .main_top ._left .zixun .zixun_con .zixun_item .zixun_icon {
  position: absolute;
  top: 0;
  left: 0;
}
.main .main_top ._left .zixun .zixun_con .zixun_item .zixun_p {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #333;
  line-height: 20px;
  cursor: pointer;
}
.main .main_top ._left .zixun .zixun_con .zixun_item .zixun_p:hover {
  color: #0088e6;
}
.main .main_top ._left .zixun .zixun_con .zixun_item .zixun_data {
  color: #999;
  font-size: 12px;
  margin-top: 20px;
}
.main .main_top ._left .zixun .zixun_con .zixun_item .zixun_data .zixun_time {
  display: inline-block;
  padding-left: 23px;
  margin-right: 40px;
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/sj.png) no-repeat left center;
}
.main .main_top ._left .zixun .zixun_con .zixun_item .zixun_data .zixun_num {
  padding-left: 23px;
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/ck.png) no-repeat left center;
}
.main .main_top ._middle {
  display: inline-block;
  width: 440px;
  margin: 0 40px;
}
.main .main_top ._middle .news_tit {
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
.main .main_top ._middle .news_tit .news_hot {
  display: inline-block;
  color: #666;
  font-size: 16px;
  padding: 10px 32px;
  cursor: pointer;
}
.main .main_top ._middle .news_tit .news_hot.active {
  color: #0088e6;
  font-size: 18px;
  font-weight: bold;
  border-top: 2px solid #0088e6;
}
.main .main_top ._middle .news_content {
  padding-top: 10px;
}
.main .main_top ._middle .news_content .news_text .news_text_t {
  margin-bottom: 12px;
}
.main .main_top ._middle .news_content .news_text .news_text_t .hot {
  width: 26px;
  height: 22px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  line-height: 22px;
  background-color: #F65A5A;
  border-radius: 12px 12px 12px 0;
}
.main .main_top ._middle .news_content .news_text .news_t_a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 18px;
  padding-left: 12px;
  font-weight: bold;
  margin-right: 5px;
}
.main .main_top ._middle .news_content .news_text .news_t_a:hover {
  color: #0088e6;
}
.main .main_top ._middle .news_content .news_text .news_t_a::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 50%;
}
.main .main_top ._middle .news_content .news_text .hot_key {
  display: inline-block;
  width: 26px;
  height: 22px;
  vertical-align: middle;
  background-color: #f65a5a;
  border-radius: 11px 11px 11px 0px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
}
.main .main_top ._middle .news_content .news_dec {
  color: #999;
  font-size: 14px;
  line-height: 28px;
  padding-left: 12px;
  max-height: 56px;
  overflow: hidden;
}
.main .main_top ._middle .news_content .news1 li,
.main .main_top ._middle .news_content .news2 li {
  margin-top: 20px;
}
.main .main_top ._middle .news_content .news1 li .news_a,
.main .main_top ._middle .news_content .news2 li .news_a {
  display: inline-block;
  position: relative;
  width: 100%;
  color: #333;
  font-size: 16px;
  padding-left: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .main_top ._middle .news_content .news1 li .news_a::after,
.main .main_top ._middle .news_content .news2 li .news_a::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 50%;
}
.main .main_top ._middle .news_content .news1 li .news_a:hover,
.main .main_top ._middle .news_content .news2 li .news_a:hover {
  color: #0088e6;
}
.main .main_top ._middle .news_content .news2 {
  padding-top: 0;
  margin-top: 40px;
}
.main .main_top ._right {
  display: inline-block;
  width: 300px;
}
.main .main_top ._right .type_con {
  width: 100%;
  padding-top: 28px;
  border: 1px solid #e5e5e5;
}
.main .main_top ._right .type_con .type_list .type_tit {
  color: #333;
  font-size: 16px;
  padding-left: 20px;
  font-weight: bold;
  border-left: 3px solid #0088e6;
  margin-bottom: 26px;
}
.main .main_top ._right .type_con .type_list .type_item {
  padding: 0 20px 5px 20px;
}
.main .main_top ._right .type_con .type_list .type_item .item_a {
  display: inline-block;
  color: #333;
  font-size: 14px;
  margin-right: 32px;
  margin-bottom: 20px;
}
.main .main_top ._right .type_con .type_list .type_item .item_a.mr0 {
  margin-right: 0;
}
.main .main_top ._right .type_con .type_list .type_item .item_a:hover {
  color: #0088e6;
}
.main .main_top ._right .type_con .line {
  width: 260px;
  height: 1px;
  margin: 0 auto;
  margin-bottom: 25px;
  background-color: #e5e5e5;
}
.main .zxks {
  margin-bottom: 50px;
}
.main .zxks ._left {
  display: inline-block;
  vertical-align: top;
  width: 380px;
}
.main .zxks ._left .banner {
  width: 100%;
  height: 127px;
  margin-bottom: 30px;
}
.main .zxks ._left .banner > img {
  width: 100%;
  height: 100%;
}
.main .zxks ._left .know .know_img img {
  width: 380px;
  height: 152px;
}
.main .zxks ._left .know .know_text {
  display: block;
  height: 46px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #f7f7f7;
  line-height: 46px;
  padding-left: 10px;
  color: #333;
  font-size: 16px;
}
.main .zxks ._left .know .know_text:hover {
  color: #0088e6;
}
.main .zxks ._left .know .know_a {
  display: block;
  max-height: 52px;
  color: #999;
  font-size: 14px;
  line-height: 26px;
  margin-top: 12px;
  overflow:hidden;
}
.main .zxks ._left .know .know_a .active {
  color: #0088e6;
}
.main .zxks ._left .know .know_a:hover {
  color: #0088e6;
}
.main .zxks ._middle {
  display: inline-block;
  width: 440px;
  vertical-align: middle;
  margin: 0 40px;
}
.main .zxks ._middle .zxks_span {
  display: inline-block;
  vertical-align: bottom;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.main .zxks ._middle .zxks_span:hover {
  color: #0088e6;
}
.main .zxks ._middle .zxks_new {
  display: inline-block;
  width: 26px;
  height: 24px;
  vertical-align: middle;
  background-color: #ff813d;
  border-radius: 11px 11px 11px 0px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  margin-left: 10px;
}
.main .zxks ._middle .zxks_ul1 li,
.main .zxks ._middle .zxks_ul2 li {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 12px;
  margin-top: 20px;
}
.main .zxks ._middle .zxks_ul1 li .tag,
.main .zxks ._middle .zxks_ul2 li .tag {
  display: inline-block;
  vertical-align: middle;
  color: #aaa;
  font-size: 16px;
  padding-right: 12px;
  border-right: 2px solid #d3d3d3;
}
.main .zxks ._middle .zxks_ul1 li .tag_a,
.main .zxks ._middle .zxks_ul2 li .tag_a {
  /*display: inline-block;*/
  vertical-align: middle;
  color: #333;
  font-size: 16px;
  padding-left: 12px;
}
.main .zxks ._middle .zxks_ul1 li .tag_a:hover,
.main .zxks ._middle .zxks_ul2 li .tag_a:hover {
  color: #0088e6;
}
.main .zxks ._middle .zxks_ul1 li::after,
.main .zxks ._middle .zxks_ul2 li::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 50%;
}
.main .zxks ._middle .zxks_ul2 {
  padding-top: 28px;
}
.main .zxks ._right {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  border: 1px solid #e5e5e5;
}
.main .zxks ._right .time {
  position: relative;
  width: 100%;
  height: 157px;
  padding-top: 35px;
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/zxks-djs.png);
}
.main .zxks ._right .time .time_text {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.main .zxks ._right .time .days {
  position: absolute;
  top: 85px;
  left: 84px;
  text-align: center;
}
.main .zxks ._right .time .days .day {
  display: inline-block;
  color: #0088e6;
  font-size: 36px;
  margin-right: 20px;
}
.main .zxks ._right .time .days .day_text {
  color: #fff;
  font-size: 14px;
}
.main .zxks ._right .zs_list ul {
  padding-top: 24px;
}
.main .zxks ._right .zs_list ul li {
  float: left;
  width: 33.33%;
  text-align: center;
  margin-bottom: 30px;
}
.main .zxks ._right .zs_list ul li .zs_a {
  display: inline-block;
  padding-top: 72px;
}
.main .zxks ._right .zs_list ul li .zs_a span {
  color: #333;
  font-size: 14px;
  text-align: center;
}
.main .zxks ._right .zs_list ul li .zkzn {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/zxks-zkzn.png) no-repeat center top;
}
.main .zxks ._right .zs_list ul li .zkzn:hover {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/zxks-zkzn2.png) no-repeat center top;
}
.main .zxks ._right .zs_list ul li .lnzt {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/zxks-lnzt.png) no-repeat center top;
}
.main .zxks ._right .zs_list ul li .lnzt:hover {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/zxks-lnzt2.png) no-repeat center top;
}
.main .zxks ._right .zs_list ul li .zsjz {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/zxks-zsjz.png) no-repeat center top;
}
.main .zxks ._right .zs_list ul li .zsjz:hover {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/zxks-zsjz2.png) no-repeat center top;
}
.main .zxks ._right .zs_list ul li .wsbm {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/zxks-wsbm.png) no-repeat center top;
}
.main .zxks ._right .zs_list ul li .wsbm:hover {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/zxks-wsbm2.png) no-repeat center top;
}
.main .zxks ._right .zs_list ul li .zkyx {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/zxks-zkyx.png) no-repeat center top;
}
.main .zxks ._right .zs_list ul li .zkyx:hover {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/zxks-zkyx2.png) no-repeat center top;
}
.main .zxks ._right .zs_list ul li .kszc {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/zxks-kszc.png) no-repeat center top;
}
.main .zxks ._right .zs_list ul li .kszc:hover {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/zxks-kszc2.png) no-repeat center top;
}
.main .ycjy,
.main .crgk {
  margin-bottom: 50px;
}
.main .crgk ._left {
  display: inline-block;
  vertical-align: top;
  width: 380px;
}
.main .crgk ._left .banner {
  width: 100%;
  height: 127px;
  margin-bottom: 30px;
}
.main .crgk ._left .banner > img {
  width: 100%;
  height: 100%;
}
.main .crgk ._left .crgk_con {
  width: 100%;
  background-color: #f7f7f7;
  padding: 20px 0px 16px;
}
.main .crgk ._left .crgk_con ul li {
  float: left;
  width: 25%;
  height: 90px;
  text-align: center;
}
.main .crgk ._left .crgk_con ul li .gk_a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333;
  padding-top: 57px;
  font-size: 14px;
  background-color: #f7f7f7;
}
.main .crgk ._left .crgk_con ul li .gk_a:hover {
  color: #0088e6;
}
.main .crgk ._left .crgk_con ul li .xszn {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/crgk-xszn.png) no-repeat center 10px;
}
.main .crgk ._left .crgk_con ul li .xszn:hover {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/crgk-xszn2.png) no-repeat center 10px;
}
.main .crgk ._left .crgk_con ul li .yxcx {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/crgk-yxcx.png) no-repeat center 10px;
}
.main .crgk ._left .crgk_con ul li .yxcx:hover {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/crgk-yxcx2.png) no-repeat center 10px;
}
.main .crgk ._left .crgk_con ul li .lxxt {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/crgk-lxxt.png) no-repeat center 10px;
}
.main .crgk ._left .crgk_con ul li .lxxt:hover {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/crgk-lxxt2.png) no-repeat center 10px;
}
.main .crgk ._left .crgk_con ul li .zsjz {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/crgk-zsjz.png) no-repeat center 10px;
}
.main .crgk ._left .crgk_con ul li .zsjz:hover {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/crgk-zsjz2.png) no-repeat center 10px;
}
.main .crgk ._left .crgk_con ul li .cjcx {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/crgk-cjcx.png) no-repeat center 10px;
}
.main .crgk ._left .crgk_con ul li .cjcx:hover {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/crgk-cjcx2.png) no-repeat center 10px;
}
.main .crgk ._left .crgk_con ul li .zytb {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/crgk-zytb.png) no-repeat center 10px;
}
.main .crgk ._left .crgk_con ul li .zytb:hover {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/crgk-zytb2.png) no-repeat center 10px;
}
.main .crgk ._left .crgk_con ul li .cjwt {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/crgk-cjwt.png) no-repeat center 10px;
}
.main .crgk ._left .crgk_con ul li .cjwt:hover {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/crgk-cjwt2.png) no-repeat center 10px;
}
.main .crgk ._left .crgk_con ul li .wsbm {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/crgk-wsbm.png) no-repeat center 10px;
}
.main .crgk ._left .crgk_con ul li .wsbm:hover {
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/crgk-wsbm2.png) no-repeat center 10px;
}
.main .crgk ._left .crgk_con ul li:hover {
  background-color: #d6e9f4;
}
.main .crgk ._middle {
  display: inline-block;
  width: 440px;
  vertical-align: middle;
  margin: 0 40px;
}
.main .crgk ._middle .gk_title {
  position: relative;
  padding-left: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .crgk ._middle .gk_title .gk_span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.main .crgk ._middle .gk_title .gk_span:hover {
  color: #0088e6;
}
.main .crgk ._middle .gk_title::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 50%;
}
.main .crgk ._middle .gk_ul1 li,
.main .crgk ._middle .gk_ul2 li {
  position: relative;
  padding-left: 12px;
  margin-top: 25px;
}
.main .crgk ._middle .gk_ul1 li .gk_a,
.main .crgk ._middle .gk_ul2 li .gk_a {
  display: inline-block;
  position: absolute;
  width: 370px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 16px;
}
.main .crgk ._middle .gk_ul1 li .gk_a:hover,
.main .crgk ._middle .gk_ul2 li .gk_a:hover {
  color: #0088e6;
}
.main .crgk ._middle .gk_ul1 li::after,
.main .crgk ._middle .gk_ul2 li::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 50%;
}
.main .crgk ._middle .gk_ul2 {
  margin-top: 50px;
}
.main .crgk ._right {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  border: 1px solid #e5e5e5;
}
.main .crgk ._right .type_tit {
  color: #333;
  font-size: 16px;
  padding-left: 20px;
  font-weight: bold;
  border-left: 3px solid #0088e6;
  margin: 30px 0 20px 0;
}
.main .crgk ._right .gk_list ul li {
  position: relative;
  padding: 20px 20px 20px 90px;
  /*margin-bottom: 17px;*/
}
.main .crgk ._right .gk_list ul li .gk_img {
  position: absolute;
  top: 8px;
  left: 20px;
  width: 58px;
  height: 58px;
}
.main .crgk ._right .gk_list ul li .xx_name {
  color: #333;
  font-size: 16px;
  margin-bottom: 15px;
}
.main .crgk ._right .gk_list ul li .xx_tag {
  color: #999;
  font-size: 14px;
}
.main .crgk ._right .gk_list ul li:hover {
  background-color: #f7f7f7;
}
.main .ycjy ._left {
  display: inline-block;
  vertical-align: top;
  width: 380px;
}
.main .ycjy ._left ul {
  width: 384px;
}
.main .ycjy ._left ul li {
  float: left;
  width: 92px;
  height: 110px;
  background-color: #f7f7f7;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 20px 0;
  text-align: center;
}
.main .ycjy ._left ul li .jy_a {
  display: block;
  width: 100%;
  height: 100%;
}
.main .ycjy ._left ul li .jy_a > img {
  width: 42px;
  height: 42px;
}
.main .ycjy ._left ul li .jy_a > p {
  color: #333;
  font-size: 14px;
  margin-top: 15px;
}
.main .ycjy ._left ul li:hover {
  background-color: #d6e9f4;
}
.main .ycjy ._middle {
  display: inline-block;
  width: 440px;
  vertical-align: middle;
  margin: 0 40px;
}
.main .ycjy ._middle .news_content {
  padding-top: 10px;
}
.main .ycjy ._middle .news_content .news_text .news_text_t {
  margin-bottom: 12px;
}
.main .ycjy ._middle .news_content .news_text .news_t_a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 18px;
  padding-left: 12px;
  font-weight: bold;
  margin-right: 5px;
}
.main .ycjy ._middle .news_content .news_text .news_t_a:hover {
  color: #0088e6;
}
.main .ycjy ._middle .news_content .news_text .news_t_a::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 50%;
}
.main .ycjy ._middle .news_content .news_dec {
  color: #999;
  font-size: 14px;
  line-height: 28px;
  padding-left: 12px;
  max-height: 56px;
  overflow: hidden;
}
.main .ycjy ._middle .news_content .news_dec:hover {
  color: #0088e6;
}
.main .ycjy ._middle .news_content .news1 li,
.main .ycjy ._middle .news_content .news2 li {
  margin-top: 20px;
}
.main .ycjy ._middle .news_content .news1 li .news_a,
.main .ycjy ._middle .news_content .news2 li .news_a {
  display: inline-block;
  position: relative;
  width: 100%;
  color: #333;
  font-size: 16px;
  padding-left: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .ycjy ._middle .news_content .news1 li .news_a::after,
.main .ycjy ._middle .news_content .news2 li .news_a::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 50%;
}
.main .ycjy ._middle .news_content .news1 li .news_a:hover,
.main .ycjy ._middle .news_content .news2 li .news_a:hover {
  color: #0088e6;
}
.main .ycjy ._middle .news_content .news2 {
  padding-top: 0;
  margin-top: 20px;
}
.main .ycjy ._middle .news_content .news1 {
  margin-bottom: 38px;
}
.main .ycjy ._right {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  border: 1px solid #e5e5e5;
}
.main .ycjy ._right .time {
  position: relative;
  width: 100%;
  height: 114px;
  padding-top: 20px;
  background: url(//img.xuesai.cn/images/xuesaiPC_v2/ycjy-djs.png);
}
.main .ycjy ._right .time .time_text {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.main .ycjy ._right .time .days {
  position: absolute;
  top: 56px;
  left: 84px;
  text-align: center;
}
.main .ycjy ._right .time .days .day {
  display: inline-block;
  color: #0088e6;
  font-size: 36px;
  margin-right: 20px;
}
.main .ycjy ._right .time .days .day_text {
  color: #fff;
  font-size: 14px;
}
.main .ycjy ._right ul {
  padding: 20px 20px 0 20px;
}
.main .ycjy ._right ul li {
  position: relative;
  width: 100%;
  padding-left: 12px;
  margin-bottom: 17px;
}
.main .ycjy ._right ul li .li_a {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 15px;
}
.main .ycjy ._right ul li .li_a:hover {
  color: #0088e6;
}
.main .ycjy ._right ul li:after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 50%;
}
.title {
  padding-bottom: 14px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.title .title_text {
  color: #333;
  font-size: 22px;
  padding-bottom: 12px;
  font-weight: bold;
  border-bottom: 2px solid #0088e6;
}
.title .title_more {
  float: right;
  color: #999;
  font-size: 14px;
  line-height: 35px;
}
.title .title_more:hover {
  color: #0088e6;
}
 .gzdz ._left .hot_professional {
   width: 380px;
   height: 224px;
   overflow: hidden;
   padding-top: 20px;
   padding-right: 20px;
   padding-bottom: 20px;
   background-color: #F7F7F7;
 }
.gzdz ._left .hot_professional .caption {
  position: relative;
  border: none;
}
.gzdz ._left .hot_professional .caption:before {
  content: '';
  width: 3px;
  height: 14px;
  position: absolute;
  background-color: #0088E6;
  margin-right: 10px;
}
.gzdz ._left .hot_professional .caption h4 {
   font-size: 16px;
   border: none;
  padding-left: 10px;
 }
 .gzdz ._left .hot_professional .ranking_list {
   width: 380px;
   padding: 0;
   background-color: #F7F7F7;
 }
 .gzdz ._left .hot_professional .ranking_list .item {
   float: left;
   width: 170px;
   margin-top: 10px;
   margin-left: 20px;
   margin-bottom: 0;
 }
 .gzdz ._left .hot_professional .ranking_list .item .title {
   width: 120px;
   margin-bottom: 0;
   margin-left: 8px;
   border: none;
 }
.gzdz ._left .hot_professional .ranking_list .item img,
.gzdz ._left .hot_professional .ranking_list .item .num {
  vertical-align: top;
}
/* 报名流程 */
.tool_r {
  float: right;
  width: 300px;
  padding: 26px 13px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #E6E6E6;
}
.tool_r .item:last-child {
  margin-bottom: 0;
}

.tool_r .item .caption .title {
  width: 230px;
  border: none;
}
.tool_r .item .caption .status {
  font-size: 15px;
}

.tool_r .item {
  margin-bottom: 20px;
  /*list-style-type: disc !important;*/
  /*color: #3299E3;*/
}
.tool_r .item:last-child {
  margin-bottom: 0;
}
.tool_r .item .caption:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  margin-left: -66px;
  margin-top: 7px;
  background-color: #3299E3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tool_r .item .caption .status {
  float: left;
  background-color: #3299E3;
  width: 50px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.tool_r .item .caption .title {
  display: inline-block;
  margin-left: 10px;
  width: 200px;
  vertical-align: middle;
  line-height: 22px;
  height: 22px;
  font-size: 14px;
  color: #333;
  overflow: hidden;/*超出部分隐藏*/
  white-space: nowrap;/*不换行*/
  text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.tool_r .item .operat_bot a {
  margin-right: 20px;
  font-size: 14px;
  color: #999;
}