/*动态*/
.dt{
	width: 1000px;
}
.dt .list1{
	margin: 15px 0 20px;
}
.dt .list1 li{
	border-bottom: 1px dashed #666;
	height: 48px;
	position: relative;
}
.dt .list1 li:last-child{
	border: 0;
}
.dt .list1 li a{
	display: block;
	height: 100%;
}
.dt .list1 li a:hover p{
	color: #FBC70D;
}
.dt .list1 li p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	width: 100%;
	padding-right: 200px;
	box-sizing: border-box;
	line-height: 48px;
}
.dt .list1 li p span{
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 8px;
    margin-right: 8px;
    background: #FBC70D;
}
.dt .list1 li .date{
	position: absolute;
	right: 0;
	top: 11px;
	line-height: 26px;
	font-size: 12px;
	width: 84px;	
	text-align: center;
	z-index: 2;
	color: #999;
}


/*新闻详情*/
.detail{
	width: 1000px;
}
.detail .part1 h3{
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 6px;
}
.detail .part1 span{
	font-size: 12px;
	display: block;
	text-align: center;
	color: #666;
}
.detail .part1 .con{
	margin-top: 35px;
}
.detail .part1 .con img{
	display: block;
	max-width: 100%;
	margin: 20px auto;
}
.detail .part1 .con p{
	font-size: 14px;
	text-indent: 28px;
	line-height: 28px;
	margin-bottom: 20px;
}



