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

#content{
	width:725px;
	color: #545454;
	height: auto;
	font-size: 13px;
	line-height: 26px;
	font-family: "微軟正黑體";
}


#content .list{
	height: 137px;
	width: 690px;
	clear: both;
	margin: auto;
}

#content .photo{
	height: 114px;
	width: 152px;
	position: relative;
	float: left;
	border: 1px solid #CCCCCC;
}
#content .box{
	height: 114px;
	padding: 0px 12px;
	float: right;
	width: 498px;
}
#content .box:hover{
	background-color: #E4ECF4;
}
#content .title{
	font-size: 13px;
	line-height: 31px;
	width: 95%;
	height: 31px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-weight: bold;
	background-image: url(dot.png);
	background-repeat: no-repeat;
	background-position: 5px 13px;
	padding-left: 5%;
}
#content .title a{
	color: #2C3379;
	text-decoration: none;
}

#content .mast{
	width: 100%;
	height: 35px;
	line-height: 18px;
	color: #777777;
	padding: 5px 0;
}
#content .date{
	width: 100%;
	height: 20px;
	margin: auto;
	color: #D93600;
	font-size: 12px;
}