/* 栏目-开始 */
.column{
	float: left;
	height: 250px;
	padding: 12px;
	background: url(../../images/vline.gif) repeat-y right;
}
.column-3{
	width: 372px;
}
.column-4{
	width: 296px;
}
.column-9{
	padding: 20px;
	height: auto;
	width: 700px;
}


.column .column-hd{
	border-bottom: 1px solid #02428c;
}
.column .column-hd .column-title{
	padding-left: 6px;
	padding-right: 6px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	background-color: #02428c;
}	
.column .column-hd .column-more{
	font-size: 12px;
	line-height: 30px;
	color: #666;
}

.column-9 .column-bd .column-list .column-list-item:nth-child(5n){
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
/* 栏目-结束 */

/* 新闻列表栏目 */
.column-list{
	padding-top: 10px;
}
.column-list .column-list-item{
	padding-left: 14px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background: url(../../images/point.png) 0px 14px no-repeat;
}
.column-list .column-list-item .column-list-item__title{
	float: left;
	display:block;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.column-list .column-list-item .column-list-item__title:hover{
	text-decoration:underline;
}
.column-3 .column-list .column-list-item .column-list-item__title{
	max-width:320px;
}
.column-4 .column-list .column-list-item .column-list-item__title{
	max-width:210px;
}
.column-9 .column-list .column-list-item .column-list-item__title{
	max-width:600px;
}
.column-list .column-list-item .column-list-item__date{
	float: right;
	font-size: 12px;
	color: #999;
}
/* 详情 */
/* 内容区域-开始 */
.content{
	margin-top: 20px;
}
.sidebar{
	padding: 20px;
	width: 158px;
	min-height: 760px;
	font-size: 16px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
}
.sidebar .sidebar-bd{
}
.sidebar .sidebar-item{
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #02428c;
	
}
.sidebar .sidebar-item .sidebar-link{
	display: block;
	color: #02428c;
	background-color: #e2f6fe;
}
.sidebar .sidebar-item .sidebar-link:hover{
	color: #fff;
	background-color: #02428c;
}
.sidebar .sidebar-item .sidebar-link--on{
	color: #fff;
	background-color: #02428c;
}
.content-box{
	min-height: 800px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
}
.content-box .content-title{
	padding-top: 10px;
	font-size: 18px;
	font-weight: 700;
	color:#333;
	text-align: center;
}
.content-box .content-info{
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #666;
	border-bottom: 1px dotted #d5d5d5;
	text-align: center;
}
.content-box .content-info .content-info-item{
	padding-left: 6px;
	padding-right: 6px;
}
.content-box .content-details{
	margin-top: 20px;
	font-size: 14px;
	line-height:22px;
	color: #333;
}
/* 内容区域-结束 */
/* 证书查询栏目 */
.message{

}
.message-from{
	margin-top: 30px;
}
.message-input{
	margin-bottom: 10px;
}
.message-input__inner{
	display: inline-block;
	padding-left: 8px;
    padding-right: 8px;
    width: 410px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
}
.message-textarea{
	margin-bottom: 10px;
}
.message-textarea__inner{
	display: inline-block;
	padding-left: 8px;
    padding-right: 8px;
    width: 410px;
	line-height: 30px;
    border: 1px solid #e6e6e6;
}
.message-textarea__inner::placeholder{
	color:#999;
}
/* 按钮 */
.message-button{
	font-size: 14px;
	line-height: 28px;
}
.message-button--primary{
	color: #fff;
    background-color: #02428c;
    border-color: #02428c;
}

