@CHARSET "UTF-8";

/********************/
/*      RESET       */
/********************/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}body,button,input,select,textarea{font:12px/1.5 tahoma,arial,\5b8b\4f53,sans-serif;}h1,h2,h3,h4,h5,h6{font-size:100%;}address,cite,dfn,em,var{font-style:normal;}code,kbd,pre,samp{font-family:courier new,courier,monospace;}small{font-size:12px;}ul,ol{list-style:none;}a{text-decoration:none;}a:hover{text-decoration:underline;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}legend{color:#000;}fieldset,img{border:0;}button,input,select,textarea{font-size:100%;}table{border-collapse:collapse;border-spacing:0;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{display:block;margin:0;padding:0;}mark{background:#ff0;}

/********************/
/*     GLOBAL       */
/********************/
body {
font:12px/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Arial,sans-serif;
background-color: #EAEFF3;
margin:0px auto;
color:#333;
}

a {color:#0081A7;text-decoration: none;}
a:hover {text-decoration: underline;}

.clear {clear:both}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/********************/
/*     LAYOUT       */
/********************/
.wrapper {
width: 980px;margin:0px auto;padding: 10px 20px 0;
background-color:#FFF;
-moz-box-shadow: 0px 15px 6px #DBDEE5;
-webkit-box-shadow: 0px 15px 6px #DBDEE5;
box-shadow: 0 15px 6px #DBDEE5;
}
.container {}
.content {}
.content .main {float:left;width:680px;}
.content .side {float:right;width:300px;}

/********************/
/*     STYLE        */
/********************/
.media {text-aglin:center}
.wrap {margin:0px auto;width:980px;}

.font10 {font-size:10px;}
.font12 {font-size:12px;}
.font14 {font-size:14px;}
.font16 {font-size:16px;}

.radius3 {-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.radius4 {-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}
.radius5 {-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.radius6 {-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;}
.radius8 {-moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px;}
.radius10 {-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;}

.radiust6 {-moz-border-radius: 6px 6px 0px 0px;-webkit-border-radius: 6px 6px 0px 0px;border-radius: 6px 6px 0px 0px;}
.radiust8 {-moz-border-radius: 8px 8px 0px 0px;-webkit-border-radius: 8px 8px 0px 0px;border-radius: 8px 8px 0px 0px;}

.shadow {-moz-box-shadow:0px 3px 6px #C5C5C5; -webkit-box-shadow:0px 3px 6px #C5C5C5; box-shadow:0px 3px 6px #C5C5C5;}

.shadowlr {-moz-box-shadow: 0px 5px 6px #999999;-webkit-box-shadow: 0px 5px 6px #999;box-shadow: 0 5px 6px #999;}

.shadow-box {-moz-box-shadow: 0 2px 3px #ccc;
-webkit-box-shadow: 0 2px 3px #ccc;
box-shadow: 0 2px 3px #ccc;}

.hide {display:none;}

.pagination {}
.pagination ul {}
.pagination ul li {float:left;margin-left:5px;}
.pagination ul li a {display:inline-block;padding:2px 4px;font-size:14px;}
.pagination ul li a:hover {background-color:#F1F1F1;}
.pagination ul li span {display:inline-block;padding:2px 4px;font-size:14px;font-weight:bold;}

.bold {font-weight:bold;}
.red { color: #F00;}

.bullet {color: #CC6600;
    font-size: 16px;
    font-weight: bold;
    padding-right: 3px;}

#mediaTop468 {float:right;margin-top: 11px;margin-right:10px;}

/********************/
/*     TOP          */
/********************/
#top {
  border-bottom: 1px solid #CCC;
  background: url('../img/header_03.gif') repeat-x;
  height: 28px;line-height: 28px;
}
#top .sub {padding:0px 10px;}
#top a {color:#113E5F;}
#top a:hover {color:#F84F78;}
#top .btns {float:right;}
#top .btns a {margin:0px 3px;}
#top .btns span {margin:0px 4px;color:#898989}
#top .btns .gc {color:#F84F78;}

/********************/
/*     HEAD         */
/********************/
#header {background-color: #FFF;}

#header .head {margin-top:10px;}
#header .head .logo {float:left;margin:0px 30px 8px 2px;}
#header .head .logo a {display:inline-block;}
#header .head .search {float:left;margin: 0px 0px 8px 10px;padding-top:10px;}
#header .head .search .q {background-color: #ffffff;border: 1px solid #cccccc;display: inline-block;
height: 20px;
padding: 4px 6px;
font-size: 14px;
line-height: 20px;
color: #555555;
vertical-align: middle;width:270px;margin-right:5px;}
#header .head .search .s {display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #cccccc;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);}
#header .head .search-kws {line-height:28px;}
#header .head .search-kws a {margin-right:10px;color:#666;}
#header .head .qqgroup {float:right;color:#555;width:380px;margin-top:5px;}
#header .head .qqgroup ul {font-size:14px;border:1px solid #F1F1F1;padding:3px 0px 8px 8px;}
#header .head .qqgroup ul li {font-weight:bold;float:left;margin:5px 5px 0px 0px;}

#header .menu {border-bottom:1px solid #E1D7D9;}
#header .menu .sub {border-bottom:2px solid #113E5F;position: relative;}

#header .menu .msg ul {}
#header .menu .msg ul li {line-height:31px;}

#header .menu .nav ul {}
#header .menu .nav ul li {
  float:left;
  display: inline;
  margin-right: 4px;width: 91px;height: 31px;line-height: 31px;color: #113E5F;
  font-size: 14px;
  font-weight: bold;
}
#header .menu .nav ul li a {
  width: 91px;
  height: 31px;
  color: #113E5F;
  text-decoration: none;
  text-align: center;
  display: block;
}
#header .menu .nav ul li a:hover {
  color: #F7466F;
  text-decoration: none;
  background: url(../img/header_41.gif) no-repeat;
  background-position: 0 -31px;
}

#header .menu .nav ul li a.on {
  background: url(../img/header_41.gif) no-repeat;
  background-position: 0 0px;
  color: white;
}
#header .menu .nav ul li a.cate {
  padding-left: 6px;
  width: 85px;
  text-align: left;
  background: url(../img/indez_nav_flsj_bg.png) no-repeat 0 0;
}
#header .menu .nav ul li a.cate:hover {
  background: url(../img/indez_nav_flsj_bg.png) no-repeat 0 -31px!important;
}
#header .menu .nav ul li a.cateon {
  padding-left: 6px;
  width: 85px;
  text-align: left;
  background: url(../img/indez_nav_flsj_bg.png) no-repeat 0 -31px!important;
}
#header .menu #catelist {
  position: absolute;
  top: 30px;
  left: 285px;
  z-index: 50;
  padding: 6px;
  border: 1px solid #B7C5CF;
  border-top: none;
  width: 485px;
  height: 242px;
  background: white url(../img/index_flshlight_bg.gif) no-repeat 0 0;
  display: none;
}
#header .menu #catelist li {
  float:left;
  display: inline;
  margin-right: 4px;width: 80px;height: 26px;line-height: 26px;color: #113E5F;
  font-size: 13px;
  font-weight: normal;
  margin-left:10px;
}
#header .menu #catelist li.f {font-weight:bold;}
#header .menu #catelist li a {
  width: 80px;
  height: 26px;
  color: #017BC6;
  text-decoration: none;
  text-align: left;
  display: block;
}
#header .menu #catelist li a:hover {
  color: #017BC6;
  text-decoration: underline;
  background: #FFF;
}

