﻿.lists{
    margin-top: 40px;
    margin-bottom: 20px;
    overflow: hidden;
}

.lists .left{
    width: 320px;
    float: left;
}

.lists .left h2{
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    background-color: #d80000;
    text-align: center;
    height: 48px;
    line-height: 48px;
}

.lists .left ul{
    border: 1px solid #e5e5e5;
    border-top: none;
    box-sizing: border-box;
    padding: 0 19px;
}

.lists .left ul li{
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.lists .left ul li:last-child{
    border-bottom: none;
}

.lists .left ul li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 50px;
    background: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.lists .left ul li a:hover,
.lists .left ul .active a{
    color: #d80000;
    background: url(../images/arrow_active.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.lists .right{
    float: left;
    margin-left: 40px;
    width: 840px;
}

.lists .right ul li .o{
    display: inline-block;
    width: 5px;
    height: 4px;
    border-radius: 50%;
    background-color: #d80000;
    margin-right: 10px;
    margin-bottom: 4px;
}

.lists .right ul li a{
    font-size: 16px;
    line-height: 36px;
}

.lists .right ul li .date{
    float: right;
    line-height: 36px;
    font-size: 14px;
    color: #959595;
}

.lists .right ul li:nth-child(5n){
    padding-bottom: 36px;
    background: url(../images/line.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.lists .right ul li:nth-child(5n+6){
    padding-top: 28px;
}

.lists .right .page{
    text-align: center;
    margin: 36px 0;
    font-size: 16px;
}

.lists .right .page *{
    font-size: 16px;
}

.lists .right .page a:nth-child(4){
    margin-right: 10px;
}

#cp{
    width: 25px;
    height: 25px;
    border: 1px solid #e5e5e5;
}

.lists .right .page input:last-child{
    width: 40px;
    height: 27px;
    text-align: center;
    background-color: #e5e5e5;
    border: none;
}