@charset "UTF-8";
/**
 * 新闻资讯
 */
.title {
  position: relative; }
  .title h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 75px;
    transform: translate(-50%, -50%); }

.c-tabs {
  background-color: #fff; }
  .c-tabs li {
    margin-right: 10px; }
  .c-tabs li > a {
    padding: 18px;
    cursor: pointer; }
    .c-tabs li > a:hover {
      color: #3f7af8 !important; }
  .c-tabs .active > a {
    background-color: #fff !important; }
    .c-tabs .active > a::after {
      height: 3px !important; }
    .c-tabs .active > a:focus, .c-tabs .active > a:hover {
      background-color: #fff !important; }

.list .item {
  padding: 15px;
  display: flex;
  border-bottom: 1px solid #E4E4E4;
  margin: 10px 0; }
  .list .item img {
    border-radius: 4px; }
  .list .item .content {
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .list .item .content h3 {
      font-size: 26px;
      font-weight: bold;
      margin: 0 0 10px; }
    .list .item .content p {
      font-size: 18px;
      color: #666; }
    .list .item .content .stat {
      font-size: 16px;
      color: #666; }
      .list .item .content .stat span {
        margin-right: 20px; }
  .list .item:hover {
    border-radius: 5px;
    box-shadow: 0 0 8px 2px #888; }
    .list .item:hover img {
      cursor: pointer; }
    .list .item:hover .content .r1 {
      color: #337ab7;
      cursor: pointer; }

.c-page {
  text-align: center; }

.news_info .breadcrumb {
  font-size: 18px;
  background-color: #fff; }
  .news_info .breadcrumb .active {
    color: #3F7CF8; }

.news_info .c-body .title {
  font-size: 40px;
  text-align: center;
  margin: 36px 0; }

.news_info .c-body .day {
  display: flex;
  font-size: 20px;
  margin-bottom: 50px;
  justify-content: space-evenly; }

.news_info .c-body .content {
  margin-bottom: 100px; }
