<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.layout .news .container .row .top-line {
    border-top: 5px solid #075fa7;
    position: relative;
    z-index: 20;
}

.layout .news .container .row .box {
    height: 318px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 2px 4px #ccc;
    background-color: #fff;
    padding: 30px 20px 20px;
    margin-top: -5px;
    position: relative;
    z-index: 10;
}

.box.news&gt;.title&gt;i {
    width: 17px;
    height: 20px;
    background: url(../images/icon.png) no-repeat 0 -220px;
    float: left;
    margin-right: 5px;
}

.box.solution&gt;.title&gt;i {
    width: 19px;
    height: 20px;
    background: url(../images/icon.png) no-repeat -30px -220px;
    float: left;
    margin-right: 5px;
}

.box.problem&gt;.title&gt;i {
    width: 20px;
    height: 20px;
    background: url(../images/icon.png) no-repeat -60px -220px;
    float: left;
    margin-right: 5px;
}

.box&gt;.title&gt;h2 {
    font-size: 18px;
    color: #333;
    display: inline-block;
    margin: 0;
}

.box&gt;.title&gt;a {
    margin-top: 5px;
}

.box&gt;.title&gt;.underline {
    background: url(../images/headline_short.png) no-repeat;
    height: 5px;
}

.box&gt;.box-body {
    margin-top: 20px;
    padding: 0 5px;
}

.box&gt;.box-body&gt;ul {
    margin: 0;
    padding: 0;
}

.box&gt;.box-body&gt;ul&gt;li {
    width: 100%;
    padding: 5px;
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box&gt;.box-body&gt;ul&gt;li&gt;i {
    width: 5px;
    height: 11px;
    background: url(../images/icon.png) no-repeat -95px -220px;
    display: inline-block;
}

.box.news&gt;.box-body&gt;ul&gt;li&gt;i {
    margin-right: 5px;
}

.box.problem&gt;.box-body&gt;ul&gt;li&gt;i,
.box.solution&gt;.box-body&gt;ul&gt;li&gt;i {
    margin-right: 10px;
}

.box&gt;.box-body&gt;ul&gt;li&gt;a {
    font-size: 14px;
    color: #666;
}

.box&gt;.box-body&gt;ul&gt;li&gt;a:hover {
    color: #075fa7;
}</pre></body></html>