html, body, div, span,applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;}
body{color:#333;font:14px/1.5em "Microsoft Yahei",Arial,"Lantinghei SC","Hiragino Sans GB","Helvetica Neue",Helvetica,Arial,sans-serif;}
h1, h2, h3, h4, h5, h6,b{font-weight: normal;}
address, cite, em,i{font-style:normal;}
li{list-style-type:none;}
a{ color:#333; text-decoration:none;}
a:active, a:hover { text-decoration:none;}
a:focus,input:hover,button:hover,input[type='button']:hover{ outline:none;}
fieldset, img {border:0;}
button, input, select, textarea{ font:14px/1.5em "Microsoft YaHei";}
.clearfix:after {content: " ";display: block;height: 0;clear: both;}
.clearfix {zoom: 1;}
.fl,.f-fl{float:left;}
.fr,.f-fr{float:right;}
input, textarea {
  outline: none;
  border: none;
}
button {
  background-color: #ffffff;
  border: none;
}
button:active {
  border: none;
}
button:focus {
  outline: none;
}
.box-w1200 {
  width: 1200px;
  display: block;
  margin: auto;
  overflow: hidden;
}

.mt20 { margin-top: 20px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mb20 { margin-bottom: 20px;}
.bg-white {
  background: #fff;
}

.full-top {
  width: 100%;
  height: auto;
  background: #333;
  box-shadow: 0 0 10px #9f9f9f;
  display: block;
  overflow: hidden;
}


.full-top .nav {
  margin-left: 60px;
  height: 78px;
}

.full-top .nav a {
  width: 112px;
  text-align: center;
  font-size: 18px;
  color: #b9dcff;
  float: left;
  padding: 0;
  position: relative;
  height: 78px;
  line-height: 78px;
}
.full-top .nav a:hover{
  background: #b9dcff;
  color: #333;
}
.full-top .nav a.cur{
  /* background: #b9dcff; */
  /* color: #333; */
}

.full-top .logo {
  width: 210px;
  height: auto;
  margin-top: 18px;
}
.full-top .logo img{
  width: 100%;
  display: block;
  overflow: hidden;
} 
.searth_box {
  height: auto;
  overflow: hidden;
  margin: 17px 0 0 50px;
}
.searth {
  width: 280px;
  height: 36px;
  overflow: hidden;
  padding: 0px;
  border: 2px solid #358ff0;background-color: #fff;
  border-radius: 25px;
  margin-bottom: 6px;
  margin-top: 1px;
}
.searth .inp {
  margin-left: 10px;
  float: left;
  margin-top: 5px;
  line-height: 26px;
  height: 26px;
  width: 230px;
}
.searth #but {
  background-color: #ffffff;
  background: url("../images/nav.png") no-repeat -509px -76px;
  width: 32px;
  height: 28px;
  position: absolute;
  padding: 0px;
  margin-top: 4px;
  cursor: pointer;
}
.searth_box p{ width:280px; color:#999999; height:18px; line-height:18px; font-size: 13px; overflow: hidden; margin-top: 9px; }
.searth_box p a{ color:#666; }
.searth_box p a.red{ color:#ff0000; }
.searth_tips{
  width: 280px;
  display: none;
    position: absolute;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #358ff0;
    top: 122px;
  z-index: 99999;
}
.searth_tips p {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 3px 12px;
  overflow: hidden;
  height: 28px;
  margin-top: 0;
  line-height: 22px;
  text-decoration: none;
}
.searth_tips p em {
  font-weight: 700;
  color: red;
}
.searth_tips p a {
  display: block;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
    text-overflow: ellipsis;
}
.searth_tips p:hover {
  background-color: #f1f1f1;
}


.bread-wrap {
  height: 30px;
  padding: 15px 0;
  font-size: 12px;
  color: #999;
  line-height: 30px;
}

.bread-wrap .w1200::before {
  content: '';
  display: block;
  float: left;
  width: 15px;
  height: 17px;
  margin-right: 8px;
  background: url(../images/pc-icons.png) no-repeat;
  background-position: -8px -35px;
  margin-top: 6px;
}

.bread-wrap a {
  color: #999;
}

.bread-wrap a:hover {
  color: #01a0e2;
}

.bread-wrap em {
  color: #666;
}


.com_titOne {
  width: 100%;
  margin-top: 12px;
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #f0f0f0;
}
.com_titOne h3 {
  font-size: 18px;
  float: left;
  padding: 10px 0px;
  color: #666666;
}
.com_titOne h3::before {
  content: "";
  float: left;
  margin-top: 3px;
  display: inline-block;
  width: 4px;
  height: 16px;
  background-color: #358ff0;
  margin-right: 10px;
}
.com_titOne .click_more {
  color: #a8a8a8;
  display: inline-block;
  height: 26px;
  text-align: right;
  padding-top: 15px;
  font-size: 12px;
}
.com_titOne .click_more::before {
  content: "...";
  display: inline-block;
  border: 1px solid #a8a8a8;
  border-radius: 25px;
  width: 12px;
  height: 12px;
  position: relative;
  top: -3px;
  left: -5px;
  text-align: center;
  color: #a8a8a8;
  line-height: 0.4;
}
.com_titOne .click_more:hover::before {
  color: #358ff0;
  border: 1px solid #358ff0;
}
.com_titOne .click_more:hover {
  color: #358ff0;
}

.l-title {
  margin-top: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.l-title h3 {
  font-size: 18px;
  padding: 10px 0px;
  color: #666666;
  border-bottom: 2px solid #358ff0;
}

.l-title .more:hover {
  color: #358ff0;
}
.l-title .more {
  border: none;
  color: #888;
  padding: 0px;
  padding-top: 12px;
  font-size: 12px;
}

footer {
  position: relative;
  width: 100%;
  padding: 30px 0 36px;
  background-color: #313131;
  text-align: center;
}

footer div {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  *zoom: 1;}

footer p {
  font-size: 16px;
  color: #999;
  line-height: 36px;
}

footer p span,footer p a {
  margin: 0 15px;
  color: #999;
}

footer div a:hover {
  color: #cfcfcf !important;
}

.brLink {
  padding: 24px 0 0;
  background: #313131;
}

.brLink .list {
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(237, 246, 255, .2);
  margin: auto;
  width: 1200px;
  overflow: hidden;
  *zoom: 1;}

.brLink .list a {
  float: left;
  display: block;
  vertical-align: top;
  margin: 0 30px 8px 0;
  padding-right: 30px;
  height: 32px;
  font-size: 16px;
  color: #999;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
}

.brLink .list a:hover {
  color: #fff;
}

.linkTit {
  width: 1200px;
  margin: 12px auto;
  font-size: 24px;
  color: #ccc;
  line-height: 32px;
  font-weight: bold;
}

.linkTit i {
  color: #7340FF;
  font-weight: bold;
}

.g-current {
  overflow: hidden;
  padding-top: 15px;
  margin-bottom: 15px;
}

.g-current p {
  background: url(../images/sskico2018.png) no-repeat -3px -261px;
  height: 20px;
  line-height: 20px;
  padding-left: 18px;
  color: #999;
}

.g-current p a {
  color: #999;
}

.g-current p a:hover {
  color: #FF4939
}

.g-current font {
  font-size: 16px;
  font-weight: bold;
  padding: 0px 6px;
}


.bdshare-button-style0-16 .bds_qzone{background-position:0 -52px;}.bdshare-button-style0-16 .bds_tsina{background-position:0 -104px;}.bdshare-button-style0-16 .bds_renren{background-position:0 -208px;}.bdshare-button-style0-16 .bds_tqq{background-position:0 -260px;}.bdshare-button-style0-16 .bds_kaixin001{background-position:0 -312px;}.bdshare-button-style0-16 .bds_tqf{background-position:0 -364px;}.bdshare-button-style0-16 .bds_hi{background-position:0 -416px;}.bdshare-button-style0-16 .bds_douban{background-position:0 -468px;}.bdshare-button-style0-16 .bds_tsohu{background-position:0 -520px;}.bdshare-button-style0-16 .bds_tieba{background-position:0 -728px;}.bdshare-button-style0-16 .bds_hx{background-position:0 -988px;}.bdshare-button-style0-16 .bds_fx{background-position:0 -1040px;}.bdshare-button-style0-16 .bds_ty{background-position:0 -1196px;}.bdshare-button-style0-16 .bds_fbook{background-position:0 -1352px;}.bdshare-button-style0-16 .bds_twi{background-position:0 -1404px;}.bdshare-button-style0-16 .bds_linkedin{background-position:0 -1664px;}.bdshare-button-style0-16 .bds_meilishuo{background-position:0 -1716px;}.bdshare-button-style0-16 .bds_mogujie{background-position:0 -1768px;}.bdshare-button-style0-16 .bds_diandian{background-position:0 -1820px;}.bdshare-button-style0-16 .bds_huaban{background-position:0 -1872px;}.bdshare-button-style0-16 .bds_duitang{background-position:0 -2028px;}.bdshare-button-style0-16 .bds_youdao{background-position:0 -2080px;}.bdshare-button-style0-16 .bds_wealink{background-position:0 -2184px;}.bdshare-button-style0-16 .bds_copy{background-position:0 -2288px;}.bdshare-button-style0-16 .bds_mail{background-position:0 -2340px;}.bdshare-button-style0-16 .bds_print{background-position:0 -2392px;}.bdshare-button-style0-16 .bds_mshare{background-position:0 -2444px;}.bdshare-button-style0-16 .bds_sqq{background-position:0 -2652px;}.bdshare-button-style0-16 .bds_sdo{background-position:0 -2704px;}.bdshare-button-style0-16 .bds_qingbiji{background-position:0 -2756px;}.bdshare-button-style0-16 .bds_people{background-position:0 -2808px;}.bdshare-button-style0-16 .bds_xinhua{background-position:0 -2912px;}.bdshare-button-style0-16 .bds_yaolan{background-position:0 -2964px;}.bdshare-button-style0-16 .bds_thx{background-position:0 -2496px;}.bdshare-button-style0-16 .bds_bdhome{background-position:0 -156px;}.bdshare-button-style0-16 .bds_bdxc{background-position:0 -2548px;}.bdshare-button-style0-16 .bds_bdysc{background-position:0 -3068px;}.bdshare-button-style0-16 .bds_isohu{background-position:0 -3016px;}.bdshare-button-style0-16 .bds_more{background-position:0 0;}.bdshare-button-style0-16 .bds_ibaidu{background-position:0 -3120px;}.bdshare-button-style0-16 .bds_weixin{background-position:0 -1612px;}.bdshare-button-style0-16 .bds_iguba{background-position:0 -1300px;}.bdshare-button-style0-16{zoom:1;}.bdshare-button-style0-16:after{content:".";visibility:hidden;display:block;height:0;clear:both;}.bdshare-button-style0-16 a,.bdshare-button-style0-16 .bds_more{float:left;font-size:12px;padding-left:17px;line-height:16px;height:16px;background-image:url(../img/share/icons_0_16.png?v=d754dcc0.png);background-repeat:no-repeat;cursor:pointer;margin:6px 6px 6px 0;}.bdshare-button-style0-16 a:hover{color:#333;opacity:.8;filter:alpha(opacity=80);}.bdshare-button-style0-16 .bds_more{color:#333;float:left;}.bdshare-button-style0-16 .bds_count{color:#333;background:url(../img/share/sc.png?v=a970ff04.png) no-repeat 0 -30px;width:42px;height:16px;padding:0;margin:6px 0 0;text-align:center;}.bdshare-button-style0-16 .bds_count:hover{background-position:-42px -30px;}.bdshare-button-style0-16 .bds_button_image{float:left;cursor:pointer;margin:6px 6px 0 0;height:auto;padding:0;}.bdshare-button-style0-16 .bdshare_button_count{background:url(../img/share/sc.png?v=a970ff04.png) no-repeat 0 0;width:44px;height:24px;line-height:24px;}.bdshare-button-style0-16 .bdshare_button_count:hover{background-position:-44px 0;}.bds_tfh,.bds_baidu,.bds_qq,.bds_msn,.bds_sohu,.bds_qy,.bds_leho,.bds_ifeng,.bds_ff,.bds_tuita,.bds_ms,.bds_deli,.bds_s51,.bds_t163,.bds_share189,.bds_xg,.bds_s139{display:none;}

body .bdsharebuttonbox {
  float: right;
  width: 238px;
}

body .bdsharebuttonbox p {
  float: left;
  line-height: 25px;
  text-shadow: 0 0 0.2em #fff, 0 0 1px #fff, 0 0 2px #fff;
}

body .bdsharebuttonbox a {
  width: 25px;
  height: 25px;
  margin: 0 0 0 6px;
  padding: 0;
}

body .bdsharebuttonbox a.bds_weixin {
  background: url(../images/share.png) no-repeat 0px 0px;
}

body .bdsharebuttonbox a.bds_tsina {
  background: url(../images/share.png) no-repeat -30px 0px
}

body .bdsharebuttonbox a.bds_qzone {
  background: url(../images/share.png) no-repeat -60px 0px;
}

body .bdsharebuttonbox a.bds_douban {
  background: url(../images/share.png) no-repeat -90px 0px;
}

body .bdsharebuttonbox a.bds_renren {
  background: url(../images/share.png) no-repeat -120px 0px;
}

body .bdsharebuttonbox a.bds_more {
  background: url(../images/share.png) no-repeat -150px 0px;
  padding: 0;
  margin: 0 0 0 6px;
  height: 25px;
}
.ranktop {
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
}

.ranktop a {
  height: 20px;
  margin: 15px 0 1px;
  float: left;
  display: block;
  overflow: hidden
}

.ranktop a i {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #aaa;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  font-style: normal;
  text-align: center;
  float: left;
  margin: 0;
  display: inline;
  overflow: hidden
}

.ranktop a strong {
  width: 150px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  float: left;
  margin: 0 0 0 15px;
  display: inline;
  overflow: hidden
}

.ranktop a b {
  width: 60px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  color: #999;
  float: left;
  margin: 0 0 0 15px;
  display: inline;
  overflow: hidden
}

.ranktop .f-hover {
  height: auto;
}

.ranktop .f-hover strong {
  width: 250px;
  font-size: 16px;
  color: #01a0e2;
}

.ranktop .f-hover b {
  display: none
}

.ranktop .f-hover img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  float: left;
  margin: 5px 15px 0 37px;
  display: inline;
  overflow: hidden
}

.ranktop .f-hover p {
  width: 155px;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  float: left;
  margin: 6px 0 0;
  display: inlnie;
  overflow: hidden
}


.ranktop .f-hover em {
  width: 68px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #01a0e2;
  background: #01a0e2;
  border-radius: 4px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  float: left;
  margin: 8px 0 0;
  display: inline;
  overflow: hidden
}

.ranktop a:nth-child(1) i {
  background: #ff5555
}

.ranktop a:nth-child(2) i {
  background: #ff7700
}

.ranktop a:nth-child(3) i {
  background: #ffa800
}


#comment_list .quote, #comment_list .quote span {
  text-indent: 0;
  text-align: left;
}

#comment_list {
  color: #2f2f2f;
  zoom:1; font-size: 12px;
  overflow: hidden;
  position: relative;
}

#comment_list dt {
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  padding: 0;
}

#comment_list h2 {
  height: 30px;
  padding: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd
}

#comment_list h2 em {
  float: left;
  margin-right: 8px;
  width: 4px;
  height: 17px;
  background: #e0e0e0;
  border-radius: 2px;
  margin-top: 4px;
}

#comment_list h2 span {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

#comment_list dl {
  padding: 0;
  text-align: left;
}

