body{
    background-color: #fff;
}
.content-left {
    float: left;
    height: auto;
    width: 240px;
    /* margin-right: 40px; */
    text-align: center;
}

.fulanmu {
    width: 100%;
    height: 57px;
    line-height: 51px;
    font-size: 22px;
    color: #fff;
    background-image: url(../../questionSolve/images/xiabiao.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    margin-bottom: 20px;
}

.fulanmu p {
    background-color: #1B6FE2;
}

.tongji {
    width: 100%;
    height: auto;
}

.tongji li {
    width: 240px;
    height: 50px;
    background-color: #e8f0fc;
    margin-bottom: 10px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    transition: all 0.3s;
    border: solid 1px #e8f0fc;
    text-align: center;
}

.tongji li.on {
    background-color: #ffffff;
    border: solid 1px #1b6fe2;
}

.tongji li:hover {
    background-color: #ffffff;
    border: solid 1px #1b6fe2;
}

/* content-right */
.content-right{
    width: 860px;
    height: auto;
    border: solid 1px #e1e3e5;
    padding: 0 40px 0px 30px;
}
.conRight_title{
    font-size: 20px;
    font-weight: bold;
    color: #1064cf;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #e1e3e5;
}
.content-right ul li{
    padding-top: 20px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}
.content-right ul li .titleA{
    width: 690px;
}
.content-right ul li .titleA:hover{
    color: #148df7;
}
.content-right ul li .time{
    font-size: 16px;
    color: #999;
}