/*
   questions_index.css
   有奖问答列表页

   Created by lc on 2016-09-23.
   Copyright 2016 lc. All rights reserved.
*/
.content{
    padding: 50px 0;
}
#left_list{
    width: 845px;

}
#left_list ul{
	 background: #F6F6F6;
	 padding:20px 0;
	 margin-bottom:40px;
}
#left_list li{
    display: block;   
    color:#666 ;
	padding:20px 40px;

 
}
#left_list a:hover{
	color:#666;
}

#left_list dt{
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
}
#left_list b{
    font-weight: bold;
}
#left_list dd p{
    margin-bottom: 10px;
    font-size: 16px;
}

/*右边栏*/
#prizes_aside{
    float: right;
     width: 320px;
    overflow: hidden;
}
#prizes_aside img{
    width: 100%;
}

/*侧边栏*/
.aside_ads{
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 20px;
    padding:15px;
	overflow:hidden;
}
#lottery_ads img{
    display: block;
    width: 320px;
    margin: 0 -15px 20px -15px;
}
#lottery_ads b {
    display: block;
    font-size: 16px;
    margin: 0 0 15px 0;
}
#lottery_ads p{
    line-height: 25px;
    color: #666;
    font-size: 14px;
}
#lottery_ads p.color_gray{
    margin-top: 10px;
    display: block;
    font-size: 12px;
    color: #999;
    line-height: normal
}
#lottery_ads a{
    color: #4898D5;
}
#lottery_ads a:hover{
    text-decoration: underline;
}
.aside_back_btn:hover{
    text-decoration: underline;
}
#prize_ads,#prize_ads_3{
    display: none;
}
#prize_ads b ,#prize_ads_2 b {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
}
#prize_ads li,#prize_ads_2 li,#prize_ads_3 li{
    font-size: 14px;
    line-height: 25px;
    color: #666;
}