﻿#top {
	height: 169px;
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	height: 135px;
	width: 1002px;	background-image: url(/skin/pllc/index/logo.jpg);
	background-repeat: no-repeat;
	}
.logo_back {
    position: absolute;
	}
.logo_right {
    position: absolute;
	width: 132px;
	padding-left: 870px;
	padding-top: 20px;
	}
body {
	font-size: 13px;
	margin: 0px;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #06C;
	text-decoration: underline;
}

.nav {
	width: 1002px;
}
#footer {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFF;
}

#clear {
	clear: both;
}
.clearbox {
	clear: both;
}
#content {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 15px;
}
#content_left {
	float: left;
	width: 180px;
    display:inline;
}
#content_center {
	float: left;
	width: 560px;
	padding: 0px 21px;
    display: inline;
}
#content_right {
	float: right;
	width: 220px;
    display:inline;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/***********設為首頁*************/
.logo_right li{
	list-style-type: none;
	line-height: 18px;
	height: 30px;
	text-align: center;
	margin-bottom: 5px;
}
.logo_right li span
{
	color: #369;
}
.logo_right li a {
	line-height: 27px;
	color: #369;
	text-decoration: none;
	background-color: #ECF6FF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border:1px solid #B2CFE8;
}
.logo_right li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #369;
}



/* //菜單 */
.ddsmoothmenu{
border:1px solid #d5d9c1;
background-color: #f6f7f3;
width: 1000px;
height:31px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
line-height: 28px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block; /*background of menu items (default state)*/
	padding: 3px 10px 0px 10px;
	color: #000;
	text-decoration: none;
	font-size:15px;
	font-weight: bold;
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-color: #369;
color: white;
}
.ddsmoothmenu ul li a:hover{
	color: white;
	background-color: #069;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul li a{
	display: block; /*background of menu items (default state)*/
	padding: 8px 10px;
	color: #2d2b2b;
	text-decoration: none;
	background-color: #ECF6FF;
	font: normal 13px Verdana;
	width: 160px; /*width of sub menus*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.ddsmoothmenu ul li ul li a:hover{
	background-color: #369; /*background of menu items during onmouseover (hover state)*/
	color: white;
}

.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */


/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

/* 管理链接 */
.menu_link
{
	padding: 8px;
	margin: 0px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #7EA4D7;
}

.email p{
	margin: 0px;
	line-height: 25px;
	display: block;
}


