.container #main {
  position: relative;

  width: 1200px;
  margin: 0 auto;
}

.container #main::after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}

.container #main #left {
  display: inline-block;
  float: left;

  width: 110px;
  min-height: 500px;
  margin-right: 50px;
  padding-top: 14px;

  vertical-align: top;
}

.container #main #right {
  float: left;

  width: 1024px;
  padding-top: 20px;
}

.container #main #right #main_left {
  display: inline-block;
  float: left;

  width: 680px;
  padding-top: 10px;

  vertical-align: center;
}

.container #main #right #main_right {
  display: inline-block;

  width: 334px;
  margin-left: 10px;
  padding-top: 10px;

  vertical-align: top;
}

.container #main #right #main_right .side {
  width: 300px;
  margin-left: 34px;
}

/* 首页特刊 */
#special-top-module {
  width: 1213px;
  margin-top: 30px;
  padding: 22px;

  border: 1px solid #eeeeee;
}

#special-top-module .st_ul_box_title {
  overflow: hidden;

  height: 43px;

  white-space: nowrap;

  line-height: 43px;
}

#special-top-module .st_ul_box_title h2 {
  display: inline-block;

  color: #333333;
}

#special-top-module .st_ul_box_title a {
  letter-spacing: 1px;

  color: #333333;

  font-family: MicrosoftYaHei-Bold;
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
}

#special-top-module ul {
  width: 100%;
  margin-left: -4px;

  list-style: none;
}

#special-top-module ul .underline {
  display: inline-block;
}

#special-top-module ul .underline:hover {
  border-bottom: 1px solid #000000;
}

#special-top-module ul li {
  display: inline-block;
  overflow: hidden;

  width: calc(100% / 3 - 15px);
  height: 28px;
  margin-top: 30px;
  margin-left: 4px;

  white-space: nowrap;

  line-height: 24px;
}

#special-top-module ul li i {
  margin-top: -5px;
  margin-right: 6px;

  color: #333333;

  font-size: 24px;
}

#special-top-module ul li h3 {
  display: inline-block;

  color: #333333;
}

#special-top-module ul li .ul_box_li {
  letter-spacing: 0px;

  color: #333333;

  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
}

/* 左侧菜单区域 */
#nav_wrap ul li {
  margin: 14px 0;

  text-align: center;
}

#nav_wrap ul li .title {
  margin-bottom: 4px;
}

#nav_wrap ul li .title i {
  color: #a8a8a8;

  font-size: 12px;
}

#nav_wrap ul li .title span {
  letter-spacing: 1px;

  color: #333333;

  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
}

#nav_wrap ul li a {
  display: block;

  letter-spacing: 1px;

  color: #7f7f7f;

  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
}

/* 左侧logo区域 */
#logo.course {
  margin-top: 54px;
}

#logo.course .logo_wrap {
  width: 106px;

  text-align: center;
}

#logo.course .logo_wrap a {
  display: inline-block;

  margin-bottom: 60px;
}

#logo.course .logo_wrap a .rotate_wrap {
  position: relative;

  overflow: hidden;

  width: 76px;
  height: 76px;
  margin: 0 auto;

  transition: all 0.5s linear;
  text-align: center;

  transform-style: preserve-3d;
}

#logo.course .logo_wrap a .rotate_wrap:hover img {
  transform: rotateY(180deg);
}

#logo.course .logo_wrap a .rotate_wrap .rotate {
  position: absolute;
  right: 0;
  left: 0;

  margin: 0 auto;

  transition: all 0.8s;
}

#logo.course .logo_wrap a .rotate_wrap .front {
  z-index: 1;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome 和 Safari */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  /* Internet Explorer */
}

#logo.course .logo_wrap a img {
  width: 76px;
}

#logo.course .logo_wrap a .tip {
  letter-spacing: 1px;

  color: #333333;

  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
}

/* 横通广告位 */
.ad-full-column-one {
  padding-top: 10px;
}

.ad-full-column-one a {
  position: relative;

  display: inline-block;
}

.ad-full-column-one a .add_tag {
  position: absolute;
  top: 10px;
  right: 15px;

  padding: 2px;

  color: #ffffff;

  font-size: 12px;
}

.ad-full-column-one a img {
  width: 1024px;
  height: 100px;
}

/* 顶部banner轮播 */
.banner {
  width: 100%;
  height: 300px;
}

.banner .swiper-slide {
  position: relative;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
}

.banner .swiper-slide .title {
  position: absolute;
  top: 240px;
  left: 0;

  width: 100%;
  padding-left: 10px;

  color: #ffffff;
  background: url("/web/img/banner-bg.png") no-repeat center;
  background-size: contain;
  background-size: 100%;

  font-size: 20px;
  line-height: 60px;
}

.banner .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;

  width: 100%;
  padding-right: 20px;

  text-align: right;
}

.banner .swiper-pagination-switch {
  display: inline-block;

  width: 12px;
  height: 12px;
  margin: 0 5px;

  cursor: pointer;

  opacity: 0.8;
  border: 1px solid #fff;
  border-radius: 8px;
  background: #a8a8a8;
}

.banner .swiper-active-switch {
  width: 21px;

  background: #fff;
}

.banner .swiper_btn {
  position: absolute;
  top: 50%;

  width: 40px;
  height: 70px;
  margin-top: -35px;
}

.banner .swiper_btn.swiper-button-prev {
  left: 0;

  transform: rotate(180deg);

  background: url("/web/img/slider-arrow.png") no-repeat center;
  background-size: contain;
}