#comment_list dd {
  word-wrap: break-word;
  line-height: 20px;
  padding: 10px 0px;
  margin: 0;
  font-size: 14px;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 10px;
}

#comment_list dd img {
  margin-top: -5px;
}

#comment_list blockquote, #comment_list .quote {
  padding: 3px 3px 5px;
  margin: 0 0 5px 0;
  border: 1px solid #bfbfbf;
  background: #fffde9;
  color: #000;
}

#comment_list blockquote h4, #comment_list .quote span {
  color: #666;
  padding: 0 3px;
  font-weight: normal;
  font-size: 12px;
  display: block;
  background: none;
}

#comment_list blockquote h4 cite {
  font-style: normal;
}

#comment_list blockquote div {
  padding: 0 7px;
}

#comment_list dt i {
  font-family: verdana;
  font-style: normal;
}

#comment_list dt b {
  margin: 0 6px;
  color: #d92227;
  font-weight: normal;
}

#comment_list p {
  text-align: right;
  line-height: 1;
  padding: 5px 0;
  font-size: 12px;
  margin-top: 10px;
}

#comment_list p a {
  color: #7e7e7e;
  margin-left: 10px;
}

#comment_list dt span {
  float: left;
}

#comment_list dt em {
  float: right;
  font-style: normal;
}