/**首頁導師標簽*/
ul.daoshi {
	padding:0px;
	width:180px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

ul.daoshi li.daoshi_00{
	/* Each element in the expandable list */
    border:1px solid #B2CFE8;
	margin: 4px 2px;
	background-color: #FFF;
	padding: 5px;
} 
ul.daoshi li.daoshi_01 a{
	/* Each element in the expandable list */
    width:84px;
	border:1px solid #CCC;
	background-color: #FFF;
	float: left;
	margin: 2px;
	text-align: center;
	letter-spacing: 1px;
	display: block;
	display:inline;
	height: 25px;
	line-height: 25px;
} 
ul.daoshi li.daoshi_01 a:hover,ul.daoshi li.daoshi_02 a:hover{
	/* Each element in the expandable list */
	border:1px solid #CCC;
	background-color: #06C;
	color: #FFF;
} 

ul.daoshi li.daoshi_02 a{
	/* Each element in the expandable list */
    width:54px;
	border:1px solid #CCC;
	background-color: #FFF;
	float: left;
	margin: 2px 2px;
	text-align: center;
    display:inline;
	height: 25px;
	line-height: 25px;
} 

/**首頁初學指引標簽*/
ul.chuxue{
	margin:0px;
	width:168px;
	list-style-type: none;
	border:1px solid #B2CFE8;
	padding: 5px;
}
ul.chuxue li.chuxue_00{
	height: 30px;
	line-height: 27px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2CFE8;
	margin-bottom: 5px;
	background-image: url(images/chuxue.gif);
	background-repeat: no-repeat;
	background-position: 10px top;
} 
ul.chuxue li.chuxue_01 a{
	/* Each element in the expandable list */
    width:80px;
	background-color: #F6F8FA;
	float: left;
	margin: 2px;
	text-align: center;
	letter-spacing: 1px;
	display:inline;
	height: 25px;
	line-height: 25px;
} 
/**首頁網站鏈接標簽*/
ul.link{
	width:168px;
	list-style-type: none;
	border:1px solid #B2CFE8;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.link li.link_00{
	width:166px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2CFE8;
	margin-bottom: 5px;
} 
ul.link li{
	/* Each element in the expandable list */
	width:150px;
	float: left;
	margin: 2px;
	letter-spacing: 1px;
	display:inline;
	height: 25px;
	line-height: 25px;
} 
ul.link li a{
	padding-left: 15px;
}

/**首頁視頻更新標簽*/
.video_list{
	width:548px;
	border:1px solid #FC6;
/**	background-color: #FFFEE2;**/
	padding: 5px;
	margin-top: 10px;
}
ul.video_list_title{
	height: 35px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #900;
	background-image: url(images/video.gif);
	background-position: 0px -30px;
	background-repeat: repeat-x;
} 
li.video_lt_title{
	height: 32px;
	float: left;
	padding-left: 35px;
	display: block;
	width:90px;
	background-image: url(images/video.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
} 
li.video_lt_more a{
	height: 32px;
	float:right;
	padding-right: 10px;
	display: block;
	width:50px;
	background-image: url(images/video.gif);
	background-repeat: no-repeat;
	background-position: -200px 0px;
} 
li.video_lt_more a:hover{
	background-position: -130px 0px;
} 
ul.video_list_content{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
} 
ul.video_list_content li ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;

} 
ul.video_list_content li ul li.video_list_01{
	font-size: 15px;
	float: left;
	padding-left: 30px;
	display: block;
	width:298px;
	background-image: url(images/video_ico.gif);
	background-repeat: no-repeat;
	background-position: left center;
} 
li.video_list_01_2 a:hover{
	color: #900;
} 

ul.video_list_content li ul li.video_list_01_2{
	font-size: 15px;
	float: left;
	padding-left: 30px;
	display: block;
	width:298px;
	background-image: url(images/video2_ico.gif);
	background-repeat: no-repeat;
	background-position: left center;
} 
ul.video_list_content li ul li.video_list_02{
	font-size: 13px;
	text-align: center;
	float: left;
	display: block;
	width:50px;
} 
ul.video_list_content li ul li.video_list_03{
	font-size: 14px;
	text-align: center;
	float: left;
	display: block;
	width:110px;
} 

ul.video_list_content li ul li.video_list_04{
	font-size: 14px;
	text-align: center;
	float: left;
	display: block;
	width:60px;
} 

ul.video_list_content li {

	height: 35px;
	line-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC6;
}

/**首頁文章更新標簽*/
.Article_list{
	width:548px;
	border:1px solid #B2CFE8;
	padding: 5px;
	margin-top: 10px;
}
ul.Article_list_title{
	height: 35px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #900;
	background-image: url(images/Article.gif);
	background-position: 0px -30px;
	background-repeat: repeat-x;
} 
li.Article_lt_title{
	height: 32px;
	float: left;
	padding-left: 35px;
	display: block;
	width:90px;
	background-image: url(images/Article.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
} 
li.Article_lt_more a{
	height: 32px;
	float:right;
	padding-right: 10px;
	display: block;
	width:50px;
	background-image: url(images/Article.gif);
	background-repeat: no-repeat;
	background-position: -200px 0px;
} 
li.Article_lt_more a:hover{
	background-position: -130px 0px;
} 
ul.Article_list_content{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
} 
ul.Article_list_content li ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
} 
ul.Article_list_content li ul li.Article_list_01 {
	height: 35px;
	font-size: 15px;
	float: left;
	display: block;
	width:378px;
} 
ul.Article_list_content li ul li.Article_list_01 a{
	display: block;
	padding-left: 30px;
	background-image: url(images/Article_ico.gif);
	background-repeat: no-repeat;
	background-position: left center;
} 
ul.Article_list_content li ul li.Article_list_01 a:hover{
	background-image: url(images/Article3_ico.gif);
	background-repeat: no-repeat;
	background-position: left center;
} 
ul.Article_list_content li ul li.Article_list_02{
	font-size: 13px;
	text-align: center;
	float: left;
	display: block;
	width:50px;
} 
ul.Article_list_content li ul li.Article_list_03{
	font-size: 14px;
	text-align: center;
	float: left;
	display: block;
	width:120px;
} 

ul.Article_list_content li {
	height: 35px;
	line-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2CFE8;
}
/**首頁公告標簽*/
.gonggao {
	width:208px;
	list-style-type: none;
	border:1px solid #d5d9c1;
	padding: 5px;
	margin-top: 5px;
	#height: 300px;
	background-color: #f6f7f3;
}
ul.gonggao_00 {	padding: 0px; margin: 0px;}
.gonggao_title{
	height: 30px;
	line-height: 27px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #252d01;
	margin-bottom: 5px;
	color: #252d01;
	background-image: url(images/gonggao.gif);
	background-repeat: no-repeat;
	background-position: 150px top;
} 
ul,li{margin:0;padding:0;}    
#scrollDiv{width:200px;height:150px;line-height:18px;overflow:hidden	;padding-top:5px;}
#scrollDiv li{
	height:150px;
	padding-left:10px;
}
#scrollDiv li a{

}
#scrollDiv li h2 {
	font-size: 15px;
	text-align: center;
}
#scrollDiv li p {
	font-size: 13px;
    padding:0px;
}
#scrollDiv li h3 {
	font-size: 13px;
	color: #900;
	text-align: right;
	padding-right:10px;
}
/**首頁專題標簽*/
.zhuanti {
	width:210px;
	margin-top: 10px;
	border:1px solid #FC6;
	padding: 4px;
	background-color: #FFFAEE;

}
.zhuanti_title {
	width:208px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC6;
	margin-bottom: 5px;
}
.zhuanti_title span{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	color: #900;
	display: block;
} 
.zhuanti ul{
	margin: 0px;
	list-style-type: none;
}