.banner .swiper_btn.swiper-button-next {
  right: 0;

  background: url("/web/img/slider-arrow.png") no-repeat center;
  background-size: contain;
}

/* 专业频道要问推荐 */
#fragment-index-list-recommend.list-type .list-title {
  padding-left: 20px;

  border-bottom: 1px solid #eeeeee;

  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
}

#fragment-index-list-recommend.list-type .list-title::after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: "";
}

#fragment-index-list-recommend.list-type .list-title > li {
  float: left;
}

#fragment-index-list-recommend.list-type .list-title > li + li {
  margin-left: 70px;
}

#fragment-index-list-recommend.list-type .list-title > li.active a {
  cursor: pointer;

  color: #e60012;
}

#fragment-index-list-recommend.list-type .list-title > li.active a:hover {
  text-decoration: underline;
}

#fragment-index-list-recommend.list-type .content-list {
  display: none;
}

#fragment-index-list-recommend.list-type .content-list.active {
  display: block;
}

#fragment-index-list-recommend.list-type .content-list > li {
  overflow: hidden;

  padding: 20px 0;

  border-bottom: 1px solid #eeeeee;
}

#fragment-index-list-recommend.list-type .content-list > li .left {
  float: left;

  width: 230px !important;
  height: 140px !important;
  min-height: 0 !important;
  padding: 0 !important;
}

#fragment-index-list-recommend.list-type .content-list > li .left img {
  width: 100%;
  height: 100%;
}

#fragment-index-list-recommend.list-type .content-list > li .left + .right {
  float: right;

  width: 435px !important;
}

#fragment-index-list-recommend.list-type .content-list > li .right {
  min-height: 0 !important;
}

#fragment-index-list-recommend.list-type .content-list > li .right .title {
  overflow: hidden;

  width: 100%;

  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;

  font-size: 20px;
  font-weight: normal;

  -o-text-overflow: ellipsis;
}

#fragment-index-list-recommend.list-type .content-list > li .right p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  height: 45px;
  margin-top: 15px;

  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  word-break: break-all;

  color: #7f7f7f;

  font-size: 14px;
  line-height: 24px;

  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
}

#fragment-index-list-recommend.list-type .content-list > li .right .info {
  overflow: hidden;
  overflow: hidden;

  height: 27px;
  margin-top: 30px;

  color: #a8a8a8;

  font-size: 14px;
  line-height: 26px;
}

#fragment-index-list-recommend.list-type .content-list > li .right .info i {
  margin-left: 20px;
}

#fragment-index-list-recommend.list-type
  .content-list
  > li
  .right
  .info
  i:first-child {
  margin-left: 0;
}

#fragment-index-list-recommend.list-type
  .content-list
  > li
  .right
  .info
  i
  + span {
  margin-left: 5px;
}

#fragment-index-list-recommend.list-type .content-list > li .right .info a {
  display: inline-block;
  float: right;

  margin-left: 10px;
  padding: 0 13px;

  color: #a8a8a8;
  border-radius: 13px;
  background-color: #f0f0f0;
}

#fragment-index-list-recommend.list-type
  .content-list
  > li
  .right
  .info
  a:last-child {
  margin-left: 0;
}

/* 横通广告位二 */
.ad-full-column-two {
  margin-top: 20px;
}

.ad-full-column-two a {
  position: relative;

  display: inline-block;
}

.ad-full-column-two a .add_tag {
  position: absolute;
  top: 10px;
  right: 15px;

  padding: 2px;

  color: #ffffff;

  font-size: 12px;
}

.ad-full-column-two a img {
  width: 680px;
  height: 100px;
}

/* 易采通精品课  */
#yct_top_course.course {
  margin-top: 20px;
}

#yct_top_course.course .title {
  border-bottom: 1px solid #eeeeee;
}

#yct_top_course.course .title .title_txt {
  display: inline-block;

  margin-bottom: 20px;
  padding-left: 10px;

  letter-spacing: 2px;

  color: #333333;
  border-left: 5px solid #5d5d5d;

  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
}

#yct_top_course.course .title .more {
  float: right;

  letter-spacing: 0px;

  color: #7f7f7f;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
}

#yct_top_course.course .center .img_wrap {
  overflow: hidden;

  margin-top: 20px;
}

#yct_top_course.course .center .img_wrap li {
  display: inline-block;
  float: left;

  width: 220px;

  background: #eeeeee;
}

#yct_top_course.course .center .img_wrap li .img_link {
  display: inline-block;

  width: 100%;
  height: 134px;
  padding: 0;
}

#yct_top_course.course .center .img_wrap li .img_link img {
  width: 100%;
  height: 134px;

  cursor: pointer;
  transition: all 0.5s;
}

#yct_top_course.course .center .img_wrap li .img_link img:hover {
  transform: scale(1.03);
}

#yct_top_course.course .center .img_wrap li a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  height: 43px;
  padding: 10px;

  letter-spacing: 0px;

  color: #333333;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;

  -webkit-line-clamp: 2;
}

#yct_top_course.course .center .img_wrap li a:hover {
  color: #e70115;
}

