body {
  font-family: "\5B8B\4F53", sans-serif;
  padding: 0;
  margin: 0;
  text-align: left;
}
html,
body {
  height: 100%;
}
.ntes-nav {
  position: absolute !important;
}
.ntes-nav-main {
  width: auto !important;
  min-width: 990px;
}
.N-nav-bottom {
  position: absolute !important;
  left: auto !important;
  right: auto !important;
  bottom: 1px !important;
  width: 100% !important;
  z-index: 1 !important;
}
.N-nav-bottom,
.N-nav-bottom-copyright,
.N-nav-bottom-main a,
.N-nav-bottom-main a:visited,
.N-nav-bottom-main a:hover {
  color: #888;
  background: #eeeeee;
}
.intro {
  position: absolute;
  top: 45px;
  bottom: 0;
  width: 100%;
  min-height: 500px;
  min-width: 990px;
}
.ie6 .intro,
.ie7 .intro {
  height: expression(eval(document.documentElement.clientHeight - 45) + "px");
  min-height: auto;
}
.bd {
  position: absolute;
  top: 45px;
  bottom: 0;
  width: 100%;
  min-height: 500px;
  min-width: 990px;
  visibility: hidden;
  background-color: #eeeeee;
}
.ie6 .bd,
.ie7 .bd {
  height: expression(eval(document.documentElement.clientHeight - 45) + "px");
  min-height: auto;
}
.top {
  width: 100%;
  height: 74px;
  text-align: left;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #eeeeee;
  overflow: hidden;
}
.top h1 {
  position: absolute;
  left: -9999px;
}
.top .top-ad {
  float: left;
  margin: 27px 50px 0 0;
}
.top .nav {
  height: 100%;
  float: left;
}
.top .nav a:hover {
  text-decoration: none;
}
.top .nav .nav-logo,
.top .nav .nav-list,
.top .nav .nav-search {
  float: left;
}
.top .nav .nav-logo {
  margin: 6px 13px 0 10px;
}
.top .nav .nav-list {
  height: 100%;
}
.top .nav .nav-list li {
  width: 100px;
  height: 100%;
  float: left;
}
.top .nav .nav-list li a {
  display: block;
  outline: none;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #333;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-image: url("http://img1.cache.netease.com/cnews/img/photocenter/nav_list_icons_v2.png");
  background-repeat: no-repeat;
  padding: 45px 0 9px;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: #eeeeee;
  -webkit-transition: opacity .2s ease-out, border-color .2s ease-out;
  -moz-transition: opacity .2s ease-out, border-color .2s ease-out;
  -o-transition: opacity .2s ease-out, border-color .2s ease-out;
  transition: opacity .2s ease-out, border-color .2s ease-out;
}
.top .nav .nav-list li a:hover,
.top .nav .nav-list li a.current {
  opacity: 1;
  filter: alpha(opacity=100);
}
.top .nav .nav-list li a.current {
  border-bottom-color: #D84830;
  font-weight: bold;
}
.top .nav .nav-list li a.nav-list-ss {
  background-position: 30px   14px;
}
.top .nav .nav-list li a.nav-list-kk {
  background-position: 32px -83px;
}
.top .nav .nav-list li a.nav-list-jx {
  background-position: 35px -185px;
}
.top .nav .nav-list li a.nav-list-ch {
  background-position: 22px -288px;
}
.top .nav .nav-list li a.nav-list-js {
  background-position: 19px -386px;
}
.top .nav .nav-list li a.nav-list-ts {
  background-position: 17px -485px;
}
.top .nav .nav-list li a.nav-list-zm {
  background-position: 37px -588px;
}
.top .nav .nav-list li a.nav-list-ph {
  background-position: 22px -686px;
}
.top .nav .nav-search {
  margin-top: 20px;
}
.top .nav .nav-search input {
  width: 90px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  padding-left: 30px;
  color: #333;
  outline: none;
  border-style: solid;
  border-width: 1px;
  border-color: #eeeeee #eeeeee #d6d6d6 #eeeeee;
  background: #eeeeee url("http://img1.cache.netease.com/cnews/img/photocenter/nav_list_icons.png") 7px -793px no-repeat;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.top .nav .nav-search input:focus {
  width: 210px;
  opacity: 1;
  filter: alpha(opacity=100);
  border-color: #D6D6D6;
  background-color: #FFF;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.middle {
  width: 100%;
  position: absolute;
  top: 74px;
  bottom: 39px;
  overflow: hidden;
}
.middle-r {
  position: absolute;
  top: 0;
  right: 3px;
  width: 120px;
  height: 100%;
  background-color: #eeeeee;
}
.ie6 .middle,
.ie7 .middle {
  height: expression(eval(document.documentElement.clientHeight - 45 - 74 - 39) + "px");
}
.middle-in {
  display: block;
  height: 100%;
  padding-right: 123px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.middle-in .middle-l {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #E4E4E4;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset, 0 -2px 2px rgba(0, 0, 0, 0.1) inset;
}
.middle-in .btn-page-left,
.middle-in .btn-page-right {
  display: block;
  outline: none;
  width: 41px;
  height: 68px;
  background-image: url("http://img1.cache.netease.com/cnews/img/photocenter/lrbtn.png");
  _background-image: url("http://img1.cache.netease.com/cnews/img/photocenter/lrbtn_lowie.png");
  background-repeat: no-repeat;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  top: 50%;
  margin-top: -34px;
  z-index: 10;
}
.middle-in .btn-page-left {
  left: 17px;
  background-position: 0 0;
}
.middle-in .btn-page-right {
  right: 17px;
  background-position: -41px 0;
}
.middle-in .btn-page-left:hover,
.middle-in .btn-page-right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.middle-in .center-tip {
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  width: 200px;
  height: 80px;
  left: 50%;
  margin-left: -100px;
  top: 40%;
  z-index: 3;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  font-family: "\5FAE\8F6F\96C5\9ED1", sans-serif;
  border-radius: 10px;
  display: none;
  -webkit-transition: -webkit-transform 0ms;
  -webkit-transform-origin: 0px 0px;
  -webkit-transform: translate3d(0px, 0px, 0px) scale(1);
}
.middle-in .more-btn {
  position: absolute;
  bottom: 30px;
  right: 3px;
  width: 80px;
  height: 50px;
  line-height: 51px;
  color: #333;
  background-color: #eeeeee;
  background-image: url("http://img1.cache.netease.com/cnews/img/photocenter/more-btn.png");
  background-position: 85px 14px;
  background-repeat: no-repeat;
  font-size: 16px;
  text-align: right;
  padding-right: 40px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.middle-in .more-btn:hover {
  background-color: #E4E4E4;
}
.cont-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.cont-wrap .cont-scroller {
  width: 800%;
  height: 100%;
}
.page {
  float: left;
  height: 100%;
  position: relative;
  background: #eeeeee;
  display: none;
  -webkit-backface-visibility: hidden;
}
.page-ss {
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}
.page-jx .pic-0 .info h3 {
  font-size: 40px;
}
.page-ch .pic-0 .info h3,
.page-kk .pic-0 .info h3 {
  font-size: 25px;
}
.page-ss .pic-0 .info h3,
.page-ss .pic-1 .info h3,
.page-js .pic-0 .info h3,
.page-ts .pic-0 .info h3,
.page-zm .pic-0 .info h3 {
  font-size: 20px;
}
.pic.loader_bg {
  background-image: url("http://img1.cache.netease.com/cnews/img/photocenter/loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
/** PIC START */
.pic {
  position: absolute;
  overflow: hidden;
  text-indent: 0;
  background: #E4E4E4;
  -webkit-transition: box-shadow 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
}
.pic a.pic-link {
  display: block;
  width: 100%;
  height: 100%;
}
.pic a.pic-link img {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.pic .hover-mask {
  width: 100%;
  height: 100%;
  background: none;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.pic:hover .hover-mask {
  background: rgba(255, 255, 255, 0.1);
}
.pic .info {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  _bottom: -1px;
  width: 100%;
  min-height: 30px;
  padding: 30px 0 6px;
  text-align: left;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 64%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(64%, rgba(0, 0, 0, 0.56)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 64%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 64%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 64%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 64%, rgba(0, 0, 0, 0.8) 100%);
}
.ie9 .pic .info {
  filter: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjU2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}
.ie6 .pic .info,
.ie7 .pic .info,
.ie8 .pic .info {
  padding: 8px 0 5px\9;
  filter: alpha(opacity=80);
}
.pic .info,
.pic .info:hover,
.pic .info:active,
.pic .info:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.pic .info h3,
.pic .info p {
  padding-left: 10px;
  text-shadow: 1px 1px 0 #000;
  font-family: "\5FAE\8F6F\96C5\9ED1", sans-serif;
  text-shadow: 0 0 3px black;
}
.pic .info h3 {
  margin: 5px 0;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pic .info h3 a,
.pic .info h3 a:hover,
.pic .info h3 a:active,
.pic .info h3 a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.page-ss .info h3 {
  padding-left: 10px;
}
.pic div.tag {
  display: none;
}
.page-ss .pic div.tag {
  display: block;
  width: 50px;
  height: 14px;
  line-height: 1;
  padding: 6px 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-family: sans-serif;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  opacity: .95;
}
.page-ss .pic div.tag.t00AN0001 {
  background-color: #E94040;
}
.page-ss .pic div.tag.t00AO0001 {
  background-color: #6EB6E9;
}
.page-ss .pic div.tag.t00AP0001 {
  background-color: #99C215;
}
.pic .info p {
  color: #FFF;
  width: 60%;
  line-height: 18px;
  text-indent: 2em;
  margin: 10px 0;
}
/** PIC END*/
/** RANK START*/
.ph-wrap {
  height: 100%;
  background-color: #F6F6F6;
  margin: 0 10px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}
.ph-body {
  width: 780px;
  margin: 0 auto;
  text-indent: 0;
}
.ph-top {
  width: 100%;
  padding-top: 15px;
}
.ph-channel-list {
  height: 34px;
  line-height: 34px;
}
.ph-channel-list li {
  width: 52px;
  font-size: 12px;
  text-align: center;
  cursor: default;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMAQMAAACZRUUUAAAABlBMVEXe3t7///99o+0QAAAAC0lEQVQI12NgwA4AABgAAU0HakgAAAAASUVORK5CYII=) center right no-repeat;
  float: left;
}
.ph-channel-list li:last-child {
  background-image: none;
}
.ph-channel-list li.current {
  background-color: #D84830;
  background-image: none;
  margin-left: -1px;
  padding-left: 1px;
}
.ph-channel-list li.current a,
.ph-channel-list li.current a:visited {
  color: #FFF;
  font-weight: bold;
}
.ph-channel-list li a,
.ph-channel-list li a:visited {
  color: #888;
  display: block;
  width: 100%;
}
.ph-main {
  margin-top: 20px;
}
.ph-main .ph-list-wrap {
  width: 375px;
  float: left;
}
.ph-main .ph-day {
  margin: 0;
}
.ph-main .ph-week {
  margin-left: 30px;
}
.ph-main .ph-list-wrap h2 {
  height: 30px;
  text-indent: -99999px;
  background: url("http://img1.cache.netease.com/cnews/img/photocenter/ph_title.png") no-repeat;
  position: relative;
}
.ph-main .ph-day h2 {
  background-position: 50% 0;
}
.ph-main .ph-week h2 {
  background-position: 50% -30px;
}
.ph-main .ph-list-wrap h2 i {
  width: 13px;
  height: 9px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 0;
  background-image: url("http://img1.cache.netease.com/cnews/img/photocenter/eye.png");
  background-repeat: no-repeat;
}
.ph-main ol.ph-list {
  height: 360px;
  margin-top: 5px;
}
.ph-main ol.ph-list li {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: left;
  border-top: 1px solid #D9D9D9;
}
.ph-main ol.ph-list li a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  color: #333;
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  -o-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}
.ph-main ol.ph-list li a:hover {
  background: #FFF;
  text-decoration: none;
}
.ph-main ol.ph-list li a i,
.ph-main ol.ph-list li a b {
  color: #888;
  font-size: 16px;
  font-weight: normal;
  font-family: Arial, sans-serif;
}
.ph-main ol.ph-list li a i {
  margin: 0 13px 0 2px;
}
.ph-main ol.ph-list li a.last i {
  margin-right: 5px;
}
.ph-main ol.ph-list li a b {
  font-style: italic;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
}
.ph-main ol.ph-list li a.list-0 i,
.ph-main ol.ph-list li a.list-0 b {
  color: #C35A4D;
}
.ph-main ol.ph-list li a.list-1 i,
.ph-main ol.ph-list li a.list-1 b {
  color: #DE7F5A;
}
.ph-main ol.ph-list li a.list-2 i,
.ph-main ol.ph-list li a.list-2 b {
  color: #F6A778;
}
.ph-main ol.ph-list li a .simg {
  display: none;
  float: left;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
.ph-main ol.ph-list li a .simg q {
  display: block;
  height: 28px;
  width: 28px;
  background: url("http://img2.cache.netease.com/utf8/gallery/img/rank-num.png") no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.ph-main ol.ph-list li a .simg q.rank-num-1 {
  background-position: 0 0;
}
.ph-main ol.ph-list li a .simg q.rank-num-2 {
  background-position: -28px 0;
}
.ph-main ol.ph-list li a .simg q.rank-num-3 {
  background-position: -56px 0;
}
.ph-main ol.ph-list li a .simg q.rank-num-4 {
  background-position: -84px 0;
}
.ph-main ol.ph-list li a .simg q.rank-num-5 {
  background-position: -112px 0;
}
.ph-main ol.ph-list li a .simg q.rank-num-6 {
  background-position: -140px 0;
}
.ph-main ol.ph-list li a .simg q.rank-num-7 {
  background-position: -168px 0;
}
.ph-main ol.ph-list li a .simg q.rank-num-8 {
  background-position: -196px 0;
}
.ph-main ol.ph-list li a .simg q.rank-num-9 {
  background-position: -224px 0;
}
.ph-main ol.ph-list li a .simg q.rank-num-10 {
  background-position: -252px 0;
}
@media all and (min-width: 1100px) {
  .ph-body {
    width: 900px;
  }
  .ph-main .ph-list-wrap {
    width: 425px;
  }
  .ph-main .ph-week {
    margin-left: 50px;
  }
}
@media all and (min-width: 1200px) {
  .ph-body {
    width: 950px;
  }
  .ph-main .ph-list-wrap {
    width: 450px;
  }
  .ph-main .ph-week {
    margin-left: 50px;
  }
}
@media all and (min-width: 1300px) {
  .ph-body {
    width: 1030px;
  }
  .ph-main .ph-list-wrap {
    width: 490px;
  }
  .ph-main .ph-week {
    margin-left: 50px;
  }
}
@media all and (min-width: 1400px) {
  .ph-body {
    width: 1090px;
  }
  .ph-main .ph-list-wrap {
    width: 515px;
  }
  .ph-main .ph-week {
    margin-left: 60px;
  }
}
@media all and (min-width: 1500px) {
  .ph-body {
    width: 1270px;
  }
  .ph-main .ph-list-wrap {
    width: 600px;
  }
  .ph-main .ph-week {
    margin-left: 70px;
  }
}
@media all and (min-width: 1900px) {
  .ph-body {
    width: 1560px;
  }
  .ph-main .ph-list-wrap {
    width: 720px;
  }
  .ph-main .ph-week {
    margin-left: 120px;
  }
}
@media all and (min-height: 650px) {
  .ph-main ol.ph-list li {
    height: 40px;
    line-height: 40px;
  }
}
@media all and (min-height: 750px) and (min-width: 1200px) {
  .ph-main ol.ph-list li {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  .ph-main ol.ph-list li a i {
    display: none;
  }
  .ph-main ol.ph-list li a .simg {
    display: block;
    height: 45px;
    width: 68px;
  }
}
@media all and (min-height: 830px) and (min-width: 1200px) {
  .ph-main ol.ph-list li {
    height: 52px;
    line-height: 52px;
  }
  .ph-main ol.ph-list li a .simg {
    display: block;
    height: 52px;
    width: 78px;
  }
}
@media all and (min-height: 900px) and (min-width: 1200px) {
  .ph-main ol.ph-list li {
    height: 60px;
    line-height: 60px;
  }
  .ph-main ol.ph-list li a .simg {
    display: block;
    height: 60px;
    width: 90px;
  }
}
/** RANK END*/
/** MORE START */
.more {
  width: 100%;
  height: 100%;
  min-width: 990px;
  padding-top: 45px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  background: #000;
  background: rgba(248, 248, 248, 0.9);
  display: none;
}
.more .title {
  font-size: 36px;
  color: #333;
  text-align: center;
  font-family: "\5FAE\8F6F\96C5\9ED1", sans-serif;
  margin: 12px 0 12px;
  _padding-top: 10px;
}
.more .mbd {
  position: relative;
}
.more .mbd .arrow {
  font-size: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -10px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #eeeeee transparent;
  border-width: 8px;
}
.more .mbd .close {
  width: 62px;
  height: 64px;
  position: absolute;
  top: -32px;
  right: 20px;
  z-index: 10;
  background-image: url("http://img1.cache.netease.com/cnews/img/photocenter/more-close.png");
  _background-image: url("http://img1.cache.netease.com/cnews/img/photocenter/more-close_lowie.png");
  background-position: -62px 0;
  background-repeat: no-repeat;
  cursor: pointer;
}
.more .mbd .close:hover {
  background-position: 0 0;
}
.more .mbd .list {
  background: #eeeeee;
  padding-top: 3px;
  width: 100%;
  text-align: left;
}
.ie7 .more .mbd .list {
  padding-bottom: 1px;
}
.more .mbd .list ul {
  width: 100%;
}
.more .list ul li {
  display: block;
  float: left;
  position: relative;
  margin-bottom: 3px;
  background: #E4E4E4;
  overflow: hidden;
}
.more .list ul li img {
  width: 100%;
  height: 100%;
  margin-top: -9999px;
}
.more .list ul li .hover-mask {
  width: 100%;
  height: 100%;
  background: none;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.more .list ul li:hover .hover-mask {
  background: rgba(255, 255, 255, 0.1);
}
.more .list ul li a:hover {
  text-decoration: none;
}
.more .list ul li h3 {
  position: absolute;
  bottom: 0;
  _bottom: -1px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  color: #FFF;
  text-indent: 10px;
  font-size: 16px;
  font-family: "\5FAE\8F6F\96C5\9ED1", sans-serif;
  text-shadow: 0 0 3px black;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 64%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(64%, rgba(0, 0, 0, 0.56)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 64%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 64%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 64%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 64%, rgba(0, 0, 0, 0.8) 100%);
}
.ie9 .more .list ul li h3 {
  filter: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjU2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}
.ie6 .more .list ul li h3,
.ie7 .more .list ul li h3,
.ie8 .more .list ul li h3 {
  padding: 8px 0 10px\9;
  filter: alpha(opacity=80);
}
.more .paging {
  margin-top: 20px;
  text-align: center;
}
.more .paging a,
.more .paging a:active,
.more .paging a:visited,
.more .paging span,
.more .paging .current {
  color: #737371;
  font-size: 18px;
  font-style: italic;
  font-family: "\5FAE\8F6F\96C5\9ED1", sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
  padding: 0 8px;
}
.more .paging .prev,
.more .paging .next,
.more .paging a.prev:active,
.more .paging a.next:active {
  font-size: 16px;
  font-style: normal;
}
.more .paging span.current.prev,
.more .paging span.current.next {
  visibility: hidden;
}
.more .paging .current {
  color: #EEE;
  background: #d84830;
  padding: 2px 8px;
}
/** MORE END */
@media only screen and (max-width: 1280px), only screen and (max-height: 650px) {
  .top {
    height: 45px;
  }
  .top .nav .nav-logo {
    margin: 9px 13px 0 10px;
  }
  .top .nav .nav-list li a {
    background-image: none;
    padding: 16px 0 9px;
  }
  .top .nav .nav-search {
    margin-top: 7px;
  }
  .top .top-ad {
    margin: 16px 10px 0 0;
  }
  .middle {
    top: 45px;
  }
}
@media only screen and (min-width: 1280px) {
  .top .nav .nav-logo {
    margin-left: 30px;
  }
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
