@media (min-width: 1200px) and (max-width: 9999px) {
  figure {
    margin: 0;
  }
  body {
    background-color: #eee;
    color: #1a1a1a;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    width: 1200px;
    margin: 18px auto;
  }
  a:link,
  a:visited {
    color: #00aad4;
  }
  a:hover {
    color: #f00;
    text-decoration: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
  }
  .box {
    float: left;
    width: 282px;
    margin: 9px;
  }
  .box .box-text {
    padding: 4.5px 9px;
  }
  .box .box-footer {
    margin: 0;
    padding: 4.5px 9px 4.5px 0;
    border-top: 1px solid #eee;
  }
  .box .box-footer li {
    list-style: none;
    margin-left: 9px;
  }
  .box .box-footer a {
    text-decoration: none;
  }
  #pre {
    width: 300px;
    float: left;
  }
  #pre .box {
    background-color: #fff;
    color: #1a1a1a;
  }
  #pre .box img {
    width: 264px;
    padding: 9px;
  }
  #pre .box .box-footer li {
    display: block;
  }
  #pre .menutotop {
    position: fixed;
    top: 10px;
    z-index: 10;
  }
  #content {
    width: 900px;
    float: left;
  }
  #content .section {
    float: left;
    width: 900px;
    clear: right;
    margin-bottom: 9px;
    padding-bottom: 72px;
  }
  #content .section .section-tit {
    margin: 9px 9px 0;
  }
  #content .section .section-tit h2 {
    font-weight: normal;
    text-transform: uppercase;
    color: #bbb;
  }
  #content .section .box {
    background-color: #fff;
    color: #1a1a1a;
  }
  #content .section .box img {
    width: 282px;
  }
  #content .section .box .box-footer li {
    display: inline-block;
  }
  #content .section .featured {
    background-color: gainsboro;
  }
  #content .article {
    float: left;
    width: 900px;
    margin: 9px;
  }
  #content .article .article-tit {
    font-size: 24px;
    line-height: 27px;
    font-weight: normal;
  }
  #content .article .article-meta {
    margin: 18px 0 0 0;
    padding: 0;
  }
  #content .article .article-meta li {
    list-style: none;
    display: inline-block;
    margin-right: 9px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  figure {
    margin: 0;
  }
  body {
    background-color: #eee;
    color: #1a1a1a;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    width: 960px;
    margin: 18px auto;
  }
  a:link,
  a:visited {
    color: #00aad4;
  }
  a:hover {
    color: #f00;
    text-decoration: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
  }
  .box {
    float: left;
    width: 222px;
    margin: 9px;
  }
  .box .box-text {
    padding: 4.5px 9px;
  }
  .box .box-footer {
    margin: 0;
    padding: 4.5px 9px 4.5px 0;
    border-top: 1px solid #eee;
  }
  .box .box-footer li {
    list-style: none;
    margin-left: 9px;
  }
  .box .box-footer a {
    text-decoration: none;
  }
  #pre {
    width: 240px;
    float: left;
  }
  #pre .box {
    background-color: #fff;
    color: #1a1a1a;
  }
  #pre .box img {
    width: 204px;
    padding: 9px;
  }
  #pre .box .box-footer li {
    display: block;
  }
  #pre .menutotop {
    position: fixed;
    top: 10px;
    z-index: 10;
  }
  #content {
    width: 720px;
    float: left;
  }
  #content .section {
    float: left;
    width: 720px;
    clear: right;
    margin-bottom: 9px;
    padding-bottom: 72px;
  }
  #content .section .section-tit {
    margin: 9px 9px 0;
  }
  #content .section .section-tit h2 {
    font-weight: normal;
    text-transform: uppercase;
    color: #bbb;
  }
  #content .section .box {
    background-color: #fff;
    color: #1a1a1a;
  }
  #content .section .box img {
    width: 222px;
  }
  #content .section .box .box-footer li {
    display: inline-block;
  }
  #content .section .featured {
    background-color: gainsboro;
  }
  #content .article {
    float: left;
    width: 720px;
    margin: 9px;
  }
  #content .article .article-tit {
    font-size: 24px;
    line-height: 27px;
    font-weight: normal;
  }
  #content .article .article-meta {
    margin: 18px 0 0 0;
    padding: 0;
  }
  #content .article .article-meta li {
    list-style: none;
    display: inline-block;
    margin-right: 9px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  figure {
    margin: 0;
  }
  body {
    background-color: #eee;
    color: #1a1a1a;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    width: 768px;
    margin: 18px auto;
  }
  a:link,
  a:visited {
    color: #00aad4;
  }
  a:hover {
    color: #f00;
    text-decoration: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
  }
  .box {
    float: left;
    width: 238px;
    margin: 9px;
  }
  .box .box-text {
    padding: 4.5px 9px;
  }
  .box .box-footer {
    margin: 0;
    padding: 4.5px 9px 4.5px 0;
    border-top: 1px solid #eee;
  }
  .box .box-footer li {
    list-style: none;
    margin-left: 9px;
  }
  .box .box-footer a {
    text-decoration: none;
  }
  #pre {
    width: 256px;
    float: left;
  }
  #pre .box {
    background-color: #fff;
    color: #1a1a1a;
  }
  #pre .box img {
    width: 220px;
    padding: 9px;
  }
  #pre .box .box-footer li {
    display: block;
  }
  #pre .menutotop {
    position: fixed;
    top: 10px;
    z-index: 10;
  }
  #content {
    width: 512px;
    float: left;
  }
  #content .section {
    float: left;
    width: 512px;
    clear: right;
    margin-bottom: 9px;
    padding-bottom: 72px;
  }
  #content .section .section-tit {
    margin: 9px 9px 0;
  }
  #content .section .section-tit h2 {
    font-weight: normal;
    text-transform: uppercase;
    color: #bbb;
  }
  #content .section .box {
    background-color: #fff;
    color: #1a1a1a;
  }
  #content .section .box img {
    width: 238px;
  }
  #content .section .box .box-footer li {
    display: inline-block;
  }
  #content .section .featured {
    background-color: gainsboro;
  }
  #content .article {
    float: left;
    width: 512px;
    margin: 9px;
  }
  #content .article .article-tit {
    font-size: 24px;
    line-height: 27px;
    font-weight: normal;
  }
  #content .article .article-meta {
    margin: 18px 0 0 0;
    padding: 0;
  }
  #content .article .article-meta li {
    list-style: none;
    display: inline-block;
    margin-right: 9px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  figure {
    margin: 0;
  }
  body {
    background-color: #eee;
    color: #1a1a1a;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    width: 480px;
    margin: 18px auto;
  }
  a:link,
  a:visited {
    color: #00aad4;
  }
  a:hover {
    color: #f00;
    text-decoration: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
  }
  .box {
    float: left;
    width: 222px;
    margin: 9px;
  }
  .box .box-text {
    padding: 4.5px 9px;
  }
  .box .box-footer {
    margin: 0;
    padding: 4.5px 9px 4.5px 0;
    border-top: 1px solid #eee;
  }
  .box .box-footer li {
    list-style: none;
    margin-left: 9px;
  }
  .box .box-footer a {
    text-decoration: none;
  }
  #pre {
    width: 240px;
    float: left;
  }
  #pre .box {
    background-color: #fff;
    color: #1a1a1a;
  }
  #pre .box img {
    width: 204px;
    padding: 9px;
  }
  #pre .box .box-footer li {
    display: block;
  }
  #pre .menutotop {
    position: fixed;
    top: 10px;
    z-index: 10;
  }
  #content {
    width: 240px;
    float: left;
  }
  #content .section {
    float: left;
    width: 240px;
    clear: right;
    margin-bottom: 9px;
    padding-bottom: 72px;
  }
  #content .section .section-tit {
    margin: 9px 9px 0;
  }
  #content .section .section-tit h2 {
    font-weight: normal;
    text-transform: uppercase;
    color: #bbb;
  }
  #content .section .box {
    background-color: #fff;
    color: #1a1a1a;
  }
  #content .section .box img {
    width: 222px;
  }
  #content .section .box .box-footer li {
    display: inline-block;
  }
  #content .section .featured {
    background-color: gainsboro;
  }
  #content .article {
    float: left;
    width: 240px;
    margin: 9px;
  }
  #content .article .article-tit {
    font-size: 24px;
    line-height: 27px;
    font-weight: normal;
  }
  #content .article .article-meta {
    margin: 18px 0 0 0;
    padding: 0;
  }
  #content .article .article-meta li {
    list-style: none;
    display: inline-block;
    margin-right: 9px;
  }
}