#yct_top_course.course .center .img_wrap li:nth-child(2) {
  margin: 0 10px;
}
#content_list.course {
  display: block;

  margin-top: 20px;
}
#content_list.course li {
  overflow: hidden;

  padding: 20px 0;

  border-bottom: 1px solid #eeeeee;
}
#content_list.course li .left {
  float: left;

  width: 230px;
  height: 140px;
  min-height: 0;
  padding: 0;
}
#content_list.course li .left a {
  display: inline-block;
  overflow: hidden;

  width: 100%;
  height: 140px;
}
#content_list.course li .left a img {
  width: 100%;
  height: 140px;

  transition: all 0.5s;
}
#content_list.course li .left a img:hover {
  transform: scale(1.03);
}
#content_list.course li .right {
  float: right;

  width: 435px;
  min-height: 0;
}
#content_list.course li .right .title {
  overflow: hidden;

  width: 100%;

  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;

  border: none;

  font-size: 20px;
  font-weight: normal;

  -o-text-overflow: ellipsis;
}
#content_list.course li .right .title a {
  cursor: pointer;
}
#content_list.course li .right .title a:hover {
  color: #e70115;
}
#content_list.course li .right .link_info {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  height: 48px;
  margin-top: 15px;

  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  word-break: break-all;

  color: #7f7f7f;

  font-size: 14px;
  line-height: 24px;

  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
}
#content_list.course li .right .info {
  overflow: hidden;

  margin-top: 30px;

  color: #a8a8a8;

  font-size: 14px;
  line-height: 26px;
}
#content_list.course li .right .info i {
  margin-left: 20px;
}
#content_list.course li .right .info i:first-child {
  margin-left: 0;
}
#content_list.course li .right .info i + span {
  margin-left: 5px;
}
#content_list.course li .right .info .tag_wrap {
  display: inline-block;
  overflow: hidden;

  width: 332px;
  height: 26px;

  text-align: right;
  vertical-align: middle;
}
#content_list.course li .right .info .tag_wrap a {
  display: inline-block;

  margin-left: 10px;
  padding: 0 13px;

  cursor: pointer;

  color: #a8a8a8;
  border-radius: 13px;
  background-color: #f0f0f0;
}
#content_list.course li .right .info .tag_wrap a:last-child {
  margin-left: 0;
}
#content_list.course li .right .info .tag_wrap a:hover {
  opacity: 0.6;
}
/* 易找标 */
#ykt_course.course {
  margin-top: 20px;
}
#ykt_course.course .title {
  border-bottom: 1px solid #eeeeee;
}
#ykt_course.course .title .title_txt {
  display: inline-block;

  margin-bottom: 20px;
  padding-left: 10px;

  letter-spacing: 2px;

  color: #333333;
  border-left: 5px solid #5d5d5d;

  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
}
#ykt_course.course .title .more {
  float: right;

  letter-spacing: 0px;

  color: #7f7f7f;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
}
#ykt_course.course .input_mimicry {
  overflow: hidden;

  width: 100%;
  height: 45px;
  margin-top: 30px;

  border: solid 2px #f67b14;
  border-radius: 4px;
}
#ykt_course.course .input_mimicry .select-input {
  display: inline-flex;
  align-items: center;

  height: 100%;
}
#ykt_course.course .input_mimicry select {
  width: 70px;
  margin-left: 10px;

  border: none;
  outline: none;

  font-size: 16px;
}
#ykt_course.course .input_mimicry i {
  padding-left: 20px;

  font-size: 16px;
  line-height: 42px;
}
#ykt_course.course .input_mimicry input {
  width: 380px;

  font-size: 18px;
}
#ykt_course.course .input_mimicry .btn {
  display: inline-block;
  float: right;

  width: 100px;

  cursor: pointer;
  text-align: center;
  letter-spacing: 0px;

  color: #ffffff;

  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
}
#ykt_course.course .input_mimicry .btn:hover {
  opacity: 0.8;
}
#ykt_course.course .input_mimicry .search_title {
  background: #f67b14;
}
#ykt_course.course .input_mimicry .search_full {
  background: #f67b14;
}
/* 图表区 */
#ykt_course.course ul.charts-img-wrap {
  overflow: hidden;
}
#ykt_course.course ul.charts-img-wrap > li:nth-of-type(even) {
  float: right;
}
#ykt_course.course ul.charts-img-wrap > li:nth-of-type(odd) {
  float: left;
}
#ykt_course.course ul.charts-img-wrap > li .chart_title {
  display: block;

  padding: 30px 0 20px 0;

  cursor: pointer;
  text-align: center;
  letter-spacing: 0px;

  color: #333333;

  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
}
#ykt_course.course ul.charts-img-wrap > li .chart_title:hover {
  color: #e70115;
}
#ykt_course.course ul.charts-img-wrap > li .chart_img {
  display: inline-block;
  overflow: hidden;

  width: 330px;
  height: 212px;
}
#ykt_course.course ul.charts-img-wrap > li .chart_img img {
  width: 330px;
  height: 212px;

  cursor: pointer;
  transition: all 0.5s;
}
#ykt_course.course ul.charts-img-wrap > li .chart_img img:hover {
  transform: scale(1.03);
}
/* 横通广告位三 */
.ad-full-column-three {
  margin-top: 35px;
}
.ad-full-column-three a {
  position: relative;

  display: inline-block;
}
.ad-full-column-three a .add_tag {
  position: absolute;
  top: 10px;
  right: 15px;

  padding: 2px;

  color: #ffffff;

  font-size: 12px;
}
.ad-full-column-three a img {
  width: 680px;
  height: 100px;
}
/* 行业频道要闻推荐 */
#fragment-important.list-type .trade-list-title {
  overflow: hidden;

  padding-left: 20px;

  border-bottom: 1px solid #eeeeee;

  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
}
#fragment-important.list-type .trade-list-title > li {
  float: left;
}
#fragment-important.list-type .trade-list-title > li + li {
  margin-left: 70px;
}
#fragment-important.list-type .trade-list-title > li.active a {
  cursor: pointer;

  color: #e60012;
}
#fragment-important.list-type .trade-list-title > li.active a:hover {
  text-decoration: underline;
}
#fragment-important.list-type .trade-list {
  display: none;
}
#fragment-important.list-type .trade-list.active {
  display: block;
}
#fragment-important.list-type .trade-list > li {
  overflow: hidden;

  padding: 20px 0;

  border-bottom: 1px solid #eeeeee;
}
#fragment-important.list-type .trade-list > li .left {
  float: left;

  width: 230px;
  height: 140px;
  min-height: 0;
  padding: 0;
}
#fragment-important.list-type .trade-list > li .left a {
  display: inline-block;
  overflow: hidden;

  width: 100%;
  height: 140px;

  cursor: pointer;
}
#fragment-important.list-type .trade-list > li .left a img {
  width: 100%;
  height: 140px;

  transition: all 0.5s;
}
#fragment-important.list-type .trade-list > li .left a img:hover {
  transform: scale(1.03);
}
#fragment-important.list-type .trade-list > li .right {
  float: right;

  width: 435px;
  min-height: 0;
}
#fragment-important.list-type .trade-list > li .right .title {
  overflow: hidden;

  width: 100%;

  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;

  font-size: 20px;
  font-weight: normal;

  -o-text-overflow: ellipsis;
}
#fragment-important.list-type .trade-list > li .right .title a {
  cursor: pointer;
}
#fragment-important.list-type .trade-list > li .right .title a:hover {
  color: #e70115;
}
#fragment-important.list-type .trade-list > li .right .link_info {
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  height: 48px;
  margin-top: 15px;

  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  word-break: break-all;

  color: #7f7f7f;

  font-size: 14px;
  line-height: 24px;

  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
}
#fragment-important.list-type .trade-list > li .right .info {
  overflow: hidden;

  margin-top: 30px;

  color: #a8a8a8;

  font-size: 14px;
  line-height: 26px;
}
#fragment-important.list-type .trade-list > li .right .info i {
  margin-left: 20px;
}
#fragment-important.list-type .trade-list > li .right .info i:first-child {
  margin-left: 0;
}
#fragment-important.list-type .trade-list > li .right .info i + span {
  margin-left: 5px;
}
#fragment-important.list-type .trade-list > li .right .info .tag_wrap {
  display: inline-block;
  overflow: hidden;

  width: 332px;
  height: 26px;

  text-align: right;
  vertical-align: middle;
}
#fragment-important.list-type .trade-list > li .right .info .tag_wrap a {
  display: inline-block;

  margin-left: 10px;
  padding: 0 13px;

  cursor: pointer;

  color: #a8a8a8;
  border-radius: 13px;
  background-color: #f0f0f0;
}
#fragment-important.list-type
  .trade-list
  > li
  .right
  .info
  .tag_wrap
  a:last-child {
  margin-left: 0;
}
#fragment-important.list-type .trade-list > li .right .info .tag_wrap a:hover {
  opacity: 0.6;
}