/********************/
/*    MENU-NAV      */
/********************/
#header .menu {}
#header .nav2 {position:relative;background-color:#26aec2;font-size: 14px;
-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;
-moz-box-shadow: 0 2px 3px #ccc;-webkit-box-shadow: 0 2px 3px #ccc;box-shadow: 0 2px 3px #ccc;
}

#header .nav2 .spacer {width:1px;height:31px;border-left:1px dashed #1094A9;}
#header .nav2 ul {padding-left:3px;}
#header .nav2 ul li {float:left;margin-left: 2px;line-height: 31px;height:31px;}
#header .nav2 ul li a.first {color:#FFF;display: inline-block;padding: 0 11px;line-height: 25px;height:25px;margin-bottom:2px;}
#header .nav2 ul li a.first:hover {text-decoration:none;background-color: #258795;
-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
#header .nav2 ul li.cate a.first {padding: 0 11px;}
#header .nav2 ul li.active a.first {text-decoration:none;background: #258795;
-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}

#header .nav2 .sub_nav2 {position: absolute;top: 30px;z-index: 50;border: 1px solid #CCC;background-color:#FFF;-moz-box-shadow: 2px 2px 3px #ccc;
-webkit-box-shadow: 2px 2px 3px #ccc;
box-shadow: 2px 2px 3px #ccc;padding-bottom:2px;}
#header .nav2 .sub_nav2 ul li {float:none;margin: 0px 2px;line-height: 28px;height:28px;}
#header .nav2 .sub_nav2 ul li a {display:block;padding: 0px 8px 0px 10px;}
#header .nav2 .sub_nav2 ul li a:hover {text-decoration:none;background-color: #E8F5F7;}


