@charset "UTF-8";
/**
 * DNF
 * @authors huangsuqin
 * @date    2017-4-11 16:44:20
 */
/* reset.css v1.1.0 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
menu,
form,
fieldset,
blockquote,
pre,
hr,
input,
textarea,
button,
select {
  margin: 0;
}
ul,
ol,
menu,
fieldset,
legend,
input,
textarea,
button,
caption,
th,
td,
blockquote,
dir,
address {
  padding: 0;
}
fieldset,
iframe,
img,
hr {
  border: none;
}
html {
  overflow: auto;
  font-family: sans-serif;
  font-size: 100%;
}
a {
  text-decoration: none;
  background-color: transparent;
}
menu,
ul,
ol {
  list-style: none;
}
pre,
code,
kbd,
samp,
var {
  font-family: monospace;
  font-size: 1em;
}
pre {
  overflow: auto;
}
input,
textarea,
button,
select,
optgroup,
option {
  font-family: sans-serif;
  font-size: 1em;
}
input,
button,
select {
  overflow: visible;
  *zoom: 1;
}
textarea {
  overflow: auto;
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
html {
  text-size-adjust: 100%;
}
html.borderbox *:before,
html.borderbox *:before,
html.borderbox *:after,
html.borderbox *:after {
  box-sizing: border-box;
}
input,
textarea {
  appearance: none;
  border-radius: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
svg:not(:root) {
  overflow: hidden;
}
/* 新增RESET */
a,
button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
img {
  max-width: 100%;
  *width: auto;
  _width: auto;
}
input,
button,
textarea {
  outline: none;
}
input[type="button"],
button {
  background: transparent;
  border: none;
  cursor: pointer;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.btn,
.icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.txt-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ui-center {
  text-align: center;
}
.ui-right {
  text-align: right;
}
.ui-block {
  overflow: hidden;
}
.ui-info,
.ui-error,
.ui-warning,
.ui-success {
  color: #fff;
  padding: 7px 15px;
  display: inline-block;
  *display: inline;
  transition: all 0.25s ease-in-out;
}
.ui-info {
  background: #5BC0DE;
  border: 1px solid #31b0d5;
}
.ui-info:hover {
  background: #31b0d5;
}
.ui-error {
  background: #D9534F;
  border: 1px solid #c9302c;
}
.ui-error:hover {
  background: #c9302c;
}
.ui-warning {
  background: #F0AD4E;
  border: 1px solid #ec971f;
}
.ui-warning:hover {
  background: #ec971f;
}
.ui-success {
  background: #5CB85C;
  border: 1px solid #449d44;
}
.ui-success:hover {
  background: #449d44;
}
.ui-ipt-info {
  border-color: #5BC0DE !important;
}
.ui-ipt-error {
  border-color: #D9534F !important;
}
.ui-ipt-warning {
  border-color: #F0AD4E !important;
}
.ui-ipt-success {
  border-color: #5CB85C !important;
}
body {
  background: #151414;
  color: #abacad;
  font: 14px/1.42 Arial, Microsoft yahei, simsun, sans-serif;
}
a {
  color: #abacad;
}
a:hover {
  color: #f52828;
}
.js-content {
  display: none;
}
.js-active {
  display: block;
}
.bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  min-width: 1128px;
}
.bg div {
  background-repeat: no-repeat;
  background-position: center 0;
  height: 225px;
}
.bg1 {
  background-image: url(../images/bg_01.png);
}
.bg2 {
  background-image: url(../images/bg_02.png);
}
.bg3 {
  background-image: url(../images/bg_03.png);
}
.bg4 {
  background-image: url(../images/bg_04.png);
}
.bg-fff {
  background: #fff;
}
.common-padding {
  padding: 24px 40px;
  background: #fff;
  *zoom: 1;
}
.common-padding:before,
.common-padding:after {
  content: " ";
  display: table;
}
.common-padding:after {
  clear: both;
}
.btn {
  cursor: pointer;
}
.btn-code,
.btn-gift {
  background: url(../images/btn_01.jpg) no-repeat;
  width: 198px;
  height: 91px;
}
.btn-code {
  background-position: 0 0;
}
.btn-code:hover {
  background-position: 0 100%;
}
.btn-gift {
  background-position: 100% 0;
}
.btn-gift:hover {
  background-position: 100% 100%;
}
.btn-reg,
.btn-down {
  background: url(../images/btn_02.jpg) no-repeat;
  width: 108px;
  height: 57px;
}
.btn-reg {
  background-position: 0 0;
}
.btn-reg:hover {
  background-position: 0 100%;
}
.btn-down {
  background-position: 100% 0;
}
.btn-down:hover {
  background-position: 100% 100%;
}
.btn-view {
  background: url(../images/icon_arrow_right_blue.png) no-repeat right center;
  padding-right: 18px;
  color: #0f70bc;
}
.icon-play {
  background: url(../images/btn_play.png) no-repeat 0 0;
  width: 57px;
  height: 57px;
}
.container {
  padding-top: 344px;
}
.row {
  width: 1128px;
  margin: 0 auto;
  *zoom: 1;
  margin-bottom: 12px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row-announce {
  background: url(../images/bg_transparent_70.png);
  height: 33px;
  line-height: 33px;
  overflow: hidden;
}
.row .col-harf {
  width: 595px;
  height: 466px;
}
.row .col-harf .list-links a {
  width: 80%;
}
.row .col-harf .list-links a:hover {
  color: #0f70bc;
}
.row .col-harf .list-links .date {
  color: #b2b8c2;
}
.row .col-wide {
  width: 873px;
}
.row .col-wide .breadcrumb {
  margin: 0 30px;
}
.row .col-wide .paging-navs {
  margin: 0 40px;
  width: 733px;
  overflow: hidden;
}
.row .col-wide .paging-navs ul {
  width: 738px;
  margin-right: -6px;
}
.row .col-wide .paging-navs li {
  width: 210px;
  margin-right: 6px;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.row .col-side {
  width: 317px;
}
.row-1 .col-1,
.row-1 .col-2,
.row-1 .col-3,
.row-1 .col-4 {
  overflow: hidden;
}
.row-1 .col-1 {
  width: 745px;
}
.row-1 .col-2 {
  width: 317px;
}
.row-1 .col-3 {
  width: 366px;
}
.row-2 .col-1 {
  width: 764px;
}
.row-2 .list-data {
  min-height: 1692px;
}
.row-2 .list-data .list-item {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.row-2 .list-data .txt {
  width: 520px;
}
.row-2 .list-data .txt h3 {
  margin-top: 12px;
}
.row-2 .btn-load-more {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ededed;
}
.row-2 .col-2 {
  width: 426px;
}
.row-2 .widget-side .list-imgs li,
.row-2 .widget-side .list-imgs .img,
.row-2 .widget-side .list-imgs img {
  width: 188px;
}
.row-2 .widget-side .list-imgs li {
  margin-right: 10px;
}
.row-2 .widget-side .list-imgs .txt {
  font-size: 12px;
}
.navigation {
  *zoom: 1;
  background: url(../images/bg_nav1.png) no-repeat 0px 0;
  height: 83px;
  margin-bottom: 10px;
  position: relative;
  width: 1128px;
  margin: 0 auto 10px;
}
.navigation:before,
.navigation:after {
  content: " ";
  display: table;
}
.navigation:after {
  clear: both;
}
.navigation .item {
  color: #f6f1f1;
  width: 212px;
  height: 78px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  display: block;
  float: left;
  padding-top: 5px;
  line-height: .8;
}
.navigation .item .nav_icon {
  display: block;
  height: 18px;
  padding-top: 36px;
}
.navigation .item .ename {
  display: block;
  height: 18px;
  line-height: 18px;
  font-size: 9px;
  color: #5d4547;
}
.navigation .item:hover,
.navigation .item.current {
  width: 212px;
  background: url(../images/bg_nav2.png) no-repeat 0px 100%;
  color: #fff;
}
.navigation .item:hover .ename,
.navigation .item.current .ename {
  color: #f6f1f1;
}
.navigation .item-1 .nav_icon {
  background: url("../images/nav_icon.png") center -5px no-repeat;
}
.navigation .item-2 .nav_icon {
  background: url("../images/nav_icon.png") center -112px no-repeat;
}
.navigation .item-3 .nav_icon {
  background: url("../images/nav_icon.png") center -224px no-repeat;
}
.navigation .item-4 .nav_icon {
  background: url("../images/nav_icon.png") center -357px no-repeat;
}
.navigation .codebtn {
  float: left;
  display: block;
  width: 280px;
  height: 83px;
  line-height: 83px;
  background: url(../images/code.png) center 21px no-repeat;
}
.navigation .codebtn:hover {
  background: url(../images/code_hover.png) center 21px no-repeat;
}
.hot-list {
  float: right;
  width: 485px;
  padding: 15px 0 0 0px;
  height: 84px;
}
.hot-box {
  float: left;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
}
.hot-attention {
  float: left;
  width: 81px;
}
.hot-attention span {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  width: 81px;
  text-align: center;
  background: url("../images/nav_tip.png");
  font-size: 15px;
  color: #f6f1f1;
  font-weight: bold;
  overflow: hidden;
}
.hot-box-box {
  float: left;
  width: 400px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.hot-box-list {
  width: 100%;
}
.hot-box-list li {
  float: left;
  width: 100px;
  background: url("../images/nav_line.png") right center no-repeat;
  height: 30px;
  line-height: 30px;
  margin-bottom: 6px;
}
.hot-box-list li:last-child {
  background: none;
}
.hot-box-list li a {
  font-size: 14px;
  color: #c5b3b3;
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 18px;
}
.hot-box-list li a:hover {
  color: #e63b23;
  text-decoration: underline;
}
.hot-box-list li.last a {
  background: none;
}
.p15 {
  padding: 15px;
}
.slide {
  height: 410px;
  background: url(../images/slider_bg.png) no-repeat;
}
.slide .slide-box {
  width: 576px;
  height: 410px;
  float: left;
  position: relative;
}
.slide .slide-con {
  width: 576px;
  height: 410px;
  left: 168px;
  margin-bottom: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  background: #091524;
}
.slide .slide-con li {
  width: 576px;
  height: 410px;
  position: relative;
}
.slide .slide-con li img {
  display: block;
  width: 576px;
  height: 410px;
}
.slide .slide-con li .slide-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 536px;
  padding: 5px 20px;
  height: 80px;
  line-height: 70px;
  background: url(../images/mask.png) repeat;
  color: #eee;
  font-size: 14px;
  z-index: 2;
  overflow: hidden;
}
.slide .slide-con li .slide-mask h3 {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #abacad;
  overflow: hidden;
}
.slide .slide-con li .slide-mask p {
  height: 56px;
  overflow: hidden;
  font-size: 12px;
  color: #747575;
  line-height: 18px;
}
.slide .slide-point {
  position: absolute;
  width: 164px;
  height: 410px;
  bottom: 0px;
  left: 0px;
}
.slide .slide-point li {
  width: 164px;
  height: 78px;
  float: left;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
}
.slide .slide-point li a {
  display: block;
  width: 164px;
  height: 78px;
}
.slide .slide-point li .point_mark {
  position: absolute;
  width: 160px;
  height: 74px;
  border: 2px solid #573c3c;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(../images/mask.png) repeat;
}
.slide .slide-point li img {
  width: 160px;
  height: 74px;
}
.slide .slide-point li:hover .point_mark,
.slide .slide-point li.on .point_mark {
  width: 160px;
  height: 74px;
  background: none;
  z-index: 2;
  border: 2px #cf3d29 solid;
}
.newtabbox {
  padding: 0 20px 10px 16px;
  height: 284px;
  overflow: hidden;
}
.new-list {
  float: left;
  width: 378px;
  height: 386px;
  padding-top: 24px;
  overflow: hidden;
  background: url("../images/tab_bg.png") no-repeat;
}
.new-list h2 {
  text-align: center;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 12px;
}
.new-list h2 a {
  font-size: 16px;
  line-height: 30px;
  color: #cbcccd;
  font-weight: bolder;
}
.new-list h2 a:hover {
  font-size: 16px;
  line-height: 30px;
  color: #ffc600;
  font-weight: bolder;
}
/*.new-list .f12{ text-align: center; font-size: 12px;margin: 5px 0;}
.new-list .f12 a{ color: #c6b4b3; margin: 0 3px;}*/
.new-list .new-tab {
  width: 336px;
  height: 40px;
  margin: 10px 0;
}
.new-list .new-tab li {
  width: 112px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-align: center;
  float: left;
  font-size: 15px;
  color: #929191;
  font-weight: bold;
}
.new-list .new-tab li.js-current,
.new-list .new-tab li:hover {
  border-bottom: 4px solid #b33418;
  color: #929191;
  cursor: pointer;
}
.new-box {
  height: 222px;
  overflow: hidden;
}
.new-box li {
  padding-left: 20px;
  background: url("../images/icon_til.png") -13px -158px no-repeat;
  line-height: 28px;
  height: 28px;
  clear: both;
  zoom: 1;
}
.new-list .new-box li {
  background: url("../images/icon_til.png") -13px -158px no-repeat;
}
.new-box li:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.new-box li span {
  float: right;
  color: #5b5a5e;
}
.new-box li p {
  float: left;
  color: #cbcccd;
  width: 88%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new-box li:hover p {
  text-decoration: underline;
  color: #d43711;
}
/*.title{height:45px; line-height:45px;background:url(../images/title.png) no-repeat; zoom:1;overflow:hidden;}
.title:after{content:" ";display:block;height:0;font-size:0;clear:both;visibility:hidden;}
.title .more{ float: right; display: block; font-size:14px;color:#4a4443;height: 44px; padding-left: 20px;  line-height: 44px; margin-right: 20px;background:url("../images/more.png") 6px 16px no-repeat;}
.title a:hover{ color:#ff560c;}
.title h2{ padding-left:20px;float: left;height:44px;line-height:44px;background:#ff3100;}
.title h2 strong{ float: left;font-size:16px;line-height:44px;color:#4c4745;padding-left:10px;background:#e1e0e0;}
.title h2 strong.video{background:#e1e0e0;}
.title h2 strong{ float: left;font-size:16px;line-height:44px;color:#4c4745;padding-left:10px;background:#e1e0e0;}
.title h2 span{ float: left;margin-top:15px;margin-top:6px;font-size:12px;color:#9e9e9e;}*/
.player {
  float: left;
  width: 370px;
  height: 240px;
  overflow: hidden;
  margin-right: 30px;
}
.playerbox .last {
  margin-right: 0;
}
.plr15 {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.playerbox li p {
  color: #4a4443;
}
.playerbox .new-box {
  height: 180px;
  overflow: hidden;
}
.playerbox .new-box li p {
  width: 98%;
}
.gameout {
  width: 704px;
  overflow: hidden;
  height: 414px;
}
.gamebox {
  width: 712px;
  margin-right: -8px;
}
.gamebox li {
  float: left;
  margin-right: 8px;
  margin-bottom: 15px;
  width: 170px;
  height: 192px;
}
.gamebox li img {
  display: block;
  width: 170px;
  height: 134px;
  margin-bottom: 10px;
}
.gamebox li a {
  display: block;
  width: 170px;
  height: 190px;
  position: relative;
}
.gamebox li a .text {
  display: block;
  width: 170px;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #abacad;
  overflow: hidden;
}
.gamebox li .videobtn {
  width: 51px;
  height: 51px;
  display: block;
  position: absolute;
  top: 42px;
  left: 60px;
  z-index: 2;
  background: url("../images/btn_play.png") no-repeat;
}
.gamebox li .videomask {
  width: 170px;
  height: 134px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  background: url("../images/mask.png") repeat;
}
.gamebox li a:hover .text {
  text-decoration: underline;
  color: #d43711;
}
.gamebox li a:hover .videomask {
  display: none;
}
.picbox {
  position: relative;
}
.picbox a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.picbox .li {
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
.picbox .li img {
  display: block;
  width: 100%;
  height: 100%;
}
.picbox .li1 {
  width: 354px;
  height: 288px;
  top: 0;
  left: 0;
}
.picbox .li2 {
  width: 190px;
  height: 144px;
  top: 0;
  left: 354px;
}
.picbox .li3 {
  width: 190px;
  height: 144px;
  top: 0;
  left: 544px;
}
.picbox .li4 {
  width: 380px;
  height: 144px;
  top: 144px;
  left: 354px;
}
.picbox .li5 {
  width: 354px;
  height: 288px;
  top: 0px;
  left: 734px;
}
.picbox .pictxt {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  z-index: 2;
  background: url("../images/mask.png") repeat;
}
.picbox .pictxt i {
  display: block;
  padding: 0 10px;
  font-style: normal;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
  color: #abacad;
}
.picbox .picbg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
  background: url("../images/mask.png") repeat;
}
.picbox .li:hover .picbg {
  display: none;
}
.picbox .li:hover .pictxt i {
  font-size: 14px;
  color: #abacad;
}
.picbox .li:hover img {
  overflow: hidden;
  transform: scale(2);
  transition: all 2s ease-in-out;
  -webkit-transform: scale(2);
  -webkit-transform: all 2s ease-in-out;
  z-index: 1;
}
/*.widget-side .picbox .picul{padding:0;}
.widget-side .picbox li{padding:0 10px;width:297px;height:160px;margin-right:0;padding-top:5px;margin-bottom:0;}
.widget-side .picbox li .img{width:297px;height:160px;margin-right:0;}
.widget-side .picbox li img{display:block;width:297px;height:160px;}
.widget-side .picbox li .img .pictxt{position:absolute;bottom:0;left:10px;width:277px;}
.widget-side .picbox li .picbg{display:block;width:297px;height:160px;position:absolute;top:5px;left:10px;z-index:2;background:url("../images/mask.png") repeat;}
.widget-side .picbox li a:hover .picbg{display:none;}*/
.slider-box {
  margin: 0 10px 10px;
  width: 297px;
  height: 200px;
  float: left;
  position: relative;
  z-index: 1;
}
.slider-bd li {
  position: absolute;
  width: 297px;
  height: 200px;
  z-index: 2;
}
.slider-bd li img {
  display: block;
  width: 297px;
  height: 200px;
}
.slider-bd li.active {
  display: block;
}
.slider-bd li p {
  position: absolute;
  z-index: 3;
  width: 277px;
  height: 32px;
  overflow: hidden;
  background: url(../images/mask.png) repeat;
  font-size: 14px;
  color: #eee;
  line-height: 32px;
  padding: 0 10px;
  left: 0;
  bottom: 0;
}
.slider-hd {
  position: absolute;
  height: 12px;
  bottom: 9px;
  right: 6px;
  z-index: 4;
}
.slider-hd li {
  float: left;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  background: #888;
  background-repeat: no-repeat;
  cursor: pointer;
}
.slider-hd li.js-current,
.slider-hd li:hover {
  width: 20px;
  height: 12px;
  background: #ff3600;
}
.news {
  *zoom: 1;
  background: rgba(26, 17, 17, 0.85);
  padding: 20px;
  width: 386px;
  height: 323px;
}
.news:before,
.news:after {
  content: " ";
  display: table;
}
.news:after {
  clear: both;
}
.news-top {
  background: url(../images/slider_r.png) no-repeat;
  height: 489px;
  overflow: hidden;
}
.news-top .widget-title {
  border-bottom: none;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.news-top .widget-title h3 {
  color: #f6f1f1;
  font-size: 16px;
}
.news-top .widget-title h3 strong {
  color: #f6f1f1;
  border-bottom: none;
}
.news-top .widget-title h3 span {
  border-left: 1px solid #62484a;
  color: #62484a;
  height: 18px;
  line-height: 18px;
}
.news-top .img {
  width: 297px;
  height: auto;
  max-height: 250px;
  overflow: hidden;
  margin: 0 10px 0px;
}
.news-top .img a img {
  border: 2px solid #7d6060;
  width: 293px;
  height: 115px;
  margin-bottom: 5px;
}
.news-top .img a:hover img {
  border: 2px solid #cf3d29;
}
.news-top .img .text {
  font-size: 13px;
  color: #c6b4b3;
  text-align: right;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  margin-top: -5px;
}
.news .list-links li {
  line-height: 26px;
}
.news .list-links a {
  width: 80%;
}
.list {
  *zoom: 1;
}
.list:before,
.list:after {
  content: " ";
  display: table;
}
.list:after {
  clear: both;
}
.list ul {
  *zoom: 1;
}
.list ul:before,
.list ul:after {
  content: " ";
  display: table;
}
.list ul:after {
  clear: both;
}
.list-links li {
  line-height: 26px;
  position: relative;
  font-size: 14px;
}
.list-links a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 15px;
  background: url(../images/icon_list.png) no-repeat 0 center;
  font-size: 14px;
}
.list-links .date {
  position: absolute;
  right: 0;
  top: 0;
}
.list-links-cutline {
  border-top: 1px solid #ededed;
  padding-top: 15px !important;
  margin: 0 15px;
}
.list-data {
  padding: 20px;
}
.list-data ul,
.list-data .list-item {
  *zoom: 1;
}
.list-data ul:before,
.list-data .list-item:before,
.list-data ul:after,
.list-data .list-item:after {
  content: " ";
  display: table;
}
.list-data ul:after,
.list-data .list-item:after {
  clear: both;
}
.list-data .list-item {
  height: 140px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ededed;
}
.list-data .txt {
  position: relative;
  width: 625px;
  height: 140px;
}
.list-data .txt h3 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
  overflow: hidden;
  line-height: 28px;
  height: 28px;
}
.list-data .txt a {
  color: #3c3534;
}
.list-data .txt a:hover {
  color: #b11c1c;
  text-decoration: underline;
}
.list-data .txt .desc {
  font-size: 14px;
  line-height: 24px;
  height: 76px;
  overflow: hidden;
}
.list-data .txt .info,
.list-data .txt .views {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  color: #807775;
}
.list-data .txt .info {
  left: 0;
  max-width: 80%;
  height: 20px;
  overflow: hidden;
}
.list-data .txt .views {
  right: 0;
  background: url(../images/icon_eye.png) no-repeat 0 center;
  padding-left: 22px;
  max-width: 20%;
  height: 20px;
  overflow: hidden;
}
.list-data .txt .reviews {
  color: #9b9fa5;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  padding-left: 21px;
  background: url(../images/icon_reviews.png) no-repeat 0 2px;
}
.list-imgs ul {
  width: 400px;
}
.list-imgs li {
  float: left;
  margin-top: 8px;
  margin-right: 10px;
  margin-bottom: 7px;
  text-align: center;
}
.list-imgs li .txt {
  overflow: hidden;
  height: 36px;
  line-height: 18px;
}
.list-imgs li:hover .img-mask {
  display: none;
}
.list-imgs li:hover .txt {
  text-decoration: underline;
}
.list-imgs a:hover .icon-play {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.list-imgs .img {
  position: relative;
  width: 144px;
  height: 105px;
  margin-bottom: 5px;
  overflow: hidden;
}
.list-imgs img {
  width: 144px;
  height: 105px;
}
.list-imgs .img-mask,
.list-imgs .btn-play {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.list-imgs .img-mask {
  background: url(../images/mask.png) repeat;
}
.list-imgs .btn-play {
  background: url(../images/btn_play.png) no-repeat center center;
}
.list-imgs-1 ul,
.list-imgs-2 ul {
  width: 420px;
}
.list-imgs-1 li,
.list-imgs-2 li {
  margin-right: 5px !important;
}
.list-imgs-1 h3 {
  background: url(../images/icon_free.png) no-repeat 0 0;
}
.list-imgs-2 {
  margin-left: 7px;
}
.list-imgs-2 h3 {
  background: url(../images/icon_week.png) no-repeat 0 0;
}
.list-imgs-3 ul {
  width: 315px;
}
.list-imgs-3 h3 {
  background: url(../images/icon_hot.png) no-repeat 0 0;
}
.list-tags {
  height: 189px;
}
.list-tags-top,
.list-tags-btm {
  padding: 0 16px;
  *zoom: 1;
}
.list-tags-top:before,
.list-tags-btm:before,
.list-tags-top:after,
.list-tags-btm:after {
  content: " ";
  display: table;
}
.list-tags-top:after,
.list-tags-btm:after {
  clear: both;
}
.list-tags-top {
  background: #D1D1D1;
  height: 93px;
}
.list-tags .dl {
  *zoom: 1;
  width: 50%;
  float: left;
  margin-top: 12px;
  height: 28px;
  overflow: hidden;
}
.list-tags .dl:before,
.list-tags .dl:after {
  content: " ";
  display: table;
}
.list-tags .dl:after {
  clear: both;
}
.list-tags dt {
  width: 72px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #3d301e;
  float: left;
  background: #B7AA96;
}
.list-tags dd a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  padding: 0 10px;
  background: url(../images/bg_tags_cutline.png) no-repeat right center;
  line-height: 28px;
  max-width: 72px;
  *width: 72px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-tags-btm {
  background: #A89E8E;
  height: 96px;
}
.list-tags .list-imgs h3 {
  position: relative;
  top: -3px;
  width: 27px;
  height: 84px;
  float: left;
}
.list-tags .list-imgs li {
  width: 62px;
  height: 80px;
  text-align: center;
  margin: 0;
  margin-left: 10px;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 10px;
}
.list-tags .list-imgs li span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #3d301e;
}
.list-tags .list-imgs img {
  width: 62px;
  height: 62px;
}
.list-guid ul {
  width: 800px;
}
.list-guid .item {
  position: relative;
  width: 377px;
  height: 136px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.list-guid .btn-view {
  position: absolute;
  top: 90px;
  left: 35px;
  color: #676c75;
  background-image: url(../images/icon_arrow_right_dark.png);
}
.list-guid .btn-view:hover {
  color: #0f70bc;
  background-image: url(../images/icon_arrow_right_blue.png);
}
.breadcrumb {
  font-size: 12px;
  padding: 15px 0 10px;
  border-bottom: 1px solid #ededed;
  margin: 0 30px;
}
.breadcrumb a {
  color: #877f7d;
}
.common-padding .breadcrumb {
  margin: 0;
}
.paging {
  padding: 10px 0;
  text-align: center;
}
.paging li,
.paging a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 30px;
}
.paging li {
  margin-right: 2px;
}
.paging a {
  height: 27px;
  line-height: 27px;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #ededed;
}
.paging a:hover,
.paging a.active {
  color: #fff;
  background: #f52828;
  border-color: #f52828;
}
.paging-navs {
  *zoom: 1;
}
.paging-navs:before,
.paging-navs:after {
  content: " ";
  display: table;
}
.paging-navs:after {
  clear: both;
}
.paging-navs ul {
  width: 745px;
}
.paging-navs li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #ddd;
  width: 32.5%;
  text-align: center;
  margin-right: .2%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.paging-navs li span {
  margin-right: 5px;
}
.paging-navs li:hover,
.paging-navs li.current {
  border-color: #cb2f1a;
  color: #cb2f1a;
}
.paging-navs li:hover a,
.paging-navs li.current a {
  color: #cb2f1a;
}
.detail {
  *zoom: 1;
  padding: 27px 0;
}
.detail:before,
.detail:after {
  content: " ";
  display: table;
}
.detail:after {
  clear: both;
}
.detail-inner {
  padding: 0 27px 27px;
}
.detail-title {
  margin-bottom: 7px;
  text-align: center;
  background: url(../images/bg_detail_title.png) repeat-x center bottom;
}
.detail h1 {
  font-size: 26px;
  margin-bottom: 10px;
  color: #333;
  word-break: break-all;
  font-weight: normal;
}
.detail .info {
  font-size: 12px;
  color: #9b9fa5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.detail-content {
  line-height: 2.1;
  word-break: break-all;
  font-size: 14px;
}
.detail-content p {
  margin-bottom: 10px;
}
.detail-wide .paging-navs {
  width: 1120px;
  overflow: hidden;
}
.detail-wide .paging-navs ul {
  width: 1130px;
  margin-right: -10px;
}
.detail-wide .paging-navs li {
  width: 247px;
  margin-right: 10px;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.img-show {
  *zoom: 1;
  text-align: center;
}
.img-show:before,
.img-show:after {
  content: " ";
  display: table;
}
.img-show:after {
  clear: both;
}
.img-show .img-line {
  clear: both;
  background: url(../images/bg_detail_title.png) repeat-x 0 bottom;
  height: 1px;
  margin-bottom: 15px;
}
.img-show .img-desc {
  text-align: left;
}
.videos {
  background: #fff;
}
.videos .list-imgs ul {
  width: 1210px;
}
.videos .list-imgs li,
.videos .list-imgs .img,
.videos .list-imgs img {
  width: 210px;
}
.videos .list-imgs .img,
.videos .list-imgs img {
  height: 156px;
}
.videos .list-imgs img {
  display: block;
  margin-bottom: 5px;
}
.videos .list-imgs li {
  height: 195px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 28px;
}
.videos .list-imgs a {
  display: block;
  position: relative;
}
.videos .list-imgs .icon-play {
  position: absolute;
  left: 77px;
  top: 50px;
}
.videos .list-imgs span {
  display: block;
  font-size: 12px;
  line-height: 1.42;
}
.flink {
  background: #fff;
  padding: 12px 15px;
  color: #999;
}
.flink a {
  color: #999;
}
.widget {
  background: url(../images/conbg.png) repeat;
}
.widget-title,
.widget-content {
  *zoom: 1;
  position: relative;
}
.widget-title:before,
.widget-content:before,
.widget-title:after,
.widget-content:after {
  content: " ";
  display: table;
}
.widget-title:after,
.widget-content:after {
  clear: both;
}
.widget-title {
  height: 45px;
  line-height: 45px;
  padding: 0px 15px 0;
  background: url(../images/title.png) repeat-x;
  position: relative;
}
.widget-title h3 strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  background: url(../images/icon_til.png) no-repeat 0 8px;
  padding-left: 42px;
  padding-right: 10px;
}
.widget-title h3 .t_video {
  background: url(../images/icon_til.png) no-repeat 0 -40px;
  height: 30px;
  width: 130px;
}
.widget-title h3 .t_news {
  background: url(../images/icon_til.png) no-repeat 0 -67px;
}
.widget-title h3 .t_focus {
  background: url(../images/icon_til.png) no-repeat 0 -105px;
}
.widget-title h3 span {
  font-size: 10px;
  color: #bfc0c1;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: text-bottom;
  font-weight: normal;
  height: 14px;
  line-height: 14px;
}
.widget-title .videotab {
  position: absolute;
  top: 11px;
  left: 50px;
  z-index: 2;
  height: 30px;
}
.widget-title .videotab span {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  display: block;
  padding: 0 8px;
  width: 80px;
  float: left;
  height: 24px;
  cursor: pointer;
}
.widget-title .videotab .span_l {
  border-right: 1px solid #fff;
  height: 24px;
  width: 40px;
}
.widget-title .videotab .js-current {
  text-decoration: underline;
}
.widget-title .more {
  position: absolute;
  right: 10px;
  top: 0px;
}
.widget-title .more span {
  color: #bdbdbe;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 5px;
  font-family: simsun;
}
.widget-title .more:hover {
  color: #c35812;
}
.widget-title .more:hover span {
  color: #c35812;
}
.widget-usual {
  padding-top: 0 !important;
  height: 145px;
}
.widget-usual .widget-title {
  height: 45px;
  line-height: 45px;
}
.widget-usual .list-tags {
  height: auto;
}
.widget-usual .list-tags .dl {
  clear: both;
  float: left;
  *zoom: 1;
  margin-top: 5px;
  width: 100%;
}
.widget-usual .list-tags .dl:before,
.widget-usual .list-tags .dl:after {
  content: " ";
  display: table;
}
.widget-usual .list-tags .dl:after {
  clear: both;
}
.widget-usual .list-tags dd {
  float: left;
  width: 342px;
}
.widget-special {
  padding-top: 0 !important;
  height: 300px;
  margin-bottom: 10px;
}
.widget-special .list-img li {
  position: relative;
  width: 208px;
  margin-bottom: 10px;
}
.widget-special .list-img img {
  display: block;
}
.widget-special .list-img .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 27px;
  line-height: 27px;
  color: #fff;
  background: url(../images/bg_transparent_70.png);
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.widget-notice {
  height: 130px;
}
.widget-news.w455 {
  width: 455px;
  margin-right: 10px;
}
.widget-news.w470 {
  width: 470px;
}
.widget-news .widget-title h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
.widget-news .widget-title img {
  margin-top: 18px;
}
.widget-news .widget-content {
  padding: 15px 20px;
}
.widget-news .list-links a {
  background-image: url(../images/bg_list_circle2.png);
}
.widget-career {
  width: 365px;
}
.widget-career .widget-title {
  background: none;
  border-bottom: 1px solid #E3E4E6;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
}
.widget-career .list-links-1 {
  border-top: 1px solid #E3E4E6;
  margin-top: 12px;
  padding-top: 12px;
}
.widget-video {
  height: 281px;
}
.widget-video .list-imgs ul {
  width: 1200px;
}
.widget-video .list-imgs li {
  width: 188px;
  height: 185px;
  overflow: hidden;
  text-align: left;
  margin-bottom: 0;
  margin-right: 8px;
}
.widget-video .list-imgs li:hover a {
  color: #0f70bc;
}
.widget-video .list-imgs .img {
  width: 188px;
  height: 140px;
  overflow: hidden;
}
.widget-video .list-imgs img {
  width: 188px;
  height: 140px;
}
.widget-videos .widget-title {
  margin-bottom: 12px;
}
.widget-imgs {
  width: 255px;
}
.widget-imgs .list-imgs {
  padding-left: 21px;
}
.widget-imgs .list-imgs li,
.widget-imgs .list-imgs img {
  width: 210px;
  height: 156px;
}
.widget-imgs .list-imgs li {
  position: relative;
}
.widget-imgs .list-imgs .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/bg_transparent_70.png);
  width: 100%;
  height: 27px;
  line-height: 27px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}
.widget-hero {
  height: 420px;
}
.widget-side {
  background: #fff;
  margin-bottom: 10px;
}
.widget-side .list-links {
  padding-top: 15px;
  padding: 0 15px 15px;
}
.widget-side .list-links li {
  position: relative;
  font-size: 12px;
  line-height: 30px;
}
.widget-side .list-links a {
  width: 278px;
  padding-left: 15px;
  background: url(../images/bg_list_style2.png) no-repeat 0 10px;
}
.widget-side .list-links a:hover {
  text-decoration: underline;
}
.widget-side .list-links .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}
.widget-side .list-imgs {
  padding: 5px 0 10px 10px;
}
.widget-side .list-imgs li {
  width: 144px;
  height: 145px;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 0;
  text-align: left;
}
.widget-side .list-imgs li:hover a {
  color: #f52828;
}
.widget-side .list-imgs .txt {
  display: block;
}
.widget-common {
  padding: 15px 20px;
}
.widget-common .widget-title {
  padding: 0;
}
.col-side .widget-side .list-links li a {
  width: 238px;
}
.tab {
  background: #fff;
}
.tab,
.tab-title,
.tab-content {
  *zoom: 1;
}
.tab:before,
.tab-title:before,
.tab-content:before,
.tab:after,
.tab-title:after,
.tab-content:after {
  content: " ";
  display: table;
}
.tab:after,
.tab-title:after,
.tab-content:after {
  clear: both;
}
.tab-title {
  padding: 0 15px;
  height: 58px;
  line-height: 58px;
  position: relative;
}
.tab-title a {
  background: url(../images/bg_tab_title_cutline.png) no-repeat right 15px;
  font-size: 16px;
}
.tab-item,
.tab-sub-item {
  display: none;
  *zoom: 1;
}
.tab-item:before,
.tab-sub-item:before,
.tab-item:after,
.tab-sub-item:after {
  content: " ";
  display: table;
}
.tab-item:after,
.tab-sub-item:after {
  clear: both;
}
.tab-item.active,
.tab-sub-item.active {
  display: block;
}
.tab-news {
  padding: 0 25px;
}
.tab-news .tab-title {
  padding: 0;
  border-bottom: 2px solid #9A7A54;
  height: 45px;
  line-height: 45px;
}
.tab-news .tab-title a {
  float: left;
  display: block;
  text-align: center;
  height: 45px;
  line-height: 45px;
  width: 138px;
  background: #D1D1D1;
  margin-right: 7px;
}
.tab-news .tab-title a:hover,
.tab-news .tab-title a.current {
  background: #9A7A54;
  color: #fff;
}
.tab-news .tab-content {
  padding: 15px 0;
}
.tab-news .list-links ul {
  margin-bottom: 15px;
}
.tab-news .list-links li {
  margin-bottom: 7px;
}
.tab-news .list-links a {
  background: none;
  padding-left: 0;
  line-height: 18px;
  width: 70%;
}
.tab-news .list-links a.type {
  background: #C6C6C6;
  width: 37px;
  height: 18px;
  line-height: 18px;
  float: left;
  text-align: center;
  margin-right: 10px;
}
.tab-news .list-links a.color-green {
  color: #26a6e2;
}
.tab-news .list-links a.color-blue {
  color: #26a6e2;
}
.tab-news .list-links a.color-red {
  color: #d32c2c;
}
.tab-news .list-links .date {
  color: #acacac;
  line-height: 18px;
}
.tab-data .tab-title {
  border-bottom: 2px solid #9A7A54;
  padding-left: 20px;
  height: 38px;
  line-height: 38px;
}
.tab-data .tab-title a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 115px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-right: 5px;
  background-color: #D1D1D1;
  color: #333;
  text-indent: 10px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.tab-data .tab-title a:hover,
.tab-data .tab-title a.current {
  background-color: #9A7A54;
  color: #fff;
}
.tab-data .tab-title a.item-1 {
  background-image: url(../images/icon_001.png);
}
.tab-data .tab-title a.item-1:hover,
.tab-data .tab-title a.item-1.current {
  background-image: url(../images/icon_001_hover.png);
}
.tab-data .tab-title a.item-2 {
  background-image: url(../images/icon_002.png);
}
.tab-data .tab-title a.item-2:hover,
.tab-data .tab-title a.item-2.current {
  background-image: url(../images/icon_002_hover.png);
}
.tab-sub-filter .tab-sub-title {
  background: #F3F2F0;
  margin-bottom: 10px;
}
.tab-sub-filter .tab-sub-title a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(../images/bg_chk_box.png) no-repeat 0 -78px;
  padding: 16px 0;
  padding-left: 21px;
  margin-left: 10px;
  margin-right: 25px;
}
.tab-sub-filter .tab-sub-title a:hover,
.tab-sub-filter .tab-sub-title a.sub-current {
  background-position: 0 17px;
}
.tab-sub-filter .list-imgs ul {
  width: auto;
  height: 270px;
  overflow-y: auto;
}
.tab-sub-filter .list-imgs li,
.tab-sub-filter .list-imgs img {
  width: 86px;
}
.tab-sub-filter .list-imgs li {
  margin-right: 28px;
  margin-bottom: 28px;
}
.tab-sub-filter .list-imgs img {
  height: 86px;
}
.footer {
  color: #666666;
  text-align: center;
  font-size: 12px;
  padding-top: 15px;
  margin-top: 30px;
}
.footer-container {
  padding-bottom: 20px;
}
.footer a {
  color: #666666;
}
.footer img {
  /*vertical-align: middle;*/
}
/* 重置默认提示 */
.operating_tips {
  background: #0297eb;
  border: 4px solid #075ec8;
  color: #ffffff;
  width: 372px;
  padding: 0;
  text-align: center;
  font-size: 18px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.operating_tips .tips_main {
  background: none;
  padding: 0;
  float: none;
}
.operating_tips .tips_main span {
  color: #ffffff;
  font-size: 18px;
  display: block;
  text-align: center;
}
.operating_tips .tips_main span.success_img {
  display: none;
}
.operating_tips .tips_main .warm_img {
  display: none;
}
.dialog-default .dialog-head .close {
  display: block !important;
}
.topbar {
  height: 40px;
  background-image: linear-gradient(to bottom, #ffffff, #f6f6f6);
  color: #333;
  background-color: #f6f6f6;
  font-size: 12px;
}
.topbar-container {
  *zoom: 1;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  height: 40px;
}
.topbar-container:before,
.topbar-container:after {
  content: " ";
  display: table;
}
.topbar-container:after {
  clear: both;
}
.topbar-logo {
  float: left;
  width: 125px;
  height: 40px;
}
.topbar-logo a {
  display: block;
  width: 125px;
  height: 40px;
  background: url(/resource/static/images/wbhd.jpg) no-repeat;
  text-indent: -9999em;
}
.topbar-nav {
  float: right;
  padding: 10px 0 0 0;
}
.topbar-nav-inner {
  *zoom: 1;
}
.topbar-nav-inner:before,
.topbar-nav-inner:after {
  content: " ";
  display: table;
}
.topbar-nav-inner:after {
  clear: both;
}
.topbar-nav li {
  float: left;
  line-height: 20px;
  background: url(/resource/static/images/link_line.gif) right center no-repeat;
  color: #333;
}
.topbar-nav a {
  display: block;
  padding: 0 10px;
  color: #333;
}
.topbar-nav .nobg {
  background: none;
}
.widget-content {
  padding: 15px 20px;
}
.w308 {
  width: 308px;
}
.w336 {
  width: 336px;
}
.w386 {
  width: 386px;
}
.h128 {
  height: 128px;
  overflow: hidden;
}
.h288 {
  height: 288px;
  overflow: hidden;
}
.w308 .newpic {
  height: 150px;
  margin-bottom: 10px;
}
.w308 .new-box {
  height: 200px;
  overflow: hidden;
}
.w308 .new-box p {
  width: 100%;
}
.w386 .newpic {
  height: 355px;
}
.w386 .newpic span {
  height: 50px;
  line-height: 50px;
}
.w386 .newpic span i {
  height: 50px;
  line-height: 50px;
}
.w336 .newpic {
  height: 150px;
}
.w336.h128 {
  margin-bottom: 10px;
}
.w336.h128 .newpic {
  height: 128px;
}
.gamematch {
  width: 100%;
  padding-top: 12px;
}
.gamematch .game .line1 {
  border-bottom: 1px solid #323236;
}
.gamematch .game .line2 {
  border-top: 1px solid #282626;
}
.gamematch .game li {
  height: 28px;
  width: 100%;
}
.gamematch .game li span {
  float: left;
  display: block;
  height: 28px;
  color: #abacad;
  line-height: 28px;
  font-size: 16px;
}
.gamematch .game li .span-1 {
  width: 40%;
}
.gamematch .game li .span-2 {
  width: 20%;
}
.newpic {
  width: 100%;
}
.newpic a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #2d2f35;
}
.newpic a img {
  display: block;
  width: 100%;
  height: 100%;
}
.newpic a span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  background: url(../images/mask.png) repeat;
}
.newpic a span i {
  display: block;
  padding: 0 10px;
  font-size: 14px;
  color: #abacad;
  font-style: normal;
  height: 30px;
  overflow: hidden;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track-piece {
  background: #f2f2f2;
}
::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 0;
}
::-webkit-scrollbar-thumb:vertical {
  border-right: 0;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #0086CE;
}
