/* é¦–é¡µä¸»ä½“æ•°æ®å¼€å§‹  */
.main .top {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    background: #EDEDED;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #CECECE;
}

/* é¦–é¡µä¸»ä½“æ•°æ®ç»“æŸ  */

/* ç½‘ç«™ä¿¡æ¯å¼€å§‹ */
.message {
    background-color: #F2F2F2;
    padding-top: 20px;
    padding-bottom: 20px;
}

.message .wrap {
    background-color: #ffffff;
}

.message .titles {
    font-size: 0;
}

.message .titles div {
    display: inline-block;
    width: 180px;
    height: 62px;
    line-height: 62px;
    color: #666666;
    font-size: 16px;
    text-align: center;
    padding-right: 10px;
    border-right: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
}

.message .titles div img {
    width: 16px;
    height: 16px;
}

.message .titles .temp {
    width: 660px;
    border-right: none;
}

.message .titles .active {
    border-bottom: none;
}

.message .content {
    padding: 20px 35px 30px 35px;
}

.message .content div {
    display: inline-block;
    width: 47%;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #cccccc;
}

.message .content div:nth-child(odd) {
    margin-right: 4%;
}

.message .content div p {
    color: #333333;
}

.message .content div p:hover {
    color: #CC0000;
}

.message .content div .time {
    font-size: 13px;
    color: #666666;
}

/* ç½‘ç«™ä¿¡æ¯ç»“æŸ */


/* å‹æƒ…é“¾æŽ¥å¼€å§‹ */
.links {
    background-color: #F2F2F2;
    padding-bottom: 20px;
}

.links .wrap {
    background-color: #ffffff;
    padding: 20px 35px 10px 35px;
}

.links .link_title {
    color: #333333;
    font-size: 18px;
    margin-bottom: 25px;
}

.links .link_content p {
    display: inline-block;
    width: 12%;
    color: #666666;
    font-size: 14px;
    margin-bottom: 20px;
}

.links .link_content p a:hover {
    color: #CC0000 !important;
}

/* å‹æƒ…é“¾æŽ¥ç»“æŸ */