/*course.html*/
.bulletin-list {
  padding: 0 10px;
}
.bulletin-list li {
  margin-top: 10px;
}
.bulletin-list .time {
  padding: 20px 0 10px;
  color: #999;
  text-align: center;
  font-size: 12px;
  line-height: 1em;
}
.bulletin-list .item {
  display: block;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.04);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.04);
}
.bulletin-list .img-box {
  overflow: hidden;
  padding-bottom: 42.9%;
  width: 100%;
  height: 0;
  text-align: center;
  line-height: 1em;
}
.bulletin-list .img-box > img {
  display: block;
  width: 100%;
}
.bulletin-list .text-box {
  overflow: hidden;
  padding: 10px 15px 5px;
  border-bottom: 1px solid #dbdbdb;
}
.bulletin-list h3 {
  margin-bottom: 8px;
  color: #2a3549;
  font-size: 14px;
  line-height: 1em;
}
.bulletin-list .text-box p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #999;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 1.5em;

  -webkit-line-clamp: 2;
}
.bulletin-list .toDetail {
  padding-left: 15px;
  color: #2a3549;
  font-size: 14px;
  line-height: 36px;
}

/*courseDetail.html*/
.course-detail {
  padding: 10px;
}
.course-detail .img-box {
  position: relative;
  overflow: hidden;
  padding-bottom: 69.2%;
  width: 100%;
  height: 0;
}
.course-detail .img-box img {
  width: 100%;
}

.course-detail .title {
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7em;
}
.course-detail .text {
  color: #999;
  font-size: 14px;
  line-height: 1.5em;
}

.course-detail p {
  word-break: break-all;
}
.img-box > .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  width: 27px;
  height: 27px;
  background: url(../img/gk-icon-1.png) no-repeat center;
  background-size: contain;
}
.option-box {
  position: absolute;
  bottom: 5px;
  left: 0;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
.option-box .option {
  position: relative;
  box-sizing: border-box;
  padding: 0 26px;
  width: 100%;
}
.option i {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/gk-icon-4.png) no-repeat center;
  background-size: contain;
}
.option i.icon-play {
  background: url(../img/gk-icon-2.png) no-repeat center;
  background-size: contain;
}
.option i.icon-all {
  right: 0;
  left: auto;
  background: url(../img/gk-icon-3.png) no-repeat center;
  background-size: contain;
}
.tempbox {
  position: relative;
  box-sizing: border-box;
  padding: 0 40px;
  width: 100%;
}
.irs {
  position: relative;
  display: block;
  height: 10px;
}
.irs-with-grid {
  height: 0.6rem;
}
.irs-line {
  position: relative;
  top: 0.45rem;
  display: block;
  overflow: hidden;
  height: 0.1rem;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  top: 0;
  display: block;
  height: 12px;
  background: #fff;
}
.irs-line-mid {
  left: 2.2%;
  width: 96%;
  height: 0.1rem;
  background: #fff;
}
.irs-min,
.irs-max {
  top: 0;
  padding: 1px 3px;
  border-radius: 4px;
  background: #fff;
  color: #999;
  text-shadow: none;
  font-size: 10px;
  line-height: 1.333em;
}
.irs-slider {
  position: absolute;
  top: 2px;
  z-index: 1;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  cursor: default;
}
.irs-slider.single {
  left: 10px;
}
.irs-slider.single:before {
  position: absolute;
  top: -50%;
  left: -100%;
  display: block;
  width: 300%;
  height: 200%;
  background: rgba(0, 0, 0, 0);
  content: "";
}
.irs-slider.from {
  left: 100px;
  display: none;
}
.irs-slider.to:before {
  position: absolute;
  top: -50%;
  left: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: "";
}
.irs-min {
  position: absolute;
  left: 0;
  display: block;
  cursor: default;
}
.irs-max {
  position: absolute;
  right: 0;
  display: block;
  cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  top: -0.06rem;
  left: 0;
  display: block;
  padding: 1px 5px;
  text-shadow: none;
  white-space: nowrap;
  font-size: 0;
  line-height: 1.333;
  cursor: default;
}
.irs .sz1 {
  position: absolute;
  top: -2px;
  left: -40px;
  color: #fff;
  font-size: 14px;
}
.irs .sz2 {
  position: absolute;
  top: -2px;
  right: -40px;
  color: #fff;
  font-size: 14px;
}
.seBox .irs .sz1,
.seBox .irs .sz2 {
  opacity: 0;
}

