@charset "utf-8";
/* CSS Document - news*/

ul.left_menu > li > a:hover {
	color:#6718CC;
	background: url(../data/published/dot_.png) 5px 14px no-repeat;
}
ul.left_menu > li.act > a{
	color:#6718CC;
	background:url(../data/published/dot_.png) 5px 14px no-repeat;
}
ul.left_menu > li.active > a{
	color:#6718CC;
	background:url(../data/published/dot_.png) 5px 14px no-repeat;
}
.leftnav {
	height: auto;
	position: relative;
	border:#6818CD 1px solid;
	border-bottom:#6818CD 3px solid;
	margin-bottom:20px;
}
#content {
	width:680px;
	margin:0 auto;
	position: relative;
	line-height: 26px;
	margin-bottom:30px;
	list-style:none;
	border-bottom:#DDDDDD 1px dashed;
}
#content li {
	height:75px;
	color: #5D5D5D;
	margin: 0px 0px 25px 0;
	padding:0 0 0 0px;
	list-style:none;
	position: relative;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content li:hover{
}
#content li:hover .name{
	color: #BE006D;
}
#content li:hover .name span{
	text-decoration:none !important;
}
#content .name span{
	color:#D96D00;
	font-size:12px;
	font-weight:normal;
	margin-right:10px;
	text-decoration:none !important;
}
#content .name {
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color:#086AB8;
	padding-left:20px;
	font-weight:bold;
	text-decoration:none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url(../data/news/news_dot.png) 5px center no-repeat;
	background-color:#EEEEEE;
	margin-bottom:5px;
}
#content .con{
	color: #868686;
	height: 40px;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; /*超出第5行時截斷*/
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#content .date{
	color:#0A7DD6;
	line-height: 20px;
	font-size: 15px;
	width:54px;
	height:33px;
	font-weight: bold;
	padding:17px 10px 20px 10px;
	text-decoration: none;
	background:url(../data/news/bg.jpg) 0 0 no-repeat;
}
#content .date span{
	color: #0063D3;
	font-weight: bold;
	margin-bottom:3px;
	font-size: 38px;
	display: block;
	text-align: center;
}
/*----------------------detail-------------------------*/
#content_in {
	width: 680px;
	margin: 0 auto;
	position: relative;
	line-height: 26px;
	padding-bottom:30px;
	margin-bottom: 30px;
	border-bottom:#D8D8D8 1px dashed;
}
#content_in .top_box{
	margin-bottom:20px;
}
#content_in .date{
	width:43px;
	height:33px;
	float:left;
	color:#0A7DD6;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	padding:10px 5px 7px 5px;
	text-decoration: none;
	text-align: center;
	background:url(../data/published/bg.jpg) 0 0 no-repeat;
}
#content_in .date span{
	color: #0063D3;
	font-weight: bold;
	font-size: 22px;
	display: block;
}
#content_in .name {
	width:580px;
	float: right;
	font-size:14px;
	color:#0A7DD6;
	font-weight:bold;
	line-height:20px;
	padding:5px 0px 5px 30px;
	margin-top:10px;
	text-decoration: none;
	background: url(../data/news/news_dot.png) 15px 13px no-repeat;
	background-color:#EEEEEE;
}
#content_in .con {
	color:#666666;
	line-height: 24px;
}
#content_in .con img{
	max-width:680px;
	height:auto !important;
}