/********************/
/*     PAGE         */
/********************/


.redirect {width:550px;height:230px;border:2px solid #A8AAAC;margin:100px auto 0px;
background: url(../img/bg_grey_lightBurst.jpg) center top no-repeat #f4f4f4;text-align:center}
.redirect .t {font-size: 18pt;font-weight: bold;font-style: italic;color: #157f03;width:360px;line-height:25px;margin:38px auto 0px;}
.redirect .p {font-size: 18pt;font-weight: bold;font-style: italic;color: #157f03;margin:15px auto;}
.redirect .c {font-size: 16px;font-weight: bold;color: #003a75;}
.redirect .c a {text-decoration:underline}

#page {width:978px;padding:15px 0px 15px 1px;border-top:1px solid #EEE;}
#page h1 {font-size:16px;margin-bottom:10px;}
#page .side {float:right;width:300px;}

#page .guide {}
#page .guide .main {float:left;width:800px;}
#page .guide .blk {border:1px solid #DFDFE0;padding:15px 0px 15px 20px;margin-bottom:20px;}
#page .guide .blk h2 {font-size:14px;margin-bottom:10px;}
#page .guide .blk h2 a {font-size:12px;margin-bottom:10px;margin-left:10px;}
#page .guide .blk ul {padding-left:15px;}
#page .guide .blk ul li {float:left;width:150px;font-size:13px;height:30px;line-height:30px;}
#page .guide .blk ul li a {}
#page .guide .blk ul li a:hover {left: 1px;position: relative;top: 1px;}
#page .guide .side {width:164px;}

#page .giftcard {}
#page .giftcard .main {float:left;width:790px;}
#page .giftcard .info {line-height:24px;font-size:14px;margin-bottom:10px;}
#page .giftcard .info img {margin-right:10px;}
#page .giftcard .info a {font-weight:bold;}
#page .giftcard .search {border:1px solid #DFDFE0;text-align:center;padding:10px 0px 10px 20px;margin-bottom:20px;font-size:14px;}
#page .giftcard .search input {width:250px;}
#page .giftcard .list {font-size:13px;}
#page .giftcard .list table {border-collapse: collapse;empty-cells : show;width:100%;}
#page .giftcard .list table .az a {margin-right:10px;}
#page .giftcard .list table th {border: #DFDFE0 solid 1px;padding: 8px;}
#page .giftcard .list table td {border: #DFDFE0 solid 1px;padding: 8px;text-align:center}
#page .giftcard .side {width:170px;}

#page .stores {}
#page .stores .main {float:left;width:800px;}
#page .stores .blk {border:1px solid #DFDFE0;padding:15px 0px 15px 20px;margin-bottom:20px;}
#page .stores .blk h2 {font-size:14px;margin-bottom:10px;}
#page .stores .blk h2 a {font-size:12px;margin-bottom:10px;margin-left:10px;}
#page .stores .blk ul {padding-left:10px;}
#page .stores .blk ul li {float:left;width:150px;font-size:13px;height:30px;line-height:30px;}
#page .stores .blk ul li a {}
#page .stores .blk ul li a:hover {left: 1px;position: relative;top: 1px;}
#page .stores .side {width:164px;}

#page .submit {float:left;width:665px;font-size:13px;}
#page .submit p {text-indent: 2em;line-height:24px;}

#page .topic {}
#page .topic h2 {font-size: 16px;margin-bottom: 10px;}
#page .topic .main {float:left;width:650px;}
#page .topic .info {line-height:24px;font-size:14px;margin-bottom:10px;}
#page .topic .info img {margin-right:10px;}
#page .topic .info a {font-weight:bold;}
#page .topic .search {border:1px solid #DFDFE0;text-align:center;padding:10px 0px 10px 20px;margin-bottom:20px;font-size:14px;}
#page .topic .search input {width:250px;}
#page .topic .list {font-size:13px;}
#page .topic .list table {border-collapse: collapse;empty-cells : show;width:100%;}
#page .topic .list table .az a {margin-right:10px;}
#page .topic .list table th {border: #DFDFE0 solid 1px;padding: 8px;}
#page .topic .list table td {border: #DFDFE0 solid 1px;padding: 8px;text-align:center}
#page .topic .side {width:300px;}
#page .topic .side .inner {border:#DFDFE0 solid 1px;}

/*slider*/
#HotTabCnt1 {
	position: relative;
}

#prevBtn,#nextBtn {
height: 50px;
width: 25px;
overflow: hidden;
position: absolute;
z-index: 1000;
top:38px;
}

#prevBtn a, #nextBtn a {
display: block;
position: relative;
height: 50px;
width: 25px;
background-image: url(../img/left-right-arrow.gif);
}

#nextBtn a {
	background-position: 25px 0;
}