/*zjSc.html*/
.scTitle {
  padding: 10px;
  background: #fff;
  color: #333;
  font-size: 24px;
  line-height: 40px;
}
.scTitle .icon-phone {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/wenti_icon_app.png) no-repeat center center;
  background-size: contain;
  vertical-align: top;
  line-height: 40px;
}

.question-list {
  padding: 0 10px;
  background: #fff;
}
.question-list li {
  position: relative;
  border-top: 1px solid #e2e2e2;
  color: #333;
  font-size: 16px;
  line-height: 60px;
}
.question-list > li:first-child {
  border: 0;
}
.question-list > li > span {
  display: block;
  width: 100%;
  line-height: 60px;
}
.question-list li .arrowR {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.question-list > li > .arrowR {
  top: 25px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.question-list > li.open > .arrowR {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.de-list {
  display: none;
}
.de-list li {
  text-indent: 15px;
  font-size: 14px;
  line-height: 44px;
}
.question-list > li.open .de-list {
  display: block;
}

/*zjDetail.html*/
.zj-list {
  padding: 0 15px;
}
.zj-list h3 {
  color: #333;
  font-weight: bold;
  font-size: 14px;
  line-height: 35px;
}
.zj-list .text {
  padding: 11px 20px;
  border-radius: 4px;
  background: #fff;
  color: #666;
  font-size: 14px;
  line-height: 1.6em;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
}
.zj-btn {
  display: flex;
}
.zj-btn a {
  flex: 1;
  border-radius: 4px;
  background: #fff;
  color: #666;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
}
.zj-btn span {
  flex: 0 0 10px;
}
.zj-btn .btn-main {
  flex: 0.6;
  background: #108ee9;
  color: #fff;
}

/*zj.html*/
.zjTitle {
  padding: 10px 20px;
}
.zjTitle h1 {
  color: #333;
  font-weight: bold;
  font-size: 24px;
  line-height: 44px;
}
.zjTitle .input-box {
  position: relative;
  line-height: 44px;
}
.zjTitle .input-box input {
  display: block;
  padding: 10px 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #068cfe;
  background: transparent;
  color: #068cfe;
  font-size: 16px;
  line-height: 24px;
}
/*.zjTitle .input-box input::-webkit-input-placeholder,.zjTitle .input-box input:-moz-placeholder,.zjTitle .input-box input:-ms-input-placeholder {color:#bb0327;}
*/
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  　　color: #bb0327 !important;
}

.serve-list h3 {
  color: #666;
  text-indent: 20px;
  font-size: 16px;
  line-height: 40px;
}
.serve-list .wenti-list {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.serve-list .wenti-list li {
  width: 25%;
}
.serve-list .wenti-list li > a {
  display: block;
  padding: 5px 0 20px;
  width: 100%;
}
.wenti-list i {
  display: block;
  margin: 15px auto 20px;
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.wenti-list span {
  display: block;
  color: #333;
  text-align: center;
  font-size: 12px;
  line-height: 1em;
}
.icon-wt1 {
  background-image: url(../img/wenti_icon1.png);
}
.icon-wt2 {
  background-image: url(../img/wenti_icon2.png);
}
.icon-wt3 {
  background-image: url(../img/wenti_icon3.png);
}
.icon-wt4 {
  background-image: url(../img/wenti_icon4.png);
}
.icon-wt5 {
  background-image: url(../img/wenti_icon5.png);
}
.icon-wt6 {
  background-image: url(../img/wenti_icon6.png);
}
.icon-wt7 {
  background-image: url(../img/wenti_icon7.png);
}
.icon-wt8 {
  background-image: url(../img/wenti_icon8.png);
}
.icon-wt9 {
  background-image: url(../img/wenti_icon9.png);
}
.icon-wt10 {
  background-image: url(../img/wenti_icon10.png);
}

.serve-list .de-list {
  display: block;
}
.de-list li {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  background: #fff;
  color: #333;
  text-indent: 20px;
  font-size: 16px;
  line-height: 44px;
}
.de-list li > a {
  display: block;
}
.de-list li span {
  display: block;
  width: 100%;
  line-height: 44px;
}
.de-list li .arrowR {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
}
.pagination {
  margin-bottom: 30px;
  padding: 0 15px 30px;
  line-height: 35px;
}
.pagination .fr span {
  color: #068cfe;
}
.borderRadius {
  border-radius: 5px 5px 0 0;
}
.zj-search {
  position: absolute;
  top: 7px;
  right: 0;
  padding: 0 10px;
  height: 31px;
  border: 1px solid #068cfe;
  border-radius: 4px;
  color: #068cfe;
  font-size: 14px;
  line-height: 30px;
}
.noBorder li {
  border-bottom: none;
}
.scTitle i {
  display: inline-block;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
  line-height: 40px;
}
.hideImp {
  display: none !important;
}
.consult-list {
  padding: 15px;
}
.consult-list li {
  padding: 5px 0;
  width: 100%;
  border-radius: 5px;
}
.consult-list .item {
  display: flex;
  padding: 12px 14px;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}
.consult-list .img-box {
  flex: 0 0 80px;
  height: 80px;
}
.consult-list .img-box img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background: #f1f1f1;
}
.consult-list .text-box {
  flex: 1;
  padding-left: 10px;
  min-height: 80px;
  width: calc(100% - 90px);
}
.consult-list .text-box h3 {
  overflow: hidden;
  margin-bottom: 5px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 22px;
}
.consult-list .top-icon {
  margin-right: 5px;
  padding: 0 5px;
  height: 18px;
  border-radius: 3px;
  background: #068cfe;
  color: #fff;
  text-align: center;
  font-size: 10px;
}
.consult-list .text-box p {
  overflow: hidden;
  color: #999;
  font-size: 12px;
  line-height: 1.5;
}
.consult-list .text-box .twoLine {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;

  -webkit-line-clamp: 2;
}
.consult-list .text-box .time {
  flex: 1;
  color: #999;
  font-size: 10px;
}
.marginTop10 {
  margin-top: 10px;
}
.no_data {
  margin-top: 150px;
  text-align: center;
  font-size: 30px;
}
.ico-collect-yes {
  position: absolute;
  top: 10px;
  right: 60px;
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/news-collect-yes.png) no-repeat center;
  background-size: contain;
}
.ico-collect-no {
  position: absolute;
  top: 10px;
  right: 60px;
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/news-collect-no.png) no-repeat center;
  background-size: contain;
}
.news-title {
  margin: 10px 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px #999 solid;
  text-align: center;
}
.ico-share {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 25px;
  height: 25px;
  background: url(../img/share.png) no-repeat center;
  background-size: contain;
}

.course-detail img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}