#fragment-important.list-type .industry-list-title {
  overflow: hidden;

  padding-left: 20px;

  border-bottom: 1px solid #eeeeee;

  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
}
#fragment-important.list-type .industry-list-title > li {
  float: left;
}
#fragment-important.list-type .industry-list-title > li + li {
  margin-left: 70px;
}
#fragment-important.list-type .industry-list-title > li.active a {
  cursor: pointer;

  color: #e60012;
}
#fragment-important.list-type .industry-list-title > li.active a:hover {
  text-decoration: underline;
}
#fragment-important.list-type .industry-list {
  display: none;
}
#fragment-important.list-type .industry-list.active {
  display: block;
}
#fragment-important.list-type .industry-list > li {
  overflow: hidden;

  padding: 20px 0;

  border-bottom: 1px solid #eeeeee;
}
#fragment-important.list-type .industry-list > li .left {
  float: left;

  width: 230px;
  height: 140px;
  min-height: 0;
  padding: 0;
}
#fragment-important.list-type .industry-list > li .left a {
  display: inline-block;
  overflow: hidden;

  width: 100%;
  height: 140px;

  cursor: pointer;
}
#fragment-important.list-type .industry-list > li .left a img {
  width: 100%;
  height: 140px;

  transition: all 0.5s;
}
#fragment-important.list-type .industry-list > li .left a img:hover {
  transform: scale(1.03);
}
#fragment-important.list-type .industry-list > li .right {
  float: right;

  width: 435px;
  min-height: 0;
}
#fragment-important.list-type .industry-list > li .right .title {
  overflow: hidden;

  width: 100%;

  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;

  font-size: 20px;
  font-weight: normal;

  -o-text-overflow: ellipsis;
}
#fragment-important.list-type .industry-list > li .right .title a {
  cursor: pointer;
}
#fragment-important.list-type .industry-list > li .right .title a:hover {
  color: #e70115;
}
#fragment-important.list-type .industry-list > li .right .link_info {
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  height: 48px;
  margin-top: 15px;

  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  word-break: break-all;

  color: #7f7f7f;

  font-size: 14px;
  line-height: 24px;

  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
}
#fragment-important.list-type .industry-list > li .right .info {
  overflow: hidden;

  margin-top: 30px;

  color: #a8a8a8;

  font-size: 14px;
  line-height: 26px;
}
#fragment-important.list-type .industry-list > li .right .info i {
  margin-left: 20px;
}
#fragment-important.list-type .industry-list > li .right .info i:first-child {
  margin-left: 0;
}
#fragment-important.list-type .industry-list > li .right .info i + span {
  margin-left: 5px;
}
#fragment-important.list-type .industry-list > li .right .info .tag_wrap {
  display: inline-block;
  overflow: hidden;

  width: 332px;
  height: 26px;

  text-align: right;
  vertical-align: middle;
}
#fragment-important.list-type .industry-list > li .right .info .tag_wrap a {
  display: inline-block;

  margin-left: 10px;
  padding: 0 13px;

  cursor: pointer;

  color: #a8a8a8;
  border-radius: 13px;
  background-color: #f0f0f0;
}
#fragment-important.list-type
  .industry-list
  > li
  .right
  .info
  .tag_wrap
  a:last-child {
  margin-left: 0;
}
#fragment-important.list-type
  .industry-list
  > li
  .right
  .info
  .tag_wrap
  a:hover {
  opacity: 0.6;
}

