
* {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Roboto, Arial, PingFang SC, Hiragino Sans GB, Microsoft Yahei, Microsoft Jhenghei, sans-serif;
    letter-spacing: 1.4px;
    font-weight: 400;
}
.about-bg {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}
.wd1100 {
    width: 1100px;
    margin: 0px auto;
    padding-top: 38px;
    padding-bottom: 62px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
.title {
    line-height: 60px;
    border-bottom: 2px solid #5598f3;
    font-size: 28px;
    display: inline-block;
    margin-bottom: 0px;
}
.hr1 {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 1px;
    border: none;
    border-top: 1px solid #e8e8e8;
}
.hr2 {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 1px;
    border: none;
    border-top: 1px dashed #c1c1c1;
}
.news-list li {
    height: 182px;
    margin: 40px 0px;
    clear: both;
}
.news-list a {
    color: #888888;
    text-decoration: none;
    cursor: pointer;
}

.news-list li img {
    margin-right: 20px;
    float: left;
}
.news-list-intro {
    float: left;
    width: 720px;
}
.news-list .news-list-intro h2 {
    color: #888888;
    font-size: 18px;
    margin: 10px 0 30px 0;
    font-weight: bold;
    padding: 0px;
    text-align: left;
}
.news-list .news-list-intro h2:hover {
    color: #5598f3;
}
.news-list li .news-list-intro p {
    float: left;
    font-size: 15px;
    line-height: 24px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
    .wd1100 {
        width: 90%;
        padding-top: 36px;
    }
    .news-list li {
        height: auto;
        border-bottom: none;
        padding: 25px 0px;
    }
    .news-list li img {
        width: 100%;
    }
    .news-list-intro {
        width: auto;
    }
    .news-list .news-list-intro h2 {
        margin: 9px 0px 7px 8px;
    }
    .news-list li .news-list-intro p {
        margin: 0px 0px 7px 8px;
        margin-bottom: 25px;
    }
}