#comment_0 dt {
}

#s_comment {
  text-align: center;
}

#s_comment textarea {
  border: 1px solid #ececec;
  padding: 3px 0;
  width: 99%;
  height: 80px;
  line-height: 20px;
  margin: 15px 0 12px 0;
  text-indent: 5px;
  padding: 5px 0;
  font-size: 14px;
  border-radius: 3px;
}

#s_comment .comment_btn {
  padding: 0 0px 20px 3px;
  text-align: left;
}

#s_comment .comment_btn input {
  width: 146px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 0 none;
  padding: 0;
  margin-right: 15px;
  background: #01a0e2;
  cursor: pointer;
  font-size: 18px;
  border-radius: 3px;
}

#s_comment .comment_btn span {
  font-size: 14px;
  color: #555;
}
.lookpl{
  display: none;
}
.lookpl a {
  margin: 10px auto;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  text-align: center;
  color: #7e7e7e;
  background: #f8f8f8;
  border-radius: 20px;
  display: block;
  font-weight: normal;
}

.lookpl a i {
  font-style: normal;
}

.lookpl a:hover {
  background: #ececec
}

.page {
  margin-bottom: 25px;
  overflow: hidden;
  margin-top: 15px;
}

.page .tspage {
  height: 30px;
  margin: 5px 0 5px;
  background: none;
  line-height: 26px;
}

