.selected {
    display: block !important;
}

.CN_content {
    overflow: hidden;
}

.CN_content .CN_msg {
    padding-top: 40px;
    color: #a7a7a7;
    font-size: 14px;
}

.CN_content .CN_title {
    padding-top: 50px;
    text-align: center;
}

.CN_content .CN_title .CN_txt {
    font-size: 35px;
    color: #cbcbcb;
}

.CN_content .CN_title .CN_p {
    font-size: 20px;
    color: #646464;
    padding: 20px 0 42px 0;
}

.CN_column {
    display: inline-block;
    padding-bottom: 47px
}

.CN_column ul li {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    float: left;
    padding: 0px 30px;
    border: 1px solid #dadada;
    border-radius: 30px;
    margin: 0px 25px;
    cursor: pointer;
}

.CN_column ul li:nth-child(1) {
    background: #004b47;
    color: #ffffff;
}

.CN_whole {
    width: 100%;
}

.CN_whole_ul {}

.CN_whole_li {
    width: 100%;
    /* height: 150px; */
    padding: 58px 0 55px;
}

.CN_titles {
    /* height: 150px;
    line-height: 150px; */
    padding-left: 13px;
}

.CN_ico {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    background: #7a7a7a;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
}

.CN_pp {
    display: inline-block;
    font-size: 22px;
    color: #575757;
    padding-left: 35px;
}

.CN_whole_li:nth-child(odd) {
    background: #f5f5f5;
}

.CN_whole_li:nth-child(even) {
    background: #ffffff;
}

.CN_whole_li:nth-child(even) .CN_ico {
    background: #60bb00;
}