@charset "UTF-8";
/*
 *  文章模块
 * 
 * */
/* line 8, ../../sass/article/home.scss */
.article {
  background: #f5f5f5;
  padding-top: 20px;
}
/* line 11, ../../sass/article/home.scss */
.article.information_pages {
  background: white;
}
/* line 15, ../../sass/article/home.scss */
.article .container .inf_left {
  width: 850px;
  float: left;
}
/* line 18, ../../sass/article/home.scss */
.article .container .inf_left .banner_slide {
  position: relative;
  overflow: hidden;
}
/* line 22, ../../sass/article/home.scss */
.article .container .inf_left .banner_slide .bd {
  height: 297px;
}
/* line 24, ../../sass/article/home.scss */
.article .container .inf_left .banner_slide .bd li {
  position: relative;
  height: 297px;
}
/* line 27, ../../sass/article/home.scss */
.article .container .inf_left .banner_slide .bd li img {
  width: 100%;
  height: 297px;
  border-radius: 4px;
}
/* line 32, ../../sass/article/home.scss */
.article .container .inf_left .banner_slide .bd li .shade {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 55px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 44, ../../sass/article/home.scss */
.article .container .inf_left .banner_slide .bd li span {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding-left: 30px;
  z-index: 99;
  color: white;
}
/* line 59, ../../sass/article/home.scss */
.article .container .inf_left .banner_slide .inf_btn .prev {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -30px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: white;
}
/* line 73, ../../sass/article/home.scss */
.article .container .inf_left .banner_slide .inf_btn .next {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: white;
}
/* line 92, ../../sass/article/home.scss */
.article .container .inf_left .hd {
  height: 50px;
  line-height: 50px;
  padding: 0px 30px;
  margin: 0 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E3E3E3;
}
/* line 100, ../../sass/article/home.scss */
.article .container .inf_left .hd ul li {
  position: relative;
  float: left;
  height: 50px;
  margin-right: 27px;
  padding: 0px 10px;
  font-size: 16px;
  cursor: pointer;
}
/* line 108, ../../sass/article/home.scss */
.article .container .inf_left .hd ul li.on {
  font-weight: bold;
  color: #333;
}
/* line 111, ../../sass/article/home.scss */
.article .container .inf_left .hd ul li.on:before {
  display: block;
  width: 80px;
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: 0;
  content: '';
  background: #00adef;
}
/* line 122, ../../sass/article/home.scss */
.article .container .inf_left .hd ul li.on:hover {
  color: #333;
}
/* line 126, ../../sass/article/home.scss */
.article .container .inf_left .hd ul li:hover {
  color: #3498db;
}
/* line 132, ../../sass/article/home.scss */
.article .container .inf_left .cont_list {
  overflow: hidden;
  margin-bottom: 50px;
  border-radius: 4px;
  background: #fff;
}
/* line 140, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
/* line 145, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li:hover {
  box-shadow: 0 0 30px #E3E3E3;
}
/* line 148, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li a {
  display: block;
  padding: 20px;
  overflow: hidden;
  color: #000;
}
/* line 155, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li a:hover {
  color: #00adef;
}
/* line 158, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li a .img {
  float: left;
  overflow: hidden;
}
/* line 165, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li a .img img {
  width: 225px;
  height: 140px;
  border-radius: 4px;
  float: left;
  transition: all .8s;
}
/* line 173, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li a .list_right {
  padding-left: 255px;
}
/* line 175, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li a .list_right .title {
  width: 440px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 26px;
  font-size: 16px;
  font-weight: bold;
}
/* line 184, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li a .list_right .text {
  width: 430px;
  float: left;
}
/* line 187, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li a .list_right .text p {
  margin-bottom: 0;
  padding-right: 30px;
  position: relative;
  color: #797979;
}
/* line 192, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li a .list_right .text p::before {
  display: block;
  width: 2px;
  height: 65px;
  position: absolute;
  right: 3px;
  top: 0;
  content: '';
  background: #dbdadc;
}
/* line 204, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li a .list_right .tag {
  float: left;
  color: #949494;
  margin: 10px  0px 10px 25px;
}
/* line 208, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li a .list_right .tag em {
  display: inline-block;
  width: 80px;
  height: 26px;
  line-height: 26px;
  margin-right: 30px;
  font-style: normal;
  font-size: 14px;
  background: #fff;
  color: #66ccff;
  text-align: center;
  border-radius: 4px;
}
/* line 224, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li img {
  width: 223px;
  height: 140px;
  margin-right: 30px;
  border-radius: 4px;
  float: left;
  transition: all .8s;
}
/* line 233, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li .title {
  float: left;
}
/* line 235, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li .title a {
  display: block;
  width: 410px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding-bottom: 26px;
  font-size: 16px;
  font-weight: bold;
  float: none;
  color: #000;
}
/* line 248, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li .title .text {
  width: 440px;
  position: relative;
  padding-right: 30px;
}
/* line 252, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li .title .text.zx_text {
  width: 690px;
}
/* line 255, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li .title .text .jx {
  display: block;
  width: 74px;
  padding: 0;
  border: 1px solid #00adef;
  border-radius: 20px;
  font-size: 14px;
  color: #00adef;
  text-align: center;
}
/* line 266, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li .title .text p {
  color: #888888;
}
/* line 268, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li .title .text p:before {
  display: block;
  width: 2px;
  height: 65px;
  position: absolute;
  right: 3px;
  top: 0;
  content: '';
  background: #dbdadc;
}
/* line 281, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li.li {
  padding: 20px 0 0px 23px;
  border-bottom: 0;
}
/* line 284, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li.li .li_b {
  float: none;
}
/* line 286, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li.li .li_b .title_t {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  font-size: 16px;
  float: none;
  color: #000;
}
/* line 296, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li.li .li_b .time_t {
  float: right;
  font-size: 14px;
  color: #888;
}
/* line 302, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li.li:hover {
  box-shadow: 0 0 0px #fff;
}
/* line 308, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li .tag {
  position: relative;
  color: #888888;
  margin: 60px 0 0 20px;
  font-size: 14px;
  float: left;
}
/* line 314, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li .tag::before {
  position: absolute;
  right: -35px;
  top: 15px;
  color: #dbdadc;
}
/* line 322, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li:hover {
  box-shadow: 0 0 30px #E3E3E3;
}
/* line 325, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li:hover img {
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/* line 331, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .list_box li:hover .title a {
  color: #00adef;
}
/* line 338, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .table {
  width: 95%;
  margin: 30px 20px;
}
/* line 342, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .table thead .li-10 {
  width: 300px;
}
/* line 345, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .table thead .li-50 {
  width: 300px;
  letter-spacing: 2px;
  font-size: 14px;
}
/* line 350, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .table thead tr {
  height: 50px;
  line-height: 50px;
}
/* line 353, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .table thead tr td {
  border-bottom-width: 1px;
  vertical-align: middle;
  text-align: center;
}
/* line 360, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .table tbody {
  border-top: 0;
}
/* line 362, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .table tbody tr {
  height: 50px;
  line-height: 50px;
}
/* line 365, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .table tbody tr td {
  text-align: center;
  vertical-align: middle;
}
/* line 368, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .table tbody tr td a {
  color: #00adef;
}
/* line 372, ../../sass/article/home.scss */
.article .container .inf_left .cont_list .table tbody tr .t1 {
  width: 580px;
  text-align: left;
}
/* line 381, ../../sass/article/home.scss */
.article .container .inf_left .load {
  width: 300px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 18px;
  border-radius: 4px;
  background: #edf1f5;
  text-align: center;
}
/* line 391, ../../sass/article/home.scss */
.article .container .inf_left .load a {
  color: #666;
}
/* line 396, ../../sass/article/home.scss */
.article .container .inf_left .lector_box {
  display: block;
  margin: 0 15px;
  position: relative;
}
/* line 400, ../../sass/article/home.scss */
.article .container .inf_left .lector_box li {
  position: relative;
  float: left;
  width: 240px;
  height: 350px;
  padding-top: 30px;
  margin-right: 16px;
  margin-left: 16px;
  overflow: hidden;
  text-align: center;
}
/* line 412, ../../sass/article/home.scss */
.article .container .inf_left .lector_box li a {
  display: block;
}
/* line 415, ../../sass/article/home.scss */
.article .container .inf_left .lector_box li .shade {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  border-radius: 4px;
  background: #2980b9;
  filter: alpha(opacity=80);
}
/* line 425, ../../sass/article/home.scss */
.article .container .inf_left .lector_box li .info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 145px;
}
/* line 433, ../../sass/article/home.scss */
.article .container .inf_left .lector_box li .info .title {
  padding-top: 20px;
}
/* line 435, ../../sass/article/home.scss */
.article .container .inf_left .lector_box li .info .title .name {
  font-size: 16px;
  color: #555;
}
/* line 439, ../../sass/article/home.scss */
.article .container .inf_left .lector_box li .info .title .msg {
  color: #888;
}
/* line 443, ../../sass/article/home.scss */
.article .container .inf_left .lector_box li .info .text {
  padding: 0px 20px;
  padding-top: 15px;
  text-align: left;
  color: white;
}
/* line 451, ../../sass/article/home.scss */
.article .container .inf_left .lector_box .xian {
  position: absolute;
  margin-top: 310px;
  width: 100%;
  height: 1px;
  border: 1px solid #edeced;
}
/* line 459, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box {
  padding: 0 30px;
  padding-top: 30px;
  background: white;
}
/* line 463, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li {
  padding-bottom: 50px;
}
/* line 465, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li dt {
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
  border-bottom: 2px solid #e1e1e1;
  font-size: 16px;
  font-weight: bold;
}
/* line 472, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li dt a {
  display: block;
  height: 50px;
  color: #1d1d1d;
}
/* line 476, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li dt a i {
  position: relative;
  font-style: normal;
  float: left;
}
/* line 480, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li dt a i::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  content: "";
  width: 100%;
  height: 2px;
  background: #9d9d9d;
}
/* line 492, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li dt .more {
  display: block;
  width: 35px;
  height: 35px;
  float: right;
  background: url(../../images/gd.png) no-repeat 0 5px;
}
/* line 500, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .lists_left {
  width: 45%;
  float: left;
}
/* line 504, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .lists_left dd a {
  font-size: 16px;
  color: #333;
}
/* line 507, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .lists_left dd a .img {
  width: 100%;
  position: relative;
}
/* line 510, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .lists_left dd a .img img {
  width: 100%;
}
/* line 513, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .lists_left dd a .img span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 80px;
  padding: 10px 0;
  background: #00adef;
  text-align: center;
  color: white;
  opacity: 0.8;
  font-size: 14px;
}
/* line 525, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .lists_left dd a .img span i {
  display: block;
  font-style: normal;
  font-size: 30px;
}
/* line 532, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .lists_left dd a .text {
  line-height: 24px;
  margin-top: 5px;
  font-size: 14px;
  color: #797979;
}
/* line 541, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .lists_right {
  width: 52%;
  float: right;
}
/* line 544, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .lists_right dd {
  height: 120px;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
/* line 548, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .lists_right dd:first-child {
  padding: 0;
}
/* line 551, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .lists_right dd:last-child {
  border-bottom: 0;
}
/* line 554, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .lists_right dd span {
  float: left;
  text-align: center;
  font-size: 14px;
  color: #999;
}
/* line 559, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .lists_right dd span i {
  display: block;
  font-style: normal;
  font-size: 30px;
}
/* line 565, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .lists_right dd .text_box {
  display: block;
  padding-left: 70px;
  color: #333;
}
/* line 569, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .lists_right dd .text_box p {
  margin: 0;
}
/* line 571, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .lists_right dd .text_box p.title_txt {
  font-size: 16px;
}
/* line 575, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .lists_right dd .text_box .text {
  margin-top: 5px;
  color: #797979;
}
/* line 582, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li.teacher_li {
  width: 790px;
  overflow: hidden;
}
/* line 585, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li.teacher_li .tempWrap {
  width: 790px !important;
}
/* line 588, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li.teacher_li .hd {
  height: 20px;
  margin: 0;
  border: 0;
}
/* line 592, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li.teacher_li .hd ul {
  width: 180px;
  margin: 0 auto;
}
/* line 595, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li.teacher_li .hd ul li {
  width: 15px;
  height: 15px;
  overflow: hidden;
  margin-right: 10px;
  padding: 0;
  border-radius: 50%;
  background: #eee;
}
/* line 603, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li.teacher_li .hd ul li.on {
  background: #00adef;
}
/* line 605, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li.teacher_li .hd ul li.on::before {
  width: 0;
}
/* line 613, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .teacher_l {
  width: 2800px;
  height: 200px;
  position: relative;
}
/* line 617, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .teacher_l li {
  width: 364px;
  margin-right: 35px;
  padding-bottom: 30px;
  float: left;
  text-align: center;
}
/* line 623, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .teacher_l li a {
  color: #333;
}
/* line 625, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .teacher_l li a img {
  float: left;
}
/* line 628, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .teacher_l li a p {
  margin-top: 15px;
}
/* line 631, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .teacher_l li a .label_box {
  width: 47%;
  float: right;
}
/* line 634, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .teacher_l li a .label_box .teacher_name {
  margin-bottom: 10px;
  font-size: 16px;
}
/* line 638, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .teacher_l li a .label_box p {
  line-height: 24px;
  color: #797979;
}
/* line 646, ../../sass/article/home.scss */
.article .container .inf_left .left_list_box .lists_li .table {
  width: 100%;
  margin: 30px 0;
}
/* line 655, ../../sass/article/home.scss */
.article .container .inf_right {
  color: #888;
  width: 272px;
  float: right;
}
/* line 660, ../../sass/article/home.scss */
.article .container .inf_right .mod {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
}
/* line 664, ../../sass/article/home.scss */
.article .container .inf_right .mod .mod_head {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #00adef;
  font-size: 16px;
  color: white;
}
/* line 674, ../../sass/article/home.scss */
.article .container .inf_right .mod a {
  display: block;
  position: relative;
  color: #333;
}
/* line 678, ../../sass/article/home.scss */
.article .container .inf_right .mod a::before {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  font-size: 14px;
  color: #d8d8d8;
}
/* line 686, ../../sass/article/home.scss */
.article .container .inf_right .mod a:hover {
  color: #00adef;
}
/* line 688, ../../sass/article/home.scss */
.article .container .inf_right .mod a:hover::before {
  color: #00adef;
}
/* line 692, ../../sass/article/home.scss */
.article .container .inf_right .mod a p {
  position: relative;
  height: 50px;
  line-height: 50px;
  margin: 0px;
  padding: 0px 15px;
  font-size: 16px;
  border-top: 1px solid #ececec;
}
/* line 703, ../../sass/article/home.scss */
.article .container .inf_right .mod a::first-child p {
  border-bottom: 0;
}
/* line 708, ../../sass/article/home.scss */
.article .container .inf_right .mod .gold {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-bottom: 1px solid #ececec;
  font-size: 18px;
  color: #333;
}
/* line 716, ../../sass/article/home.scss */
.article .container .inf_right .mod .gold:before {
  position: absolute;
  top: 50%;
  left: 0px;
  content: "";
  width: 3px;
  height: 26px;
  margin-top: -13px;
  background: #25A0FE;
}
/* line 726, ../../sass/article/home.scss */
.article .container .inf_right .mod .gold .more {
  height: 50px;
  margin-right: 20px;
  position: relative;
  float: right;
  font-size: 12px;
  color: #888;
}
/* line 734, ../../sass/article/home.scss */
.article .container .inf_right .mod .gold .more::before {
  position: absolute;
  right: -18px;
  top: 9px;
  font-size: 12px;
  color: #999;
}
/* line 742, ../../sass/article/home.scss */
.article .container .inf_right .mod .gold .more:hover {
  color: #00adef;
}
/* line 744, ../../sass/article/home.scss */
.article .container .inf_right .mod .gold .more:hover::before {
  color: #00adef;
}
/* line 750, ../../sass/article/home.scss */
.article .container .inf_right .hot {
  background: none;
}
/* line 752, ../../sass/article/home.scss */
.article .container .inf_right .hot a {
  margin-bottom: 20px;
}
/* line 755, ../../sass/article/home.scss */
.article .container .inf_right .hot img {
  width: 272px;
  border-radius: 4px;
}
/* line 762, ../../sass/article/home.scss */
.article .container .inf_right .bd li {
  text-align: center;
}
/* line 764, ../../sass/article/home.scss */
.article .container .inf_right .bd li a {
  display: block;
  width: 172px;
  height: 172px;
  margin: 0 auto;
  margin-top: 17px;
  background: url(../../images/pages1/training_services/img_px_ds_2.png) no-repeat center center;
}
/* line 771, ../../sass/article/home.scss */
.article .container .inf_right .bd li a.bg_1 {
  background: url(../../images/pages1/training_services/img_px_ds_3.png) no-repeat center center;
}
/* line 774, ../../sass/article/home.scss */
.article .container .inf_right .bd li a.bg_2 {
  background: url(../../images/pages1/training_services/img_px_ds_1.png) no-repeat center center;
}
/* line 777, ../../sass/article/home.scss */
.article .container .inf_right .bd li a.bg_3 {
  background: url(../../images/pages1/training_services/img_px_ds_4.png) no-repeat center center;
}
/* line 780, ../../sass/article/home.scss */
.article .container .inf_right .bd li a.bg_4 {
  background: url(../../images/pages1/training_services/img_px_ds_6.png) no-repeat center center;
}
/* line 783, ../../sass/article/home.scss */
.article .container .inf_right .bd li a.bg_5 {
  background: url(../../images/pages1/training_services/img_px_ds_5.png) no-repeat center center;
}
/* line 787, ../../sass/article/home.scss */
.article .container .inf_right .bd li .box {
  padding-top: 16px;
}
/* line 789, ../../sass/article/home.scss */
.article .container .inf_right .bd li .box span {
  display: block;
}
/* line 792, ../../sass/article/home.scss */
.article .container .inf_right .bd li .box span.name {
  font-size: 16px;
  color: #555;
}
/* line 796, ../../sass/article/home.scss */
.article .container .inf_right .bd li .box span.msg {
  font-size: 14px;
}
/* line 803, ../../sass/article/home.scss */
.article .container .inf_right .hd {
  text-align: center;
}
/* line 805, ../../sass/article/home.scss */
.article .container .inf_right .hd ul {
  display: inline-block;
}
/* line 807, ../../sass/article/home.scss */
.article .container .inf_right .hd ul li {
  overflow: hidden;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 24px 0;
  margin-right: 10px;
  text-indent: -999px;
  cursor: pointer;
  float: left;
  background: #bdbdbd;
}
/* line 820, ../../sass/article/home.scss */
.article .container .inf_right .hd ul li.on {
  background: #00adef;
}
/* line 827, ../../sass/article/home.scss */
.article .container .inf_right .lector {
  width: 172px;
  height: 172px;
  margin: 0 auto;
  padding-top: 17px;
}
/* line 833, ../../sass/article/home.scss */
.article .container .inf_right .rc {
  position: relative;
  width: 234px;
  height: 135px;
  margin: 0 auto;
  margin-top: 17px;
  background: url(../../images/pages1/training_services/rc.png) no-repeat;
}
/* line 840, ../../sass/article/home.scss */
.article .container .inf_right .rc span {
  width: 100%;
  height: 29px;
  line-height: 29px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
/* line 850, ../../sass/article/home.scss */
.article .container .inf_right .rc span::before {
  padding: 0 20px;
}
/* line 855, ../../sass/article/home.scss */
.article .container .inf_right .rc_list {
  margin: 0 22px;
  margin-top: 35px;
}
/* line 858, ../../sass/article/home.scss */
.article .container .inf_right .rc_list dl {
  text-align: center;
}
/* line 860, ../../sass/article/home.scss */
.article .container .inf_right .rc_list dl dd {
  height: 40px;
  line-height: 40px;
}
/* line 863, ../../sass/article/home.scss */
.article .container .inf_right .rc_list dl dd.xt {
  border-top: 1px solid #E3E3E3;
}
/* line 867, ../../sass/article/home.scss */
.article .container .inf_right .rc_list dl dd a {
  float: left;
  font-size: 14px;
  color: #888;
}
/* line 872, ../../sass/article/home.scss */
.article .container .inf_right .rc_list dl dd span {
  width: 61px;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  border: 1px solid #00adef;
  border-radius: 20px;
  float: right;
  font-size: 12px;
  color: #00adef;
  cursor: pointer;
}
/* line 883, ../../sass/article/home.scss */
.article .container .inf_right .rc_list dl dd span::before {
  padding-right: 3px;
}
/* line 894, ../../sass/article/home.scss */
.article.course_article {
  padding-top: 0;
}
/* line 899, ../../sass/article/home.scss */
.article.course_article .course_banner {
  height: 230px;
  margin-bottom: 20px;
}
/* line 905, ../../sass/article/home.scss */
.article.course_article .container .inf_left {
  float: right;
}
/* line 909, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_title {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
/* line 915, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_title h3 {
  position: relative;
  margin: 0;
  line-height: 50px;
  padding-left: 15px;
  float: left;
  font-size: 18px;
  font-weight: bold;
}
/* line 923, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_title h3::before {
  content: "";
  width: 5px;
  height: 20px;
  background: #00adef;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
/* line 936, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_box .classify {
  margin-bottom: 20px;
  padding: 0 20px;
}
/* line 939, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_box .classify dl {
  margin: 0;
}
/* line 941, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_box .classify dl dd {
  margin-right: 15px;
  padding: 3px 15px;
  border-radius: 20px;
  border: 1px solid #ececec;
  background: #ececec;
  float: left;
}
/* line 948, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_box .classify dl dd a {
  color: #333;
}
/* line 951, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_box .classify dl dd.active {
  border: 1px solid #00adef;
  background: none;
}
/* line 954, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_box .classify dl dd.active a {
  color: #00adef;
}
/* line 962, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_box ul li {
  padding: 0 20px;
}
/* line 966, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_box ul li:nth-child(10) a {
  border-bottom: 0;
}
/* line 971, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_box ul li:nth-child(20) a {
  border-bottom: 0;
}
/* line 976, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_box ul li:last-child a {
  border-bottom: 0;
}
/* line 980, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_box ul li a {
  display: block;
  padding: 25px 0;
  border-bottom: 1px solid #ececec;
  color: #797979;
}
/* line 985, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_box ul li a .img {
  float: left;
  overflow: hidden;
}
/* line 988, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_box ul li a .img img {
  width: 145px;
  height: 100px;
  background: #00aeeb;
  transition: all .8s;
}
/* line 996, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_box ul li a .course_content {
  width: 560px;
  margin-left: 20px;
  float: left;
}
/* line 1000, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_box ul li a .course_content h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
/* line 1009, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_box ul li a .course_content p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
/* line 1016, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_box ul li a .apply_btn {
  margin: 37px 0;
  float: right;
  color: #00aeeb;
}
/* line 1020, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_box ul li a .apply_btn .activity-status {
  padding: 5px 15px;
  border: 1px solid #00aeeb;
  border-radius: 4px;
}
/* line 1024, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_box ul li a .apply_btn .activity-status.s1 {
  border: 1px solid #ececec;
  color: #ececec;
}
/* line 1031, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_box ul li:hover {
  box-shadow: 0 0 30px #E3E3E3;
}
/* line 1034, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_box ul li:hover .course_content h3 {
  color: #00adef;
}
/* line 1038, ../../sass/article/home.scss */
.article.course_article .container .inf_left .cont_list .course_box ul li:hover img {
  transform: scale(1.1, 1.1);
}
/* line 1047, ../../sass/article/home.scss */
.article.course_article .container .inf_right {
  float: left;
}

/* line 1055, ../../sass/article/home.scss */
.doploma-table-example {
  padding-bottom: 50px;
}

/* line 1058, ../../sass/article/home.scss */
.doploma-table-example h4 {
  padding-left: 75px;
  padding-top: 30px;
}

/* line 1059, ../../sass/article/home.scss */
.doploma-example {
  margin-top: 30px;
  position: relative;
}

/* line 1060, ../../sass/article/home.scss */
.doploma-example img {
  width: 70%;
}

/* line 1061, ../../sass/article/home.scss */
.doploma-table-example p {
  padding-left: 65px;
  padding-top: 10px;
}

/* line 1062, ../../sass/article/home.scss */
.doploma-table-example p span {
  padding-right: 5px;
}

/* line 1063, ../../sass/article/home.scss */
.ex-card-name {
  position: absolute;
  width: 100%;
  top: 430px;
  font-size: 32px;
  text-align: center;
  font-weight: bolder;
}

/* line 1071, ../../sass/article/home.scss */
.ex-card-number {
  position: absolute;
  left: 410px;
  top: 510px;
  font-size: 20px;
}

/* line 1077, ../../sass/article/home.scss */
.ex-card-date {
  position: absolute;
  left: 410px;
  top: 547px;
  font-size: 20px;
}

/* line 1084, ../../sass/article/home.scss */
.search-group {
  margin-top: 30px;
}

/* line 1085, ../../sass/article/home.scss */
#keyword {
  height: 40px;
}