#prevBtn {
	left:10px;
}
#nextBtn {
	left:943px;
}

/*home*/
#home {}
#home .hot {margin-top:10px;}

#home .hot .tab {float:left;width:780px;}
#home .hot .tab ul {float:left;}
#home .hot .tab ul li {float:left;}
#home .hot .tab ul li a {display:block;color:#333;font-size:14px;margin-top:2px;line-height:24px;border:1px solid #CCC;background-color:#E6E6E6;border-width:1px 1px 0px 1px;}
#home .hot .tab ul li a span {display:inline-block;padding:0px 22px;border:1px solid #FFF;border-width:1px 0px 0px 1px;}
#home .hot .tab ul li a:hover {text-decoration:none;background-color:#FFF;}
#home .hot .tab ul li a.on {background-color:#FFF;font-weight:bold;line-height:24px;padding-top:2px;margin:1px 0px -1px 0px;}
#home .hot .tab .update {float:right;color:gray;margin-right:20px;line-height:26px;}

#home .hot .list {float:left;width:780px;}
#home .hot .list .hotTabCnt {padding:15px 10px 10px 42px;border:1px solid #CCC;}
#home .hot .list ul {}
#home .hot .list ul li {float:left;text-align:center;}
#home .hot .list ul li a {display: block;}
#home .hot .list ul li .i {display: table-cell;vertical-align:middle;border:1px solid #D6D6D6;width:130px;height:130px;margin-left:10px;text-align:center}
#home .hot .list ul li .i img {max-width:90px;max-height:90px;line-height:100px;}
#home .hot .list ul li .t {width:150px;height:30px;overflow:hidden;}

#home .hot .qrcode {float:right;text-align:center;margin-top:-2px;margin-bottom:-20px;}
#home .hot .qrcode img {}
#home .hot .qrcode span {color: #F84F78;font-size: 14px;font-weight:bold;}

#home .hot .msg {
  float:right;
  padding-left: 18px;
  width: 150px;
  height: 26px;
  background: url(../img/meg_news.gif) no-repeat 0 10px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 100;
  line-height:26px;
}


#home .picks {margin:15px 0px;padding:5px;border: 1px solid #d7d6c9;}
#home .picks .hd .bold {font-size:14px;margin-right:5px;}
#home .filter {height: 30px;line-height: 30px;border-bottom: 1px solid #ccc;padding-left: 4px;margin-bottom:10px;}
#home .filter .select {font-size: 12px;float:left;color: #808080;}
#home .filter .select .all {color: #000000;font-weight: bold;font-size:15px;margin-right:20px;}
#home .filter .select a {display:inline-block;text-decoration:none;background-color:#26aec2;margin-right:6px;padding:0px 9px;line-height:20px;color:#FFF;font-weight:bold;font-size: 14px;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}

