@media screen and (min-width: 768px) {
    .row {
        /*width: 72%;*/
        margin: 0px auto;
    }
    .vertical-home-hr {
        display: block;
        border: 0px;
        height: 274px;
        width: 2px;
        background-image: url('../Images/vertical-line.png');
        float: left;
    }
    .home-margin {
        margin: 0px 4%;
    }
}

@media screen and (max-width: 767px) {
    .col-xs-5 {
        width: 100%;
    }

    .vertical-home-hr {
        display: none;
        border: 0px;
        height: 1px;
        width: 100%;
        background-image: url('../Images/vertical-line.png');
        float: left;
    }
    .row {
        margin: 0px;
    }
    .home-content-font-style {
        width: 95%;
        margin: 0px auto;
        margin-bottom: 10px;
    }
    .second-ul li:first-child {
        border-bottom: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .row {
        width: 100%;
    }
}

.home-h3-font-style {
    font-family: Microsoft YaHei, STXihei;
    font-size: 23px;
    color: #313131 !important;
    text-align: center;
}

.home-h3-font-style strong {
    font-family: Microsoft YaHei, STXihei;
    font-size: 23px;
    color: #313131 !important;
    text-align: center;
}

.home-content-font-style {
    font-family: Microsoft YaHei, STXihei;
    font-size: 14px;
    color: #313131 !important;
    text-align: left;
    line-height: 1.5;
}
