﻿@media (min-width: 768px) {
  #content {
    width: 100%;
    margin-top: 20px;
  }
  #content .news_boxs {
    width: 1200px;
    margin: 0 auto;
  }
  #content .news_boxs .news_box {
    // float: left;
    width: 100%;
    // height: 260px;
    border-radius: 5px;
    background: #fff;
    margin-left: 18px;
  }
  #content .news_boxs .news_box .new_box_til {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    height: 50px;
    background: #f4f4f4;
  }
  #content .news_boxs .news_box .new_box_til ul li {
    float: left;
  }
  #content .news_boxs .news_box .new_box_til ul .tib_box {
    width: 100px;
    height: 30px;
    border-top-left-radius: 8px;
    // background: #e60011;
    padding-top: 20px;
    text-align: center;
    font-size: 20px;
    font-family: '方正汉真广标简体';
    padding-left: 10px;
    color: #000;
  }
  #content .news_boxs .news_box .new_box_til ul .new_more {
    float: right;
    margin-right: 15px;
    margin-top: 22px;
    padding-right: 20px;
    background: url(../images/news_ico_03.png) no-repeat right center;
  }
  #content .news_boxs .news_box .new_list ul li {
    line-height: 40px;
    padding-left: 15px;
    border-top: 1px solid #eee;
  }
  #content .news_boxs .news_box .new_list ul li .list_li {
    padding-left: 20px;
    background: url(../images/new_list_ico_03.png) no-repeat left center;
    font-size: 14px;
    color: #333;
  }
}
@media (max-width: 768px) {
  #content {
    width: 100%;
    margin-top: 20px;
  }
  #content .news_boxs {
    width: 620px;
    margin: 0 auto;
  }
  #content .news_boxs .news_box {
    width: 590px;
    height: 260px;
    border-radius: 5px;
    background: #fff;
    margin-top: 20px;
  }
  #content .news_boxs .news_box .new_box_til {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 590px;
    height: 50px;
    background: #f4f4f4;
  }
  #content .news_boxs .news_box .new_box_til ul li {
    float: left;
  }
  #content .news_boxs .news_box .new_box_til ul .tib_box {
    width: 100px;
    height: 30px;
    border-top-left-radius: 8px;
    // background: #e60011;
    padding-top: 20px;
    text-align: center;
    font-size: 15px;
    color: #fff;
  }
  #content .news_boxs .news_box .new_box_til ul .new_more {
    float: right;
    margin-right: 15px;
    margin-top: 22px;
    padding-right: 20px;
    background: url(../images/news_ico_03.png) no-repeat right center;
  }
  #content .news_boxs .news_box .new_list ul li {
    line-height: 40px;
    padding-left: 15px;
    border-top: 1px solid #eee;
  }
  #content .news_boxs .news_box .new_list ul li .list_li {
    padding-left: 20px;
    background: url(../images/new_list_ico_03.png) no-repeat left center;
    font-size: 14px;
    color: #333;
  }
}