#home .filter .update {font-size: 12px;color: #808080;float:right;background: url("../img/meg_news.gif") no-repeat scroll 0 10px transparent;padding-left: 18px;}

#home .main {width:790px;margin-top:10px;}
#home .main .entry {font-family: Verdana, 'BitStream vera Sans';margin-bottom:12px;}
#home .main .entry ul {list-style-type:disc;list-style-position:inside}

#home .main .entry .title {float:left;margin-bottom:10px;width:600px;}
#home .main .entry .title h2 {font-size: 18px;}
#home .main .entry .title h2 a {color:#E01C02}

#home .main .entry .thumb {float:left;width:130px;margin-right:20px;text-align:center;}
#home .main .entry .thumb a {display:block;}
#home .main .entry .thumb span {display:block;color:#8C898A;}
#home .main .entry .thumb .i {padding:8px 0px;}
#home .main .entry .thumb .i img {max-width:100px;max-height:100px;}

#home .main .entry .text {float:left;width:605px;line-height: 22px;font-size: 13px;}
#home .main .entry .text p {text-indent:2em;}
#home .main .entry .text img {max-width:565px;}

#home .main .entry .btn {float:left;border-bottom: 1px solid #DFDFDF;height: 22px;width:100%;text-align:right;}
#home .main .entry .btn .cate {float:right;width:120px;}
#home .main .entry .btn .share {float:right;width:120px;}
#home .main .pagination {margin-top:10px;}

#home .side {width:175px;}
#home .side .top {margin-bottom:10px;}
#home .side .store {margin-bottom:10px;}
#home .side .media {text-align:center;margin-top:10px;}

/********************/
/*    SIDE-NAV      */
/********************/
#side-nav {}
#side-nav .blk {border:1px solid #d7d6c9;margin-bottom:10px;}
#side-nav .blk h3 {line-height:30px;text-align:left;font-size:14px;padding-left:10px;}
#side-nav ul {}
#side-nav ul li {padding: 0px 12px;margin-bottom:10px;}
#side-nav ul li a {display:block;border:1px solid #d7d6c9;text-align:center;line-height:30px;height:30px;}
#side-nav ul li a img {line-height:30px;vertical-align: middle;margin-bottom:2px;max-height:26px;}
#side-nav ul li a:hover {text-decoration:none;border:1px solid #26aec2}
#side-nav ul li.last {}

/*post*/
#post {}
#post .navi {line-height:28px;margin-top:5px;border-bottom:1px solid #CCC;}
#post .navi h1 {font-weight:normal;display:inline;}

#post .view {margin-bottom:15px;}
#post .view .left {float:left;width:750px;}
#post .view .left .media {padding:5px 0px;border-bottom:1px solid #CCC;}

#post .view .left .entry {font-family: Verdana, 'BitStream vera Sans';padding-top:12px;}
#post .view .left .entry ul {list-style-type:disc;list-style-position:inside}

#post .view .left .entry .title {float:left;margin-bottom:10px;width:580px;}
#post .view .left .entry .title h2 {font-size: 18px;}
#post .view .left .entry .title h2 a {color:#E01C02}

#post .view .left .entry .thumb {float:left;margin-right:15px;text-align:center;}
#post .view .left .entry .thumb a {display:block;}
#post .view .left .entry .thumb span {display:block;color:#8C898A;}
#post .view .left .entry .thumb .i {width:150px;padding:0px 0px 8px 0px;min-height:120px;}
#post .view .left .entry .thumb .i img {max-width:130px;max-height:130px;}
#post .view .left .entry .thumb .b {width:130px;margin:5px auto 8px;color:#FFF;
  font-size:16px;font-weight:bold;text-decoration:none;padding:3px 0px 2px;}

#post .view .left .entry .body {float:left;width:582px;line-height: 22px;font-size: 14px;}
#post .view .left .entry .body .text {min-height:100px;}
#post .view .left .entry .body .text p {text-indent:2em;}
#post .view .left .entry .body .text img {max-width:560px;}
#post .view .left .entry .body .text .buy {font-size:16px;font-weight:bold;line-height:25px;}
#post .view .left .entry .body .btn {float:left;border-bottom: 1px solid #CCC;height: 22px;width:100%;text-align:right;}

