﻿.estimate-index-wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  border-top: 1px solid #dddddd;
  margin: 0 auto;
}

.estimate-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1080px;
  background: #fff;
  margin: 0 auto;
  padding-top: 30px;
}

.img-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: inline;
  position: relative;
}
li.training-sub {
  float: left;
}

/* 主导航 */

.left {
  width: 704px;
}

.nav {
  position: relative;
  width: 100%;
  height: 681px;
}

.nav>p {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100px;
  font-size: 24px;
  text-align: center;
  line-height: 100px;
}

/* 副导航 */

.sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.sub-nav>div {
  width: 35%;
  position: relative;
}

.sub-nav>div:nth-of-type(2) {
  margin: 0 20px;
}

.sub-nav .img-wrap {
  width: 100%;
  height: 180px;
}

.sub-nav p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 60px;
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 20px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.information-content{
  background-color: #F4F6F8;
  padding-bottom: 24px;
}
.information-content-middle{
  width: 1080px;
  margin: 0 auto;
}

/* END */

/* 头部图片 */

.nav>ul {
  overflow: hidden;
}

li.top-sub {
  height: 138px;
  width: 704px;
  padding-bottom: 7px;
}
.top-sub-ul .top-sub{
  height: 124px;
  width: 235px;
  padding-bottom: 7px;
}
.img-wrap img{
  width: 235px;
  height: 124px;
}
.title-time{
  font-size: 12px;
  color: #9FA5BB;
  text-align: right;
  margin-top: -21px;
  padding-right: 13px;
}

/* .nav>ul .top-sub img,
.right>ul img {
  width: 100%;
  height: 100%;
} */

/* .nav>ul .top-sub:nth-of-type(2) {
  margin: 0 20px;
} */

.nav .title-sub {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  height: 124px;
}

.title-sub .title-content {
  color: #59607B;
  font-size: 12px;
  margin-top: 19px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.title-content{
  width: 430px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 19px;
  font-size: 12px;
  
}
.swiper-container {
   width: 100%; 
   height: 100%;
  }
.swiper-slide > a, .swiper-slide > a > img {
   display: block; 
   height: 100%;
   width: 100%; 
  }
.swiper-slide-recommend >a, .swiper-slide-recommend > a > img{
  display: block;
  background-color: #fff;
}
.swiper-container-recommend, .swiper-container-video{
  position: initial !important;
}
.swiper-pagination-recommend{
  bottom: 339px !important;
  left: 76px !important;
  width: 100%;
}
.swiper-pagination-video {
  bottom: 213px !important;
  left: 59px !important;
  width: 100%;
  position: absolute !important;
}
.swiper-pagination-recommend span, .swiper-pagination-video span{
  background-color: #3091f2 !important;
}
.button-next-img, .button-prev-img{
  background-image: none !important;
}
.button-next-img img, .button-prev-img img{
  width: 18px;
  height: 18px;
}
.button-prev-img {
  top: 41px !important;
  position: absolute !important;
  left: 135px !important;
}
.button-next-img {
  top: 41px !important;
  position: absolute !important;
  left: 261px !important;
}
.recommend-left, .recommend-right{
  background-image: none !important;
}
.recommend-left {
  position: absolute !important;
  top: 44px !important;
  left: 142px !important;
}
.recommend-right {
  position: absolute !important;
  top: 45px !important;
  left: 261px !important;
}

/* END */

/* 主文章 */

.main-content:nth-last-child(1) {
  margin-bottom: 60px;
}

.main-art .bar {
  overflow: hidden;
}

.main-art img,
.news-flash img
 {
  width: 100%;
  height: 100%;
}

.main-content>li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.main-content .img-wrap {
  width: 289px;
  height: 160px;
  margin-right: 30px;
}

.main-content .content {
  position: relative;
  width: 525px;
  height: 160px;
}

.main-content .content h2 {
  font-size: 24px;
  color: #303445;
  margin-bottom: 20px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main-content .content p {
  font-size: 14px;
  line-height: 20px;
  color: #59607b;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main-content .content .tagging {
  position: absolute;
  width: 100%;
  bottom: -4px;
  left: 0;
}

.main-content .content a.click-open {
  position: absolute;
  bottom: -5px;
  right: 0;
  width: auto;
  height: auto;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  background: #3091f2;
}

.main-content .content .tagging span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
  font-size: 12px;
  color: #9fa5bb;
}

.paging {
  width: 400px;
  margin: 0 auto;
  margin-bottom: 60px;
  margin-top: 60px;
  text-align: center;
}

.paging span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 120px;
  height: 40px;
  border: 1px solid #3091f2;
  border-radius: 2px;
  font-size: 14px;
  color: #3091f2;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

/* news */

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

.news>div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 210px;
  width: 268px;
}

