@charset "utf-8";
#content{
	padding-top: 0px;
}
.special_topic_banner{
	width: 100%;	
}
.special_topic_banner img{
	width: 100%;
}
.special_topic_con{
	padding-top: 30px;
}
#aside_box{
	width: 300px;
    overflow: hidden;
    margin-right: 30px;
    float: left;
}
.lead_text{
	padding-bottom: 20px;
	font-size: 14px;
	text-align: justify;
}
.lead_title{
	font-size: 20px;
	color: #1DA5EA;
}
.lead_detail{
	margin-top: 20px;
}
#aside{
	width: 300px;
	z-index: 99;
	background: #fff;
}
#aside li{
	width: 249px;
	text-align: left;
}
#aside.fixed{
	position: fixed;
	top: 20px;
}
#aside li a{
	overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.con_tit{
	border-top: 4px solid #1DA5EA;
    border-bottom: 2px solid #1DA5EA;    
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 40px;
    color: #1DA5EA;
}
.main{
	width: 870px;
	overflow: hidden;
	float: right;
}
.main_con{
	position: relative;
	padding-top: 30px;
	font-size: 14px;
	color: #424242;
	letter-spacing: 0;
	line-height: 24px;
}

