#Form dt {
    float: left;
    width: 1225px;
    max-width: 1103px;
    height: 26px;
    margin: 1px 0;
    padding: 5px 10px;
    border: 1px solid gray;
    background-color: darkseagreen;
}

#Form dd {
    float: left;
    font: normal 13px/1.3em "Microsoft YaHei";
    width: 550px;
    height: 100px;
    margin: 0 1px 1px 0;
    padding: 5px;
    border: 1px solid gray;
}

    #Form dd b {
        width: 300px;
        height: 20px;
        padding: 5px;
        float: left;
    }

    #Form dd i {
        width: 200px;
        height: 20px;
        padding: 5px;
        float: right;
        text-align: right;
    }

    #Form dd ul, #Form dd p {
        width: 264px;
        height: 60px;
        color: gray;
        background-color: aliceblue;
        padding: 5px;
        float: left;
        margin: 0 0 0 1px;
    }

    #Form dd li {
        white-space: nowrap;
        overflow: hidden;
        margin: 2px;
    }

.Postdt dt {
    padding: 8px;
    border: 1px solid gainsboro;
    margin-top: 3px;
    background-color: #fff;
    font: normal 13px/15px Tahoma;
}

    .Postdt dt > div {
        float: left;
        width: 130px;
        text-align: center;
    }

    .Postdt dt > i {
        float: right;
        padding: 0 10px;
        font-style: normal;
    }

    .Postdt dt > p {
        padding: 3px;
        overflow: hidden;
        background-color: aliceblue;
        margin: 1px;
        line-height: 20px;
        word-break: break-all;
        text-overflow:ellipsis;
    }

    .Postdt dt > span {
        color: darkseagreen;
    }


    .Postdt dt > p > i {
        float: right;
        font: normal 13px/15px Tahoma;
        min-width: 110px;
    }
.Postdt dd  {
    padding-top: 6px;
    margin:1px;
}
.Postdt dd > div {
    padding: 10px;
    margin-top:6px;
    border:1px solid #f0f0f0;
}
    .Postdt dd > i {
        font-style: normal;
    }
    .Postdt dd > i:nth-child(2){
        font-weight:600;
        padding-left:10px;
    }
    .Postdt dd > i:first-child {
        float:right;
        color:grey;
    }
.Postdt a:link {
    color: #01437b;
}

.Postdt dt > p > i a {
    padding: 3px;
}

.CdPostManage {
    position: absolute;
    display: none;
    font: normal 14px/20px Tahoma;
}

    .CdPostManage li {
        padding: 1px 8px;
        float: left;
        cursor: pointer;
        background-color: lightgoldenrodyellow;
        margin: 0 2px;
        border: 1px solid gainsboro;
    }

#danwp {
    position: absolute;
    display: none;
}

.ipage a, .ipage b {
    cursor: pointer;
    font: 12px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #8698b6;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 7px 3px;
    margin-right: 5px;
}

    .ipage a:hover, .ipage b {
        background: #D00;
        border: 1px solid #D00;
        color: #fff;
    }

.SearchM {
    min-height: 130px !important;
    background-color: #f9f9f9 !important;
    padding-top: 10px;
    border: 1px solid gainsboro !important;
    line-height: 30px;
}

    .SearchM input {
        float: left;
        border: 1px solid gainsboro;
        padding: 5px;
        margin-left: 5px;
    }

    .SearchM i {
        float: left;
        padding: 3px 0 0 10px;
        font: normal 13px/20px "ºÚÌå",Tahoma;
    }

    .SearchM span {
        float: left;
        padding: 0 5px;
        font: normal 13px/20px Tahoma;
    }

.spanblue {
    cursor: pointer !important;
    border: 1px solid #fff !important;
    background-color: cadetblue !important;
    padding: 2px 10px 3px !important;
    font: normal 12px/13px Microsoft YaHei,Tahoma !important;
    float: left !important;
    margin: 0 1px !important;
    color: #fff;
}

#Post .title {
    height: 29px;
    padding-top: 10px;
    background-color: #0088cc;
    font: bold 16px/22px Tahoma;
}

    #Post .title p {
        margin: 0;
        padding-left: 5px;
        float: right;
        width: 100px;
    }

/*¶àÑ¡¿ò¾ÓÖÐ*/
.checkbox {
    height: 13px;
    vertical-align: text-top;
    cursor: pointer;
    margin:0;
    width:16px;
    height:16px;
}
/**ÓÒ²àÐü¸¡*/
.menuc0 a {
    color: #fff;
}

    .menuc0 a:hover {
        color: tomato;
    }

.menuc0 {
    font: normal 16px/26px arial,verdana;
    background-color: #1c232f;
    cursor: pointer;
    position: fixed;
    width: 65px;
    height: 26px;
    top: 30%;
    right: -20px;
    border-radius: 30px;
    padding: 3px 0 3px 15px;
    z-index: 9979;
}