.dark {
  min-height: 100vh;
  background-color: #1d212a;
}
.dark .header {
  background-color: #1d212a;
}
.dark .header h2 {
  color: #fff;
}
.dark .consult-list .item {
  background: #15181e;
}
.dark .consult-list .text-box h3 {
  color: #fff;
}
.dark .news-title h2 {
  color: #fff;
}
.dark .news-title p {
  color: #999;
}
.dark .news-content {
  color: #fff;
}
.dark .header .new-a-back i {
  border-top: #fff 2px solid;
  border-left: #fff 2px solid;
}
.dark .zjTitle h1 {
  color: #fff;
}
.dark .serve-list h3 {
  color: #999;
}
.dark .serve-list .wenti-list {
  background: #15181e;
}
.dark .wenti-list span {
  color: #999;
}
.dark .de-list li {
  border-bottom: 1px solid #1d212a;
  background: #15181e;
  color: #fff !important;
}
.dark .serve-list .de-list a {
  color: #fff;
}
.dark .zj-list h3 {
  color: #fff;
}
.dark .zj-list .text {
  background: #15181e;
}
.dark .zj-list .text {
  color: #999;
}
.dark .scTitle {
  background: #1d212a;
  color: #fff;
}
.dark .question-list {
  background: #15181e;
}
.dark .question-list li {
  border-top: 1px solid #1d212a;
  color: #999;
}
.dark .question-list li a {
  color: #999;
}
.dark .course-detail {
  color: #fff;
}
