﻿body{
    margin:0;
    font-size:12px;
    font-family:"宋体";
    background:#CDCDCD;
    text-align:center;
    word-break:break-all;
    word-wrap:break-word;
}
.ellipsis{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    cursor:pointer;
}
.top_text{
    position:relative;
    left:20px;
    top:50px;
    height:1em;
    letter-spacing:0.5em;
    filter:blur(add=true,direction=100,strength=3);
    font-weight:bold;
    font-style:italic;
}
img.diy{
    width:0px;
    height:0px;
}
#main{
	margin:auto;
    width:800px;
    background:#FFFFFF;
    padding:0 5px 0 5px;
    text-align:left;
}
.mt{
    margin-top:10px;
}
.title{
    font-size:14px;
    font-weight:bold;
    color:#FFFFFF;
}
.title_l1{
    font-size:14px;
    font-weight:bold;
    color:#FF3333;
    filter:glow(color:#FFFFFF, strength:5);
}
.text{
    height:35px;
    color:#11625B;
    font-weight:bold;
}
img.qq{
    border:none;
    width:75px;
    height:20px;
}
div.location{
    height:30px;
    line-height:30px;
    text-align:left;
    text-indent:2em;
}
div.location a{
    color:black;
}
div.content{
    padding:10px;
    text-align:left;
}