﻿.cp_cell {
    width: 100%;
    height: 150px;
    border-bottom: solid 2px #f8f8f8;
    margin-top: 5px;
    overflow: hidden;
}

.cp_logo {
    display: inline-block;
    width: 58px;
    height: 58px;
    vertical-align: middle;
    margin: 26px 10px;
    float: left;
}

.cp_info {
    display: inline-block;
    float: left;
    width: 60%;
    height: 100%;
    padding: 0px 4%;
}

.cp_name {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 7px;
}

.cp_intro {
    display: block;
    width: 100%;
    height: 80px;
    margin-top: 5px;
    color: #afafaf;
    overflow: hidden;
}

.cp_level {
    font-size: 18px;
}

.cp_enter {
    display: block;
    float: left;
    width: 13%;
    text-align: center;
    height: 40px;
    font-size: 17px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    line-height: 40px;
    margin-top: 40px;
    margin-left: 6%;
}

.home_main {
    width: 1200px;
    margin: 2px auto;
    min-height: 680px;
}
