

/* 滚动内容样式 */
.scroll_main {
	display: block;
	
margin: 0 auto;
	background-color:#fff;box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.05);border-radius: 14px;
	
}

/* 滚动内容区样式 */
.scroll_wrap {
	width: 100%;
	height: 486px;
	position: relative;
}
/* 滚动内容样式 */
.scroll_wrap .scroll_cont {
	height: 100%;
	overflow: hidden;
}
.scroll_wrap .scroll_cont p {
	text-align: left
}
/* 滚动条 */
.scroll_wrap .scroll_bar {
	position: absolute;
	top:0;
	right:0;
	width: 5px;
	height: 100%;
	background-color: #e4e4e4;
}
/* 滚动块 */
.scroll_wrap .scroll_slider {
	position: absolute;
	top: 0;
	left: 0px;
	width: 5px;
	height: 48px;
	background-color: #525252;
	border-radius:5px;
	opacity: .5
}
.scroll_wrap .scroll_slider:hover{
	opacity: 1
}









.liebiao {
    padding: 15px 20px;
    border-bottom: #f0f0f0 1px solid;
}


.m_news_time {
    text-align: center;
    width: 75px;
    float: left;
}


.m_news_timep1 {
    font-size: 50px;
    color: #797979;
    opacity: 0.6;
    height: 60px;
    font-weight: lighter;
}


.m_news_timep2 {
    font-size: 14px;
    color: #9a9a9a;
    opacity: 0.6;
}
.m_news_nrp1 {
    font-size: 14px;
    color: #333;
    padding-bottom: 10px;
    padding-top: 10px;
}

.m_news_nrp2 {
    font-size: 12px;
    color: #9a9a9a;
    opacity: 0.8;
    line-height: 20px;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
    content: "";
    height: 1px;
    display: block;
}


.m_newsboxRul .liebiao:hover .m_news_timep1, .m_newsboxRul .liebiao:hover .m_news_timep2 {
    color: #004986;
}
