body {
  background-color: #f7f7f7;
}
.window {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display:none;
}
.window .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.window .win_con {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -180px;
  margin-top: -205px;
  width: 360px;
  height: 410px;
  padding-top: 30px;
  background-color: #fff;
  border-radius: 4px;
}
.window .win_con .close {
  position: absolute;
  top: 26px;
  right: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.window .win_con .win_tit {
  color: #333;
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
}
.window .win_con .win_list {
  display: block;
  width: 180px;
  height: 44px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  color: #444;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}
.window .win_con .win_list.active {
  border-color: #0088e6;
  color: #0088e6;
}
.window .win_con .win_list:hover {
  border-color: #0088e6;
  color: #0088e6;
}
.window .win_con .win_ok {
  width: 180px;
  height: 44px;
  margin: 0 auto;
  border-radius: 2px;
  background-color: #0088e6;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}
.window .win_con .win_ok:hover {
  background-color: #0082d9;
}
.main_con {
  background-color: #fff;
  padding: 40px;
}
.main_con ._left {
  width: 740px;
}
.main_con ._left .choose_con {
  width: 100%;
  background-color: #f7f7f7;
  padding: 0 30px 20px 30px;
}
.main_con ._left .choose_con .con_list {
  position: relative;
  padding: 30px 0 10px 56px;
  border-bottom: 1px dashed #e5e5e5;
}
.main_con ._left .choose_con .con_list .list_tit {
  position: absolute;
  top: 30px;
  left: 0;
  color: #999;
  font-size: 14px;
}
.main_con ._left .choose_con .con_list .item {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #333;
  cursor: pointer;
}
.main_con ._left .choose_con .con_list .item.active {
  color: #0088e6;
}
.main_con ._left .choose_con .con_list .item:hover {
  color: #0088e6;
}
.main_con ._left .choose_con .con_list .sub_con {
  width: 100%;
  padding: 16px 0 16px 20px;
  background-color: #eee;
}
.main_con ._left .choose_con .con_list .sub_con .sub_span {
  color: #666;
  font-size: 14px;
  margin-right: 30px;
  line-height: 30px;
}
.main_con ._left .choose_con .con_list.mb0 {
  border-bottom: none;
}
.main_con ._left .choosed {
  width: 100%;
  padding: 20px 0;
}
.main_con ._left .choosed .cho_con {
  position: relative;
  padding-left: 86px;
}
.main_con ._left .choosed .cho_con .cho_span {
  position: absolute;
  top: 9px;
  left: 30px;
  color: #999;
  font-size: 14px;
}
.main_con ._left .choosed .cho_con .cho_item {
  display: inline-block;
  color: #0088e6;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  margin-right: 15px;
  border-radius: 2px;
  border: 1px dashed #0088e6;
  cursor: pointer;
}
.main_con ._left .choosed .cho_con .cho_item > img {
  width: 10px;
  height: 10px;
  vertical-align: middle;
}
.main_con ._left .choosed .cho_con .cho_item:hover {
  border-style: solid;
}
.main_con ._left .choosed .cho_con .clear {
  display: inline-block;
  color: #999;
  font-size: 14px;
}
.main_con ._left .cho_list {
  width: 100%;
}
.main_con ._left .cho_list ul li {
  position: relative;
  padding: 20px 0 20px 0px;
  border-bottom: 1px dashed #e5e5e5;
}
.main_con ._left .cho_list ul li .list_icon {
  position: absolute;
  top: 30px;
  left: 0;
  width: 54px;
  height: 54px;
}
.main_con ._left .cho_list ul li .cho_p {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  font-size: 16px;

}
.main_con ._left .cho_list ul li .cho_p:hover {
  color: #0082d9;
}
.main_con ._left .cho_list ul li .cho_data {
  color: #999;
  font-size: 14px;
  float: right;
}
.main_con ._left .cho_list ul li .cho_data .time {
  margin-left: 50px;
}
 .page {
  padding: 60px 0;
  text-align: center;
}
 .page ul {
  display: inline-block;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
.page ul li {
  float: left;
  height: 38px;
  width: 45px;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  text-align: center;
}
 .page ul li > a {
  font-size: 12px;
  color: #444;
  line-height: 38px;
   display: block;
}
 .page ul li.pre {
  width: 80px;
}
 .page ul li.active {
  background-color: #0088e6;
}
.page ul li.active > a {
  color: #fff;
}
.page ul li:hover {
  background-color: #0088e6;
}
.page ul li:hover > a {
  color: #fff;
}
.main_con ._right {
  width: 300px    ;
}
.main_con ._right .toutiao {
  margin-bottom: 40px;
}
.main_con ._right .toutiao .tou_tit {
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}
.main_con ._right .toutiao .tou_tit .tit_text {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #0088e6;
}
.main_con ._right .toutiao .tou_tit .more {
  color: #bbb;
  font-size: 12px;
}
.main_con ._right .toutiao .tou_content ul li {
  position: relative;
  margin-top: 24px;
  padding-left: 18px;
}
.main_con ._right .toutiao .tou_content ul li .tou_span {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 99;
  width: 12px;
  height: 12px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: url(../images/zx.png) no-repeat;
}
.main_con ._right .toutiao .tou_content ul li .tou_a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 15px;
}
.main_con ._right .toutiao .tou_content ul li .tou_a:hover {
  color: #0082d9;
}
.main_con ._right .toutiao .tou_content ul li::after {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 50%;
}
/*������*/
.college_search {
    position: relative;
    width: 336px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 28px;
    border: 1px solid #ccc;
}
.college_search i {
    padding-left: 13px;
    color: #bbb;
}
.college_search input {
    color: #333;
}
.college_search input#txt_serach {
    width: 228px;
    height: 30px;
    line-height: 30px;
}
.college_search input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #aaa;
}
.college_search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aaa;
}
.college_search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaa;
}
.college_search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa;
}
.college_search button {
    position: absolute;
    right: 0;
    height: 35px;
    width: 73px;
    font-size: 16px;
    color: #fff;
    background-color: #0088E6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
/*������*/
/* ��ҳ��ʽ*/
.page{width: 100%;text-align: center;bottom: 0; padding: 60px 0;}
.page > div{color: #3C4346;}
.page > div > a{padding: 2px 4px;margin: 15px;cursor: pointer;}
.page > div > div{display: inline-block;}
.page > div > div > a{padding: 2px 4px;margin: 15px;width: 40px;height: 40px;cursor: pointer;border-radius: 50%;display: inline-block;line-height: 36px;}
.page > div > div > .active{background: #25A3FD;color: #fff;}
/* ��ҳ��ʽ*/

.comList_1 {
  background-color: #f4f6f9;
  padding: 30px 30px 10px;
  font-size: 16px;
  overflow: hidden;
}
.comList_1_title {
  color: #999999;
  float: left;
}
.comList_1_container {
  overflow: hidden;
  width: 1230px;
  margin-bottom: 18px;
}
.comList_1_container:last-child {
  margin-bottom: 0;
}
.comList_1 ul {
  overflow: hidden;
}
.comList_1 ul li.on,
.comList_1 ul li:hover {
  color: #46b746;
}
.comList_1 ul li {
  float: left;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 20px;
}


.CourseList {
  padding: 40px 0 52px;
}
.CourseList li {
  float: left;
  height: 261px;
  width: 250px;
  font-size: 18px;
  margin-bottom: 26px;
  margin-right: 40px;
}
.CourseList ul {
  width: 1270px;
}
.CourseList li .hd {
  height: 151px;
  line-height: 151px;
  text-align: center;
  border-radius: 8px;
  background-color: #70cfc0;
  color: #ffffff;
}
.CourseList li .bd {
  padding: 14px 0;
  font-size: 12px;
}
.CourseList li .bd dt {
  font-size: 18px;
  margin-bottom: 14px;
}
.CourseList li .bd s {
  font-size: 14px;
  color: #999999;
  margin-left: 10px;
}
.CourseList li .bd .fl {
  color: #ff985b;
}
.CourseList .price_text {
  font-size: 22px;
}
/*通用按钮*/
.myBtn {
  display: inline-block;
  padding: 6px 19px;
  border-radius: 17px;
  border: solid 1px #46b746;
  background: #fff;
  font-size: 14px;
  color: #46b746;
  cursor: pointer;
  line-height: initial;
}
.myBtn_default {
  background-color: #f4f5f9;
  border: solid 1px #f4f5f9;
  color: #666666;
}
.myBtn_default:hover {

}
.myBtn_m {
  padding: 2px 15px;
  margin-right: 5px;
}
.myBtn_hover {
  background: #46b746;
  color: #fff;
}
.myBtn:hover {
  background: #46b746;
  color: #fff;
}
.myBtn_hover:hover {
  background: #2f992f;
}