@charset "UTF-8";
img {
  width: 100%;
  height: auto; }

.titlePicture {
  margin-top: 120px; }
  .titlePicture .bigTitle {
    position: absolute;
    top: 0px;
    display: inline-block;
    font-size: 30px;
    text-align: left;
    width: 60%;
    margin-bottom: 30px; }
  .titlePicture .bigContent {
    display: inline-block;
    margin-left: 60%;
    width: 40%;
    font-size: 22px;
    text-align: left;
    margin-bottom: 30px;
    color: #858889; }
  .titlePicture .text {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px; }

#content_HTML {
  border-style: none;
  background-color: rgba(255, 255, 255, 0);
  overflow: hidden;
  font-size: 14px;
  width: 70%;
  padding: 0;
  line-height: 1.5; }
  #content_HTML p {
    letter-spacing: 0.025em;
    color: #a8a8a8;
    font-weight: lighter;
    font-family: inherit; }
  #content_HTML ul {
    font-size: 20px;
    letter-spacing: 0.025em;
    color: #a8a8a8;
    font-weight: lighter;
    font-family: inherit;
    margin-left: 20px;
    padding: 0px; }
    #content_HTML ul strong {
      color: #333; }

article {
  position: relative; }
  article .share {
    position: absolute;
    right: 0;
    top: 0; }
    article .share a {
      -webkit-filter: grayscale(100%);
      /* webkit内核支持程度较好 */
      -moz-filter: grayscale(100%);
      /* 其他内核现在并不支持，为了将来兼容性书写 */
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      /* 标准写法 */ }
    article .share a:hover {
      -webkit-filter: grayscale(0%);
      /* webkit内核支持程度较好 */
      -moz-filter: grayscale(0%);
      /* 其他内核现在并不支持，为了将来兼容性书写 */
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: grayscale(0%);
      /* 标准写法 */ }

.gray .bigText {
  font-size: 30px;
  margin-top: 60px;
  margin-bottom: 60px; }
.gray .blue {
  background-color: #0091ff; }
  .gray .blue a {
    color: white;
    font-size: 30px;
    cursor: pointer; }
  .gray .blue a:hover {
    text-decoration: none;
    color: #272822; }
  .gray .blue span {
    color: white; }
  .gray .blue .list {
    color: white;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 20px; }
  .gray .blue #lastContent {
    font-size: 14px; }
  .gray .blue #nextContent {
    font-size: 14px; }

@media (min-width: 800px) {
  .gray .blue {
    padding: 40px;
    height: 415px;
    margin-bottom: 60px; } }
@media (min-width: 300px) and (max-width: 800px) {
  .titlePicture {
    margin-top: 88px; }
    .titlePicture #bigPicture {
      width: 100%; }
    .titlePicture .bigTitle {
      font-size: 20px;
      line-height: 1.3; }
    .titlePicture .bigContent {
      font-size: 16px; }

  .gray .bigText {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    padding: 20px;
    padding-left: 0; }
  .gray .blue {
    padding: 10px;
    margin-top: 25px;
    margin-bottom: 10px; }
    .gray .blue .list {
      font-size: 16px; }
    .gray .blue a {
      font-size: 20px; }
    .gray .blue #nextContent {
      font-size: 14px; }

  #content_HTML {
    width: 100%; }
    #content_HTML img {
      width: 100%; }

  .button {
    text-align: right; }

  .share {
    display: none; } }



/*# sourceMappingURL=son.css.map */
