*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body, h1, h2, h3, h4, h5, p, div, ul, li, dl, dt, dd, input, button, textarea {
  margin: 0;
  padding: 0; }

ul, dl, li {
  list-style: none; }

img {
  vertical-align: middle;
  border: none; }

input, button, textarea {
  font-size: 16px;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999; }

textarea {
  resize: vertical; }

a {
  color: #333;
  text-decoration: none; }

audio,
video {
  display: block; }

iframe {
  display: block;
  border: none;
  outline: none; }

table {
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

.abc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

[v-cloak] {
  display: none; }

body {
  font-size: 16px;
  color: #333;
  background: #f5f7fa;
  font-family: "Microsoft Yahei"; }

#vue-wrap .swiper-container {
  overflow: hidden;
  height: 100%; }
  #vue-wrap .swiper-container img {
    width: 100%;
    height: 100%; }
#vue-wrap .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  border: none;
  border-radius: 3px;
  opacity: .6; }
#vue-wrap .swiper-pagination-bullet-active {
  width: 24px;
  background: #fff;
  border: none;
  opacity: 1; }

.container {
  width: 1200px;
  margin: 0 auto; }

.text-btn {
  cursor: pointer; }
  .text-btn:hover {
    text-decoration: underline; }
  .text-btn:active {
    text-decoration: none; }

#video {
  width: 100%;
  height: 100%; }

