.media-box li {
  border-bottom: 1px solid #EDF0F2;
  padding: 10px 0 15px 430px;
  min-height: 245px;
  position: relative;
}

.media-box li .media-image {
  position: absolute;
  left: 0;
  top: 20px;
}

.media-box li .media-image > a {
  display: block;
}

.media-box li .media-image img {
  width: 400px;
  height: 225px;
  border-radius: 5px;
}

.media-box li .media-text {
  padding-top: 10px;
}

.media-box li .media-text h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.media-box li .media-text h1 a:hover {
  color: #ff783c;
}

.media-box li .media-text h1 .layui-badge {
  line-height: 22px;
  height: 22px;
  top: -3px;
  font-weight: normal;
}

.media-box li .media-text .intro {
  line-height: 1.7;
  padding: 10px 0;
  color: #999;
}

.media-box li .media-text .base-info {
  color: #666;
  vertical-align: middle;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.media-box li .media-text .base-info > span {
  color: #999;
  padding: 0 10px;
}

.media-box li .media-text .base-info .small-avatar {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-right: 6px;
  float: left;
  margin-top: -4px;
}

.media-box li .media-text .base-info > i.icon {
  margin-left: 15px;
  font-size: 14px;
}

.media-box li .media-text .base-info:after {
  content: "";
  clear: both;
}

.media-box li .media-text .price-info {
  clear: both;
}

.media-box li .media-text .price-info strong {
  font-size: 22px;
  color: #F20D0D;
}

.media-box li .media-text .price-info strong.free {
  font-size: 22px;
  color: #67C23A;
}

.media-box li .media-text .price-info del {
  color: #999;
  margin-left: 10px;
}

.media-box li:last-of-type {
  border-bottom-width: 0;
}

.media-box.history-list {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  padding-top: 15px;
}

.media-box.history-list li {
  width: 272px;
  padding: 0;
  border-bottom: 0;
  min-height: auto;
  margin-bottom: 35px;
  margin-right: 27px;
}

.media-box.history-list li:nth-child(4n) {
  margin-right: 0;
}

.media-box.history-list li .media-image {
  position: initial;
}

.media-box.history-list li .media-image img {
  width: 272px;
  height: 153px;
  border-radius: 5px;
}

.media-box.history-list li .media-text {
  padding-top: 0px;
}

.media-box.history-list li .media-text h1 {
  font-size: 14px;
  margin: 10px 0;
  font-weight: 500;
}

.media-box.history-list li .media-text .base-info {
  color: #999;
  margin-top: 0px;
  margin-bottom: 10px;
}

.media-box.history-list li .media-text .price-info strong {
  font-size: 16px;
}

.media-box.history-list li .media-text .price-info strong.free {
  font-size: 15px;
  color: #67C23A;
}

.top-carousel {
  padding-left: 0;
  padding-right: 0;
}

.index-box-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.layui-tab-content > .media-box,
.layui-tab-content > .lecturer-cards {
  margin: 0 -10px;
}

.lecturer-cards {
  margin-top: 10px !important;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.lecturer-cards li {
  width: 230px;
  height: 230px;
  border: 1px solid #EDF0F2;
  text-align: center;
  padding: 20px;
}

.lecturer-cards li img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.lecturer-cards li h4 {
  line-height: 30px;
  margin: 10px 0;
  font-size: 16px;
}

.lecturer-cards li p {
  color: #909499;
  font-size: 12px;
  text-align: justify;
  line-height: 1.7;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.lecturer-cards li:hover {
  border-color: #e4e9ec;
}

.index-article-box > .layui-row {
  margin-left: -30px;
  margin-right: -30px;
}

.index-article-box .tab-news {
  padding: 0 20px;
  height: 280px;
}

.index-article-box .tab-news .layui-tab-title {
  border-bottom-color: #EDF0F2;
}

.index-article-box .tab-news .layui-tab-title li {
  margin-right: 25px;
}

.index-article-box .tab-news .layui-tab-content {
  padding: 15px 0;
}

.index-article-box .tab-news .layui-tab-content .img-link {
  display: inline-block;
  position: relative;
}

.index-article-box .tab-news .layui-tab-content .img-link > img {
  width: 340px;
  height: 204px;
}

.index-article-box .tab-news .layui-tab-content .img-link > p {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 44px;
  padding: 0 15px;
  font-size: 15px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.index-article-box .tab-news .layui-tab-content ul li a {
  color: #666;
  line-height: 40px;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.index-article-box .tab-news .layui-tab-content ul li a:before {
  position: absolute;
  content: " ";
  background: #ccc;
  left: 0;
  top: 15px;
  width: 3px;
  height: 3px;
  border-radius: 5px;
}

.index-article-box .tab-news .layui-tab-content ul li a:hover,
.index-article-box .tab-news .layui-tab-content ul li a.active {
  color: #ff783c;
}

.index-article-box .tab-news .layui-tab-content ul li a:hover:before,
.index-article-box .tab-news .layui-tab-content ul li a.active:before {
  width: 4px;
  height: 4px;
  background-color: #ff783c;
}

.index-article-box .card-notice {
  box-shadow: none;
  padding: 0 20px;
  height: 280px;
}

.index-article-box .card-notice .layui-card-header {
  border-bottom-color: #EDF0F2;
  padding-left: 0;
  padding-right: 0;
}

.index-article-box .card-notice .layui-card-body {
  padding: 8px 0 10px;
}

.index-article-box .card-notice ul {
  margin-top: 10px;
}

.index-article-box .card-notice ul li {
  position: relative;
  height: 40px;
  line-height: 40px;
}

.index-article-box .card-notice ul li a {
  position: relative;
  padding-left: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.index-article-box .card-notice ul li a:hover {
  color: #ff783c;
}

.index-article-box .card-notice ul li span {
  color: #abaeb1;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
}

.gradually {
  height: 180px;
  width: 100%;
  position: absolute;
  top: 160px;
  background-image: url(/images/bg-gradually.jpg?12a3dab43d0d33299dcfec7bd2a8d1fc);
  background-size: cover;
  transition: all 0.3s;
  opacity: 0.3;
  -moz-filter: blur(100px);
  -o-filter: blur(100px);
  -ms-filter: blur(100px);
  filter: blur(100px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="100");
}

#main {
  min-height: calc(100% - 140px);
}

#main .bg-0 {
  box-shadow: 0 2px 4px 0 rgba(7, 17, 27, 0.06);
}

#main .bg-1 {
  background-color: #FFF;
  box-shadow: 0 2px 8px 0 rgba(7, 17, 27, 0.06);
}

#main .with-banner {
  padding-top: 32px;
}

#main .with-banner .layui-container {
  padding: 0;
}

#main .with-banner .layui-container .layui-carousel {
  height: 400px;
  background: none;
}

