﻿/****************************
CSS Document
WeiSite : http://www.hengquan.com 迪豆
Useing : Public Style(公共样式)
Author : 雪松
Power By: http://www.woncent.com
Passed : XHtml 1.0, CSS 2.0, IE6.0+, IE7.0+, FF2.0+, Opera9.26+
Update : 2008-8-7
****************************/
*{
margin:0;
padding:0;
list-style:none;
}
body{
font:12px/1.5em Verdana, Arial, "宋体",Helvetica, sans-serif;
background:#fdfdee;
color:#333;
}
body a{
color:#555;
text-decoration:none;
outline:none;
}
body a:hover{
color:#511904;
}
table{
border-collapse:collapse;
}
img,td,button{
border:none;
}
/*-- Body Style --*/
#wrap,#movie,#footer{
width:100%;
margin:0 auto;
}
#wrap{
background:#fdfdee;
}
#movie{
height:580px;
}
#footer{
clear:both;
line-height:23px;
text-align:center;
height:23px;
background:#1B400C;
}
#footer a{
color:#1b400c;
}
#footer a:hover{
color:#87B615;
}
#footer .cnlink{
font-size:12px;
}
#showContent{
position:absolute;
width:920px;
margin:-508px 0 0 0;
z-index:2;
}
/*-- NewsShow Style --*/
#newsshow{
width:450px;
margin:120px 0 0 430px;
padding:30px 20px 20px 20px;
height:270px;
}
#newsshow dt{
font-size:14px;
font-weight:bold;
text-align:center;
}
#newsshow dt span{
font-size:10px;
color:#FF6C25;
float:right;
}
#newsshow dd{
padding:20px 10px 0 0;
height:240px;
overflow:auto;
/*Scrollbar*/
scrollbar-3dlight-color:#396AB6;
scrollbar-arrow-color:#396AB6;
scrollbar-base-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#396AB6;
scrollbar-track-color:#ffffff;
}
#newsshow dd p{
text-indent:2em;
margin-bottom:1em;
}
.header h3{
color:#1b400c;
font:12px/1.5em Verdana, Arial, "宋体",Helvetica, sans-serif;
}