﻿/* 首頁大圖 */
div#main_img
{
	float: left;
	width: 940px;
	height: 500px;
	background-image: url("/img/default.jpg");
	background-repeat: no-repeat;
}
/* 首頁wecare圖 */
img#wecare_default
{
	top: 147px;
	left: 155px;
	position: relative;
}
/* 首頁下方列表 */
div.list
{
	float: left;
	height: 145px;
	color: white;
	padding: 5px 10px;
}
div.list_odd
{
	width: 293px;
	background-color: #534741;
}
div.list_even
{
	width: 294px;
	background-color: #736357;
}

span.list_title
{
	font-size: 17px;
}
ul.list_main
{
	margin: 0;
	padding: 0;
	height: 100px;
	list-style-type: none;
}
ul.list_main li
{
	padding: 0 0 0 15px;
	background : url(/img/icon_list_doublecircle.png) left center no-repeat;
	line-height: 145%;
}
ul.list_main a
{
	color: white;
	font-size: 15px;
	display : inline-block;
	width : 260px;
	overflow : hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.list_more a
{
	color: white;
	font-size: 12px;
}