﻿@charset "utf-8";
.news_title {
	width: 100%;
}

.news_title dd {
	width: 100%;
	padding: 10px 0px;
	border-bottom: #e3e3e3 solid 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #c6a866;
}

.news_title dd a {
	color: #c6a866;
	font-size: 15px;
}

.news_title dd a:hover {
	color: #000000;
}

.news_title dd span {
	width: 12px;
	display: inline-block;
	color: #003da5;
}