﻿.pub-box{
	padding: 0 20px;
	border: 1px solid #e7e7e7;
	height: 285px;
	width: 593px;
	position: relative;
	overflow: hidden;
	margin-bottom: 17px;
}
.pub-title{
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 19px;
	color: #0169b6;
	font-weight: bold;
}
.blue-line{
	width: 7px;
	height: 22px;
	vertical-align: top;
	background: #016ab4;
	margin-top: 16.5px;
}
.more{
	color: #757575;
	font-size: 16px;
	font-weight: normal;
	float: right;
}
.pub-list{
	margin-top: 17px;
	height: 200px;
	overflow: hidden;
}
.pub-list li{
	font-size: 16px;
	padding-left: 25px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	height: 40px;
}
.pub-list li a{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 381px;
}
.pub-list li span{
	float: right;
	color: #a3a3a3;
}
.pub-list li i{
	width: 4px;
	height: 4px;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #000000;
	margin-top: -2px;
}