#post .view .side {float:right;width:210px;min-height:300px;border-left:1px solid #CCC;margin-top:5px;padding:5px 0px 0px 10px;}

#post .view .side .list {margin-top:5px;}
#post .view .side .list h3 {font: 700 16px/1.4 Verdana,"BitStream vera Sans",Tahoma,Helvetica,Sans-serif;
color: #666;border-bottom:1px solid #CCC;margin-bottom:5px;}
#post .view .side .list ul {}
#post .view .side .list ul li {padding: 0px 8px 0px 15px;font-size: 12px;line-height: 22px;
background: url(../img/hotspot_libg.jpg) 0px 8px no-repeat;}
#post .view .side .list ul li a {color:#113E5F;}
#post .view .side .list ul li a:hover {color:#F84F78;}


/*cate*/
#cate {}
#cate .indent0 {margin-left:0px;}
#cate .indent1 {margin-left:12px;}
#cate .on {font-weight:bold;color:black;}

#cate .navi {line-height:28px;border-bottom:1px solid #CCC;}
#cate .main {margin-bottom:15px;padding-top:10px;}
#cate .main .left {float:left;width:755px;padding-left:15px;border-left:1px solid #DFDFDF;}
#cate .main .left .media {padding:0px 0px 5px;border-bottom:1px solid #CCC;}

#cate .main .left .entry {font-family: Verdana, 'BitStream vera Sans';padding-top:12px;}
#cate .main .left .entry ul {list-style-type:disc;list-style-position:inside}

#cate .main .left .entry .title {float:left;margin-bottom:10px;width: 600px;}
#cate .main .left .entry .title h2 {font-size: 18px;}
#cate .main .left .entry .title h2 a {color:#E01C02}

#cate .main .left .entry .thumb {float:left;margin-right:20px;text-align:center;}
#cate .main .left .entry .thumb a {display:block;}
#cate .main .left .entry .thumb span {display:block;color:#8C898A;}
#cate .main .left .entry .thumb .i {width:130px;padding:8px 0px;}
#cate .main .left .entry .thumb .i img {max-width:100px;max-height:100px;}

#cate .main .left .entry .text {float:left;width:605px;line-height: 22px;font-size: 13px;}
#cate .main .left .entry .text p {}
#cate .main .left .entry .text img {max-width:565px;}

#cate .main .left .entry .btn {float:left;border-bottom: 1px solid #DFDFDF;height: 22px;width:100%;text-align:right;}
#cate .main .left .entry .btn .cate {float:right;width:120px;}
#cate .main .left .entry .btn .share {float:right;width:120px;}
#cate .main .left .pagination {margin-top:15px;}

#cate .main .side {float:left;width:180px;min-height:300px;padding:5px 5px 0px 10px;}
#cate .main .side .list {margin-top:5px;}
#cate .main .side .list h3 {font-size:13px;font-weight:bold;color: #E45611;margin-bottom:5px;}
#cate .main .side .list ul {margin-left:10px;}
#cate .main .side .list ul li {padding: 0px 8px 0px 12px;font-size: 12px;line-height: 22px;background: url(../img/hotspot_libg.jpg) 0px 8px no-repeat;}
#cate .main .side .list ul li a {color:#113E5F;}
#cate .main .side .list ul li a:hover {color:#F84F78;}
#cate .main .side .store {margin-bottom:10px;}

/*index*/
#index {width:800px;margin:10px auto;}

#index .left {float:left;width:160px;border-bottom: 1px solid #999999;padding:3px 2px;}
#index .left .block {border-bottom: 1px solid #cccccc;border-top: 1px solid #cccccc;font-weight:bold;line-height:22px;padding-left:5px;}
#index .left ul {}
#index .left ul li {list-style-type:disc;list-style-position:inside;padding-left:6px;line-height:18px;}
#index .right {float:right;width:630px;}
#index .right h1 {border-bottom: 1px solid #999999;font-weight:bold;line-height:26px;font-size:16px;text-align:center;margin-bottom:10px;}
#index .right .games {border-bottom: 1px solid #999999;padding:10px 7px 2px 8px;}
#index .right .games ul {}
#index .right .games ul li {width:204px;height:157px;overflow:hidden;text-align:center;float:left;margin-bottom:10px;}
#index .right .games ul li a {display:inline-block;}
#index .right .games ul li a img {border:3px solid #FFFFFF;}
#index .right .games ul li a:hover img {border:3px solid #E1E1E1;}

