.content_div{
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

.content_div .cloum_div{
    width: 20%;
    height: auto;
    overflow: hidden;
    float: left;
    background: white;
}

.content_div .cloum_div .cloum_name{
    display: block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 20px;
    /*font-weight: bolder;*/
    color: white;
    background: #00358C;
}

.content_div .cloum_div .cloum{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    /*font-weight: bolder;*/
    color: #696969;
    background: #F6F3F3;
    margin-bottom: 1px;
    cursor: pointer;
}

.content_div .cloum_div .cloum_sel{
    background: #0046CA;
    color: white;
}

.content_div .cloum_div .cloum:hover{
    background: #0046CA;
    color: white;
}

.content_div .list_content_div{
    width: 72%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 5%;
    border: solid #D7D7D7 1px;
}

.content_div .list_content_div .top{
    width: 95%;
    height: 50px;
    overflow: hidden;
    border-bottom: solid 3px #00358C;
    margin-left: 2.5%;
    margin-top: 10px;
}

.content_div .list_content_div .top .circular{
    width: 15px;
    height: 15px;
    margin-top: 17.5px;
    border-radius: 15px;
    border: solid 5px #00358C;
    float: left;
}

.content_div .list_content_div .top a{
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 19px;
    color: #00358C;
    float: left;
    margin-left: 15px;
    margin-top: 9px;
    font-weight: bolder;
}

.content_div .list_content_div .list{
    width: 100%;
    height: auto;
    overflow: hidden;
    /*margin-left: 2.5%;*/
    margin-bottom: 10px;
}

.content_div .list_content_div .list .list_cell{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.content_div .list_content_div .item{
    width: 95%;
    height: 50px;
    overflow: hidden;
    border-bottom: dashed 1px #D7D7D7;
    cursor: pointer;
    margin-left: 2.5%;
}

.content_div .list_content_div .list_cell:hover{
    background: #87CEFA;
}

.content_div .list_content_div .item .title{
    display: block;
    width: 80%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    color: #696969;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.content_div .list_content_div .item .time{
    display: block;
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: right;
    color: #A9A9A9;
    float: left;
    font-size: 15px;
}