.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;
    padding-bottom: 10px;
}

.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 .fwb_content{
    width: 95%;
    height: auto;
    overflow: hidden;
    margin-left: 2.5%;
    margin-top: 10px;
}