.news>div:nth-of-type(2) {
  margin: 0 20px;
}

.news>div a {
  position: relative;
}

.news>div .mask>div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}

.news>div .mask {
  position: absolute;
  top: -193px;
  left: 0;
  width: 268px;
  height: 210px;
  background: rgba(0, 0, 0, 0.5);
}

.news>div h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news>div p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 图片 */

.right>ul {
  width: 296px;
}

.right>ul li {
  width: 296px;
  height: 180px;
  margin-bottom: 10px;
}

/* END */

/* right-img */

.right {
  width: 326px;
  margin-left: 50px;
}

.right>div {
  padding: 10px;
  height: 379px;
}

.right>.img-wrap {
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
}

.right>.img-wrap-z {
  width: 296px;
  margin-top: 30px;
}

.right>.img-wrap-z img {
  width: 100%;
  height: 100%;
}

/* new-flash */

.news-flash {
  margin-top: 20px;
}

.news-flash .title,
.hot-art .title,
.main-art .title {
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  color: #3091f2;
}

.main-art .title {
  display: inline-block;
  border-bottom: none;
  color: #3091f2;
}

.news-flash .title a,
.hot-art .title a,
.main-art .title a {
  color: #3091f2;
}

.news-flash h2 a,
.hot-art h2 a {
  font-size: 14px;
  color: #9fa5bb;
  float: right;
  margin-right: 10px;
  margin-top: 5px;
}

.news-flash h2 a .icon-more {
  font-size: 14px;
  position: relative;
  top: 1px;
}

.news-flash li {
  width: 296px;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0px;
}

.news-flash li a {
  position: relative;
}

.news-flash li a::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: '·';
  font-size: 16px;
  color: rgb(48, 145, 242);
  margin-right: 5px;
}

.news-flash li p {
  color: #59607b;
  font-size: 14px;
  line-height: 22px;
  margin: 0px 0px 20px 10px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-flash li span {
  color: #9fa5bb;
  font-size: 12px;
  line-height: 22px;
  padding-left: 10px;
}

/* END */

/* hot-art */

.hot-art {
  width: 326px;
  height: 643px !important;
  background-color: #F5F6FA;
  margin-top: 21px;
}
.hot-art img{
  width: 300px;
  height: 197px;
}
.hot-art div{
  text-align: center;
  overflow: hidden;
}
/* .hot-art li {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
} */

.hot-art li a,
.main-content>li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}


.hot-art .content {
  position: relative;
  width: 54%;
}

