.banner {
  width: 100%;
  height: 260px;
  background-color: #6FB0F5;
  line-height: 260px; }
  .banner > P {
    font-size: 36px;
    color: #fff;
    letter-spacing: 3px; }

.content {
  width: 100%;
  padding-bottom: 50px;
  background-color: #F4F4F4;
  overflow: hidden; }
  .content .news-nav {
    width: 1200px;
    margin: 15px auto;
    text-align: left; }
    .content .news-nav > span {
      color: #7B7B7B;
      font-size: 12px; }
  .content .news-txt {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #D7D7D7;
    padding: 50px 200px;
    box-sizing: border-box; }
    .content .news-txt > h1 {
      margin-bottom: 20px;
      font-size: 20px;
      font-weight: 500;
      color: #555555; }
    .content .news-txt > p {
      margin-bottom: 70px;
      color: #A8A8A8;
      font-size: 14px; }
    .content .news-txt > h6 {
      font-weight: 500;
      text-align: left;
      line-height: 24px;
      color: #555555; }
  .content .news-btn {
    width: 1200px;
    margin: 15px auto; }
    .content .news-btn > span{
      color: #7B7B7B;
      font-size: 12px;
      display: block; }

/*# sourceMappingURL=news.css.map */
