/*WritingBox*/

a {
    text-decoration: none;
    display: block;
    font-family: "微软雅黑";
}

#WritingBox {
    width: 1002px;
    overflow: hidden;
    margin: auto;
    margin-top: 10px;
}

.contentBox {
    width: 994px;
    overflow: hidden;
    border: solid 4px #f3f3f3;
}

.place {
    width: 100%;
    overflow: hidden;
    background: #c4e6f2;
}
.place span{ font-weight:bold; color:red;}

.place p {
    background: url(../images/place.png)no-repeat left center;
    padding-left: 16px;
}

.place p a{display:inline; font-size:14px;}
.place p a:hover{ text-decoration:underline; color:red;}

.timer {
    width: 52%;
    overflow: hidden;
    margin: auto;
}

.timer p {
    float: left;
    font-size: 14px;
}

.timer .zihao a {
    float: left;
    font-size: 14px;
    margin-left: 55px;
    color: blue;
    line-height: 16px;
}

.timer .zihao {
    background-image: url(../images/zihao.png);
    width: 229px;
    height: 16px;
    float: right;
}

.contentBox h3 {
    width: 100%;
    text-align: center;
    line-height: 100px;
}

#text {
    width: 80%;
    overflow: hidden;
    margin: auto;
    font-size: 14px;
    font-family: "宋体";
    color: #5e5e5e;
    line-height: 26px;
    margin-top: 12px;
}

#text p {
    text-indent: 2em;
}

.bottom {
    width: 90%;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 10px;
    height: 26px;
}

.bottom a {
    float: left;
}

.bottom div {
    float: right;
}

.bottom div * {
    float: left;
    line-height: 26px;
    font-family: "微软雅黑";
}

.bottom div a {
    color: black;
    font-size: 14px;
}

.bottom div span a {
    margin-left: 10px;
}