/* line 1086, ../../sass/article/home.scss */
.fa-search {
  line-height: 40px;
  font-size: 1.3em;
}

/* line 1087, ../../sass/article/home.scss */
.fa-search strong {
  padding-left: 10px;
}

/* line 1088, ../../sass/article/home.scss */
.search-buttom {
  width: 200px;
}

/* line 1089, ../../sass/article/home.scss */
.doploma-table {
  margin: 50px 30px;
}

/* line 1090, ../../sass/article/home.scss */
.list-images {
  position: relative;
}

/* line 1091, ../../sass/article/home.scss */
.button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 1095, ../../sass/article/home.scss */
.card-name {
  position: absolute;
  width: 100%;
  top: 560px;
  font-size: 32px;
  text-align: center;
  font-weight: bolder;
}

/* line 1103, ../../sass/article/home.scss */
.card-number {
  position: absolute;
  left: 360px;
  top: 658px;
  font-size: 20px;
}

/* line 1109, ../../sass/article/home.scss */
.card-date {
  position: absolute;
  left: 360px;
  top: 705px;
  font-size: 20px;
}

/* line 1118, ../../sass/article/home.scss */
.video-live-table .row {
  margin: 0;
}
/* line 1121, ../../sass/article/home.scss */
.video-live-table .hd {
  height: auto !important;
  line-height: initial !important;
  padding: 0 !important;
  border-bottom: 0 !important;
}
/* line 1127, ../../sass/article/home.scss */
.video-live-table .hd .list-category li {
  height: auto !important;
  margin-right: 0 !important;
  margin: 0px 20px;
  padding: 3px 15px !important;
  background: #eee;
  border-radius: 20px;
}
/* line 1134, ../../sass/article/home.scss */
.video-live-table .hd .list-category li a {
  font-size: 14px;
  color: #333;
}
/* line 1138, ../../sass/article/home.scss */
.video-live-table .hd .list-category li.on {
  border: 1px solid #00adef;
  background: none;
}
/* line 1141, ../../sass/article/home.scss */
.video-live-table .hd .list-category li.on a {
  color: #00adef;
}
/* line 1144, ../../sass/article/home.scss */
.video-live-table .hd .list-category li.on::before {
  width: 0 !important;
}