#main .with-banner .layui-container .layui-carousel > [carousel-item] {
  border-radius: 8px;
}

#main .with-banner .layui-container .course-recommend {
  padding: 30px 0;
}

#main .padding-box {
  padding: 30px 0;
}

.index-main {
  width: 1170px;
  margin: 0 auto;
  background: #fff;
  padding: 15px;
  overflow: hidden;
}

.index-main .main-left {
  width: 830px;
  float: left;
}

.index-main .main-left .row-banner {
  margin: 20px 0;
}

.index-main .main-left .clear {
  overflow: hidden;
}

.index-main .main-left .layui-carousel-ind {
  top: -75px;
}

.index-main .main-left .layui-carousel > [carousel-item] > * > a > img {
  width: 405px;
  height: 280px;
}

.index-main .main-left .layui-carousel > [carousel-item] > * > a > p {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  padding: 0px 10px;
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 45px;
  line-height: 45px;
}

.index-main .main-right {
  width: 300px;
  float: right;
}

.index-main .main-right .search {
  background-color: #e5e5e5;
  border-bottom: 5px solid #ff783c;
  padding: 15px 15px 5px;
}

.index-main .main-right .search > form {
  position: relative;
  overflow: hidden;
}

.index-main .main-right .search > form > .layui-icon {
  position: absolute;
  left: 10px;
  top: 10px;
}