/* 易考通课程 */
#ykt_course1.course {
  overflow: hidden;

  margin-top: 20px;
}
#ykt_course1.course .title {
  border-bottom: 1px solid #eeeeee;
}
#ykt_course1.course .title .title_txt {
  display: inline-block;

  margin-bottom: 20px;
  padding-left: 10px;

  letter-spacing: 2px;

  color: #333333;
  border-left: 5px solid #5d5d5d;

  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
}
#ykt_course1.course .title .more {
  float: right;

  letter-spacing: 0px;

  color: #7f7f7f;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
}
#ykt_course1.course .ykt_list {
  width: 100%;
  margin-top: 5px;
}
#ykt_course1.course .ykt_list li {
  position: relative;

  display: inline-block;
  float: left;

  width: 220px;
  margin: 15px 3px;
}
#ykt_course1.course .ykt_list li .link_img {
  display: inline-block;

  width: 100%;
  height: 135px;
}
#ykt_course1.course .ykt_list li .link_img img {
  width: 100%;
  height: 135px;
}
#ykt_course1.course .ykt_list li a {
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  height: 44px;
  margin-top: 4px;

  letter-spacing: 0px;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  word-break: break-all;

  color: #333333;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;

  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
}
#ykt_course1.course .ykt_list li a:hover {
  color: #e70115;
}
#ykt_course1.course .ykt_list li:hover {
  top: -4px;
}
/* 推荐位 */
#recommend.course {
  width: 100%;
  height: 300px;
}
#recommend.course .one-rec {
  width: 100%;
  height: 100%;
}
/* display: none; */
#recommend.course .one-rec a {
  position: relative;

  display: block;

  width: 100%;
  height: 100%;
}
#recommend.course .one-rec a img {
  width: 100%;
  height: 100%;
}
#recommend.course .one-rec a .title {
  position: absolute;
  bottom: 0;
  left: 0;

  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+ */
  align-items: center;

  width: 100%;
  height: 44px;
  padding: 0 10px;

  color: #ffffff;
  background-image: linear-gradient(
    0deg,
    #000000 40%,
    rgba(0, 0, 0, 0.64) 72%,
    rgba(63, 62, 63, 0.5) 85%,
    rgba(70, 68, 70, 0.46) 86%,
    #8b878b 100%
  );

  font-size: 14px;
  line-height: 18px;
}
#recommend.course .two-rec {
  width: 100%;
  height: 100%;
}
#recommend.course .two-rec a {
  position: relative;

  display: inline-block;

  width: 100%;
  height: 48%;
}
#recommend.course .two-rec a img {
  width: 100%;
  height: 100%;
}
#recommend.course .two-rec a .title {
  position: absolute;
  bottom: 0;
  left: 0;

  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+ */
  align-items: center;

  width: 100%;
  height: 44px;
  padding: 0 10px;

  color: #ffffff;
  background-image: linear-gradient(
    0deg,
    #000000 40%,
    rgba(0, 0, 0, 0.64) 72%,
    rgba(63, 62, 63, 0.5) 85%,
    rgba(70, 68, 70, 0.46) 86%,
    #8b878b 100%
  );

  font-size: 14px;
  line-height: 18px;
}
#recommend.course .two-rec a:nth-child(2n) {
  margin-top: 3%;
}
#recommend.course .four-rec {
  width: 100%;
  height: 100%;
}
#recommend.course .four-rec a {
  position: relative;

  display: inline-block;

  width: 48%;
  height: 48.5%;
}
#recommend.course .four-rec a img {
  width: 100%;
  height: 100%;
}
#recommend.course .four-rec a .title {
  position: absolute;
  bottom: 0;
  left: 0;

  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+ */
  align-items: center;

  width: 100%;
  height: 44px;
  padding: 0 10px;

  color: #ffffff;
  background-image: linear-gradient(
    0deg,
    #000000 40%,
    rgba(0, 0, 0, 0.64) 72%,
    rgba(63, 62, 63, 0.5) 85%,
    rgba(70, 68, 70, 0.46) 86%,
    #8b878b 100%
  );

  font-size: 14px;
  line-height: 18px;
}
#recommend.course .four-rec a:nth-child(2n) {
  margin-left: 2%;
}
#recommend.course .four-rec a:nth-child(3) {
  margin-top: 2%;
}
#recommend.course .three-rec {
  width: 100%;
  height: 100%;
}
#recommend.course .three-rec a {
  position: relative;

  display: inline-block;

  width: 48%;
  height: 49.6%;
}
#recommend.course .three-rec a img {
  width: 100%;
  height: 100%;
}
#recommend.course .three-rec a .title {
  position: absolute;
  bottom: 0;
  left: 0;

  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+ */
  align-items: center;

  width: 100%;
  height: 44px;
  padding: 0 10px;

  color: #ffffff;
  background-image: linear-gradient(
    0deg,
    #000000 40%,
    rgba(0, 0, 0, 0.64) 72%,
    rgba(63, 62, 63, 0.5) 85%,
    rgba(70, 68, 70, 0.46) 86%,
    #8b878b 100%
  );

  font-size: 14px;
  line-height: 18px;
}
#recommend.course .three-rec .top {
  width: 100%;
  height: 48%;
  margin-bottom: 2%;
}
#recommend.course .three-rec a:nth-child(2) {
  margin-right: 2.5%;
}
/* 亚利聊政采 */
#yllzc.course .title {
  margin-top: 23px;

  border-bottom: 1px solid #eeeeee;
}
#yllzc.course .title .title_txt {
  display: inline-block;

  letter-spacing: 0px;

  color: #333333;

  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 56px;
}
#yllzc.course .title .more {
  float: right;

  letter-spacing: 0px;

  color: #7f7f7f;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 54px;
}
#yllzc.course div.info {
  margin-top: 10px;
}
#yllzc.course div.info .info_left {
  display: inline-block;

  width: 195px;

  vertical-align: middle;
}
#yllzc.course div.info .info_left .name {
  display: inline-block;

  margin-right: 4px;

  vertical-align: bottom;
  letter-spacing: 0px;

  color: #6e6e6e;

  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
}
#yllzc.course div.info .info_left .job {
  display: inline-block;

  vertical-align: bottom;
  letter-spacing: 0px;

  color: #a8a8a8;

  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
}
#yllzc.course div.info .info_left .minute {
  display: block;

  margin-top: 16px;

  letter-spacing: 0px;

  color: #6e6e6e;

  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
}
#yllzc.course div.info .img_right {
  display: inline-block;
  overflow: hidden;

  margin-left: 14px;

  vertical-align: middle;

  border-radius: 50%;
}
#yllzc.course div.info .img_right img {
  overflow: hidden;

  width: 86px;
  height: 86px;

  transition: all 0.5s;

  border-radius: 50%;
}
#yllzc.course div.info .img_right img:hover {
  transform: scale(1.03);
}
#yllzc.course ul {
  margin-top: 20px;
}
#yllzc.course ul li {
  padding-bottom: 24px;

  border-left: 1px solid #eeeeee;
}
#yllzc.course ul li .list_title {
  display: block;

  margin-left: 14px;

  letter-spacing: 0px;

  color: #6e6e6e;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
}
#yllzc.course ul li .list_title:hover {
  color: #e70115;
}
#yllzc.course ul li .list_info {
  margin-top: 8px;
}
#yllzc.course ul li .list_info .rate {
  display: inline-block;

  width: 8px;
  height: 8px;
  margin-left: -4.6px;

  border: 1px solid #eeeeee;
  border-radius: 50%;
  background: #ffffff;
}
#yllzc.course ul li .list_info .info_right {
  float: right;
}
#yllzc.course ul li .list_info .info_right .time {
  letter-spacing: 0px;

  color: #7f7f7f;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
}
#yllzc.course ul li .list_info .info_right .handle {
  display: inline-block;

  cursor: pointer;
}
#yllzc.course ul li .list_info .info_right .handle img {
  display: none;

  width: 14px;
}
#yllzc.course ul li .list_info .info_right i {
  margin-left: 6px;

  color: #7f7f7f;

  font-size: 14px;
}
#yllzc.course ul li .list_info .clear {
  clear: both;
}
/* 右侧广告位一 */
.ad-right-one {
  margin-top: 20px;
}
.ad-right-one a {
  position: relative;

  display: inline-block;
}
.ad-right-one a .add_tag {
  position: absolute;
  top: 10px;
  right: 15px;

  padding: 2px;

  color: #ffffff;

  font-size: 12px;
}
.ad-right-one a img {
  width: 300px;
  height: 100px;
}