.hot-art .content p {
  font-size: 14px;
  color: #59607b;
  line-height: 22px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hot-art .content span {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #9fa5bb;
  font-size: 12px;
  line-height: 22px;
}
.develop-competition {
  width: 274px;
  height: 180px;
  background-color: #FFFFFF;
  color: #303445;
  margin: 0 auto;
  position: relative;
  top: -45px;
}
.develop-competition a:hover{
  color: #3091f2;
}
.develop-competition-title{
  font-size: 16px;
  height: 51px;
  line-height: 53px;
  border-bottom: 1px solid #F2F2F2;
}
.competition-content{
  padding: 17px;

}
.develop-competition-p{
  font-size: 12px;
  line-height: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: left;
}
.video-tutorials{
  width: 300px;
  height: 250px;
  background-color: #FFFFFF;
  color: #303445;
  margin: 0 auto;
  position: relative;
}
.video-tutorials-title {
  font-size: 18px;
  height: 51px;
  line-height: 53px;
  text-align: left;
  padding-left: 13px;
  font-weight: 600;
}
.play{
  width: 50px !important;
  height: 50px !important;
  position: relative;
  top: -133px;
  z-index: 999;
  left: 121px;
}
.video-img{
  position: relative;
  top: -75px;
}
.recommend{
  width: 326px;
  height: 379px;
  background-color: #FFFFFF;
  color: #59607B;
  padding: 0 !important;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.recommend-title, .hot-label-title{
  font-size: 18px;
  height: 51px;
  line-height: 53px;
  text-align: left;
  padding-left: 23px;
  font-weight: 600;
}
.recommend img{
  width: 270px !important;
  height: 176px !important;
  padding: 0 28px;
}
.app-develop, .case-evaluation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1080px;
  margin: 0 auto;
}
.recommend-content-title {
  font-size: 18px;
  font-weight: 600;
}
.recommend-content-title:hover{
  color: #3091f2;
}
.recommend-article {
  font-size: 12px;
  margin-top: 4px;
  width: 266px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommend-content{
  padding: 17px 29px 20px 28px;
  text-align: left;
}
.develop-nav{
  position: relative;
  width: 100%;
  background-color: #fff;
  height: 165px;
}
li.develop-sub {
  width: 235px;
  display: inline-block;
  margin: 0 -7px;
  margin-left: 1px;
}
.develop-sub img{
  width: 235px;
  height: 127px;
}
.develop-nav-ul{
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 16px;
}
.title-sub{
  display: inline-block;
  vertical-align: top;
}
.title-sub h2{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 440px;
  font-size: 16px;
}
.top-sub {
  padding: 20px 0;
}
.sub-title{
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
}
.sub-title h2{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
}
.hot-label {
  width: 326px;
  height: 164px !important;
  background-color: #fff;
  margin-top: 20px !important;
  padding: 0 !important;
  margin: 0 auto;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hot-label-div{
  margin-top: -10px;
  padding: 0 23px;
}
.hot-label-p:hover{
  color: #3091f2;
}
.hot-label-div span{
  margin: 0 23px;
  margin-left: 0;
  display: inline-block;
}
.hot-label-p{
  font-size: 12px;
  color: #59607b;
  line-height: 29px;
}
.case-content-ul .case-sub1 img{
  width: 276px;
  height: 220px;
}
.case-content-ul .case-sub2 img{
  width: 416px;
  height: 220px;
}
.case-content-ul .case-sub3 img{
  width: 704px;
  height: 206px;
}
.case-content-ul .case-sub1, .case-content-ul .case-sub2{
  float: left;
}
.case-content-ul .case-sub2{
  margin-left: 12px;
}
.case-sub1, .case-sub2, .case-sub3{
  position: relative;
}
li.case-sub3 {
  margin-top: 8px;
}
li.case-sub4 {
  margin: 8px 0;
  margin-top: 0;
}
.case-sub2 a:nth-child(2) p{
  position: absolute;
  color: #fff;
  top: -193px;
  left: 1px;
  z-index: 999;
  width: 404px;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
}
.case-sub2 a:nth-child(3) p{
  position: absolute;
  color: #fff;
  top: -84px;
  left: 4px;
  z-index: 999;
  width: 398px;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}
.case-sub2 a:nth-child(4) p{
  position: absolute;
  color: #fff;
  top: -58px;
  left: 4px;
  z-index: 999;
  width: 398px;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}
.case-sub2 a:nth-child(5) p{
  position: absolute;
  color: #fff;
  top: -32px;
  left: 4px;
  z-index: 999;
  width: 398px;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}
.daily-assessment{
  position: absolute;
  color: #fff;
  top: 41px;
  left: 15px;
  z-index: 999;
  width: 234px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
}
.case-sub3 a:nth-child(2) p{
  position: absolute;
  color: #fff;
  top: -109px;
  left: 15px;
  z-index: 999;
  width: 234px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  height: 22px;
}
.case-sub3 a:nth-child(3) p{
  position: absolute;
  color: #fff;
  top: -80px;
  left: 15px;
  z-index: 999;
  width: 234px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  height: 22px;
}
.case-sub3 a:nth-child(4) p{
  position: absolute;
  color: #fff;
  top: -51px;
  left: 15px;
  z-index: 999;
  width: 234px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  height: 22px;
}
.case-sub3 a:nth-child(5) p{
  position: absolute;
  color: #fff;
  top: -22px;
  left: 15px;
  z-index: 999;
  width: 234px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  height: 22px;
}
.case-sub3 a:nth-child(6) p{
  position: absolute;
  color: #fff;
  top: -109px;
  left: 468px;
  z-index: 999;
  width: 234px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  height: 22px;
}
.case-sub3 a:nth-child(7) p{
  position: absolute;
  color: #fff;
  top: -80px;
  left: 468px;
  z-index: 999;
  width: 234px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  height: 22px;
}
.case-sub3 a:nth-child(8) p{
  position: absolute;
  color: #fff;
  top: -51px;
  left: 468px;
  z-index: 999;
  width: 234px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  height: 22px;
}
.case-sub3 a:nth-child(9) p{
  position: absolute;
  color: #fff;
  top: -22px;
  left: 468px;
  z-index: 999;
  width: 234px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  height: 22px;
}
.case-content-ul .case-sub1 .case-content-title{
  color: #fff;
  width: 261px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 15px;
}
.mongolian-layer2 {
  background-color: rgba(0,0,0,.3);
  position: absolute;
  top: -203px;
  height: 220px;
  width: 100%;
}
.mongolian-layer3 {
  background-color: rgba(0,0,0,.3);
  position: absolute;
  top: -189px;
  height: 206px;
  width: 100%;
}
.editor-selection {
  width: 300px;
  height: 369px !important;
  background-color: #fff;
}
p.editor-selection-title {
  color: #303445;
  font-size: 18px;
  font-weight: 600;
  padding-left: 18px;
  height: 51px;
  border-bottom: 1px dashed #D5D5DE;
  line-height: 50px;
}
.app-application-title{
  color: #303445;
  font-size: 18px;
  font-weight: 600;
  padding-left: 18px;
  height: 51px;;
  line-height: 50px;
}
.editor-selection-content p {
  height: 53px;
  border-bottom: 1px dashed #D5D5DE;
  line-height: 53px;
  color: #303445;
  font-size: 14px;
  width: 260px;
  margin: 0 auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.editor-selection-content a:last-child p{
  border-bottom:none; 
}
.editor-selection-content p:hover{
  color: #3091f2;
}
.app-application{
  width: 300px;
  height: 433px !important;
  background-color: #fff;
  margin-top: 13px;
}
.app-application-ul{
  text-align: center;
}
.case-sub4 img, .case-sub5 img{
  width: 270px;
  height: 176px;
}
.case-right{
  width: 326px;
  height: 814px;
  background-color: #F5F6FA;
  padding: 13px;
  margin-left: 50px;
}

.case-module{
  background-color: #fff;
  padding-bottom: 31px;
}
.case-info-section{
  width: 1080px;
  margin: 0 auto;
}
.training-class{
  background-color: #F4F6F8;
  padding-bottom: 95px;
}
.training-class-content{
  margin: 0 auto;
  width: 1080px;
}
.training-class-ul img{
  width: 342px;
  height: 200px;
}
.training-class-right{
  width: 326px;
  height: 1020px;
  float: left;
  margin-left: 50px;
  text-align: center;
}
.training-class-subject, .training-content, .training-class-ul{
  display: inline-block;
}
.training-content{
  width: 704px;
  background-color: #fff;
  text-align: left;
  height: 200px;
  margin-top: -6px;
}
.training-class-ul .training-sub:nth-child(2){
  margin-left: 20px;
} 
.training-class-left{
  vertical-align: top;
  width: 704px;
  float: left;
}
.star-lecturer {
  width: 704px;
  height: 408px;
  background-color: #fff;
  margin-top: 20px;
}
p.star-lecturer-title {
  color: #303445;
  font-size: 18px;
  text-align: center;
  height: 60px;
  line-height: 59px;
}
.star-lecturer-sub img{
  width: 216px;
  height: 326px;
}
li.star-lecturer-sub {
  display: inline-block;
  margin: 0 5px;
}
.training-class-selection {
  background-color: #fff;
  height: 379px;
}
.training-article {
  text-align: left;
  color: #303445;
  font-size: 14px;
  line-height: 34px;
  padding-left: 20px;
}
.training-article:hover{
  color: #3091f2;
}
.training-article-div{
  position: relative;
  top: -9px;
}
ul.training-class-ul2 {
  margin-top: 13px;
}
.training-sub-title{
  position: absolute;
  color: #fff;
  width: 342px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: rgba(0, 0, 0, .3);
  top: -33px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.training-sub1-title{
  position: absolute;
  color: #fff;
  width: 326px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: rgba(0, 0, 0, .3);
  top: -33px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.video-title{
  position: absolute;
  color: #fff;
  width: 326px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: rgba(0, 0, 0, .3);
  top: 147px;
  z-index: 999;
}
.classic-case{
  width: 336;
  height: 407px;
  background-color: #fff;
  margin-top: 239px;
}
li.training-article {
  line-height: 48px;
}
.training-article p{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.classic-case-title{
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding-left: 28px;
  line-height: 64px;
  height: 54px;
}
.classic-case-content{
  line-height: 43px;
  font-size: 14px;
}
span.circular-point {
  font-size: 30px;
  vertical-align: top;
  color: #3091f2;
}
.circular-point-p{
  text-align: left;
  padding-left: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 284px;
}
.circular-point-p:hover{
  color: #3091f2;
}
/* END */

/* 分页 */

.see-more {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1200px;
  /* background: #fff; */
  font-size: 12px;
  margin: 0 auto 80px;
  text-align: center;
  padding: 10px;
  color: #59607B;
  border-radius: 1px;
}

.tpl-pagination {
  margin: 0 auto;
  text-align: center;
}

.tpl-pagination a.active,
.tpl-pagination a:hover {
  color: #FFF !important;
  background-color: #0087D1;
}

.tpl-pagination a {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border: 1px solid #3091f2;
  padding: 4px 15px;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  color: #333;
}
.training-sub1 img{
  width: 326px;
  height: 197px;
}
.training-sub2 img{
  width: 326px;
  height: 200px;
}

/* END */

/* 轮播 */

.css-banner {
  position: relative;
  margin-bottom: 20px;
  height: 379px;
}

.css-slider-wrapper {
  display: block;
  background: #FFF;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.css-slider-wrapper input {
  visibility: hidden;
}

/* Slider */

.slider {
  width: 100%;
  height: 100%;
  background: red;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transition: opacity 1600ms;
  -webkit-transition: opacity 1600ms, -webkit-transform 1600ms;
  transition: opacity 1600ms, -webkit-transform 1600ms;
  transition: opacity 1600ms, transform 1600ms;
  transition: opacity 1600ms, transform 1600ms, -webkit-transform 1600ms;
}

.slider>a {
  display: block;
  width: 100%;
  height: 100%;
}

.slider>a>img {
  width: 100%;
  height: 100%;
}

/* each slide backgound color */

.slide1 {
  background: #00bcd7;
}

.slide2 {
  background: #009788;
}

.slide3 {
  background: #ff5608;
}

.slide4 {
  background: #607d8d;
}

.slide5 {
  background: #607d8d;
}

.slide6 {
  background: #607d8d;
}

.slide7 {
  background: #607d8d;
}

.slide8 {
  background: #607d8d;
}

.slide9 {
  background: #607d8d;
}

.slide10 {
  background: #607d8d;
}

.slider>div {
  text-align: center;
}

/* Next and Preive arrow */

.control {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 55;
}

.control label {
  position: relative;
  z-index: 0;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 50px;
  color: #FFF;
  cursor: pointer;
  opacity: 0.2;
}

.control label::before,
.control label::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #fff;
}

.next.control label::before {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.next.control label::after {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.previous.control label::before {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.previous.control label::after {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.control label:hover {
  opacity: 0.5;
}

.next {
  right: 1%;
}

.previous {
  left: 1%;
}

/* Slider Pagger */

.slider-pagination {
  position: absolute;
  bottom: 20px;
  width: 150px;
  z-index: 1000;
  right: 0px;
  padding-right: 33px;
}

.slider-pagination label {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 3px;
  cursor: pointer;
  border-radius: 20px;
}

/* Slider Pagger arrow event */

.slide-radio1:checked~.next .numb2,
.slide-radio2:checked~.next .numb3,
.slide-radio3:checked~.next .numb4,
.slide-radio3:checked~.next .numb4,
.slide-radio4:checked~.next .numb5,
.slide-radio5:checked~.next .numb6,
.slide-radio6:checked~.next .numb7,
.slide-radio7:checked~.next .numb8,
.slide-radio8:checked~.next .numb9,
.slide-radio9:checked~.next .numb10,
.slide-radio2:checked~.previous .numb1,
.slide-radio3:checked~.previous .numb2,
.slide-radio4:checked~.previous .numb3,
.slide-radio5:checked~.previous .numb4,
.slide-radio6:checked~.previous .numb5,
.slide-radio7:checked~.previous .numb6,
.slide-radio8:checked~.previous .numb7,
.slide-radio9:checked~.previous .numb8,
.slide-radio10:checked~.previous .numb9 {
  display: block;
  z-index: 1
}

/* Slider Pagger event */

.slide-radio1:checked~.slider-pagination .page1,
.slide-radio2:checked~.slider-pagination .page2,
.slide-radio3:checked~.slider-pagination .page3,
.slide-radio4:checked~.slider-pagination .page4,
.slide-radio5:checked~.slider-pagination .page5,
.slide-radio6:checked~.slider-pagination .page6,
.slide-radio7:checked~.slider-pagination .page7,
.slide-radio8:checked~.slider-pagination .page8,
.slide-radio9:checked~.slider-pagination .page9,
.slide-radio10:checked~.slider-pagination .page10 {
  background: #3091F2;
}

/* Slider slide effect */

.slide-radio1:checked~.slide1,
.slide-radio2:checked~.slide2,
.slide-radio3:checked~.slide3,
.slide-radio4:checked~.slide4,
.slide-radio5:checked~.slide5,
.slide-radio6:checked~.slide6,
.slide-radio7:checked~.slide7,
.slide-radio8:checked~.slide8,
.slide-radio9:checked~.slide9,
.slide-radio10:checked~.slide10 {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .slider h2 {
    font-size: 20px;
  }
  .slider>div {
    padding: 0 2%
  }
  .control label {
    font-size: 35px;
  }
  .slider .button {
    padding: 0 15px;
  }
}

/* side-item */

.right-side-section {
  padding: 0 10px !important;
}

.right-side-section .side-title {
  padding: 20px 0;
}

.right-side-section .side-title a:first-child {
  font-size: 20px;
  color: #303445;
  font-weight: 600;
}

.right-side-section .side-title .more {
  float: right;
  position: relative;
  top: 5px;
  font-size: 14px;
  color: #9FA5BB;
}

.right-side-section .side-title i {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.side-title{
  border-bottom: 1px solid #D5D5DE;
}
.side-title span{
  font-size: 18px;
  font-weight: 600;
}
a.another-batch {
  float: right;
  color: #9FA5BB;
  font-size: 14px;
  margin-top: 2px;
}
.another-batch img{
  width: 19px;
  vertical-align: top;
}
.today-hot{
  color: #303445;
  font-size: 14px;
  line-height: 40px;
  padding-top: 5px;
}
.today-hot a:hover{
  color: #3091f2;
}
.another-batch{
  float: right;
  cursor: pointer;
  color: #9FA5BB;
  font-size: 14px;
}
.today-hot2, .today-hot3{
  display: none;
}
.today-hot li{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 326px;
}
.today-hot img{
  height:13px;
  width: 7px;
  vertical-align: text-top;
  margin-top: 3px;
}
.right-side-section .first-item .item-title {
  font-size: 14px;
  font-weight: 900;
}

.right-side-section .first-item .item-img {
  display: inline-block;
  margin-right: 10px;
  width: 110px;
  height: 80px;
  vertical-align: middle;
  overflow: hidden;
}

.right-side-section .first-item .item-txt {
  display: -webkit-inline-box;
  width: 140px;
  vertical-align: top;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #59607B;
}

.right-side-section .first-item .item-detail {
  padding: 10px 0;
  border-bottom: 1px solid #EAEDF6;
}

.right-side-section .items-ul {
  padding-bottom: 10px;
}

.right-side-section .items-ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  font-size: 14px;
}

.right-side-section .items-ul li:first-child {
  white-space: normal;
}

.right-side-section .items-ul li:nth-child(2) {
  margin-top: 10px;
}

.right-side-section .items-ul li::before {
  content: '•';
  display: inline-block;
  margin-right: 10px;
  color: #3091f2;
  opacity: .5;
}

.right-side-section .items-ul li:first-child::before {
  display: none;
}

.right-side-section .items-ul a {
  color: #59607B;
}

/* info-section */
.subscript {
  color: #303445;
  margin-top: 19px;
  font-size: 14px;
}
.subscript span{
  margin: 0 36px;
  margin-left: 0;
}
.section-title {
  padding: 20px 0;
  text-align: center;
}

.section-title .title-txt {
  font-size: 26px;
  color: #303445;
  font-weight: 600;
  letter-spacing: 22px;
}

.section-title .more {
  float: right;
  font-size: 14px;
  color: #9FA5BB;
}

.section-title .more i {
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.info-section .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info-section .info {
  position: relative;
  padding: 30px 30px 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

.info-section .info:nth-of-type(2n+1)::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 200%;
  height: 1px;
  background: #EAEDF6;
}

.info-section .info-title {
  padding-bottom: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  color: #2F3344;
}

.info-section .info-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-section .info-logo {
  margin-right: 15px;
  width: 145px;
  height: 100px;
  overflow: hidden;
}

.info-section .info-txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.info-section .info-txt-top {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.info-section .info-des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  font-size: 14px;
  color: #59607B;
}

.info-section .info-txt-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #9FA5BB;
}

.info-section .info-txt-bot .bottom-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.info-section .info-txt-bot .bottom-left .author {
  max-width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.info-section .info-txt-bot span {
  display: inline-block;
  vertical-align: middle;
}

/* recommend-list */

.mainContent-area .webapp-container {
  padding-top: 20px;
}

.mainContent-area .webapp-ul {
  position: relative;
  left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 880px;
}

.webapp-ul .webapp-item {
  position: relative;
  margin: 0 10px 20px;
  width: 273px;
  height: 180px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .05);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .05);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.webapp-ul .webapp-item:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(226, 226, 226, .8);
  box-shadow: 0px 10px 20px rgba(226, 226, 226, .8);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  z-index: 4;
}

.webapp-ul .webapp-item:hover .qrcode-area {
  display: block;
}

.webapp-item .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.webapp-item .item-top img {
  padding: 20px 10px 20px 20px;
  width: 65px;
  height: 65px;
}

.webapp-item .item-top .item-txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 20px;
  padding-right: 24px;
}

.webapp-item .item-top .item-name {
  padding-bottom: 6px;
  width: 130px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.webapp-item .item-top .item-description {
  display: -webkit-box;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #59607B;
}

.webapp-item .item-middle {
  padding-left: 20px;
}

.webapp-item .item-middle span {
  display: inline-block;
  margin-right: 10px;
  padding: 6px;
  min-width: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  border-radius: 13px;
  background: #E9EBF5;
  color: #9FA5BB;
}

.webapp-item .item-bottom {
  padding: 20px 20px 10px;
  font-size: 14px;
  color: #9FA5BB;
}

.webapp-item .item-bottom .icon-eye {
  font-size: 20px;
  vertical-align: sub;
  color: #D5D5DE;
}

.webapp-item .item-bottom .score-area {
  display: inline-block;
  width: 140px;
}

.webapp-item .item-bottom .view-area {
  float: right;
}

.webapp-item .item-bottom .score-stars {
  display: inline-block;
  height: 20px;
  font-size: 16px;
}

.webapp-item .item-bottom .score-num {
  display: inline-block;
  vertical-align: bottom;
}

.webapp-item .qrcode-area {
  position: absolute;
  top: 20px;
  right: 15px;
  display: none;
}

.webapp-item .qrcode-area .icon-look-qrcode {
  font-size: 20px;
}

.webapp-item .qrcode-area:hover .qrcode-window {
  display: block;
}

/* 评分 start */

.rate-star {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 12px;
  color: #e9e9e9;
  cursor: pointer;
  vertical-align: baseline;
}

.rate-star:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.rate-star-first {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

.rate-star-first,
.rate-star-second {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.anticon-star {
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rate-star-full .rate-star-second,
.rate-star-half .rate-star-first {
  color: #f5a623;
}

.rate-star-half .rate-star-first,
.rate-star-half .rate-star-second {
  opacity: 1;
}

/* 评分 end */

.qrcode-window {
  display: none;
  position: absolute;
  top: 28px;
  left: -176px;
  width: 200px;
  background: #fff;
  border: 1px solid #D5D5DE;
}

.qrcode-window:before {
  position: absolute;
  top: -6px;
  right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border: 1px solid #D5D5DE;
  border-bottom: 0;
  border-right: 0;
}

.qrcode-window img {
  display: inline-block;
  padding: 5px;
  width: 110px;
  height: 110px;
  font-size: 12px;
}

.qrcode-window .qrcode-txt {
  display: inline-block;
  width: 65px;
  padding-top: 52px;
  font-size: 12px;
  vertical-align: top;
}

.qrcode-window .qrcode-txt .icon-p {
  margin-bottom: 5px;
  font-size: 18px;
  color: #15D228;
}
.video-title{
  color: #fff;
  width: 300px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  bottom: 53px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.top-sub-ul .top-sub:hover{
  background-color: #fff;
}

.top-sub-ul .top-sub{
  transition: all .2s linear;
}
.top-sub h2:hover{
  color: #3091f2;
}
.top-sub-ul{
  display: flex;
  overflow: hidden;
}

/* END */

.title-bottom{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #9FA5BB;
}
.title-bottom span:nth-child(1){
  float: left;
}
.title-bottom span:nth-child(2){
  float: right;
}