﻿ body {
        background-image: url('../img/content-bg.png');
        background-size: 100%;
        background-repeat: repeat-y;
      }
      .content {
        margin: 0 auto;
        display: block;
        width: 66%;
        background-color: #fff;
        padding: 5.2%;
      }
      .content-newsTitle {
        font-weight: bold;
        font-size: 22px;
        color: #333333;
        text-align: center;
        margin-bottom: 20px;
      }
      .content-resource {
        text-align: center;
        color: #999999;
      }