/* 游戏下载 */
/* 游戏下载-标题 */
.title_nav {  overflow: hidden; border: 1px solid #796A50;  background:url(../images/title_bg.jpg) repeat-x; }
.title_nav  li{ width: 130px; height: 45px; line-height: 45px;  text-align: center; font-size: 18px; font-weight: 500; float: left; cursor: pointer;}
.title_nav  li a{ display: block; width: 100%; height: 100%; color: #000;}
.title_nav  li.on a,.title_nav li a:hover{ color: #0485EA;}
/* 游戏下载-列表 */
.list{ width: 100%; min-height: 500px; overflow: hidden; background-color:#DDD3C9; padding-bottom: 20px;}
.list .item{ width: 275px; height:130px; margin-left:18px; margin-top: 20px; border: 1px solid #999; background-color: #fff; color: #333; float: left;    }
.list .item:hover{border-color: #0485EA; background-color: #E3F4FE; color: #0485EA; box-shadow: 5px 5px 8px #888888;}
.list .item dt{ width: 120px; height: 120px; padding: 5px; float: left;}
.list .item dt img{ width: 120px; height:120px;}
.list .item dd{ width: 120px; padding: 5px; float: right;}
.list .item dd .tit{ display: block; width: 100%; height: 30px; line-height: 30px; }
.list  .comm{display: block; width: 87px; height: 16px; line-height: 30px; background: url(../images/star.png) no-repeat;}
.list  .red5{ background-position: 0px 0px;}
.list  .red45{background-position: 0px -20px;}
.list  .red4{background-position: 0px -40px;}
.list  .red35{background-position: 0px -60px;}
.list  .red3{background-position: 0px -80px;}
.list  .red2{background-position: 0px -100px;}
.list  .red1{background-position: 0px -120px;}
.list  .red0{background-position: 0px -140px;}
.list .item dd .btn{ display: block; width: 100px; height: 25px;line-height: 25px; margin-top: 10px; text-align: center; background-color:#A8DDFF;  color: #000; border: 1px solid #0485EA; border-radius: 15px;-moz-border-radius:15px; /* Old Firefox */ }
.list .item dd .btn:hover{ background-color: #0485EA; color: #FFF;}

.list .item2{ width: 1140px; height:auto; overflow:hidden; margin-left:18px; margin-top: 20px; padding:10px; border: 1px solid #999; background-color: #fff; color: #333; float: left; overflow:hidden;   }
.list .item2:hover{border-color: #0485EA; background-color: #E3F4FE; color: #0485EA; box-shadow: 5px 5px 8px #888888;}
.list .item2 dt{ width: 120px; height: 120px; float:left;}
.list .item2 dt img{ width: 120px; height:120px;}
.list .item2 .dd1{ width: 120px; height:120px; float:right;}
.list .item2 .dd1 .tit{ display: block; width: 100%; height: 30px; line-height: 30px; font-size:16px; }
.list .item2 .dd1 .btn{ display: block; width: 100px; height: 25px;line-height: 25px; margin-top: 10px; text-align: center; background-color:#A8DDFF;  color: #000; border: 1px solid #0485EA; border-radius: 15px;-moz-border-radius:15px; /* Old Firefox */ }
.list .item2 .dd1 .btn:hover{ background-color: #0485EA; color: #FFF;}
    .list .item2 .dd2 { display:block; width:100%; height:auto; padding:20px 0px; overflow:hidden;}


/* 游戏介绍 */
.gameItem{ width: 90%; height: auto; overflow: hidden; margin: 0px auto;}
.gameItem .gameInfo{ width: 100%; margin: 20px 0px; overflow: hidden;}
.gameItem .gameInfo dt{width:60px; height: 60px;  float: left;}
.gameItem .gameInfo dt img{ width: 100%; height: 100%;}
.gameItem .gameInfo .info{width:500px;height: 60px; float: left;  margin-left: 10px;}
.gameItem .gameInfo .info .tit{ line-height: 35px; font-size: 16px;}
.gameItem .gameInfo .down{width: 220px; height: 60px; float: right;}
.gameItem .gameInfo .down .btn{display: inline-block; padding: 10px; color: #fff; background-color:#f88e1e; border: 1px solid #bc3e01; margin: 10px 10px;}
.gameItem .gameInfo .down .btn:hover{ background-color: #bc3e01;}
.gameItem .gameContent{ width: 100%; height: auto; overflow: hidden;}
.gameItem .gameContent p{ color: #333; line-height: 20px;}
.gameItem .gameContent .tit{ color: #0485EA;line-height: 30px; font-size: 16px;}
.gameItem .gameContent .color1{ color: #f97105;}