/* line 1152, ../../sass/article/home.scss */
.search-group {
  margin-top: 30px;
}

/* line 1153, ../../sass/article/home.scss */
#keyword {
  height: 40px;
}

/* line 1154, ../../sass/article/home.scss */
.fa-search {
  line-height: 40px;
  font-size: 1.3em;
}

/* line 1155, ../../sass/article/home.scss */
.fa-search strong {
  padding-left: 10px;
}

/* line 1156, ../../sass/article/home.scss */
.search_buttom {
  width: 90px;
}

/* line 1157, ../../sass/article/home.scss */
.doploma-table {
  margin: 50px 30px;
}

/* line 1158, ../../sass/article/home.scss */
.list-images {
  position: relative;
}

/* line 1159, ../../sass/article/home.scss */
.button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 1163, ../../sass/article/home.scss */
.page-nation {
  margin-top: 30px;
}

/* line 1166, ../../sass/article/home.scss */
.page-nation a, .page-nation span {
  border-radius: 5px;
}

/* line 1167, ../../sass/article/home.scss */
.video-title {
  padding: 0 35px;
  padding-top: 10px;
}

/* line 1168, ../../sass/article/home.scss */
.hd {
  height: 40px;
  line-height: 35px;
  /*padding: 0px 30px;*/
  margin: 0 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E3E3E3;
}

