
.list_box {
  margin-bottom: 30px; }
  .list_box li {
    padding: 15px;
    height: 140px; }
    .list_box li a {
      cursor: pointer; }
    .list_box li a > .img_box {
      border-radius: 3px;
      float: left;
      width: 210px;
      height: 140px;
      overflow: hidden;
      margin-right: 15px;
      background: url("../images/zizhi-img1.png") no-repeat center;
      background-size: 100% 100%; }
    .list_box li .content {
      width: 945px;
      float: left;
      height: 140px;
      overflow: hidden; }
      .list_box li .content .title {
        color: #3E464C;
        font-size: 16px;
        font-weight: 500; }
      .list_box li .content .title:hover {
        color: #06CB94; }
      .list_box li .content .tet {
        height: 35px;
        margin: 10px 0 57px;
        overflow: hidden;
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 12px;
        color: #68747F; }
      .list_box li .content .date {
        color: #A1A6AB;
        font-size: 12px; }
  .list_box li:hover {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15); }
    .list_box li:hover a > .img_box {
      background-size: 120% 120%;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s; }

.module5 {
  height: 250px;
  background: url("../images/module5Bg.png") no-repeat center;
  background-size: 100% 110%; }
  .module5 .widthBase {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .module5 p.tit {
    font-size: 36px;
    color: #fff;
    text-align: center;
    padding: 60px 0 30px 0;
    letter-spacing: 1px; }
  .module5 .freeTrial_btn {
    width: 150px;
    height: 48px;
    background: white;
    box-shadow: 0px 3px 6px 0px rgba(4, 90, 66, 0.2);
    border-radius: 5px;
    color: #06CB94;
    font-size: 16px;
    border: 0;
    cursor: pointer; }
  .module5 .freeTrial_btn:hover {
    background: #E7EBEA; }

.detail {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 60px 0; }
  .detail .detail_nav {
    font-size: 12px;
    padding: 15px 0 28px;
    color: #A1A6AB; }
    .detail .detail_nav a {
      color: #A1A6AB; }
  .detail .detail_box {
    width: 870px;
    float: left;
    color: #68747F;
    font-size: 16px; }
    .detail .detail_box .title {
      color: #3E464C;
      font-size: 28px;
      padding-bottom: 10px;
      font-weight: 500; }
    .detail .detail_box .date {
      font-size: 14px; }
    .detail .detail_box .content {
      padding: 20px 0;
      line-height: 28px;
      min-height: 300px;
      width: 870px;
      word-break: break-all;
      font-family: '微软雅黑' !important; }
  .detail .tag_box {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    font-size: 12px; }
    .detail .tag_box span {
      margin-right: 8px;
      padding: 2px 10px;
      background: white;
      border-radius: 2px;
      float: left;
      border: 1px solid #e0e4ea; }
  .detail .recommend_box {
    width: 298px;
    overflow: hidden;
    float: left;
    padding: 15px 0 8px;
    margin-left: 30px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e0e4ea;
    font-size: 12px; }
    .detail .recommend_box .title {
      font-size: 18px;
      color: #3E464C;
      font-weight: 500;
      padding: 0 15px 6px; }
    .detail .recommend_box .line {
      width: 34px;
      height: 3px;
      background: #e0e4ea;
      margin-left: 15px; }
    .detail .recommend_box ul {
      padding: 0 15px; }
      .detail .recommend_box ul li {
        border-bottom: 1px solid #E0E4EA;
        padding-bottom: 8px; }
      .detail .recommend_box ul li:last-child {
        border: 0; }
      .detail .recommend_box ul .recommend_title {
        margin: 8px 0 6px;
        color: #3E464C;
        overflow: hidden; }
        .detail .recommend_box ul .recommend_title span {
          font-weight: 500;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
      .detail .recommend_box ul .recommend_title:hover {
        color: #06CB94; }
      .detail .recommend_box ul .date {
        color: #A1A6AB; }