.red-text {
  color: #f00; }

.page-header {
  position: relative;
  z-index: 2;
  height: 100px;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1); }
  .page-header .logo {
    width: 220px;
    height: 46px;
    margin-top: 25px; }
    .page-header .logo img {
      width: 100%;
      height: 100%; }
  .page-header .nav-list {
    margin-top: 38px;
    margin-left: 30px;
    margin-right: 40px;
    line-height: 24px;
    font-size: 18px; }
    .page-header .nav-list .item {
      margin-right: 28px;
      cursor: pointer; }
      .page-header .nav-list .item.active, .page-header .nav-list .item:hover {
        font-weight: 700;
        color: #3C81F9; }
      .page-header .nav-list .item:active {
        color: #333; }
    .page-header .nav-list .hot {
      position: relative; }
      .page-header .nav-list .hot::after {
        display: inline-block;
        content: '';
        position: absolute;
        top: -6px;
        right: -10px;
        width: 9px;
        height: 10px;
        margin-left: 2px;
        background: url("../images/icon-sprite.png") no-repeat;
        background-size: 200px 400px;
        background-position: -32px -335px; }
  .page-header .search {
    position: relative;
    width: 120px;
    height: 36px;
    margin-top: 32px;
    padding-left: 38px;
    padding-right: 18px;
    border: 1px solid #3C81F9;
    border-radius: 18px; }
    .page-header .search input {
      width: 100%;
      line-height: 34px;
      font-size: 14px; }
    .page-header .search .icon-sousuo {
      position: absolute;
      top: 8px;
      left: 12px;
      color: #3C81F9; }
  .page-header .user {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
    line-height: 30px;
    font-size: 14px; }
    .page-header .user:hover .info .menu {
      display: block; }
    .page-header .user .info .avatar {
      position: relative;
      width: 30px;
      height: 30px;
      margin-right: 6px; }
      .page-header .user .info .avatar .img-wrap {
        overflow: hidden;
        background: #eee;
        border-radius: 50%; }
      .page-header .user .info .avatar .img-wrap,
      .page-header .user .info .avatar .img {
        width: 100%;
        height: 100%; }
      .page-header .user .info .avatar .vip {
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        width: 16px;
        height: 16px; }
    .page-header .user .info .name {
      width: 52px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .page-header .user .info .menu {
      position: absolute;
      top: 75%;
      left: 0;
      right: 0;
      z-index: 2;
      display: none;
      padding-top: 12px;
      padding-bottom: 12px;
      text-align: center;
      background: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .page-header .user .info .menu .btn {
        cursor: pointer; }
        .page-header .user .info .menu .btn:hover {
          background: #f1f1f1; }
        .page-header .user .info .menu .btn:active {
          background: none; }
    .page-header .user .login .division {
      margin-left: 6px;
      margin-right: 6px;
      color: #C5CBD3; }

.page-footer {
  color: #fff;
  background: #161E30; }
  .page-footer .container {
    padding-top: 38px;
    padding-bottom: 38px; }
  .page-footer .link-group {
    line-height: 36px; }
    .page-footer .link-group.news {
      width: 400px;
      margin-right: 104px; }
    .page-footer .link-group.serve {
      margin-right: 218px; }
    .page-footer .link-group .group-title {
      color: #fff; }
    .page-footer .link-group .item {
      display: block;
      margin-top: 10px;
      font-size: 14px;
      color: #8b8f98;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .page-footer .link-group .item:hover {
        text-decoration: underline; }
      .page-footer .link-group .item:active {
        text-decoration: none; }
  .page-footer .crcode-wrap {
    margin-right: 30px; }
    .page-footer .crcode-wrap .sub {
      line-height: 42px; }
  .page-footer .crcode {
    width: 118px;
    height: 118px;
    margin: auto;
    color: #999; }
    .page-footer .crcode img {
      width: 100%;
      height: 100%; }
  .page-footer .concat .sub {
    line-height: 28px; }
  .page-footer .concat .tel {
    line-height: 52px;
    font-size: 28px;
    color: #fff; }
  .page-footer .concat .btn {
    width: 186px;
    margin-top: 15px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #3C81F9;
    border-radius: 21px; }
  .page-footer .copyright {
    border-top: 1px solid #272a31;
    line-height: 60px;
    font-size: 12px;
    text-align: center;
    color: #585c65; }
    .page-footer .copyright span {
      margin-right: 18px; }
    .page-footer .copyright a {
      color: #585c65; }
      .page-footer .copyright a:hover {
        text-decoration: underline; }
      .page-footer .copyright a:active {
        text-decoration: none; }
  .page-footer.light {
    background: #f7f7f7; }
    .page-footer.light .link-group .group-title,
    .page-footer.light .concat .concat-item {
      color: #333; }
    .page-footer.light .link-group .item,
    .page-footer.light .copyright,
    .page-footer.light .copyright a {
      color: #7b7b7b; }
    .page-footer.light .copyright {
      border-color: #f0f0f0; }

.filter {
  position: relative;
  margin-top: 18px;
  padding-left: 106px;
  padding-right: 24px; }
  .filter:first-child {
    margin-top: 0; }
  .filter .label {
    position: absolute;
    top: 0;
    left: 24px;
    line-height: 42px; }
  .filter .content {
    line-height: 30px;
    text-align: center;
    font-size: 14px; }
  .filter .item {
    margin: 6px 12px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    cursor: pointer; }
    .filter .item:hover {
      color: #3C81F9; }
    .filter .item:active {
      color: #333;
      background: none; }
    .filter .item.active {
      color: #fff;
      background: #3C81F9; }

.pagination-wrap {
  position: relative;
  height: 32px;
  margin-top: 24px;
  margin-bottom: 24px; }
  .pagination-wrap .pagination {
    margin: 0 auto;
    font-size: 12px; }
    .pagination-wrap .pagination .btn,
    .pagination-wrap .pagination .true,
    .pagination-wrap .pagination input {
      border: 1px solid #e4e6eb;
      line-height: 30px;
      text-align: center;
      background: #fff;
      border-radius: 3px; }
    .pagination-wrap .pagination .btn {
      height: 30px;
      cursor: pointer; }
      .pagination-wrap .pagination .btn.prev {
        margin-right: 6px; }
      .pagination-wrap .pagination .btn.next {
        margin-left: 6px; }
      .pagination-wrap .pagination .btn.number {
        margin-left: 4px;
        margin-right: 4px; }
      .pagination-wrap .pagination .btn.prev, .pagination-wrap .pagination .btn.next {
        color: #999; }
      .pagination-wrap .pagination .btn:hover, .pagination-wrap .pagination .btn.active, .pagination-wrap .pagination .btn.active:active {
        color: #fff;
        background: #3C81F9;
        border-color: #3C81F9; }
      .pagination-wrap .pagination .btn:active {
        opacity: .8; }
      .pagination-wrap .pagination .btn.active {
        cursor: default; }
      .pagination-wrap .pagination .btn.disabled {
        color: #e4e6eb;
        cursor: default;
        cursor: not-allowed; }
        .pagination-wrap .pagination .btn.disabled:hover, .pagination-wrap .pagination .btn.disabled:active {
          color: #e4e6eb;
          background: #fff;
          border-color: #e4e6eb; }
    .pagination-wrap .pagination .ellipsis {
      width: 32px;
      margin-left: 4px;
      margin-right: 4px;
      color: #e4e6eb; }
    .pagination-wrap .pagination .pages .btn {
      width: 32px; }
    .pagination-wrap .pagination input,
    .pagination-wrap .pagination .true {
      width: 50px; }
    .pagination-wrap .pagination input {
      margin-left: 3px;
      margin-right: 3px;
      font-size: 12px; }
    .pagination-wrap .pagination .jump {
      width: 103px; }
    .pagination-wrap .pagination .jump,
    .pagination-wrap .pagination .true {
      margin-left: 20px; }

.data-search {
  height: 330px;
  padding-top: 210px;
  background: url("/aqfw/static/data-list-banner.png") center center no-repeat; }
  .data-search .search-wrap {
    width: 740px;
    margin: auto; }
    .data-search .search-wrap .input-wrap {
      width: 600px;
      height: 40px;
      padding-left: 20px;
      padding-right: 20px;
      background: #fff;
      border: 1px solid #D5D5D5;
      border-radius: 4px; }
      .data-search .search-wrap .input-wrap input {
        width: 100%;
        height: 40px;
        line-height: 40px; }
    .data-search .search-wrap .btn {
      width: 120px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: #fff;
      background: #3C81F9;
      border-radius: 4px;
      cursor: pointer; }

.back-top {
  position: fixed;
  bottom: 50px;
  left: 50%;
  z-index: 9;
  width: 50px;
  height: 50px;
  margin-left: 640px;
  background: #ccc;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer; }
  .back-top:hover {
    background: #bbb; }
  .back-top:active {
    background: #ccc; }
  .back-top .iconfont {
    font-size: 30px; }

.class-card {
  overflow: hidden;
  position: relative;
  width: 280px;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: all ease-in-out .2s; }
  .class-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12); }
  .class-card:active {
    box-shadow: none; }
  .class-card .badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 66px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    background: #3C81F9;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 0 0 33px 0; }
  .class-card .thumb {
    height: 180px;
    background: #eee; }
    .class-card .thumb img {
      width: 100%;
      height: 100%; }
  .class-card .content {
    padding: 8px 12px 0; }
    .class-card .content .title {
      line-height: 21px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .class-card .content .desc {
      height: 66px;
      margin-top: 24px;
      line-height: 22px;
      font-size: 14px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden; }
    .class-card .content .bottom {
      position: relative;
      margin-top: 10px;
      padding-right: 68px;
      border-top: 1px solid #eee; }
      .class-card .content .bottom .text {
        padding-top: 12px;
        padding-bottom: 14px;
        line-height: 16px;
        font-size: 12px;
        color: #666; }
      .class-card .content .bottom .btn {
        position: absolute;
        top: 9px;
        right: 0;
        width: 68px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        background: #3C81F9;
        border-radius: 12px; }

.live-card {
  overflow: hidden;
  width: 280px;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: all ease-in-out .2s; }
  .live-card.mini {
    width: 254px;
    border: 1px solid #eee; }
    .live-card.mini .thumb {
      height: 145px; }
    .live-card.mini .content .bottom {
      margin-top: 7px;
      border: none; }
  .live-card:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1); }
  .live-card:active {
    box-shadow: none; }
  .live-card .thumb {
    height: 160px;
    background: #eee; }
    .live-card .thumb img {
      width: 100%;
      height: 100%; }
  .live-card .content {
    padding: 15px 12px 0; }
    .live-card .content .title {
      height: 21px;
      line-height: 21px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .live-card .content .sub {
      height: 57px;
      margin-top: 16px;
      line-height: 19px;
      font-size: 14px;
      color: #B4BDCC;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden; }
    .live-card .content .bottom {
      position: relative;
      margin-top: 18px;
      padding-right: 68px;
      border-top: 1px solid #eee; }
      .live-card .content .bottom .date {
        height: 42px;
        padding-top: 12px;
        padding-bottom: 14px;
        line-height: 16px;
        font-size: 12px; }
      .live-card .content .bottom .btn {
        position: absolute;
        top: 9px;
        right: 0;
        width: 68px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        background: #3C81F9;
        border-radius: 12px; }

.index-panel {
  overflow: hidden;
  padding-bottom: 36px; }
  .index-panel .panel-header {
    position: relative;
    padding-top: 30px;
    padding-bottom: 24px;
    line-height: 40px; }
  .index-panel .panel-title {
    font-size: 26px; }
  .index-panel .panel-more {
    margin-left: 30px;
    font-size: 14px;
    color: #666; }

.index-banner {
  padding-top: 24px;
  background: #fff; }
  .index-banner .banner-wrap {
    overflow: hidden;
    height: 370px;
    background: #eee;
    border-radius: 12px 12px 0 0; }
  .index-banner .nav {
    height: 100px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.24); }
    .index-banner .nav .item {
      position: relative;
      display: block;
      width: 203px;
      margin-left: 37px;
      padding-left: 57px; }
      .index-banner .nav .item .icon-wrap {
        position: absolute;
        top: 28px;
        left: 0;
        width: 45px;
        height: 45px;
        background: #eee;
        border-radius: 50%; }
        .index-banner .nav .item .icon-wrap img {
          width: 100%;
          height: 100%; }
      .index-banner .nav .item .title {
        padding-top: 28px;
        line-height: 21px; }
      .index-banner .nav .item .sub {
        margin-top: 6px;
        line-height: 16px;
        font-size: 12px; }

.index-live .list {
  width: 1230px; }
  .index-live .list .item {
    margin-right: 27px;
    margin-bottom: 24px; }

.index-class {
  background: #fff; }
  .index-class .vip {
    position: relative;
    width: 465px;
    height: 40px;
    padding: 10px 18px 10px 50px;
    line-height: 20px;
    font-size: 14px;
    color: #776344;
    border: 1px solid #F7DEC3;
    background: linear-gradient(90deg, #FDEFE0 0%, #F9E0C3 100%);
    border-radius: 4px; }
    .index-class .vip .zuanshi {
      position: absolute;
      display: block;
      width: 20px;
      height: 20px;
      top: 8px;
      left: 18px; }
    .index-class .vip .number {
      font-weight: bold;
      color: #f00; }
  .index-class .list {
    width: 1230px; }
    .index-class .list .item {
      margin-right: 27px;
      margin-bottom: 24px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12); }

.index-data .group-list {
  width: 1230px; }
  .index-data .group-list .item {
    margin-right: 27px;
    margin-bottom: 24px; }
.index-data .data-group {
  width: 280px;
  height: 330px;
  padding: 8px 24px 4px;
  background: #fff;
  border-radius: 10px; }
  .index-data .data-group .header {
    line-height: 44px;
    border-bottom: 1px solid #eee; }
  .index-data .data-group .group-title {
    font-size: 18px; }
  .index-data .data-group .more {
    font-size: 12px;
    color: #999; }
  .index-data .data-group .data {
    position: relative;
    margin-top: 21px;
    margin-bottom: 23px;
    padding-left: 26px;
    line-height: 19px;
    font-size: 14px; }
    .index-data .data-group .data .type {
      position: absolute;
      top: 3px;
      left: 0;
      display: block;
      width: 16px;
      height: 12px; }
    .index-data .data-group .data .title {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

.index-vip {
  background: #fff; }
  .index-vip .vip {
    padding-bottom: 60px; }
  .index-vip .desc {
    width: 530px;
    height: 528px;
    padding: 16px 24px 0;
    background: #F3F8FF;
    border-top: 8px solid #3C81F9;
    border-radius: 4px; }
    .index-vip .desc .header {
      margin-bottom: 24px;
      font-weight: bold;
      font-size: 24px;
      color: #3C81F9; }
    .index-vip .desc .item {
      line-height: 19px;
      font-size: 14px; }
    .index-vip .desc .title {
      font-weight: bold; }
    .index-vip .desc .content {
      padding-top: 18px;
      padding-bottom: 18px; }
  .index-vip .price-wrap {
    width: 646px; }
    .index-vip .price-wrap .item {
      position: relative;
      height: 114px;
      margin-top: 24px;
      padding: 31px 24px 0 48px;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 4px; }
      .index-vip .price-wrap .item:first-child {
        margin-top: 0; }
      .index-vip .price-wrap .item.a .badge {
        color: #FFCEBF;
        background: linear-gradient(180deg, #363B62 0%, #272A44 100%); }
      .index-vip .price-wrap .item.b .badge {
        color: #70480B;
        background: linear-gradient(180deg, #FADFA0 0%, #F9D681 100%); }
      .index-vip .price-wrap .item.c .badge {
        color: #324E90;
        background: linear-gradient(180deg, #D8E6FF 0%, #BFCFFF 100%); }
      .index-vip .price-wrap .item.d .badge {
        color: #3C81F9;
        background: #EBF2FF; }
    .index-vip .price-wrap .badge {
      position: absolute;
      top: 0;
      left: 0;
      width: 162px;
      height: 38px;
      line-height: 38px;
      text-align: center;
      font-weight: bold;
      font-size: 20px;
      border-radius: 4px 0 10px 0; }
    .index-vip .price-wrap .count {
      width: 172px;
      margin-top: 20px;
      line-height: 26px;
      font-size: 20px; }
    .index-vip .price-wrap .price {
      line-height: 52px;
      font-size: 20px;
      color: #999; }
      .index-vip .price-wrap .price .number {
        font-weight: bold;
        font-size: 40px;
        color: #333; }
    .index-vip .price-wrap .btn {
      display: block;
      width: 148px;
      height: 40px;
      margin-top: 6px;
      line-height: 40px;
      text-align: center;
      color: #fff;
      background: #3C81F9;
      border-radius: 4px;
      cursor: pointer; }

.data-index .nav-wrap {
  margin-top: 20px;
  margin-bottom: 30px; }
  .data-index .nav-wrap .list {
    width: 1215px; }
  .data-index .nav-wrap img {
    display: block;
    width: 228px;
    height: 110px;
    margin-right: 15px;
    border-radius: 8px; }
.data-index .jingpin-wrap {
  padding-top: 32px;
  padding-bottom: 10px;
  background: #fff; }
  .data-index .jingpin-wrap .panel-title {
    line-height: 36px;
    font-size: 26px; }
  .data-index .jingpin-wrap .list {
    width: 1224px;
    margin-top: 32px; }
  .data-index .jingpin-wrap .item {
    display: block;
    width: 126px;
    margin-right: 27px;
    margin-bottom: 40px; }
    .data-index .jingpin-wrap .item .img-wrap {
      height: 177px;
      background: #eee;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
      .data-index .jingpin-wrap .item .img-wrap img {
        width: 100%;
        height: 100%; }
    .data-index .jingpin-wrap .item .title {
      height: 38px;
      margin-top: 14px;
      line-height: 19px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
.data-index .update-wrap {
  padding-top: 32px;
  padding-bottom: 30px; }
  .data-index .update-wrap .panel-title {
    line-height: 36px;
    font-size: 26px; }
  .data-index .update-wrap .list {
    width: 1240px;
    margin-top: 32px; }
  .data-index .update-wrap .item {
    position: relative;
    display: block;
    width: 580px;
    margin-right: 40px;
    padding-left: 50px;
    padding-right: 300px;
    line-height: 40px;
    border-bottom: 1px dashed #dedede; }
    .data-index .update-wrap .item:hover .title {
      text-decoration: underline; }
    .data-index .update-wrap .item .icon {
      position: absolute;
      top: 10px;
      left: 20px;
      display: block;
      width: 20px;
      height: 16px; }
    .data-index .update-wrap .item .title {
      font-size: 14px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .data-index .update-wrap .item .date {
      position: absolute;
      top: 0;
      right: 16px;
      font-size: 12px;
      color: #666; }
.data-index .group-list {
  width: 1230px;
  padding-bottom: 48px; }
  .data-index .group-list .item {
    margin-right: 27px;
    margin-bottom: 24px; }
.data-index .data-group {
  width: 280px;
  height: 330px;
  padding: 8px 24px 4px;
  background: #fff;
  border-radius: 10px; }
  .data-index .data-group .header {
    line-height: 44px;
    border-bottom: 1px solid #eee; }
  .data-index .data-group .group-title {
    font-size: 18px; }
  .data-index .data-group .more {
    font-size: 12px;
    color: #999; }
  .data-index .data-group .data {
    position: relative;
    margin-top: 21px;
    margin-bottom: 23px;
    padding-left: 26px;
    line-height: 19px;
    font-size: 14px; }
    .data-index .data-group .data .type {
      position: absolute;
      top: 3px;
      left: 0;
      display: block;
      width: 16px;
      height: 12px; }
    .data-index .data-group .data .title {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

.data-list .filter-wrap {
  margin-top: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
  background: #fff; }
.data-list .main {
  margin-top: 20px;
  margin-bottom: 30px; }
.data-list .empty {
  line-height: 500px;
  text-align: center;
  font-size: 14px;
  color: #999; }
.data-list .list-wrap {
  width: 890px;
  background: #fff; }
  .data-list .list-wrap .list {
    padding-left: 100px; }
  .data-list .list-wrap .item {
    position: relative;
    padding: 30px 42px 30px 0;
    border-bottom: 1px dashed #eee; }
    .data-list .list-wrap .item .icon {
      position: absolute;
      top: 36px;
      left: -70px;
      display: block;
      width: 50px;
      height: 35px; }
      .data-list .list-wrap .item .icon img {
        width: 100%;
        height: 100%; }
    .data-list .list-wrap .item .title {
      display: block;
      line-height: 22px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .data-list .list-wrap .item .title .free {
        display: inline-block;
        margin-right: 6px;
        padding-left: 3px;
        padding-right: 3px;
        vertical-align: middle;
        font-size: 12px;
        color: #fff;
        background: #F93C3C;
        border-radius: 4px; }
    .data-list .list-wrap .item .sub {
      margin-top: 12px;
      font-size: 12px;
      color: #999; }
      .data-list .list-wrap .item .sub span {
        margin-right: 30px; }

.data-side {
  width: 290px;
  background: #fff; }
  .data-side .header {
    padding: 10px 20px 15px; }
    .data-side .header .title {
      font-weight: bold;
      font-size: 18px; }
  .data-side .content {
    padding-bottom: 8px; }
  .data-side .list {
    padding-left: 50px; }
  .data-side .item {
    position: relative;
    padding: 15px 32px 15px 0;
    border-bottom: 1px dashed #eee; }
    .data-side .item:last-child {
      border: none; }
    .data-side .item .icon {
      position: absolute;
      top: 12px;
      left: -30px;
      display: block;
      width: 20px;
      height: 15px; }
      .data-side .item .icon img {
        width: 100%;
        height: 100%; }
    .data-side .item .title {
      display: block;
      line-height: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .data-side .item .sub {
      margin-top: 10px;
      font-size: 12px;
      color: #999; }
      .data-side .item .sub span {
        margin-right: 30px; }

.data-detail .data-header {
  margin-top: 24px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  background: #fff; }
  .data-detail .data-header .title {
    position: relative;
    padding: 20px 20px 20px 84px;
    line-height: 30px;
    font-weight: bold;
    font-size: 22px;
    color: #000;
    border-bottom: 1px solid #eee; }
    .data-detail .data-header .title .icon {
      position: absolute;
      top: 18px;
      left: 30px;
      width: 34px;
      height: 22px; }
      .data-detail .data-header .title .icon img {
        width: 100%;
        height: 100%; }
    .data-detail .data-header .title .free {
      display: inline-block;
      padding-left: 3px;
      padding-right: 3px;
      vertical-align: middle;
      line-height: 22px;
      font-weight: normal;
      font-size: 12px;
      color: #fff;
      background: #F93C3C;
      border-radius: 4px; }
  .data-detail .data-header .sub {
    margin-top: 20px;
    padding-left: 30px;
    line-height: 16px;
    font-size: 12px;
    color: #999; }
    .data-detail .data-header .sub span {
      margin-right: 30px; }
  .data-detail .data-header .btn {
    width: 120px;
    margin-top: 30px;
    margin-left: 30px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #3C81F9;
    border-radius: 4px;
    cursor: pointer; }
    .data-detail .data-header .btn:hover {
      background: #538df3; }
    .data-detail .data-header .btn:active {
      background: #3C81F9; }
.data-detail .main {
  margin-bottom: 24px; }
  .data-detail .main img {
    display: block;
    width: 100%; }
.data-detail .detail-wrap {
  width: 890px;
  padding: 30px 24px;
  background: #fff; }
.data-detail .remind-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
  padding-top: 400px;
  background: rgba(0, 0, 0, 0.5); }
  .data-detail .remind-wrap .content {
    text-align: center;
    color: #fff; }
  .data-detail .remind-wrap .title {
    line-height: 32px;
    font-size: 24px; }
  .data-detail .remind-wrap .btn {
    display: block;
    margin: 24px auto;
    width: 128px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #3C81F9;
    border-radius: 6px;
    cursor: pointer; }
  .data-detail .remind-wrap.active {
    display: block; }

.news-index .swiper-pagination-bullets {
  left: 80% !important;
  bottom: 25px !important;
  width: 20% !important; }
.news-index .news-img {
  padding-top: 24px;
  padding-bottom: 24px; }
  .news-index .news-img .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 66px;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .news-index .news-img .slide-wrap {
    width: 648px;
    height: 356px; }
    .news-index .news-img .slide-wrap .title {
      padding-top: 30px;
      padding-right: 130px; }
    .news-index .news-img .slide-wrap:hover .title {
      text-decoration: underline; }
  .news-index .news-img .list {
    width: 552px;
    margin-top: -16px; }
    .news-index .news-img .list .item {
      position: relative;
      width: 260px;
      height: 170px;
      margin-top: 16px;
      margin-left: 16px;
      background: #eee;
      cursor: pointer; }
      .news-index .news-img .list .item:hover .title {
        text-decoration: underline; }
      .news-index .news-img .list .item img {
        width: 100%;
        height: 100%; }
.news-index .news-text {
  padding-bottom: 28px;
  background: #fff; }
.news-index .course-list {
  padding-top: 20px;
  line-height: 20px;
  font-size: 14px; }
  .news-index .course-list .item {
    display: block;
    margin-right: 40px;
    margin-bottom: 20px; }
.news-index .group-list {
  width: 1244px;
  margin-top: 28px; }
.news-index .group {
  width: 578px;
  height: 490px;
  margin-right: 44px;
  margin-bottom: 48px; }
.news-index .group-header {
  padding-left: 12px;
  padding-right: 12px;
  line-height: 24px;
  background: rgba(60, 129, 249, 0.1);
  border-left: 4px solid #3C81F9; }
  .news-index .group-header .title {
    font-weight: bold;
    font-size: 18px; }
  .news-index .group-header .more {
    font-size: 14px; }
.news-index .group-content {
  margin-top: 16px;
  font-size: 14px; }
  .news-index .group-content .img-list {
    width: 594px; }
    .news-index .group-content .img-list .item {
      width: 182px;
      margin-right: 16px; }
      .news-index .group-content .img-list .item:hover .title {
        text-decoration: underline; }
    .news-index .group-content .img-list .img-wrap {
      height: 120px;
      background: #eee; }
      .news-index .group-content .img-list .img-wrap img {
        width: 100%;
        height: 100%; }
    .news-index .group-content .img-list .title {
      height: 40px;
      margin-top: 12px;
      line-height: 20px;
      font-weight: bold;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
  .news-index .group-content .text-list {
    margin-top: 24px; }
    .news-index .group-content .text-list .item {
      position: relative;
      margin-top: 20px;
      padding-left: 16px; }
      .news-index .group-content .text-list .item:first-child {
        margin-top: 0; }
      .news-index .group-content .text-list .item:before {
        content: '';
        position: absolute;
        top: 8px;
        left: 0;
        width: 4px;
        height: 4px;
        background: #999;
        border-radius: 50%; }
      .news-index .group-content .text-list .item .title {
        width: 460px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .news-index .group-content .text-list .item .sub {
        color: #999; }

.news-list .main {
  padding-top: 24px;
  padding-bottom: 36px; }
.news-list .left {
  width: 884px; }
  .news-list .left .course-list {
    padding: 10px 12px;
    line-height: 32px;
    font-size: 14px;
    background: #fff; }
    .news-list .left .course-list .item {
      margin: 7px 15px;
      padding-left: 10px;
      padding-right: 10px;
      cursor: pointer; }
      .news-list .left .course-list .item:hover {
        color: #3C81F9; }
      .news-list .left .course-list .item.active {
        font-weight: bold;
        color: #3C81F9;
        background: rgba(60, 129, 249, 0.1); }
  .news-list .left .list {
    margin-top: 16px;
    padding-left: 36px;
    padding-right: 36px;
    background: #fff; }
    .news-list .left .list .item {
      padding-top: 36px;
      padding-bottom: 30px;
      border-bottom: 1px solid #eee; }
      .news-list .left .list .item:last-child {
        border: none; }
      .news-list .left .list .item .title {
        line-height: 24px;
        font-weight: bold;
        font-size: 18px; }
        .news-list .left .list .item .title:hover {
          color: #3C81F9; }
      .news-list .left .list .item .desc {
        height: 38px;
        margin-top: 16px;
        line-height: 19px;
        font-size: 14px;
        color: #999;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
      .news-list .left .list .item .sub {
        margin-top: 20px;
        line-height: 16px;
        font-size: 12px;
        color: #999; }
        .news-list .left .list .item .sub .division {
          margin-left: 30px;
          margin-right: 30px; }
  .news-list .left .pagination {
    padding-top: 30px; }

.news-detail .main {
  margin-top: 24px;
  margin-bottom: 76px; }
.news-detail .left {
  width: 884px;
  padding: 30px 32px 36px;
  background: #fff; }
.news-detail .news {
  padding-bottom: 32px;
  border-bottom: 1px solid #eee; }
  .news-detail .news .title {
    line-height: 34px;
    font-weight: bold;
    font-size: 22px; }
  .news-detail .news .sub {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 12px;
    color: #999; }
  .news-detail .news .video {
    height: 536px;
    background: #324E90; }
.news-detail .links {
  padding-top: 44px;
  padding-bottom: 44px;
  line-height: 30px;
  font-size: 18px;
  color: #999; }
.news-detail .tj-wrap .header {
  padding-left: 12px;
  line-height: 26px;
  font-weight: bold;
  font-size: 18px;
  border-left: 4px solid #3C81F9; }
.news-detail .tj-wrap .list {
  width: 850px;
  margin-top: 24px; }
.news-detail .tj-wrap .item {
  margin-right: 29px; }

.news-side {
  width: 300px;
  padding: 24px 16px 6px;
  background: #fff; }
  .news-side .header {
    line-height: 24px; }
    .news-side .header .title {
      font-weight: bold;
      font-size: 18px; }
    .news-side .header .more {
      font-size: 14px;
      color: #999; }
  .news-side .list-title {
    margin-top: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .news-side .list-title:hover {
      color: #f00; }
  .news-side .list {
    line-height: 19px;
    border-bottom: 1px solid #eee; }
    .news-side .list:last-child {
      border: none; }
    .news-side .list .item {
      position: relative;
      display: block;
      margin-bottom: 20px;
      padding-left: 18px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .news-side .list .item:before {
        content: '';
        position: absolute;
        top: 8px;
        left: 0;
        width: 4px;
        height: 4px;
        background: #999;
        border-radius: 50%; }
      .news-side .list .item:hover {
        color: #3C81F9; }

/*# sourceMappingURL=aqfw.css.map */