.ad-right-four {
  margin-top: 20px;
}
.ad-right-four a {
  position: relative;
  display: inline-block;
}
.ad-right-four a .add_tag {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 2px;
  color: #ffffff;
  font-size: 12px;
}
.ad-right-four a img {
  width: 300px;
  height: 300px;
  display: block;
}
/* 热点专题 */
#topic-index .title {
  border-bottom: 1px solid #eeeeee;
}
#topic-index .title .title_txt {
  display: inline-block;

  letter-spacing: 0px;

  color: #333333;

  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 56px;
}
#topic-index .title .more {
  float: right;

  letter-spacing: 0px;

  color: #7f7f7f;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 54px;
}
#topic-index .center {
  margin-top: 20px;
}
#topic-index .center .link_img {
  position: relative;

  display: inline-block;
  overflow: hidden;

  width: 300px;
  height: 182px;
}
#topic-index .center .link_img img {
  width: 300px;
  height: 182px;

  transition: all 0.5s;
}
#topic-index .center .link_img img:hover {
  transform: scale(1.03);
}
#topic-index .center .link_img .iconbofang1 {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;

  margin: -40px 0 0 -40px;

  color: #ffffff;

  font-size: 80px;
}
#topic-index .center .link {
  display: inline-block;
  overflow: hidden;

  width: 100%;

  white-space: nowrap;
  letter-spacing: 0px;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;

  color: #6e6e6e;

  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;

  -o-text-overflow: ellipsis;
}
#topic-index .center .link:hover {
  color: #e70115;
}
#topic-index .center .suggest {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  letter-spacing: 0px;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  word-break: break-all;

  color: #7f7f7f;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;

  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
}
#topic-index .center .brief {
  margin-top: 4px;
}
#topic-index .center .brief span {
  margin-right: 4px;

  letter-spacing: 0px;

  color: #7f7f7f;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
}
/* 右侧广告位二 */
.ad-right-two {
  margin-top: 24px;
}
.ad-right-two a {
  position: relative;

  display: inline-block;
}
.ad-right-two a .add_tag {
  position: absolute;
  top: 10px;
  right: 15px;

  padding: 2px;

  color: #ffffff;

  font-size: 12px;
}
.ad-right-two a img {
  width: 300px;
  height: 200px;
}
/* 有问有答 */
#qa.course .title {
  margin-top: 16px;

  border-bottom: 1px solid #eeeeee;
}
#qa.course .title .title_txt {
  display: inline-block;

  letter-spacing: 0px;

  color: #333333;

  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 56px;
}
#qa.course .title .more {
  float: right;

  letter-spacing: 0px;

  color: #7f7f7f;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 54px;
}
#qa.course ul {
  margin-top: 20px;
}
#qa.course ul li {
  padding-bottom: 24px;

  border-left: 1px solid #eeeeee;
}
#qa.course ul li .rate {
  display: inline-block;
  float: left;

  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-left: -7px;

  border: 4px solid #565d6d;
  border-radius: 50%;
  background: #ffffff;
}
#qa.course ul li .list_title {
  display: block;

  margin-left: 24px;

  letter-spacing: 0px;

  color: #6e6e6e;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
}
#qa.course ul li .list_title:hover {
  color: #e70115;
}
#qa.course ul li .list_info {
  margin-top: 8px;
}
#qa.course ul li .list_info .info_right {
  float: right;
}
#qa.course ul li .list_info .info_right .time {
  letter-spacing: 0px;

  color: #7f7f7f;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
}
#qa.course ul li .list_info .clear {
  clear: both;
}
/* 专家 */
#expert.course {
  margin-top: 40px;
}
#expert.course li {
  margin-top: 24px;
  padding-bottom: 24px;

  border-bottom: 1px solid #eeeeee;
}
#expert.course li .list_left {
  display: inline-block;

  margin-right: 10px;
}
#expert.course li .list_left .link_img {
  display: inline-block;
  overflow: hidden;

  width: 80px;
  height: 110px;
}
#expert.course li .list_left .link_img img {
  width: 80px;
  height: 100px;

  transition: all 0.5s;
}
#expert.course li .list_left .link_img img:hover {
  transform: scale(1.03);
}
#expert.course li .list_right {
  float: right;

  width: 200px;
}
#expert.course li .list_right .expert_title {
  letter-spacing: 0px;

  color: #333333;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
}
#expert.course li .list_right .expert_title:hover {
  color: #e70115;
}
#expert.course li .list_right .time {
  margin-top: 10px;

  letter-spacing: 0px;

  color: #a8a8a8;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
}
/* 右侧广告位三 */
.ad-right-three {
  margin-top: 24px;
}
.ad-right-three a {
  position: relative;

  display: inline-block;
}
.ad-right-three a .add_tag {
  position: absolute;
  top: 10px;
  right: 15px;

  padding: 2px;

  color: #ffffff;

  font-size: 12px;
}
.ad-right-three a img {
  width: 300px;
  height: 290px;
}
/* 热点排行 */
#hotspot.course .title {
  border-bottom: 1px solid #eeeeee;
}
#hotspot.course .title .title_txt {
  display: inline-block;

  letter-spacing: 0px;

  color: #333333;

  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 58px;
}
#hotspot.course .title .hot_tab {
  display: inline-block;
  float: right;
}
#hotspot.course .title .hot_tab li {
  display: inline-block;

  margin-top: 16px;
  margin-left: 24px;

  cursor: pointer;
  text-align: center;
  letter-spacing: 2px;

  color: #7f7f7f;

  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
}
#hotspot.course .title .hot_tab li:hover {
  color: #e60012;
}
#hotspot.course .title .hot_tab li h3 {
  font-weight: normal;
}
#hotspot.course .title .hot_tab .active {
  color: #e60012;
  border-bottom: 1px solid #e60012;
}
#hotspot.course ul.hotspot_list {
  color: #6e6e6e; /* padding: 0 20px 15px; */

  font-size: 14px;
  line-height: 24px;
}
#hotspot.course ul.hotspot_list > li {
  padding-top: 15px;

  cursor: pointer;
}
#hotspot.course ul.hotspot_list > li h3 {
  font-weight: normal;
}
#hotspot.course ul.hotspot_list > li a span:hover {
  color: #e60012;
}
#hotspot.course .icon-rank {
  width: 18px;
  height: 18px;

  text-align: center;

  color: #bfbdbd;
  border-radius: 50%;
  background: #eeeeee;

  line-height: 18px;
}
#hotspot.course .icon-rank.hexagon {
  position: relative;

  width: 20px;
  height: 11px;

  color: #ffffff;
  border-radius: 0;
  background-color: #fab349;

  font-size: 12px;
  line-height: 1;
}
#hotspot.course .icon-rank.hexagon:before {
  position: absolute;
  top: -5px;
  left: 0;

  width: 0;
  height: 0;

  content: "";

  border-right: 10px solid transparent;
  border-bottom: 5px solid #fab349;
  border-left: 10px solid transparent;
}
#hotspot.course .icon-rank.hexagon:after {
  position: absolute;
  bottom: -5px;
  left: 0;

  width: 0;
  height: 0;

  content: "";
  vertical-align: text-bottom;

  border-top: 5px solid #fab349;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
