.IS_content {}

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

.IS_content .IS_title {
    padding-top: 50px;
    text-align: center;
}

.IS_content .IS_title .IS_txt {
    font-size: 35px;
    color: #cbcbcb;
}

.IS_content .IS_title .IS_p {
    font-size: 20px;
    color: rgb(100, 100, 100);
    font-family: 黑体;
    padding: 20px 0px 42px;
}

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

.IS_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;
}

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

.IS_title_msg {
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.IS_title_msg .IS_title_msg_span {
    display: inline-block;
    width: 150px;
    border-top: 2px solid black;
    vertical-align: super;
}

.IS_title_msg .IS_title_msg_pp {
    display: inline-block;
    font-size: 26px;
    color: #666666;
    padding: 0 45px;
}

.IS_whole {
    padding: 90px 65px 140px 65px;
    box-sizing: border-box;
}

.IS_whole .IS_li {
    height: 356px;
}

.IS_whole .IS_li:nth-child(odd) .IS_left .IS_pp {
    text-align: center;
    margin-top: 95px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #666666;
}

.IS_whole .IS_li:nth-child(odd) .IS_left .IS_span {
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    margin-top: 40px;
}

.IS_whole .IS_li:nth-child(even) .IS_right .IS_pp {
    text-align: center;
    margin-top: 95px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #666666;
}

.IS_whole .IS_li:nth-child(even) .IS_right .IS_span {
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    margin-top: 40px;
}

.IS_whole .IS_left {
    float: left;
    width: 535px;
    height: 356px;
}

.IS_whole .IS_right {
    float: left;
    width: 535px;
    height: 356px;
}