@charset "UTF-8";
@import url(apply.css);

.bannerBox {
  background: url("../images/news_banner.png") no-repeat center;
  background-size: auto 100%;
  height: 400px;
  overflow: hidden; }
  .bannerBox .freeTrial_btn {
    width: 150px;
    height: 48px;
    background: white;
    border-radius: 5px;
    color: #4278f5;
    font-size: 16px;
    border: 0;
    cursor: pointer; }
  .bannerBox .freeTrial_btn:hover {
    background: #E7EBEA; }
  .bannerBox .box-top {
    margin-top: 61px; }
    .bannerBox .box-top .box-top-left {
      margin: 150px 0 0 69px; }
      .bannerBox .box-top .box-top-left .box-content {
        width: 601px; }
        .bannerBox .box-top .box-top-left .box-content .head {
          font-size: 38px;
          font-weight: 500;
          color: #fff; }
        .bannerBox .box-top .box-top-left .box-content .body {
          margin-top: 10px;
          margin-bottom: 30px;
          font-size: 16px;
          width: 450px;
          color: #fff;
          line-height: 26px; }

.info_nav {
  width: 1200px;
  margin: 20px auto 10px;
  overflow: hidden;
  border-bottom: 1px solid #E0E4EA; }
  .info_nav li {
    font-weight: 500;
    cursor: pointer;
    float: left;
    margin-right: 40px;
    font-size: 16px;
    color: #3E464C; }
    .info_nav li .line {
      margin: 16px auto 0;
      width: 31px;
      height: 4px;
      background: #fff;
      border-radius: 2px; }
  .info_nav .act {
    color: #4278f5; }
    .info_nav .act .line {
      background: #4278f5; }

.list_box {
  margin-bottom: 30px; }
  .list_box li {
    padding: 15px;
    height: 140px; }
    .list_box li a {
      cursor: pointer; }
    .list_box li a > .img_box {
	  position: relative;	
      border-radius: 3px;
      float: left;
      width: 210px;
      height: 140px;
	  background-color:#f5f5f5;
      overflow: hidden;
      margin-right: 15px;}
    .list_box li a > .img_box>img{
      height: 100%;
	  position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);}
    .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: #4278f5; }
      .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: 14px;
        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>img{
	  object-fit: cover;	
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s; }


.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 .detail_box .content img{
      max-width:100%;
	  text-align:center; }
  .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: #4278f5;
      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: #4278f5; }
      .detail .recommend_box ul .date {
        color: #A1A6AB; }

.page_box {
  width: 1200px;
  margin: 0 auto 20px;
  text-align: right; }
  .page_box > div {
    display: inline-block; }
  .page_box .item {
    padding: 7px 14px;
    color: #68747F;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 6px;
    border: 1px solid #e0e4ea; }
  .page_box .act {
    background: #4278f5;
    color: #fff;
    border-color: #4278f5; }

.fanye{
	text-align:center;
	clear: both;
	padding-top: 26px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
.fanye a{display:inline-block;height:30px;color:#fff;text-align:center;margin:0 4px;line-height:30px; text-decoration:none;}
.fanye a.page{background-color:#999;width:30px;height:30px;color:#fff;text-align:center;margin:0 4px;line-height:30px}
.fanye a.next{background-color:#333;width:60px;}
.fanye a.page:hover{background-color:#333;box-shadow: 0px 0px 9px #999;}
.fanye a.cur{background-color:#333;width:30px; text-align:center;box-shadow: 0px 0px 9px #999;}