@charset "UTF-8";
/*资讯页*/
.swiper-wrapper .swiper-slide img {
  width: 100%;
}

.swiper-btn-prev, .swiper-btn-next {
  position: absolute;
  z-index: 99;
  width: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background: rgba(51, 51, 51, 0.8);
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.swiper-btn-prev:hover, .swiper-btn-next:hover {
  background: #333333;
}

.swiper-btn-prev img, .swiper-btn-next img {
  width: 18px;
  height: 18px;
}

.swiper-btn-prev {
  left: 0;
}

.swiper-btn-next {
  right: 0;
}

/*顶部轮播*/
.news-swiper {
  background: #ffffff;
  padding: 10px;
}

.news-swiper #news_swiper_container {
  width: 70%;
  height: 285px;
  margin-left: 0;
  float: left;
  position: relative;
}

.news-swiper #news_swiper_container .swiper-pagination {
  width: 120px;
  left: 50%;
  margin-left: -60px;
  background: #334ead;
  border-radius: 10px;
}

.news-swiper #news_swiper_container .swiper-pagination .swiper-pagination-bullet {
  background: #828691;
}

.news-swiper #news_swiper_container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}

.news-swiper .hot-news {
  width: 28%;
  margin-left: 20px;
  float: left;
}

.news-swiper .hot-news .title {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
}

.news-swiper .hot-news .title div {
  height: 20px;
  line-height: 20px;
  border-left: 3px solid #d72502;
  padding-left: 15px;
}

.news-swiper .hot-news .hot-news-ul {
  padding: 0 8px;
}

.news-swiper .hot-news .hot-news-ul ul {
  margin-bottom: 0;
}