#hotspot.course .icon-rank.rank-2 {
  background-color: #b0bed8;
}
#hotspot.course .icon-rank.rank-2:before {
  border-bottom-color: #b0bed8;
}
#hotspot.course .icon-rank.rank-2:after {
  border-top-color: #b0bed8;
}
#hotspot.course .icon-rank.rank-3 {
  background-color: #f0c48a;
}
#hotspot.course .icon-rank.rank-3:before {
  border-bottom-color: #f0c48a;
}
#hotspot.course .icon-rank.rank-3:after {
  border-top-color: #f0c48a;
}
#hotspot.course .icon-rank + span {
  display: inline-block;

  width: 266px;
  margin-left: 5px;

  vertical-align: text-top;
}
/* 精品好书 */
.excellent-books {
  text-align: center;
}
.excellent-books .title {
  text-align: left;

  border-bottom: 1px solid #eeeeee;

  line-height: 60px;
}
.excellent-books .title span {
  font-size: 16px;
  font-weight: 400;
}
.excellent-books .books-list {
  text-align: left;
}
.excellent-books .books-list > li {
  margin-top: 20px;
}
.excellent-books .books-list > li img {
  width: 80px;
  height: 110px;
}
.excellent-books .books-list > li .right {
  float: right;

  width: 216px;
}
.excellent-books .books-list > li .right .book-intro a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  height: 48px;

  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  word-break: break-all;

  color: #7f7f7f;

  font-size: 14px;
  line-height: 24px;

  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
}
.excellent-books .books-list > li .right .price {
  text-align: right;

  color: #e60012;

  font-size: 14px;
  line-height: 40px;
}
.excellent-books .books-list > li .right .link {
  display: inline-block;

  color: #6e6e6e;
}
.excellent-books .books-list > li .right .link .book-name {
  overflow: hidden;

  width: 220px;
  margin-bottom: 12px;

  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;

  font-size: 16px;

  -o-text-overflow: ellipsis;
}
.excellent-books .books-list > li .right .link:hover {
  color: #e60012;
}
.excellent-books .read-more {
  display: inline-block;

  margin: 20px auto;
  padding: 12px 18px;

  text-align: center;

  color: #7f7f7f;
  border: 1px solid #eee;
  border-radius: 4px;

  font-size: 14px;
}

