.free_link,.hot_live,.finance_interview,.read_rank ,.download_rank{
    width: 100%;
    /* height: 330px; */
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding:  0px 15px 20px 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.free_link a{
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #2a4c7e;
    color:#fff;
    text-align: center;
    display: block;
    margin-top: 20px;
    text-decoration: none;
    font-size: 16px;
}
.free_select {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.free_select select{
    width: 48%;
    height: 30px;
    border: 1px solid #ccc;
    outline: none;
    text-indent: 8px;
}
.free_link h3,.hot_live h3,.finance_interview h3,.read_rank h3,.download_rank h3{
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}
.free_input input{
    width: 100%;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ccc;
    outline: none;
    text-indent: 10px;
}
.free_input{
    margin-top: 20px;
}
#scrollDiv{
    height: 230px;overflow: hidden;
}
.hot_live ul{
    padding-left: 0;
}
.hot_live ul li{
    width: 100%;height: 70px;margin-bottom: 10px;overflow: hidden;
}
.hot_live ul li img{
    width: 70px;height:70px;border-radius: 100%;display: inline-block;float: left;
}
.hot_live ul li div.live_info{
    float: left; margin-left: 20px;
}
.hot_live ul li div.live_info h6{
    font-size: 16px;color: #333;margin-top: 10px;
}
.hot_live ul li div.live_info p{
    font-size: 14px;color: #828a92;margin-top: 10px;
}
#but_up{
    /*background: url(/static/index/images/icon_xia.png) no-repeat;*/
    width: 26px;
    height: 14px;
    margin: 5px auto;
    background-size: 100%;
    cursor: pointer;
}
.finance_interview{
    /* height: 420px; */
  margin-bottom:6em;
}
.finance_interview img{
    height: 170px;width: 100%;margin-bottom: 15px;
}
.finance_interview .interview_news{
    /* height: 150px; */
    overflow: hidden;
}
.finance_interview .interview_news a{
    display: block;width: 100%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;font-size: 14px;color:#555;line-height: 31px;
}
.finance_interview .interview_news a:hover{
    color: #007BFF;text-decoration: none;
}
.read_rank ,.download_rank{
    height: 440px;
} 
.read_rank ul ,.download_rank ul{
    padding-left: 0;
}
.read_rank ul li,.download_rank ul li {
    height: 28px;line-height: 28px;margin-bottom: 10px;
}
.read_rank ul li i{
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #e5f2ff;
    color: #007bff;
    font-size: 14px;
    font-style: normal;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    vertical-align: top
}
.read_rank ul li a{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    color:#555;
    line-height: 28px;
    width: 85%;
    display: inline-block;
}
.read_rank ul li a:hover,.download_rank ul li a:hover{
    color: #007BFF;
	text-decoration: none;
}
.download_rank ul li a:hover span{
    color: #007BFF;
}
.download_rank ul li a{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	color:#555;
	line-height: 28px;
	height: 28px;
}
.download_rank ul li a span{
	display: inline-block;
	width: 70%;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	color:#555;
	line-height: 28px;
	height: 28px;
	padding:0 10px;
}
.download_rank ul li a img{
	width: 20px;
	height: 20px;
}
.download_rank ul li a button{
	width: 60px;
	height: 26px;
	line-height: 26px;
	border-radius: 15px;
	border: 1px solid #ffaa00;
	color:#fff;
	background-color: #ffaa00;
	cursor: pointer;
}

table{
	width: 100%;
}