.news-swiper .hot-news .hot-news-ul ul li {
  width: 100%;
  float: left;
  list-style: none;
  padding: 0 5px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.news-swiper .hot-news .hot-news-ul ul li a {
  display: block;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  color: #333333;
  padding-left: 6px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-swiper .hot-news .hot-news-ul ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #aaaaaa;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -2px;
}

.news-swiper .hot-news .hot-news-ul ul li:hover {
  background: #f0f0f0;
}

.news-swiper .hot-news .hot-news-ul ul li:hover a {
  color: #d72502;
}

.news-swiper .hot-news .hot-news-ul ul li:hover a:before {
  background: #d72502;
}

/*顶部轮播 结束*/
.news-search {
  padding: 10px 10px;
  margin-top: 10px;
  background: #ffffff;
}

.news-search .news-ad {
  width: 825px;
  height: 100px;
  float: left;
}

.news-search .news-ad img {
  width: 100%;
  height: 100%;
}

.news-search .search-form {
  float: left;
  margin: 15px 10px 0 32px;
}

.news-search .search-form input {
  border-radius: 2px;
  width: 300px;
  height: 40px;
}

.news-search .search-form .btn-group {
  margin-top: 5px;
}

.news-search .search-form .btn {
  width: 150px;
  border-radius: 2px;
}

.news-search .search-form .btn.btn-reset, .news-search .search-form .btn.btn-search {
  background: #ffffff;
  color: #d50212;
  border: 1px solid #fc0212;
}

.news-search .search-form .btn.btn-reset:hover, .news-search .search-form .btn.btn-search:hover {
  background: #ff5544;
  color: #ffffff;
}

/*资讯列表*/
.news-list {
  padding-left: 0;
  background: #ffffff;
  margin-top: 20px;
  font-size: 12px;
}

.news-list .list-navs-tabs {
  padding: 15px 15px 0 15px;
  border-bottom: 1px solid #dddddd;
}

.news-list .list-navs-tabs .nav.nav-tabs {
  border-bottom: 0;
}

.news-list .list-navs-tabs .nav.nav-tabs li a {
  border-radius: 0;
  padding: 10px 30px;
  background: #f9f9f9;
  margin-right: 0;
  border: 1px solid #f0f0f0;
  color: #333333;
}

.news-list .list-navs-tabs .nav.nav-tabs li.active a {
  border-top-width: 2px;
  border-top-color: #d72502;
  border-bottom-color: transparent;
  background: #ffffff;
  border-radius: 0;
  padding: 10px 30px;
  margin-bottom: -2px;
  font-weight: 600;
  color: #d72502;
}

.news-list .tab-content .tab-pane .news-one {
  padding: 10px 15px 20px;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
}

.news-list .tab-content .tab-pane .news-one .news-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.news-list .tab-content .tab-pane .news-one .news-detail:hover .news-date .read-count {
  color: #d50212;
  background: url("../images/icon/eye-active.png") no-repeat;
  background-size: 20px;
}

.news-list .tab-content .tab-pane .news-one .news-detail .news-title {
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
}

.news-list .tab-content .tab-pane .news-one .news-detail .news-title:hover {
  color: #d50212;
}

.news-list .tab-content .tab-pane .news-one .news-detail .news-content {
  padding: 10px 0;
  color: #666666;
  font-size: 13px;
  line-height: 22px;
}

.news-list .tab-content .tab-pane .news-one .news-detail .news-date {
  color: #666666;
}

.news-list .tab-content .tab-pane .news-one .news-detail .news-date .read-count {
  padding-left: 25px;
  background: url("../images/icon/eye.png") no-repeat;
  background-size: 20px;
}

.news-list .tab-content .tab-pane .news-one .news-detail table {
  width: 100% !important;
}

.news-list .tab-content .tab-pane .news-one .read-detail {
  padding: 40px 30px;
}

.news-list .tab-content .tab-pane .news-one .read-detail .btn {
  border-radius: 0;
  border: 1px solid #d50212;
  color: #d50212;
  font-size: 14px;
  background: #ffffff;
  padding: 5px 30px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.news-list .tab-content .tab-pane .news-one .read-detail .btn:hover {
  background: #d50212;
  color: #ffffff;
}

/*资讯列表 结束*/
/*资讯详情*/
.content-main {
  padding-bottom: 30px;
}

.content-main .news-detail {
  padding: 10px 50px;
  border-bottom: 1px solid #dddddd;
  font-size: 14px;
}

.content-main .news-detail .title {
  text-align: center;
  padding: 10px 0 15px;
}

.content-main .news-detail .mark {
  font-size: 12px;
  color: #333333;
  line-height: 36px;
  height: 36px;
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
  text-align: center;
  position: relative;
}

.content-main .news-detail .mark .info-top-share {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
  padding-left: 22px;
  text-align: left;
  height: 36px;
}

.content-main .news-detail .mark .info-top-share .bdsharebuttonbox {
  margin-left: 20px;
  display: inline-block;
}

.content-main .news-detail .mark .info-top-share .bdsharebuttonbox span {
  float: left;
}

.content-main .news-detail .mark .info-top-share .bdsharebuttonbox a {
  float: left;
  font-size: 12px;
  padding-left: 17px;
  background: url("../images/icon/icons_1_16.png") no-repeat;
  cursor: pointer;
  margin: 10px 6px 6px 0;
}

.content-main .news-detail .mark .info-top-share .bdsharebuttonbox a.bds_qzone {
  background-position: 0 -52px;
}

.content-main .news-detail .mark .info-top-share .bdsharebuttonbox a.bds_tsina {
  background-position: 0 -104px;
}

.content-main .news-detail .mark .info-top-share .bdsharebuttonbox a.bds_renren {
  background-position: 0 -208px;
}

.content-main .news-detail .mark .info-top-share .bdsharebuttonbox a.bds_tieba {
  background-position: 0 -728px;
}

.content-main .news-detail .mark .info-top-share .bdsharebuttonbox a.bds_douban {
  background-position: 0 -468px;
}

.content-main .news-detail .mark .info-top-share .bdsharebuttonbox a.bds_weixin {
  background-position: 0 -1612px;
}

.content-main .news-detail .main {
  padding: 20px 0;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.content-main .news-detail table {
  width: 100% !important;
}

.content-main .news-detail img {
  max-width: 100% !important;
}

.content-main .prev-next {
  margin: 10px auto;
  overflow: hidden;
  padding: 10px 50px;
  font-size: 12px;
}

.content-main .prev-next .prev, .content-main .prev-next .next {
  width: 48%;
  float: left;
  background: #f6f6f6;
  padding: 15px 0;
}

.content-main .prev-next .prev:hover, .content-main .prev-next .next:hover {
  color: #d72502;
}

.content-main .prev-next .prev div, .content-main .prev-next .next div {
  border-left: 3px solid #d72502;
  padding-left: 10px;
}

.content-main .prev-next .prev a, .content-main .prev-next .next a {
  display: block;
  width: 80%;
  float: left;
  text-decoration: none;
  color: #333333;
}

.content-main .prev-next .prev a:hover, .content-main .prev-next .next a:hover {
  color: #d72502;
}

.content-main .prev-next .next {
  margin-left: 2%;
}

.content-main .relative-article {
  padding: 10px 50px;
  font-size: 12px;
}

.content-main .relative-article .top-title div {
  border-left: 3px solid #d72502;
  padding-left: 20px;
}

.content-main .relative-article .relative-article-ul {
  margin-top: 10px;
  padding-bottom: 30px;
}

.content-main .relative-article .relative-article-ul ul li {
  width: 48%;
  list-style: none;
  padding: 10px 0 10px 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #dddddd;
  margin-right: 2%;
}

.content-main .relative-article .relative-article-ul ul li:hover {
  background: #eeeeee;
}

.content-main .relative-article .relative-article-ul ul li:hover:before {
  background: #d50212;
}

.content-main .relative-article .relative-article-ul ul li:hover a {
  color: #d50212;
}

.content-main .relative-article .relative-article-ul ul li:before {
  content: ' ';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c7c7c7;
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 0;
}

.content-main .relative-article .relative-article-ul ul li a {
  text-decoration: none;
  color: #666666;
}

/*右侧课程轮播*/
.content-right .right-swiper #right_swiper_courses .swiper-pagination .swiper-pagination-bullet {
  background: #828691;
}

.content-right .right-swiper #right_swiper_courses .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff8c1b;
}

.content-right .right-swiper #right_swiper_courses .swiper-btn-prev, .content-right .right-swiper #right_swiper_courses .swiper-btn-next {
  width: 25px;
  height: 35px;
  line-height: 35px;
  margin-top: -17px;
}

.content-right .right-swiper #right_swiper_courses .swiper-btn-prev img, .content-right .right-swiper #right_swiper_courses .swiper-btn-next img {
  width: 14px;
  height: 14px;
}

.content-right .right-news.like-courses {
  padding: 10px 10px 20px;
}

.content-right .right-news.like-courses .top-title {
  padding: 10px 0 15px;
}

.content-right .right-news.like-courses .tab-content {
  margin: 5px 0;
  padding: 0 5px;
  overflow: hidden;
}

.content-right .right-news.like-courses .tab-content .courses-one {
  margin: 10px 0 0 0;
  position: relative;
  text-decoration: none;
  padding-bottom: 10px;
  border: 1px solid #e6e6e6;
  transition: all .5s;
  -webkit-transition: all .5s;
}

/*右侧课程轮播 结束*/
