/* 清除浮动 */
/* 圆角  */
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/* 背景自适应 */
.boxs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*阴影*/
/* input提示字体颜色修改 */
body {
  background-color: #f7f7f7;
}
.newsGap {
  height: 30px;
  background: #f7f7f7;
}
.RightGap {
  height: 20px;
  background: #f7f7f7;
}
.newsList {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .newsList {
    width: 94%;
  }
}
@media (max-width: 768px) {
  .newsList {
    width: auto;
    padding: 0 15px;
  }
}
.newsAdv {
  margin: 25px 0 0;
}
.newsAdv img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .newsAdv {
    display: none;
  }
}
.newsCrumbs {
  font-size: 14px;
  color: #000000;
  margin: 20px 0;
}
.newsCrumbs a {
  color: #000000;
}
.newsCrumbs a:hover {
  color: #e74938;
  text-decoration: underline;
}
.newsSelect {
  margin: 0 0 30px;
}
.newsSelect ul {
  border: 1px solid #e5e5e5;
}
.newsSelect ul > li {
  display: table;
  width: 100%;
  background: #f7f7f7;
}
.newsSelect ul > li > div {
  font-size: 16px;
  background: #f7f7f7;
  color: #333333;
  width: 105px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.newsSelect ul > li ol {
  display: table-cell;
  padding: 10px 30px;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .newsSelect ul > li ol {
    padding: 6px 10px 6px 20px;
  }
}
.newsSelect ul > li ol > li {
  float: left;
  padding: 4px 12px;
  margin-right: 20px;
  margin: 5px 0;
  cursor: pointer;
}
.newsSelect ul > li ol > li.active {
  padding: 4px 12px;
  color: #FFFFFF;
  border-radius: 4px;
  background-color: #e74938;
}
.newsSelect ul > li:first-of-type {
  border-bottom: 1px dashed #e5e5e5;
}
.newsCont {
  overflow: hidden;
  margin: 0 15px 40px;
}
.newsCont .newsLeft {
  width: 70.16%;
  float: left;
  box-shadow: 0px 4px 10px 0px rgba(71, 141, 140, 0.1);
}
.newsCont .newsRight {
  width: 27.33%;
  background-color: #FFFFFF;
  float: right;
}
@media (max-width: 1040px) {
  .newsCont {
    margin: 0 0px 30px;
  }
  .newsCont .newsLeft {
    width: 100%;
  }
  .newsCont .newsRight {
    display: none;
  }
}
.newsTab {
  padding: 20px 0 15px;
}
.newsTab li {
  display: inline-block;
  margin-right: 30px;
  color: #999999;
  font-size: 18px;
  cursor: pointer;
}
.newsTab li.on {
  color: #333333;
  position: relative;
  font-weight: bold;
}
.newsTab li.on:after {
  position: absolute;
  bottom: -8px;
  content: '';
  width: 80%;
  left: 10%;
  border-bottom: 3px solid #029491;
}
@media (max-width: 768px) {
  .newsTab {
    padding-bottom: 0;
  }
  .newsTab li {
    font-size: 16px;
    margin-right: 14px;
    margin-bottom: 12px;
  }
  .newsTab li.on:after {
    bottom: -4px;
  }
}
.newsTemplate {
  padding: 5px 20px 25px;
  background-color: #FFFFFF;
}
@media (max-width: 560px) {
  .newsTemplate {
    padding: 0px 15px 1px;
  }
}
.newsTemplate .newsLeftCont {
  margin-bottom: 25px;
}
.newsTemplate .newsLeftCont > li {
  border-bottom: 1px solid #e6e4e4;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 560px) {
  .newsTemplate .newsLeftCont > li {
    padding-bottom: 12px;
  }
}
.newsTemplate .newsLeftCont > li a {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.newsTemplate .newsLeftCont > li a .tep3Img {
  width: 248px;
  padding-right: 20px;
}
.newsTemplate .newsLeftCont > li a .tep3Img img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 560px) {
  .newsTemplate .newsLeftCont > li a .tep3Img {
    padding-right: 10px;
  }
  .newsTemplate .newsLeftCont > li a .tep3Img img {
    max-width: 130px;
  }
}
.newsTemplate .newsLeftCont > li a .tep3Intro {
  max-width: 522px;
}
.newsTemplate .newsLeftCont > li a .tep3Intro h5 {
  font-size: 18px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-weight: bold;
}
.newsTemplate .newsLeftCont > li a .tep3Intro p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.newsTemplate .newsLeftCont > li a .tep3Intro dl dd {
  font-size: 12px;
  background-color: #EEEEEE;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-right: 10px;
  color: #666666;
  padding: 0 6px;
  text-align: center;
  display: inline-block;
}
.newsTemplate .newsLeftCont > li a .tep3Intro .tep3Bottom {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin: 5px 0 0;
}
.newsTemplate .newsLeftCont > li a .tep3Intro .tep3Bottom .tep3Teacher {
  font-size: 12px;
  color: #666666;
  line-height: 32px;
}
.newsTemplate .newsLeftCont > li a .tep3Intro .tep3Bottom .tep3Teacher > li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #FFFFFF;
  background-color: #EEEEEE;
  display: block;
  overflow: hidden;
  float: left;
}
.newsTemplate .newsLeftCont > li a .tep3Intro .tep3Bottom .tep3Teacher > li:last-of-type {
  margin-left: -8px;
  margin-right: 10px;
}
.newsTemplate .newsLeftCont > li a .tep3Intro .tep3Bottom .tep3Teacher > li:nth-of-type(2) {
  margin-left: -8px;
}
.newsTemplate .newsLeftCont > li a .tep3Intro .tep3Bottom .tep3Teacher > li img {
  width: 100%;
  height: 100%;
}
.newsTemplate .newsLeftCont > li a .tep3Intro .tep3Bottom .tep3Price > i {
  color: #333333;
  font-size: 12px;
  display: block;
  margin-bottom: 3px;
}
.newsTemplate .newsLeftCont > li a .tep3Intro .tep3Bottom .tep3Price span {
  color: #ff7f69;
  font-size: 14px;
  line-height: 25px;
}
.newsTemplate .newsLeftCont > li a .tep3Intro .tep3Bottom .tep3Price span i {
  font-size: 24px;
}
@media (max-width: 1300px) {
  .newsTemplate .newsLeftCont > li a .tep3Intro {
    max-width: 70%;
  }
}
@media (max-width: 560px) {
  .newsTemplate .newsLeftCont > li a .tep3Intro {
    max-width: 67%;
  }
  .newsTemplate .newsLeftCont > li a .tep3Intro h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .newsTemplate .newsLeftCont > li a .tep3Intro p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .newsTemplate .newsLeftCont > li a .tep3Intro dl {
    display: none;
  }
  .newsTemplate .newsLeftCont > li a .tep3Intro .tep3Bottom {
    display: block;
  }
  .newsTemplate .newsLeftCont > li a .tep3Intro .tep3Bottom .tep3Teacher {
    display: none;
  }
  .newsTemplate .newsLeftCont > li a .tep3Intro .tep3Bottom .tep3Price {
    float: right;
  }
  .newsTemplate .newsLeftCont > li a .tep3Intro .tep3Bottom .tep3Price > i {
    display: none;
  }
  .newsTemplate .newsLeftCont > li a .tep3Intro .tep3Bottom .tep3Price span {
    font-size: 12px;
  }
  .newsTemplate .newsLeftCont > li a .tep3Intro .tep3Bottom .tep3Price span i {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .newsTemplate .newsLeftCont > li a .tep3Intro {
    max-width: 64%;
  }
}
.newsListbox .newsLeftCont {
  display: none;
}
.newsListbox .newsLeftCont.active {
  display: block;
}
.newsListbox .newsLeftCont > li a .tep3Img {
  width: 225px;
  min-width: 225px;
}
@media (max-width: 1040px) {
  .newsListbox .newsLeftCont > li a .tep3Img {
    width: 205px;
  }
}
@media (max-width: 768px) {
  .newsListbox .newsLeftCont > li a .tep3Img {
    width: 170px;
    min-width: 170px;
  }
}
@media (max-width: 560px) {
  .newsListbox .newsLeftCont > li a .tep3Img {
    width: 120px;
    min-width: 120px;
  }
}
.newsListbox .newsLeftCont > li a .tep3Intro {
  max-width: 576px;
}
.newsListbox .newsLeftCont > li a .tep3Intro h5 {
  max-width: 360px;
  margin-bottom: 6px;
}
.newsListbox .newsLeftCont > li a .tep3Intro p {
  -webkit-line-clamp: 3;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .newsListbox .newsLeftCont > li a .tep3Intro p {
    -webkit-line-clamp: 2;
  }
}
.newsListbox .newsLeftCont > li a .tep3Intro span {
  font-size: 12px;
  color: #999999;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 1300px) {
  .newsListbox .newsLeftCont > li a .tep3Intro {
    max-width: 73%;
  }
}
@media (max-width: 660px) {
  .newsListbox .newsLeftCont > li a .tep3Intro {
    max-width: 67%;
  }
}
@media (max-width: 560px) {
  .newsListbox .newsLeftCont > li a .tep3Intro h5 {
    margin-bottom: 0;
  }
  .newsListbox .newsLeftCont > li a .tep3Intro p {
    line-height: 20px;
  }
  .newsListbox .newsLeftCont > li a .tep3Intro span {
    margin-bottom: 5px;
  }
}
@media (max-width: 400px) {
  .newsListbox .newsLeftCont > li a .tep3Intro {
    max-width: 60%;
  }
}
.newsListbox .newsLeftCont > li a:hover h5 {
  color: #ffb967;
}
@media (max-width: 560px) {
  .newsListbox .newsLeftCont > li {
    padding-top: 10px;
  }
}
.hotCourse .hotTitle {
  padding: 16px 20px 12px 20px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
.hotCourse .hotTitle::before {
  width: 140px;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background: #fd4221;
}
.hotCourse .hotTitle::after {
  position: absolute;
  content: '';
  left: 66px;
  bottom: -7px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fd4221;
}
.hotCourse .hotTitle i {
  font-size: 18px;
  color: #333333;
  background: url(../images/jian.png) no-repeat right center;
  padding-right: 25px;
  display: inline-block;
}
.hotCourse .hotList li {
  padding: 20px;
  border-bottom: 1px solid #f4f3f3;
}
.hotCourse .hotList li dl {
  width: 100%;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.hotCourse .hotList li dl dt {
  width: 90px;
  height: 60px;
}
.hotCourse .hotList li dl dt img {
  width: 100%;
  height: 100%;
}
.hotCourse .hotList li dl dd {
  width: 68%;
  padding-left: 20px;
}
.hotCourse .hotList li dl dd p {
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 12px;
}
.hotCourse .hotList li dl dd a {
  width: 77px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #FFFFFF;
  font-size: 14px;
  display: block;
  background-color: #e74938;
}
.hotTitle {
  font-size: 18px;
  color: #444444;
  line-height: 40px;
  position: relative;
  font-weight: bold;
}
.hotTitle a {
  position: absolute;
  font-size: 12px;
  color: #888888;
  bottom: 0;
  right: 0;
}
.hotTitle a:hover {
  color: #ffb967;
}
.hotAttention {
  padding: 20px 20px 0;
  box-shadow: 0px 4px 10px 0px rgba(71, 141, 140, 0.1);
}
.hotAttention .hotList dl {
  position: relative;
  border-bottom: 1px solid #EEEEEE;
  padding: 16px 0;
}
.hotAttention .hotList dl:last-of-type {
  border-bottom: none;
}
.hotAttention .hotList dl dt {
  position: absolute;
  left: 0;
  color: #adb8bf;
  font-size: 24px;
  top: 12px;
  font-weight: bold;
}
.hotAttention .hotList dl dd {
  padding-left: 26px;
  line-height: 24px;
  font-size: 14px;
}
.hotAttention .hotList dl dd a {
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.hotAttention .hotList dl dd a:hover {
  color: #ffb967;
}
.freeClass {
  padding: 10px 20px 20px;
  position: relative;
  box-shadow: 0px 4px 10px 0px rgba(71, 141, 140, 0.1);
}
.freeClass .videoSwiper .freeVideo {
  margin-top: 15px;
  max-width: 100%;
  background: url(../images/video.jpg) no-repeat center center;
  background-size: cover;
}
.freeClass .videoSwiper .freeVideo article {
  width: 100%;
  height: 100%;
}
.freeClass .videoSwiper .freeVideo .videoBox {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.freeClass .videoSwiper .videoIntro {
  margin-top: 10px;
  position: relative;
  font-size: 14px;
  line-height: 26px;
  padding-right: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.freeClass .videoSwiper .videoIntro a {
  position: absolute;
  right: 0px;
  top: 0;
  width: 64px;
  height: 26px;
  background-color: #ffab4b;
  border-radius: 13px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  line-height: 26px;
  color: #FFFFff;
  text-align: center;
}
.freeClass .swiper-button-next,
.freeClass .swiper-button-prev {
  position: absolute;
  top: 40px;
  left: auto;
  width: 19px;
  height: 23px;
  background-color: #fafbfc;
  border: solid 1px #efefef;
}
.freeClass .swiper-button-next:after,
.freeClass .swiper-button-prev:after {
  font-size: 14px;
  color: #BBBBBB;
}
.freeClass .swiper-button-next {
  right: 20px;
  background: #fafbfc url(../images/pre4.png) no-repeat center center;
}
.freeClass .swiper-button-prev {
  right: 45px;
  background: #fafbfc url(../images/pre3.png) no-repeat center center;
}
.newsPage ul {
  text-align: center;
}
.newsPage ul li {
  border: 1px solid #e5e5e5;
  height: 36px;
  line-height: 36px;
  min-width: 20px;
  text-align: center;
  color: #999999;
  font-size: 14px;
  padding: 0 8px;
  display: inline-block;
  margin-right: 3px;
}
.newsPage ul li a {
  display: block;
}
.newsPage ul li.active {
  background-color: #e74938;
  border: 1px solid #e74938;
}
.newsPage ul li.active a {
  color: #FFFFFF;
}
.newsPage .col li.active {
  background-color: #626988;
  border: 1px solid #626988;
}
@media (max-width: 768px) {
  .newsPage ul {
    padding-bottom: 20px;
  }
  .newsPage ul li {
    font-size: 12px;
    display: none;
    height: 30px;
    line-height: 30px;
    min-width: 14px;
  }
  .newsPage ul .firstPage,
  .newsPage ul .upPage,
  .newsPage ul .downPage,
  .newsPage ul .active,
  .newsPage ul .morePage,
  .newsPage ul .lastPage {
    display: inline-block;
  }
}
.newsDetailsTemplate {
  padding: 25px 20px ;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .newsDetailsTemplate {
    padding: 25px 15px;
  }
}
.newsDetailsTemplate .detailsContent .dtTitle {
  padding: 30px 0;
  border-bottom: 1px solid #e6e4e4;
}
.newsDetailsTemplate .detailsContent .dtTitle h3 {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 25px;
}
.newsDetailsTemplate .detailsContent .dtTitle dl {
  text-align: center;
}
.newsDetailsTemplate .detailsContent .dtTitle dl dd {
  font-size: 12px;
  display: inline-block;
  color: #999999;
  margin-right: 25px;
}
.newsDetailsTemplate .detailsContent .dtTitle dl dd i {
  color: #333333;
}
.newsDetailsTemplate .detailsContent .dtTitle dl dd a {
  color: #e74a38;
  text-decoration: underline;
}
.newsDetailsTemplate .detailsContent .dtmain {
  margin-top: 30px;
}
.newsDetailsTemplate .detailsContent .dtmain p {
  text-align: justify;
  margin-bottom: 2px;
  color: #333333;
  font-size: 14px;
  line-height: 22px;
}
.newsDetailsTemplate .detailsContent .dtmain p img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
}
.newsDetailsTemplate .detailsContent .dtmain table {
  text-align: center;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  display: none;
}
.newsDetailsTemplate .detailsContent .dtmain table.active {
  display: table;
  width: 100%;
}
.newsDetailsTemplate .detailsContent .dtmain table.col tr td a {
  border: solid 1px #faad14;
  color: #faad14;
}
.newsDetailsTemplate .detailsContent .dtmain table.col tr td a:hover {
  background-color: #faad14;
}
.newsDetailsTemplate .detailsContent .dtmain table tr th {
  font-size: 14px;
  color: #333333;
  background: #f3f3f3;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  height: 40px;
  text-align: center;
}
.newsDetailsTemplate .detailsContent .dtmain table tr th:first-of-type {
  width: 280px;
}
.newsDetailsTemplate .detailsContent .dtmain table tr th:nth-of-type(2) {
  width: 130px;
}
.newsDetailsTemplate .detailsContent .dtmain table tr th:nth-of-type(3) {
  width: 90px;
}
.newsDetailsTemplate .detailsContent .dtmain table tr td {
  font-size: 14px;
  color: #333333;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  height: 36px;
}
.newsDetailsTemplate .detailsContent .dtmain > div {
  padding: 10px 0;
}
.newsDetailsTemplate .detailsContent .dtmain > div img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.newsDetailsTemplate .detailsContent .dtmain > div > p {
  display: inline-block;
  margin-left: 5px;
}
.newsDetailsTemplate .detailsContent .dtmain a {
  color: #ff4343;
}
.newsDetailsTemplate .detailsContent .dtswitchover {
  margin-top: 30px;
  border-top: 1px solid #e6e4e4;
  padding: 18px 0;
  overflow: hidden;
}
.newsDetailsTemplate .detailsContent .dtswitchover a {
  display: block;
  max-width: 49%;
  overflow: hidden;
  color: #333333;
}
.newsDetailsTemplate .detailsContent .dtswitchover a i {
  color: #999999;
}
.newsDetailsTemplate .detailsContent .dtswitchover a.up {
  float: left;
}
.newsDetailsTemplate .detailsContent .dtswitchover a.down {
  float: right;
}
@media (max-width: 768px) {
  .newsDetailsTemplate .detailsContent .dtTitle {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .newsDetailsTemplate .detailsContent .dtTitle h3 {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 10px;
  }
  .newsDetailsTemplate .detailsContent .dtswitchover {
    margin-top: 20px;
    padding: 10px 0;
  }
  .newsDetailsTemplate .detailsContent .dtswitchover a {
    max-width: 100%;
    margin-bottom: 5px;
  }
  .newsDetailsTemplate .detailsContent .dtswitchover a.up {
    float: none;
  }
  .newsDetailsTemplate .detailsContent .dtswitchover a.down {
    float: none;
  }
}
.newsDetailsTemplate .detailsAppend h3 {
  font-size: 18px;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
.newsDetailsTemplate .detailsAppend h5 {
  font-size: 16px;
  color: #444444;
}
.newsDetailsTemplate .detailsAppend .detailsInfor {
  margin: 20px 0 0;
  border: solid 1px #f3f3f3;
  padding: 35px 30px 40px;
}
@media (max-width: 540px) {
  .newsDetailsTemplate .detailsAppend .detailsInfor {
    padding: 25px 30px 25px;
  }
}
.newsDetailsTemplate .detailsAppend .detailsInfor ul {
  text-align: center;
  margin: 10px 0 0;
}
.newsDetailsTemplate .detailsAppend .detailsInfor ul li {
  display: inline-block;
  margin: 10px 10px;
}
.newsDetailsTemplate .detailsAppend .detailsInfor ul li input {
  border: none;
  background: transparent;
  width: 189px;
  border-bottom: 1px solid #EEEEEE;
  color: #666666;
  padding: 8px 0;
}
@media (max-width: 540px) {
  .newsDetailsTemplate .detailsAppend .detailsInfor ul li input {
    width: 230px;
  }
}
.newsDetailsTemplate .detailsAppend .detailsInfor ul li input::-webkit-input-placeholder {
  color: #ccc;
}
.newsDetailsTemplate .detailsAppend .detailsInfor a {
  display: block;
  margin: 20px auto 0;
  width: 211px;
  height: 48px;
  background-image: linear-gradient(270deg, #e96341 0%, #e74a39 100%);
  box-shadow: 0px 0px 8px 0px rgba(233, 99, 65, 0.5);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-align: center;
  line-height: 48px;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: bold;
}
.newsDetailsTemplate .detailsAppend .detailsInfor a.col {
  background: #029491;
  box-shadow: none;
}
.newsDetailsTemplate .detailsAppend .detailsCourse {
  overflow-x: auto;
  margin-top: 30px;
}
.newsDetailsTemplate .detailsAppend .detailsCourse > div {
  width: 644px;
  margin: 0 auto;
}
.newsDetailsTemplate .detailsAppend .detailsCourse .courseTitle {
  position: relative;
  height: 38px;
  overflow: hidden;
}
.newsDetailsTemplate .detailsAppend .detailsCourse .courseTitle span {
  position: absolute;
  width: 108px;
  background: url(../images/l.png) no-repeat left center;
  color: #FFFFFF;
  padding: 9px 10px 9px 20px;
}
.newsDetailsTemplate .detailsAppend .detailsCourse .courseTitle ul {
  padding-top: 5px;
  padding-right: 40px;
  padding-left: 130px;
  background: #e74838;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.newsDetailsTemplate .detailsAppend .detailsCourse .courseTitle ul li {
  color: #FFFFFF;
  padding: 6px 10px;
  cursor: pointer;
}
.newsDetailsTemplate .detailsAppend .detailsCourse .courseTitle ul li.on {
  border-radius: 8px 8px 0 0;
  background: #FFFFFF;
  color: #e74838;
}
.newsDetailsTemplate .detailsAppend .detailsCourse .courseTitle ul.col {
  background: #029491;
}
.newsDetailsTemplate .detailsAppend .detailsCourse .courseTitle ul.col li.on {
  color: #029491;
}
.newsDetailsTemplate .detailsAppend .detailsCourse .courseList table {
  text-align: center;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  display: none;
}
.newsDetailsTemplate .detailsAppend .detailsCourse .courseList table.active {
  display: table;
  width: 100%;
}
.newsDetailsTemplate .detailsAppend .detailsCourse .courseList table.col tr td a {
  border: solid 1px #faad14;
  color: #faad14;
}
.newsDetailsTemplate .detailsAppend .detailsCourse .courseList table.col tr td a:hover {
  background-color: #faad14;
}
.newsDetailsTemplate .detailsAppend .detailsCourse .courseList table tr th {
  font-size: 14px;
  color: #333333;
  background: #f3f3f3;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  height: 40px;
  text-align: center;
}
.newsDetailsTemplate .detailsAppend .detailsCourse .courseList table tr th:first-of-type {
  width: 280px;
}
.newsDetailsTemplate .detailsAppend .detailsCourse .courseList table tr th:nth-of-type(2) {
  width: 130px;
}
.newsDetailsTemplate .detailsAppend .detailsCourse .courseList table tr th:nth-of-type(3) {
  width: 90px;
}
.newsDetailsTemplate .detailsAppend .detailsCourse .courseList table tr td {
  font-size: 12px;
  color: #333333;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  height: 36px;
}
.newsDetailsTemplate .detailsAppend .detailsCourse .courseList table tr td a {
  display: inline-block;
  width: 72px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: solid 1px #e74838;
  color: #e74838;
  transition: all 0.1s;
}
.newsDetailsTemplate .detailsAppend .detailsCourse .courseList table tr td a:hover {
  background-color: #e74838;
  color: #FFFFFF;
}
.newsDetailsTemplate .detailsAppend .detailsArticle {
  border: solid 1px #f3f3f3;
  margin-top: 30px;
}
.newsDetailsTemplate .detailsAppend .detailsArticle .arttitle {
  background: #f7f9f9;
  padding: 24px 18px;
}
@media (max-width: 768px) {
  .newsDetailsTemplate .detailsAppend .detailsArticle .arttitle {
    padding: 13px 15px;
  }
}
.newsDetailsTemplate .detailsAppend .detailsArticle .arttitle h5 {
  position: relative;
  padding-left: 13px;
}
.newsDetailsTemplate .detailsAppend .detailsArticle .arttitle h5::before {
  width: 3px;
  background-color: #e74838;
  content: '';
  position: absolute;
  left: 0;
  height: 24px;
}
.newsDetailsTemplate .detailsAppend .detailsArticle .arttitle h5.col::before {
  background-color: #029491;
}
.newsDetailsTemplate .detailsAppend .detailsArticle .artlist {
  padding: 20px 50px 18px;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newsDetailsTemplate .detailsAppend .detailsArticle .artlist a {
  margin: 0px 0 16px;
  width: 45%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 18px;
  background: url(../images/dian.png) no-repeat left center;
}
.newsDetailsTemplate .detailsAppend .detailsArticle .artlist a:hover {
  color: #e04738;
}
.newsDetailsTemplate .detailsAppend .detailsArticle .artlist.col a:hover {
  color: #029491;
}
@media (max-width: 768px) {
  .newsDetailsTemplate .detailsAppend .detailsArticle .artlist {
    padding: 14px 15px;
  }
  .newsDetailsTemplate .detailsAppend .detailsArticle .artlist a {
    width: 100%;
    margin: 3px 0;
  }
}
.newsDetailsTemplate .detailsAppend .detailsState {
  margin-top: 30px;
  border: solid 1px #f3f3f3;
  padding: 24px 12px;
}
@media (max-width: 768px) {
  .newsDetailsTemplate .detailsAppend .detailsState {
    padding: 15px 12px;
  }
}
.newsDetailsTemplate .detailsAppend .detailsState h5 {
  margin-bottom: 8px;
}
.newsDetailsTemplate .detailsAppend .detailsState p {
  font-size: 12px;
  line-height: 24px;
  color: #999999;
}
