
/* 轮播图 */
.slideTxtBox { width:100%; height: auto; overflow: hidden; border: 1px solid #796A50;}
.slideTxtBox .hd{ width:22%; float: left; }
.slideTxtBox .hd  li{ width:196px; padding-left: 10px; height: 68px; line-height: 68px;   font-size: 16px; background-color:#DDD3C9; border: 1px solid #A8804F; cursor: pointer;}
.slideTxtBox .hd  li.on{ background-color:#CCB089; color: #fff; border-color: #634A2B; }
.slideTxtBox .bd{ width: 76%; float: left; zoom:1; position: relative; z-index: 0; overflow: hidden; }
.slideTxtBox .bd li{ width: 100%; height: 350px; position: absolute; left: 0px; top: 0px;}
.slideTxtBox .bd img{ width: 100%; height: 100%;}

/* 推荐 */
.recommend{width:100%; height: auto; overflow: hidden; background-color:#DDD3C9; margin-top: 10px;}
.recommend .list{ width:100%; height:auto; overflow:hidden; margin:10px 0px;}
.recommend .list .item{width: 50%; padding: 10px 0px; float: left;}
.recommend .list .item dt{ width: 220px; height: 200px; float: left; padding: 0px 10px;}
.recommend .list .item dt img{ width: 100%; height:100%;}
.recommend .list .item dd{width: 200px; float: left; position:relative; }
.recommend .list .item dd h3{ color: #0485EA; text-align: center;}
.recommend .list .item dd .desc{ width: 100%; height: 130px; overflow: hidden; color: #333; line-height: 20px; margin: 5px 0px;}
.recommend .list .item dd a.btn{ display: inline-block; padding:8px 18px;   background-color:#A8DDFF;  color: #000; border: 1px solid #0485EA; border-radius: 5px;-moz-border-radius:5px; /* Old Firefox */ }
.recommend .list .item dd a.btn:hover{ background-color: #0485EA; color: #FFF;}
.recommend .list .item dd .donw { position:absolute;width: 120px; height: 140px;background: #000;  border-radius: 10px;  top: 0px; left: 0px;  padding: 10px;  text-align: center;  z-index: 1000;    color: #fff;}
.recommend .list .item dd .ios { left:-20px;}
.recommend .list .item dd .android {left:70px;}
.recommend .list .item dd .donw img{width: 100px;    height: 100px;    padding: 5px;    background: #FFF; }
.recommend .list .item dd .donw p{ line-height: 32px;}


/* 游戏和奖品中心 */
.game {width:100%; height: auto; overflow: hidden; margin-top: 10px;}
.game .list{display: block; padding-top: 10px;}
.game .list dl{ width: 100px; float: left;}
.game .list dl dt{ width: 100px; text-align:center; }
.game .list dl dt img{ width:80px; height:80px;}
.game .list dl dd { width: 100%; line-height: 30px; text-align: center;}
.game .list dl dd a{color: #034798; font-size:14px;}
.game .list dl dd a:hover{ color: #0485EA;}

/* 奖品中心 */
.prize {width:100%; height: auto; overflow: hidden; margin-top: 10px;}
.prize .list{display: block; padding-top: 10px;}
.prize .list dl{ width: 140px;  margin-right: 10px; float: left;}
.prize .list dl dt{ width: 140px; height:140px; }
.prize .list dl dt img{ width:140px; height:140px;}
.prize .list dl dd { width: 100%; line-height: 30px; text-align: center;}
.prize .list dl dd a{color: #034798; font-size:16px;}
.prize .list dl dd a:hover{ color: #0485EA;}

/* 新闻中心 */
.news{width:100%; height: 290px; overflow: hidden; margin-top: 10px;}
.news .hd{ overflow: hidden; border: 1px solid #796A50; background-color: #BFAD99; }
.news .hd li{ width: 20%; height: 45px; line-height: 45px;  text-align: center; font-size: 18px; font-weight: 500px; float: left; cursor: pointer;}
.news .hd li a{ display: block; width: 100%; height: 100%; color: #000;}
.news .hd li.on ,.news .hd li:hover{ color: #fff;}
.news .hd .gd{ float: right;}
.news .hd .gd a{ font-size: 14px;}
.news .bd{ width: 100%; overflow: hidden;position: relative; left: 0px; }

.news .item{width:100%; height: 400px; overflow: hidden; background-color:#DDD3C9; }
.news .item dl{ width: 100%; height: 120px; overflow: hidden; margin-top: 10px; border-bottom: 1px solid #C8B096;}
.news .item dl dt{width: 220px; height: 110px; padding: 0px 20px;  float: left;  overflow: hidden;}
.news .item dl dt img{ width: 100%; height:100%;}
.news .item dl dd{ width:66%;height: 110px; overflow: hidden;  float:left; }
.news .item dl dd h3{ font-size:18px;  line-height: 40px;}
.news .item dl dd h3 a{color:#0485EA;}
.news .item dl dd h3 a:hover{text-decoration: underline;}
.news .item dl dd p{ line-height: 20px;}
.news .item dl dd a{color: #333; cursor: pointer;}
.news .item ul{ width: 100%; overflow: hidden; margin-top: 10px;}
.news .item ul li{ width:40%; padding: 0px 20px;  height: 30px;  float: left; color: #333;}
.news .item ul li a{color: #333; display: inline-block; width: 50%; height: 30px;line-height: 30px; overflow: hidden;}
.news .item ul li a:hover{ color:#0485EA;    text-decoration: underline;}
.news .item ul li span{text-align: right;display: inline-block; width: 30%; height: 30px;line-height: 30px;   overflow: hidden;}