.index-main .main-right .search > form > input {
  border: 1px solid #d5d3d3;
  height: 34px;
  line-height: 34px;
  padding: 0 10px 0 40px;
  background-color: #f1f1f1;
  float: left;
}

.index-main .main-right .search > form > .btn {
  float: left;
  background: #ff783c;
  color: #fff;
  border: 0;
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
  cursor: pointer;
}

.index-main .main-right .search > div {
  padding: 7px;
}

.index-main .main-right .link-ad {
  margin-bottom: 20px;
}

.index-main .main-right .link-ad a {
  display: block;
  margin-top: 15px;
}

.index-main .news-info-box .hd {
  height: 36px;
  background: #ff783c;
  text-align: center;
}

.index-main .news-info-box .hd strong {
  line-height: 36px;
  color: #fff;
  font-size: 16px;
}

.index-main .news-info-box .hd.has-more {
  text-align: inherit;
  padding: 0 10px;
}

.index-main .news-info-box .hd.has-more strong {
  background: #fff;
  color: #ff5509;
  line-height: 30px;
  margin-top: 6px;
  display: inline-block;
  font-size: 15px;
  padding: 0 10px;
}

.index-main .news-info-box .hd.has-more > a {
  float: right;
  color: #fff;
  font-size: 13px;
  margin-top: 11px;
}

.index-main .news-info-box .bd {
  padding: 15px 0 15px 5px;
}

.index-main .news-info-box .bd .u-bg-alink a {
  display: block;
  background: #e5e5e5;
  margin-bottom: 5px;
  padding-left: 55px;
  position: relative;
  line-height: 40px;
  height: 40px;
  color: #d54200;
}

.index-main .news-info-box .bd .u-bg-alink a > img {
  position: absolute;
  left: 10px;
  top: 3px;
}

.index-main .news-info-box .bd .u-bg-alink a > i {
  position: absolute;
  right: 10px;
  top: 2px;
  color: #ff783c;
}

.index-main .news-info-box .bd .u-bg-alink a:hover {
  background: #e0e0e0;
}

.index-main .news-info-box .bd ul li {
  line-height: 30px;
}

.index-main .news-info-box .bd ul li a {
  color: #333;
}

.index-main .news-info-box .bd ul li a:hover {
  color: #ff783c;
}

.index-main .news-info-box .bd ul li span {
  float: right;
  font-size: 12px;
}

.index-main .news-info-box .bd ul.has-border li {
  line-height: 32px;
  border-bottom: 1px dashed #ccc;
}

.index-main .news-info-box .bd ul.has-border li span {
  color: #666;
}

.index-main .news-info-box .bd.has-border {
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-top-width: 0;
}

.index-main .news-info-box .bd.has-border ul li:last-child {
  border-bottom: 0;
}

.sqfc > div.title {
  float: left;
  background: #ff783c;
  width: 45px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  height: 207px;
  text-align: center;
  line-height: 45px;
  letter-spacing: 5px;
}

.sqfc > div.pic-div {
  width: 1094px;
  border: 1px solid #e1d9db;
  border-left-width: 0;
  height: 190px;
  overflow: hidden;
  padding: 15px 15px 0;
}

.sqfc > div.pic-div > article {
  width: 1094px;
  overflow: hidden;
  position: relative;
}

.sqfc > div.pic-div > article > div {
  width: 10000em;
  overflow: hidden;
}

.sqfc > div.pic-div > article > div > ul {
  float: left;
  white-space: nowrap;
}

.sqfc > div.pic-div > article > div > ul > li {
  float: left;
  width: 220px;
  margin-right: 20px;
}

.sqfc > div.pic-div > article > div > ul > li a > img {
  width: 220px;
  height: 150px;
  background: #f2f2f2;
}

.sqfc > div.pic-div > article > div > ul > li a > p {
  margin-top: 10px;
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.sqfc > div.pic-div > article > div > ul > li a:hover {
  color: #ff783c;
}

