.hc-main-l {
    width: 220px;
    background: #fff;
    /*记得删*/

}
.hc-main-r {
    position: relative;
    width: 950px;
}


@media screen and (max-width: 768px) {
    .hc-main-r h2 span {
            display: inline-block;
            width: 5px;
            height: 22px;
            font-size: 0;
            background: #ff7e00;
            margin-right: 10px;
            position: relative;
            top: 5px;
    }
    .hc-main-r h2 {
            font-size: 18px;
            color: #000;
            margin-bottom: 16px;
            font-weight: normal;
    }
    .htm-rm {
        /* background: #fff; */
        margin-bottom: 30px;
        padding-bottom: 15px;
    }

    .search-count {
        margin: 20px auto;
        text-align: center;
        font-size: 22px;
        color: #666;
    }

    .wrapper {
        background-color: inherit;
    }

    .hc-main-r {
        width: 100%;
    }
    .content {
        background: #fff;
        padding: 20px;
        width: 100%;
        min-height: 645px;
        box-shadow: 0px 0px 10px #eaeaea;
    }

    .list-1 {
        font-size: 16px;
        overflow: hidden;
    }

    .list-1 li {
        width: 260px;
        float: left;
        padding: 15px 0;
        padding-left: 25px;
        background: url(https://www.taikanglife.com/img/about-list-1-icon.png) no-repeat center left;
    }

    .list-1 a {
        color: #333333;
        transition: all 0.1s ease-in-out;
    }

    .list-1 a:hover {
        color: #ff7e00;
        transition: all 0.1s ease-in-out;
    }
}

@media screen and (min-width: 769px) {
    .hc-main-r h2 {
            font-size: 24px;
            color: #000;
            margin-bottom: 16px;
            font-weight: normal;
    }
    .hc-main-r h2 span {
        display: inline-block;
        width: 5px;
        height: 26px;
        font-size: 0;
        background: #ff7e00;
        margin-right: 10px;
        position: relative;
        top: 5px;
    }
    .htm-rm {
        margin-bottom: 30px;
        /* padding: 30px 0 30px 40px; */
        padding: 0 0 30px 0;
        box-sizing: border-box;
    }
    .content {
        background: #fff;
        padding: 40px;
        min-height: 645px;
        box-shadow: 0px 0px 10px #eaeaea;
    }
    .list-1 {
        font-size: 16px;
        overflow: hidden;
    }
    .list-1 li {
        width: 260px;
        float: left;
        padding: 15px 0;
        padding-left: 25px;
        background: url(https://www.taikanglife.com/img/about-list-1-icon.png) no-repeat center left;
    }
    .list-1 a {
        color: #333333;
        transition: all 0.1s ease-in-out;
    }
    .list-1 a:hover {
        color: #ff7e00;
        transition: all 0.1s ease-in-out;
    }
}
