@charset "utf-8";
body {
font-size:14px;
line-height:1.6em;
background:#FFF;
margin:50px 0;
margin-bottom:0;
}
div {
word-break:break-all;
}
img {
border:none;
}
#head, #content, #bottom {
width:700px;
margin:0 auto;
position:relative;
}
#logo {
position:absolute; bottom:5px; left:50px;
}
#head {
height:30px;
background:#DDD;
color:#990033;
text-align:right!important;
/*border-bottom:2px solid #C9411F;
*/}
#head a {
color:#990033;
text-decoration:none;
}
#content {
}
#title {
font-size:15px;
font-weight:bold;
text-align:center;
margin:10px;
padding-bottom:5px;
border-bottom:1px solid #666;
color:#000033;
}
.info {
color:#999;
font-size:13px;
padding:2px 10px;
text-align:center;
}
.info b{
color:#666;
}
.photo_show{
width:90%;
margin:10px auto;
}
.photo_show th, .photo_show td {
padding:5px;
vertical-align:top;
}
.photo_show th {
width:160px;
}
.photo_show th .bigpic{
text-decoration:none;
color:#333;
border-bottom:1px solid #333;
border-right:1px solid #333;
border-top:1px solid #DDD;
border-left:1px solid #DDD;
padding:2px 5px;
}
.photo_show th img {
border:1px solid #DDD;
margin:5px;
padding:2px;
}
.photo_show td ul {
margin:5px 10px 5px 80px;
}
/*--------------------底部样式-------------------------*/
#bottom {
width:686px;
border:2px solid #006699;
padding:10px 5px;
text-align:center;
}