/* line 1176, ../../sass/article/home.scss */
.hd span {
  float: left;
  font-size: large;
  font-weight: bold;
}

/* line 1181, ../../sass/article/home.scss */
.list-category {
  float: left;
  height: 35px;
  padding: 0px 10px;
}

/* line 1187, ../../sass/article/home.scss */
.video-title h4 {
  margin: 20px;
}

/* line 1188, ../../sass/article/home.scss */
.title-category span {
  margin: 5px;
  float: left;
  line-height: 35px;
}

/* line 1189, ../../sass/article/home.scss */
.title-category li {
  display: list-item;
  float: left;
  list-style: none;
  padding: 0 10px;
  line-height: 35px;
  background-color: #fff;
  font-size: 16px;
  color: #666666;
  border-radius: 5px;
  margin: 5px;
}

/* line 1204, ../../sass/article/home.scss */
.video-lists {
  width: 100%;
  display: block;
}

/* line 1205, ../../sass/article/home.scss */
.video-lists ul {
  padding: 0 20px;
}

/* line 1208, ../../sass/article/home.scss */
.video-lists li {
  display: list-item;
  text-align: -webkit-match-parent;
  margin: 10px 13px 20px;
  width: 30%;
  float: left;
  list-style: none;
}

/* line 1216, ../../sass/article/home.scss */
.video-lists li h3 {
  overflow: hidden;
  margin: 10px 0px;
  font-size: 16px;
  max-width: 195px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1224, ../../sass/article/home.scss */
.video-lists li p {
  width: 216px;
  font-size: 12px;
  font-weight: 300;
  color: #93999F;
  line-height: 22px;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}

/* line 1238, ../../sass/article/home.scss */
.video-lists li img {
  width: 100%;
  /* width: 216px; */
  height: 120px;
  background-color: #f3f5f7;
  border-radius: 8px;
}
