﻿.t-box {
    width: 1144px;
    border: 1px solid #eaeff5;
    background: #fdfaf3;
    padding:8px;
    margin-top:10px;
}
    .t-box:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    .t-box .t-title {
        width: 1128px;
        background-color: #fdfdfd;
        border-bottom: 1px solid #eaeff5;
        padding: 14px;
        background: url(../images/ver2/icon.png) -32px -1762px no-repeat;
    }
    .t-box .title-name {
        display:inline-block;
        width:800px;
        margin-left: 10px;
    }
    .t-box .title-time {
        float: right;
        margin-right: 10px;
    }
    .t-box .title-times {
        display: inline-block;
        float:right;
        color: #e00000;
        font-weight: bold;
        margin-left:5px;
    }
    .t-box .t-txt-content {
        width: 1128px;
        padding: 8px 25px;
        text-align: left;
    }
    .t-box .t-txt-content .l {
        display:inline-block;
    }
        .t-box .t-txt-content .r {
            display: inline-block;
            float:right;
            margin-right:12px;
        }