.page .tspage .tsp_count,.tsp_change {
  display: none;
}

.page .tspage .tsp_nav {
  text-align: center;
}

.page .tspage .tsp_nav i {
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  background: #fafafa;
  font-size: 14px;
  font-weight: normal;
  color: #555;
  margin: 0 0 0 12px;
  display: inline-block;
  overflow: hidden;
  border-radius: 3px;
}

.page .tspage .tsp_nav b {
  width: auto;
  height: 30px;
  border-radius: 3px;
  line-height: 30px;
  padding: 0 12px;
  background: #f00;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 0 12px;
  display: inline-block;
  overflow: hidden;
}

.page .tspage .tsp_nav a {
  width: auto;
  height: 30px;
  border-radius: 3px;
  line-height: 30px;
  padding: 0 12px;
  background: #fafafa;
  font-size: 14px;
  font-weight: normal;
  color: #555;
  margin: 0 0 0 12px;
  border-radius: 3px;
  display: inline-block;
  overflow: hidden;
}

.page .tspage .tsp_nav a.tsp_more,.page .tspage .tsp_nav a.tsp_next,.page .tspage .tsp_nav a.tsp_end,.page .tspage .tsp_nav a.tsp_home,.page .tspage .tsp_nav a.tsp_prev {
  padding: 0;
  border: none;
}

.page .tspage .tsp_nav a:hover {
  background: #f00;
  color: #fff;
}

.page .tspage .tsp_nav a.tsp_more:hover i {
  background: #f00;
  color: #fff;
  border: none;
}

.page .tspage .tsp_nav a.tsp_next:hover i {
  background: #f00;
  color: #fff;
  border: none;
}

.page .tspage .tsp_nav a.tsp_end:hover i {
  background: #f00;
  color: #fff;
  border: none;
}

.page .tspage .tsp_nav a.tsp_home:hover i {
  background: #f00;
  color: #fff;
  border: none;
}

.page .tspage .tsp_nav a.tsp_prev:hover i {
  background: #f00;
  color: #fff;
  border: none;
}

.page .tspage .tsp_nav a i {
  margin: 0;
  background: none;
}

.day-hot a{
  width: 100%;
}
.day-hot a.f-hover strong{
  width: 150px;
}
.day-hot .f-hover{
  margin-bottom: 10px;
}
.day-hot .f-hover p{
  width: 118px;
}