﻿/*以下為主頁內容的控制項*/

#content_home #masterImgFlash /*Flash圖片窗口塊*/
{
	width: 572px;
	height: 216px;
	float: left;
	background-image: url(../images/img002.jpg);
}

#content_home #contentR /*控制內容右邊小窗口顯示  錄像介紹*/
{
	margin-left: 575px;
	height: 216px;
	width: 175px;
	border: 1px solid #C0C0C0;
}


#content_home #box_inst
{
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
}

#box_inst a
{
	height: 40px;
	display: block;
	margin-bottom: 5px;
	padding: 0;
}

.chooseprofile
{
	width:169px;
	height:29px;

}

#content_home #box_inst a:hover img
{
	border: solid 2px #54a8e8;
}


/*----------三個小盒子--------------------*/
#content_home #box /*內容正下方三個小盒子的整體背景*/
{
	background-image: url(../images/box_bg.gif);
	background-repeat: no-repeat;
	padding: 8px;
}


#content_home .box_title /*小盒子文字標題*/
{
	font-family: "新細明體" ,Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #488fae;
	padding-left: 10px;
	padding-top: 5px;
	background-image: url(../images/sub_title.gif);
	background-repeat: repeat-x;
	height: 22px;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
}

#content_home .box_title a
{
	text-decoration: none;
	color: #488fae;
}

#content_home .box_title a:hover
{
	color: #2B566A;
	text-decoration: none;
}

#content_home #box1 /*人才招募窗口*/
{
	width: 242px;
	height: 156px;
	float: left;
	margin-right: 10px;
	border: 1px solid #C0C0C0;
	background-color: #fff;
}

#content_home #box2 /*最新消息窗口*/
{
	width: 242px;
	height: 156px;
	float: left;
	border: 1px solid #C0C0C0;
	background-color: #fff;
}


#content_home #box3 /*產品展示窗口*/
{
	width: 237px;
	height: 156px;
	float: right;
	overflow: hidden;
	border: 1px solid #C9C9C9;
	background-color: #fff;
}


#content_home .box_content /*小窗口內容盒*/
{
	overflow: auto;
	height: 116px;
	width: 230px;
	padding: 5px;
	font-family: "新細明體" , Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content_home .box_content p
{
	margin-left: 10px;
}

/*最新信息內容顯示控制*/
#content_home .content_ul
{
	margin: 0px;
	list-style: none;
	padding: 0px;
}


#content_home .content_ul li
{
	clear: both;
	padding: 0;
}


#content_home .content_ul li p
{
	margin: 0px;
	float: left;
	display: inline;
}


#content_home .data_list
{
	font-size: 12px;
	color: #54a8e8;
	width: 65px;
	padding-left: 8px;
	background: url(/big5/images/ico_1.gif) left top no-repeat;
	vertical-align: top;
}

#content_home .data_list1
{
	font-size: 12px;
	color: #54a8e8;
	padding-left: 8px;
	background: url(/big5/images/ico_1.gif) left top no-repeat;
	vertical-align: top;
}


#content_home .content_ul li p.data_list1
{
	color: #576f7d;
	width: 65px;
	margin-left: 5px;
	padding-left: 5px;
	font-weight: bold;
}


#content_home .content_ul li p.content_list /*窗口內容的正文部分*/
{
	margin-left: 0px;
	width: 150px;
	overflow: hidden;
}


#content_home .content_list a
{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

#content_home .content_list a:hover
{
	text-decoration: underline;
}

#content_home #countNum_text
{
	color: #336;
	margin: 5px 0 0 5px;
}

.digit_img /*計數器格式*/
{
	width: 18px;
	height: 20px;
}


/*----------------------------------------*/