.zhuanti ul li a{
	width:173px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	display: block;
	padding-left: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #630;
	letter-spacing: 1px;
	background-image: url(/skin/pllc/index/zhuanti.jpg);
	background-position: left 0px;
	background-repeat: no-repeat;
}
.zhuanti ul li a:hover {
	color: #FFF;
	background-position: left -30px;
	text-decoration: none;
}
/**首頁光碟標簽*/
ul li.iso_list_01{
list-style-type:none;
}
.iso_list {
	width:208px;
	list-style-type: none;
	border:1px solid #FC6;
	padding: 5px;
	margin-top: 5px;
	background-color: #FFFAEE;
}
.iso_title{
	height: 30px;
	line-height: 27px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC6;
	margin-bottom: 5px;
	color: #900;
	background-image: url(images/iso_new.gif);
	background-repeat: no-repeat;
	background-position: 25px top;
} 
.iso_title a{
	color: #930;
	padding: 5px;
}
.iso_title a:hover{
	color: #FFF;
	background-color: #900;
	text-decoration: none;
}
li.iso_list_01{
	line-height: 25px;
	display: block;
	padding: 5px 9px;
	font-size: 15px;
	text-align: center;
}
li.iso_list_01 a:hover{
	color: #900;
	text-decoration: none;
	background-color: #FFC;
}
#scrollPic{width:208px;height:220px;line-height:18px;overflow:hidden	;padding-top:5px;}
#scrollPic li{
	height:220px;
}
.Bottom-serch{
	padding-top: 10px;
	padding-bottom: 10px;
}
.Bottom-serch ul{
	margin: 0px;
	list-style-type: none;
}
.Bottom-serch ul li{
	float: left;
	height: 25px;
	display:block;
}

.input-l a{
	background:url(search/Input_l.gif) 0 0 no-repeat;
	width:135px;
	height: 25px;
	display: block;
}
.input-c {
	background:url(search/Input_bg.gif) top repeat-x;
	padding-left:5px;
}
.input-c {
	background:url(search/Input_bg.gif) top repeat-x;
	padding-left:5px;
}
.input-c input {
	height:25px;
	border:none;
	background:transparent;
	line-height:25px;
	color:#666666;
	width:260px;
}
.input-r {
	background:url(search/Input_r.gif) 0 0 no-repeat;
	width:8px;
}
.input-p {
	width:5px;
}
.input-b a{
	background:url(search/but.gif) top no-repeat;
	width:75px;
	height:25px;
	display:block;
}
/**********弹出公告**************/
.popping_news {
	width:590px;
	height:390px;
	border:6px solid #1e74a8;
	background:#fff;
	padding:2px;
	position:relative;
}
.popping_contant {
	background:url(images/notice_back.gif) repeat-x center top;
	height:380px;
	padding:0px 30px;
	color:#333333;
	padding-top:15px;
}
.popping_contant h2 {
	font-size:18px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-family:"微软雅黑";
	font-weight:normal;
}
.popping_info {
	height:31px;
	line-height:31px;
	text-align:center;
	background:#fcfcfc url(images/notice_line.gif) repeat-x left top;
	margin:15px 0px;
}
.popping_list {
	line-height:180%;
	font-size:12px;
	padding:5px 0px;
}
.popping_list p {
	text-indent:20px;
	word-wrap:break-word;
	word-break:normal;
}
img.close_popping {
	position:absolute;
	cursor: pointer;
	top:7px;
	left:567px;

}