body{min-width: 1200px}
.main{
    margin-top: 30px;
}
.main-l{
    width: 20%;
}


.main-r{
    width: 75%;
}
.main-r header {
    border-bottom: 3px solid #cccccc;
    padding: 20px 0;
    position: relative;
}
.main-r .title {
    margin-left: 55px;
    font-size: 24px;
    color: #444444;
}
.main-r .link {
    color: #cccccc;
    font-size: 14px;
}
.main-r .link a{
     color: #cccccc;
     text-decoration:none;
}
.main-r .linder {
    position: absolute;
    width: 240px;
    height: 3px;
    left: 0;
    bottom: -3px;
    background-color: #b80000;
}
.main-r .list-item{
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
}
#pageTool {
    margin-top: 30px;
}


.detail .date{
    border-bottom: 2px solid #d20808;
}


.main-l >a>.main-l-tab.ac{
    height: 75px;
    width: 100%;
    text-align: center;
    line-height: 75px;
    background-color: #b80000;
    color: white;
    font-size: 24px;
}
