    .selected {
        display: block !important;
    }
    
    .EG_content {
        overflow: hidden;
    }
    
    .EG_content .EG_msg {
        padding-top: 40px;
        color: #a7a7a7;
        font-size: 14px;
    }
    
    .EG_content .EG_msg:hover {
        color: #004b47;
    }
    
    .EG_content .EG_title {
        padding-top: 50px;
        text-align: center;
    }
    
    .EG_column {
        display: inline-block;
        padding-bottom: 47px
    }
    
    .EG_column ul li {
        float: left;
        height: 30px;
        line-height: 30px;
        padding: 0px 30px;
        border: 1px solid #dadada;
        border-radius: 30px;
        margin: 0px 25px;
        cursor: pointer;
    }
    
    .EG_column ul li:nth-child(2) {
        background-color: #004b47;
    }
    
    .EG_column ul li:nth-child(2) a {
        color: #ffffff;
    }
    
    .EG_column ul li a {
        height: 30px;
        line-height: 30px;
        display: inline-block;
        font-size: 14px;
    }
    
    .EG_hezi {
        background-color: #ffffff;
        padding: 54px 25px 0 25px;
        box-sizing: border-box;
    }
    
    .EG_whole {}
    
    .EG_whole ul {
        overflow: hidden;
    }
    
    .EG_whole .EG_ul li {
        float: left;
        padding-right: 15px;
        padding-bottom: 45px;
    }
    
    .EG_whole ul li:last-child {
        padding-right: 0;
    }
    
    .EG_whole ul li .EG_ico {
        width: 367px;
        height: 236px;
    }
    
    .EG_whole ul li .EG_ico img {
        width: 100%;
        height: 100%;
    }
    
    .EG_whole ul li .EG_txt {
        width: 367px;
        height: 85px;
        border: 1px solid #ededed;
        padding: 22px 0 11px 25px;
        box-sizing: border-box;
    }
    
    .EG_whole ul li .EG_txt .EG_p {
        color: #333333;
        font-size: 16px;
        font-weight: 700;
    }
    
    .EG_whole ul li .EG_txt .EG_pp {
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #666666;
        font-size: 13px;
    }