.clear_tjj {
  clear: both;
}
.float_left {
  float: left;
}
.publicText {
  width: 100%;
  height: 1650px;
  background: #f5f5f5;
}
.publicTextCen {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  background: #f5f5f5;
}
.publicTextCen ul {
  width: 1200px;
  height: 52px;
  background: #f5f5f5;
}
.publicTextCen ul li {
  float: left;
  font-size: 12px;
  margin: 20px 4px 0 0;
}
.publicTextCen ul li a {
  color: #858585;
}
.publicTextCen ul li a:hover {
  color: #ed4248;
}
.publicTextCen img {
  margin-top: 2px;
}
.thrItem {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.thrItem div {
  /* float: left; */
  font-size: 14px;
}
.itemLeft {
  width: 160px;
  height: 840px;
  background: #fff;
  position: relative;
}
.itemLeft p {
  position: relative;
}
.box {
  position: absolute;
  top: 30px;
  z-index: 999;
  font-size: 14px;
  color: #f04a66;
  letter-spacing: 1px;
  text-shadow: 1px 0 1px #ffe6b9;
  margin-left: 7px;
  font-weight: bold;
}
.leftNav {
  width: 160px;
}
.nav1 li {
  line-height: 40px;
}
.nav1 > li {
  width: 160px;
  height: 40px;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
}
.nav1 > li:hover {
  color: #ed4248;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
}
.nav1 li p {
  width: 40px;
  height: 40px;
  float: left;
  text-align: center;
  display: inline-block;
  background: url('../images/zk1-c9bd310468.png') no-repeat 25px;
  background-position: center;
}

.nav1 .list p:hover {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari and Chrome */
  -o-transform: rotate(90deg); /* Opera */
  -moz-transform: rotate(90deg); /* Firefox */
  background: url('../images/zk-d18a5629c3.png') no-repeat 25px;
  background-position: center;
}
.nav2 {
  display: none;
}
.nav2 li {
  width: 130px;
  height: 40px;
  font-size: 14px;
  color: #585858;
  /* text-align:center; */
  padding-left: 30px;
  cursor: pointer;
  background: #faf9f9;
}
.nav2 li:hover {
  color: #ed4248;
}
.nav1 li span {
  margin-left: 30px;
  display: inline-block;
  float: left;
}
.nav1 li img {
  margin-right: 30px;
  display: inline-block;
  float: right;
  margin-top: 14px;
}
/* 倒计�? */
.box > span {
  font-size: 14px;
  color: #f04a66;
  letter-spacing: 1px;
  margin-left: 3px;
  text-shadow: 1px 0 1px #ffe6b9;
}

.day-y {
  width: 57px;
  height: 35px;
  margin: 5px 0;
  border: none;
  font-size: 28px;
  color: #f04a66;
  letter-spacing: 3.09px;
  line-height: 36px;
  font-family: Impact;
  text-align: center;
  background: #fff;
}
.conten {
  width: 90px;
  height: 45px;
  margin: -5px 0 0 0;
  font-size: 22px;
  color: #ed4248;
}

.itemCenter {
  width: 710px;
  height: 1000px;
  /* background: yellow; */
  margin: 0 20px;
}
.itemRight {
  width: 290px;
  /* height: 1500px; */
  background: #f5f5f5;
}
.itemRight .freeData{
  background:#fff;
  margin-bottom:2px;
  padding:15px 0 35px 0;
}
.itemRight .freeData .fd_tit{
  width:85px;
  background:url('../images/bg_line-97d89cf540.png') no-repeat left center;
  padding-left:10px;
  margin:0 auto;
  font-weight: bold;
}
.itemRight .freeData .fd_box{
  width:256px;
  height:174px;
  border:1px solid #ed4248;
  border-radius:15px;
  margin:10px auto 0;
  padding:4px 9px 20px 9px;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position:relative;
}
.itemRight .freeData .fd_box .fdb_item{
  width:63px;
  height:54px;
  background:#fff0ef;
  border-radius:10px;
  margin:7px 5px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.itemRight .freeData .fd_box .fdb_item span{
  font-size:9px;
  margin-top:6px;
}
.itemRight .freeData .fd_box .fdb_btn{
  width:170px;
  height:34px;
  background:url('../images/yjlq_btn_bg-70d50c9233.png') no-repeat;
  position:absolute;
  left:50%;
  bottom:-17px;
  transform: translate(-50%,0);
  text-align: center;
  line-height: 34px;
  color:#fff7f5;
  font-size:10.5px;
  font-weight: bold;
}
.itemRight .freeData .fd_box .fdb_btn .fdb_btna{
  display:block;
  width:100%;
  height: 100%;
}
.freeData_box{
  width:100%;
  height:100%;
  position:fixed;
  left:0;
  top:0;
  right:0;
  bottom:0;
  z-index:9999;
  display:none;
}
.freeData_box .fdb_mask{
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.3);
}
.freeData_box .fdb_con{
  width:430px;
  height:405px;
  background:#fff;
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.freeData_box .fdb_con .fdbc_close{
  width:31px;
  height:30px;
  background:url('../images/close-fcacadbc20.png') no-repeat;
  position:absolute;
  right:10px;
  top:10px;
  cursor: pointer;
}
.freeData_box .fdb_con .fdbc_tab{
  padding:60px 30px 0;
}
.freeData_box .fdb_con .fdbc_tab .tab_btns{
  width:100%;
  display:flex;
}
.freeData_box .fdb_con .fdbc_tab .tab_btns .tb_item{
  flex:1;
  border-bottom:1px solid #e3e3e3;
  text-align: center;
  padding-bottom:13px;
  cursor: pointer;
}
.freeData_box .fdb_con .fdbc_tab .tab_btns .active{
  border-bottom:1px solid #ed4248;
}
.freeData_box .fdb_con .fdbc_tab .tab_con{
  width:100%;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item{
  width:100%;
  display:none;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .tci_box{
  width:100%;
  height:48px;
  border:1px solid #d2d2d2;
  padding-left:40px;
  display:flex;
  margin-top:38px;
}
.tci_box_phone{
  background:url('../images/user-f8e1417a7f.png') no-repeat 12px center;
}
.tci_box_code{
  background:url('../images/password-72c2e20168.png') no-repeat 12px center;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .tci_box input{
  flex:1;
  width:100%;
  height:100%;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .tci_box .getyzm{
  width:122px;
  height:100%;
  background:#ed4248;
  text-align:center;
  line-height: 48px;
  color:#fff;
  font-size:12px;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .tci_box .daojishi{
  display:none;
  width:122px;
  height:100%;
  background:#ed4248;
  text-align:center;
  line-height: 48px;
  color:#fff;
  font-size:12px;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .forgetm{
  display:block;
  text-align: right;
  padding-top:15px;
  color:#808080;
  font-size:.10.5px;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .forgetm:hover{
  color:#ed4248;
}
.freeData_box .fdb_con .fdbc_tab .tab_con .tc_item .login{
  display:block;
  width:100%;
  height: 48px;
  background:#ed4248;
  text-align: center;
  line-height: 48px;
  color:#fff;
  font-size:14px;
  font-weight: bold;
  margin-top:35px;
  border-radius: 10px;
}

.content {
  width: 650px;
  background: #fff;
  padding: 32px 0 0 0;
  margin: 0 30px;
  padding-bottom: 27px;
  border-bottom: 1px solid #e8e8e8;
}
.kaoyanzixun_img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.itemCenterBot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 710px;
  height: 110px;
  background: #fff;
}
.itemCenterBot p {
  float: left;
  font-size: 16px;
  color: #979797;
  margin: 44px 0 0 21px;
}
.pager {
  font-family: "微软雅黑";
  border-radius: 3px;
  display: inline-block;
  clear: both;
  line-height: 21px;
}
.pager a,
.pager span {
  font-size: 16px;
  color: #979797;
  border: 1px solid #979797;
  padding: 4px 12px;
  float: left;
  text-decoration: none;
  margin: 0px 8px;
}
.pager span {
  color: #fff;
  background: #fa5151;
}
.pager a:hover {
  color: #2a6496;
  background: #f2f2f2;
}

/*  */
.ck-search {
  width: 710px;
  height: 508px;
  background: #fff;
  margin-top: 10px;
  padding: 0 30px;
}
.ck-title {
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex; /* Firefox 18+ */
  display: -ms-flexbox; /* IE 10 */
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ck-title p {
  width: 100%;
}
.connect {
  width: 100%;
  height: 140px;
  background: #f5f5f5;
}
.yq-connect {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.yq-connect span {
  float: left;
  margin-top: 49px;
}
.yq-connect p {
  float: left;
  font-size: 18px;
  color: #333333;
  margin-top: 52px;
}
.yq-connect ul {
  float: left;
  margin-top: 54px;
}
.yq-connect ul li {
  float: left;
  margin: 0 24px 10px 5px;
  font-size: 16px;
}
.yq-connect ul li a {
  color: #585858;
}
.wz-title {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 14px;
  display: inline-block;
  padding-left: 10px;
  border-left: 3px solid #ed4248;
}
.wz-more {
  color: #585858;
  letter-spacing: 0.3px;
}
.wz-more a {
  color: #585858;
}
.wz-more a:hover {
  color: #ed4248;
}
.ky-item {
  width: 650px;
  height: 188px;
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex; /* Firefox 18+ */
  display: -ms-flexbox; /* IE 10 */
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ky-item img {
  width: 4px;
  height: 4px;
  margin: 9px 6px 2px 0;
  vertical-align: middle;
}
.ky-item li {
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex; /* Firefox 18+ */
  display: -ms-flexbox; /* IE 10 */
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 15px;
}
.ky-item li i {
  font-size: 14px;
  color: #585858;
  letter-spacing: 0;
  display: inline-block;
  margin-right: 24px;
}
.ky-item i a {
  color: #585858;
}
.ky-item i a:hover {
  color: #ed4248;
}
.ky-item li em {
  margin-right: 24px;
}
.course-k {
  font-size: 14px;
  color: #333333;
  letter-spacing: 4.5px;
  width: 96px;
  flex: none;
  letter-spacing: 9.5px;
}
.course-k a {
  color: #333333;
}
.course-k a:hover {
  color: #ed4248;
}
.course-z {
  width: 96px;
  flex: none;
  letter-spacing: 3.5px;
  font-size: 14px;
  color: #333333;
}
.course-z a {
  color: #333333;
}
.course-z a:hover {
  color: #ed4248;
}
.ky_ItemList em {
  display: inline-block;
  margin-bottom: 16px;
}
.course_list {
  width: 100%;
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex; /* Firefox 18+ */
  display: -ms-flexbox; /* IE 10 */
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 19px;
}
.course-show {
  width: 200px;
}
.course-show img {
  width: 200px;
  height: 113px;
}
.course-text {
  width: 100%;
  font-size: 12px;
  color: #585858;
  letter-spacing: 0;
  line-height: 12px;
  margin: 14px 0 15px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.course-text a {
  color: #585858;
}
.course-text a:hover {
  color: #ed4248;
}
.course-prise {
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex; /* Firefox 18+ */
  display: -ms-flexbox; /* IE 10 */
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.course-ks {
  color: #585858;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 160px;
}
.course-price {
  font-size: 14px;
  color: #f13b3b;
}
.zs {
  color: #858585;
  border: 1px solid #a8a8a8;
  display: inline-block;
  margin-right: 11px;
  padding: 2px 4px;
}
.zs a {
  color: #858585;
}
.zs a:hover {
  color: #f48812;
}
.zs:hover {
  color: #f48812;
  border: 1px solid #f48812;
}
.title {
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.title:hover {
  color: #ed4248;
}
.textItem {
  width: 650px;
  height: 52px;
  margin-top: 14px;
  position: relative;
}
.text {
  font-size: 14px;
  color: #666666;
  /* display: inline-block;
    float: left; */
  line-height: 26px;
  margin-top: 16px;
  letter-spacing: 1.2px;
}
.ck {
  /* display: inline-block; */
  float: right;
  color: #ed4248;
  cursor: pointer;
  letter-spacing: 0.41px;
  margin-right: 16px;
  line-height: 26px;
  position: absolute;
  right: 0;
  bottom: -36px;
}
.ly {
  color: #858585;
  letter-spacing: 0.41px;
  line-height: 26px;
  margin-top: 10px;
}
.ly a {
  cursor: pointer;
  color: #858585;
}
.year {
  display: inline-block;
  margin: 0 27px 0 30px;
}
.left li i {
  background: url('../images/zsjz-92d6394e31.png') left center no-repeat;
}

/* 1 */
.hot-zb {
  padding-top: 20px;
  width: 290px;
  height: 630px;
  margin-bottom: 10px;
  background: #ffffff;
}
.hot-zb .course:first-child {
  margin: 0 20px 0 20px;
}
.course {
  width: 250px;
  margin: 20px 20px 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex; /* Firefox 18+ */
  display: -ms-flexbox; /* IE 10 */
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.course .hot-first {
  font-size: 14px;
  color: #333333;
  padding-left: 8px;
  line-height: 14px;
  border-left: 3px solid #ed4248;
}
.course .hot-second {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 14px;
  margin: 20px 0 16px 0;
}
.hot-second a {
  display: block;
  width: 252px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hot-second a:hover {
  color: #ed4248;
}
.course li span {
  font-size: 12px;
  color: #333333;
  line-height: 12px;
  display: inline-block;
  margin: 0 20px 20px 0;
}
.sculpture {
  width: 250px;
}
.sculpture div:nth-child(1) {
  float: left;
  width: 60px;
  height: 62px;
  text-align: center;
  overflow: hidden;
}
.sculpture div:nth-child(1) p {
  width: 100%;
}
.sculpture div:nth-child(2) {
  float: right;
  display: -moz-box; /* Firefox */
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Safari */
  display: -webkit-flex; /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.tx-pic p {
  float: left;
  margin-right: 8px;
  text-align: center;
}
.tx-pic span {
  color: #585858;
  display: block;
  margin-top: 6px;
}
.tx-pic span:hover {
  color: #ed4248;
  cursor: pointer;
}
.mf-text span {
  display: block;
}
.mf-text {
  margin-top: 6px;
}
.mf {
  color: #00b490;
  text-align: center;
}
.st {
  width: 80px;
  height: 26px;
  color: #ed4248;
  font-size: 14px;
  border: 1px solid #ed4248;
  border-radius: 13px;
  text-align: center;
  line-height: 26px;
  margin: 0px auto;
  margin-top: 10px;
}
.st a {
  color: #ed4248;
}
.st a:hover {
  color: #fff;
}
.course:hover .st {
  background: #ed4248;
}
.course:hover .st > a {
  color: #fff;
}
.more {
  width: 250px;
  height: 54px;
  color: #585858;
  text-align: center;
  line-height: 54px;
  margin-left: 20px;
}
.more:hover {
  color: #ed4248;
}
.course .course-se {
  font-size: 14px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 22px;
}
.money {
  font-size: 14px;
  color: #fa5151;
  line-height: 16px;
}
#course-item {
  height: 132px;
}

.more-btn {
  position: absolute;
  z-index: 55;
  bottom: 10px;
  left: 134px;
}
.more-btn img {
  width: 14px;
  height: 7px;
}

.icon {
  width: 290px;
  height: 213px;
  background: #fff;
  margin: 10px 0;
}
.iconItem {
  margin-left: 20px;
  padding-top: 20px;
  width: 250px;
  height: 173px;
}
.iconItem p {
  font-size: 14px;
  color: #333333;
  padding-left: 8px;
  border-left: 3px solid #ed4248;
}
/*  */
.tools-btn {
  width: 260px;
  margin-top: 10px;
}
.tools-btn a {
  display: block;
  float: left;
  line-height: 38px;
  font-size: 14px;
  color: #585858;
  margin-left: 10px;
  padding-left: 36px;
  transition: all 0.3s ease-in-out;
}
.tools-btn a:hover {
  color: #ed4248;
}
.tools-btn a:nth-child(odd) {
  margin-right: 30px;
}
.tools-btn1 {
  background: url('../images/by-icon1-92d6394e31.png') left center no-repeat;
}
.tools-btn2 {
  background: url('../images/by-icon2-2262f9be4a.png') left center no-repeat;
}
.tools-btn3 {
  background: url('../images/by-icon3-a8568408f5.png') left center no-repeat;
}
.tools-btn4 {
  background: url('../images/by-icon4-5193288177.png') left center no-repeat;
}
.tools-btn5 {
  background: url('../images/by-icon5-360d467a07.png') left center no-repeat;
}
.tools-btn6 {
  background: url('../images/by-icon6-4bd823bcb0.png') left center no-repeat;
}
.tools-btn7 {
  background: url('../images/by-icon7-f79afa267c.png') left center no-repeat;
}
.tools-btn8 {
  background: url('../images/by-icon8-48b63aae3c.png') left center no-repeat;
}

.tools-btn1:hover {
  background: url('../images/by-icon1-h-42cc2c4a34.png') left center no-repeat;
}
.tools-btn2:hover {
  background: url('../images/by-icon2-h-b0573e87fb.png') left center no-repeat;
}
.tools-btn3:hover {
  background: url('../images/by-icon3-h-704819c4e9.png') left center no-repeat;
}
.tools-btn4:hover {
  background: url('../images/by-icon4-h-3ed26c83ab.png') left center no-repeat;
}
.tools-btn5:hover {
  background: url('../images/by-icon5-h-de15d1b9b7.png') left center no-repeat;
}
.tools-btn6:hover {
  background: url('../images/by-icon6-h-3713793200.png') left center no-repeat;
}
.tools-btn7:hover {
  background: url('../images/by-icon7-h-e878893bd2.png') left center no-repeat;
}
.tools-btn8:hover {
  background: url('../images/by-icon8-h-72ceffe13e.png') left center no-repeat;
}
/*  */
.left {
  float: left;
}
.left li {
  vertical-align: bottom;
}
.right {
  float: right;
}
.hotSearch {
  width: 290px;
  height: 357px;
  background: #fff;
}
.hotSearchItem {
  margin-left: 20px;
  padding-top: 20px;
  width: 270px;
  height: 337px;
}
.hotSearchItem p {
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  padding-left: 8px;
  border-left: 3px solid #ed4248;
}
.hotIcon {
  width: 270px;
  height: 304px;
  margin-top: 18px;
}
.hotIcon li span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 8px;
}
.ky-ml {
  border: 1px solid #ffc2c2;
}
.ky-ml:hover {
  border: 1px solid red;
}
.ky-gl:hover {
  border: 1px solid red;
}
.ky-zh:hover {
  border: 1px solid red;
}
.ky-dg:hover {
  border: 1px solid red;
}
.ky-ml a {
  color: #ffc2c2;
}
.ky-dg {
  border: 1px solid #acbcff;
}
.ky-dg a {
  color: #acbcff;
}
.ky-gl {
  border: 1px solid #ffaefe;
}

.ky-gl a {
  color: #ffaefe;
}
.ky-zh {
  border: 1px solid #ffda84;
}
.ky-zh a {
  color: #ffda84;
}
.hotIcon .mar-right {
  display: inline-block;
  margin-right: 16px;
}

/* 2 */
.course-r {
  width: 290px;
  background: #fff;
  height: 375px;
  position: relative;
  padding: 5px 0;
}
.course-r-t {
  width: 290px;
  height: 100%;
}
.course-r-t h2 {
  font-size: 14px;
  color: #333;
  border-left: 3px solid #ed4248;
  padding-left: 8px;
  margin: 16px 0 16px 20px;
}
.sideMen {
  height: 320px;
  overflow: hidden;
}
.sideMenTit {
  background: url('../images/pic1-37e8914c32.jpg') left center no-repeat;
  background-size: 12px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 32px;
  font-size: 12px;
  color: #585858;
  display: block;
  padding-left: 20px;
  padding-right: 25px;
}
.on1 {
  background: url('../images/pic2-369df3b369.jpg') left center no-repeat;
  background-size: 12px 12px;
}
.on2 {
  background: url('../images/pic3-096f9b3e36.jpg') left center no-repeat;
  background-size: 12px 12px;
}
.on3 {
  background: url('../images/pic4-690e3797f8.jpg') left center no-repeat;
  background-size: 12px 12px;
}
.on4 {
  background: url('../images/pic5-7bcd605525.png') left center no-repeat;
  background-size: 12px 12px;
}
.on5 {
  background: url('../images/pic6-9a2803b0de.jpg') left center no-repeat;
  background-size: 12px 12px;
}
.on6 {
  background: url('../images/pic7-db6d2fe1bb.jpg') left center no-repeat;
  background-size: 12px 12px;
}

.sideMen li {
  padding-left: 20px;
}
.sideMen li.on {
  background: #fdf9f4;
}
.sideMen li.on a.sideMenTit {
  color: #ed4248;
}
.course-time {
  width: 100%;
  padding: 4px 0 15px 0;
  background: #fdf9f4;
  float: none;
}
.course-time a {
  float: left;
  display: block;
  color: #585858;
}
.course-time a:hover {
  color: #ed4248;
}
.course-time-text {
  padding-left: 16px;
  width: 190px;
}
.course-time a p {
  line-height: 20px;
  font-size: 12px;
  height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.course-time a span {
  line-height: 20px;
  font-size: 12px;
}

/*  */
#cont {
  width: 710px;
  /* height: 890px; */
  position: relative;
  overflow: hidden;
  outline: none;
  background: #fff;
}
/*  */
/* .sideMen .number{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #FFDCDD;
    font-family: Helvetica;
    font-size: 8px;
    color: #ED4248;
    letter-spacing: 0;
    line-height: 8px;
    text-align: center;
    line-height: 12px;
} */




