.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>.title>i {
    width: 17px;
    height: 20px;
    background: url(../images/icon.png) no-repeat 0 -220px;
    float: left;
    margin-right: 5px;
}

.box.solution>.title>i {
    width: 19px;
    height: 20px;
    background: url(../images/icon.png) no-repeat -30px -220px;
    float: left;
    margin-right: 5px;
}

.box.problem>.title>i {
    width: 20px;
    height: 20px;
    background: url(../images/icon.png) no-repeat -60px -220px;
    float: left;
    margin-right: 5px;
}

.box>.title>h2 {
    font-size: 18px;
    color: #333;
    display: inline-block;
    margin: 0;
}

.box>.title>a {
    margin-top: 5px;
}

.box>.title>.underline {
    background: url(../images/headline_short.png) no-repeat;
    height: 5px;
}

.box>.box-body {
    margin-top: 20px;
    padding: 0 5px;
}

.box>.box-body>ul {
    margin: 0;
    padding: 0;
}

.box>.box-body>ul>li {
    width: 100%;
    padding: 5px;
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box>.box-body>ul>li>i {
    width: 5px;
    height: 11px;
    background: url(../images/icon.png) no-repeat -95px -220px;
    display: inline-block;
}

.box.news>.box-body>ul>li>i {
    margin-right: 5px;
}

.box.problem>.box-body>ul>li>i,
.box.solution>.box-body>ul>li>i {
    margin-right: 10px;
}

.box>.box-body>ul>li>a {
    font-size: 14px;
    color: #666;
}

.box>.box-body>ul>li>a:hover {
    color: #075fa7;
}