﻿/*标题*/
.title_bd {
	width: 100%;
	border-bottom: 1px solid #ededed;
	height: 50px;
}
.title_bd > span{
	font-size: 24px;
	color: #0676c9;
	line-height: 30px;
	height: 45px;
	border-bottom: 6px solid #0676c9;
}
.bd_ul li{
	margin: 30px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ededed;
}
.bd_ul li:hover{
	background-color:#f6f6f6 ;
}
/*左侧时间框*/
.notice .bd_ul .dateBox{
	width: 98px;
	height: 118px;
	background-color: #f6f6f6;
}
.notice .bd_ul .dateBox .day{
	font-size: 45px;
	border-bottom: 1px solid #dedede;
	height: 70px;
	line-height: 67px;
	width: 100%;
}
/*年月*/
.notice .bd_ul .dateBox .years{
	width: 100%;
	height: 47px;
	line-height: 33px;
}
/*右侧文本盒子*/
.notice .bd_ul .textBox{
	width: 1070px;
}
/*内容标题*/
.notice .bd_ul .textBox .title{
	font-size: 18px;
	width: 1050px;
	line-height: 25px;
}
.notice .bd_ul li:hover .textBox .title{
	color: #0676c9;
}
.notice .bd_ul .textBox .detail{
	line-height: 24px;
	height: 48px;
	width: 1063px;
	margin: 9px 0 6px;
}
.notice  .bd_ul .textBox .source{
	display: block;
	line-height: 24px;
	height: 24px;
	color: #0676c9;
	background:#F6F6F6 url(../images/JNimages/source_icon.png) no-repeat 10px center;
	padding:0 18px 0 33px;
	border: 1px solid #0676c9;
	border-radius: 10px;
}