/* 电子书列表 */
#ebook_list {
  margin: 36px 0;
}
#ebook_list.course .title {
  border-bottom: 1px solid #eeeeee;
}
#ebook_list.course .title .title_txt {
  display: inline-block;

  margin-bottom: 20px;
  padding-left: 10px;

  letter-spacing: 2px;

  color: #333333;
  border-left: 5px solid #5d5d5d;

  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
}
#ebook_list.course .title .more {
  float: right;

  letter-spacing: 0px;

  color: #7f7f7f;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
}

#ebook_list .list {
  margin-top: 20px;
}

#ebook_list .list li {
  position: relative;

  display: inline-block;

  width: 217px;
  margin: 6px 4px;
  padding: 8px;

  cursor: pointer;
  transition: all 0.4s;

  box-shadow: 0px 0px 10px 1px #dbdbdb;
}

#ebook_list .list li:hover {
  transform: scale(1.04);
}

#ebook_list .list li .tip {
  position: absolute;
  top: 14px;
  left: 14px;

  padding: 4px;

  color: #ffffff;
  border-radius: 2px;
  background: rgba(82, 80, 80, 0.2);

  font-size: 12px;
}

#ebook_list .list li img {
  width: 100%;
  height: 257px;
}

#ebook_list .list li .ebook_info {
  margin-top: 10px;
}

#ebook_list .list li .ebook_title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;

  height: 36px;

  font-size: 14px;
  line-height: 20px;

  -webkit-line-clamp: 2; /* 根据业务需求设置第几行显示省略号 */
}

#ebook_list .list li .ebook_related {
  margin-top: 12px;
}

#ebook_list .list li .ebook_related .author {
  color: #897e7e;
  margin-bottom: 14px;
  font-size: 14px;
}

#ebook_list .list li .ebook_related span {
  display: inline-block;

  margin-right: 6px;

  font-size: 14px;
}

#ebook_list .list li .ebook_related .real_money {
  color: #e67e0f;
}

#ebook_list .list li .ebook_related .origin_money {
  color: #979494;

  text-decoration-line: line-through;
}

#ebook_list .list li .ebook_related .iconfont {
  float: right;

  margin-top: -4px;

  font-size: 20px;
}
