.list_cont{ width: 100%; min-height: 800px;overflow: hidden; background-color:#DDD3C9; }
/* 积分兑换列表页 */
.list{ width: 94%;  margin: 0px auto; height: auto;overflow: hidden;}
.list .item{ width: 184px; height:260px; overflow: hidden; margin-left:20px; margin-top: 20px; border: 1px solid #999; background-color: #fff; color: #333; float: left;   }
.list .item:hover{border-color: #0485EA; background-color: #F6FEE9; color: #0485EA; box-shadow: 5px 5px 8px #888888;}
.list .item dt{ width:146px; height:130px;  padding:10px 20px;  }
.list .item dt img{ width: 100%; height: 130px;}
.list .item dd{ width: 100%; }
.list .item dd h3{ font-size: 18px; padding: 0px 20px;  line-height: 30px;}
.list .item dd p{ font-size: 16px; color: #666; padding: 0px 20px;}
.list .item dd br{border-color: #DDDEE0;}
.list .item dd .btn{ display: block; width: 140px; height: 30px;line-height: 30px;  text-align: center; background-color:#2A8ECA;  color: #FFF; border: 1px solid #18587B; margin: 0px auto; }
.list .item dd .btn:hover{ background-color: #39A5E6;}

/* 积分兑换详情页 */
.items_info{ width: 90%; margin: 0px auto; overflow: hidden; padding: 10px;border-bottom:1px solid #AC885B;}
.items_info dt{ width: 220px; height: 170px; padding: 10px; overflow: hidden; float: left; }
.items_info dt img{ width: 100%; height: auto;}
.items_info dd{ width: 400px; overflow:  hidden; padding-top: 90px; padding-left: 10px;}
.items_info dd p{ line-height: 25px;}
.items_info dd .tit{ font-size: 18px; font-weight: bold; line-height: 30px;}
.items_info dd .color1{ color: #0485EA;font-size: 16px;}
.items_info dd .p1{ color: #666; }

.items_content{ width: 90%; margin: 0px auto; overflow: hidden; padding: 20px; border-bottom: 1px dashed #666;}
.items_content .tit{ font-size: 18px; height:50px;  font-weight:bold;}
.items_content .items_content_info{ width: 100%; height:auto; overflow: hidden; }

.from1{ display: block; width: 70%; margin: 20px auto; overflow: hidden; }
.from1 .tit{ color: #666;}
.from1 tr{ width: 100%; height: 35px; line-height:35px;}
.from1 td.txt{ width: 80px; font-size: 16px; color: #666;}
.from1 td.val{ width: 400px; }
.from1 .input{ width: 200px;  background-color: #F4FFE1; border: 1px solid #999; padding: 5px;}
.from1 .btn{ width: 210px; padding:5px 0px; margin: 10px 0px; text-align: center; color: #fff; font-size: 18px; font-weight: bold; background-color: #CD661D; border: 1px solid #b1500b; cursor:pointer;}
.from1 .btn:hover{background-color:#b1500b;}