﻿*{
margin:0;
padding:0;
list-style:none;
}
body,table{
background:#fff;
font:12px/1.5em Verdana, Arial, "宋体",Helvetica, sans-serif;
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{
width:1003px;
margin:0 auto;
}
#movie{
width:1003px;
margin:0 auto;
height:608px;
text-align:center;
}
#showContent{
position:absolute;
width:920px;
margin:-508px 0 0 0;
z-index:2;
}
/*-- NewsShow Style --*/
#newsshow{
width:450px;
margin:120px 0 0 450px;
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:230px;
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;
}