.quick-news{
	border: 1px solid #ccc;
}
.quick-news h3{
	margin: 8px;
	padding: 15px 0px;
    font-size: 12pt;
    font-weight: bold;
    overflow-y: hidden;
   	border-bottom: 1px solid #C4C4C4;
}
.quick-news h3 a{
}
.quick-news h3 .left{
	float: left;
	text-transform: uppercase;
}
.quick-news h3 .left a{
	text-decoration: none !important;	
}

.quick-news h3 .right{
	float: right;
	font-size: 14px;
	font-weight: normal;
}
.quick-news .pageScroll{
	max-height: 300px;
    overflow: auto;
}
.quick-news-content{
	margin: 10px 20px;
}

.quick-news-content .news {
    margin: 5px;
    font-size: 14px;
    line-height: 118.4%;
    color: #000;
    display: inline-flex;
    width: 100%;
}
.quick-news-content .news .forexTime {
    width: 90px;
    display: block;
    float: left;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 120%;
    color: #888;
}
.quick-news-content .news .content {
    width: calc(100% - 100px);
}
.quick-news-content .quick-news-more{
	text-align: center;
	background: #04284C none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    margin-top: 20px;
    display: block;
    padding: 0;
    text-decoration: none;
}