/*tag*/
#tag {width:800px;margin:10px auto;}
#tag .left {float:left;width:160px;border-bottom: 1px solid #999999;padding:3px 2px;}
#tag .left .block {border-bottom: 1px solid #cccccc;border-top: 1px solid #cccccc;font-weight:bold;line-height:22px;padding-left:5px;}
#tag .left ul {}
#tag .left ul li {list-style-type:disc;list-style-position:inside;padding-left:6px;line-height:18px;}
#tag .right {float:right;width:630px;}
#tag .right h1 {border-bottom: 1px solid #999999;font-weight:bold;line-height:26px;font-size:16px;text-align:center;margin-bottom:10px;}
#tag .right .games {border-bottom: 1px solid #999999;padding:10px 7px 2px 8px;}
#tag .right .games ul {}
#tag .right .games ul li {width:204px;height:157px;overflow:hidden;text-align:center;float:left;margin-bottom:10px;}
#tag .right .games ul li a {display:inline-block;}
#tag .right .games ul li a img {border:3px solid #FFFFFF;}
#tag .right .games ul li a:hover img {border:3px solid #E1E1E1;}

#tag .index {}
#tag .index h1 {border-bottom: 1px solid #999999;font-weight:bold;line-height:26px;font-size:16px;text-align:center;margin-bottom:10px;}
#tag .index ul {padding:10px 8px;}
#tag .index ul li {width:196px;overflow:hidden;float:left;margin-bottom:10px;text-align:center;}

/********************/
/*    SLIDER        */
/********************/
#slider-container {position:relative;}
#slider-container .rslides_nav {height: 140px;width: 16px;text-indent: -9999px;overflow: hidden;}
#slider-container a.prev{position:absolute;background: url("../img/ppt_l.png") no-repeat scroll center center transparent;left:0px;top:0px;}
#slider-container a.next{position:absolute;background: url("../img/ppt_r.png") no-repeat scroll center center transparent;left:953px;top:0px;}

#slider {padding:10px 10px 0px 10px;margin-left:50px;min-width:890px;height:166px;overflow:hidden;}
#slider li p {float:left;height: 166px;margin-right: 12px;overflow: hidden;text-align: center;width: 130px;}
#slider li p .i {display:block;height:120px;overflow:hidden;position: relative;line-height:120px;border:1px solid #DDD;}
#slider li p .i img {vertical-align:middle;padding:5px;max-width:120px;max-height:100px;}
#slider li p .n {display:block;margin-top:5px;font-size:12px;height:40px;overflow:hidden;}

#slider-btns {float:right;clear:both;margin-top:-20px;margin-bottom:3px;}
#slider-btns li {float:left;width: 16px;height: 14px;margin-left: 6px;
line-height: 14px;text-align: center;border:1px solid #DDD;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}
#slider-btns li a {display:block;padding-right:1px;text-decoration:none;color: #258795;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}
#slider-btns li a:hover {background-color: #258795;border:1px solid #258795;color:#FFF;}
#slider-btns li.rslides_here a {background-color: #258795;border:1px solid #258795;color:#FFF;}

/********************/
/*    LINKS         */
/********************/
#links {margin:10px auto 0px;border-top:1px solid #CCC;}
#links ul {padding-top:10px;}
#links ul li {float:left;margin-right:5px;}
#links ul li.first {font-weight:bold;margin-right:5px;}


/********************/
/*    FOOTER        */
/********************/
#footer {border-top: 1px solid #EAEAEA;padding:8px 0px 30px 0px;color: #676767;font-size: 0.9em;text-align:center}
#footer ul.about {margin:5px 0px 5px 338px;}
#footer ul.about li {float:left;border-right:1px solid #999;line-height:12px;padding:0px 13px;}
#footer ul.about li.last {border-right:0px solid #999;}
#footer .copy {font-family:tahoma;}

