.body {
    min-height: 400px;
}

.body-title {
    position: relative;
    margin-bottom: 10px;
}

.title-img img {
    width: 100%;
}

.title-font {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: #e57a06;
    font-weight: bold;
}

.path {
    font-size: 18px;
    color: #00608b;
    margin-bottom: 40px;
}

.body-content {
    position: relative;
}

.body-dw {
    position: absolute;
    top: 70px;
    left: 70px;
}

.body-list {
    width: 770px;
    margin: 0 auto;
}

.body-list ul {
    overflow: hidden;
    margin: 0 -4px;
}

.body-list li {
    float: left;
    width: 33.333%;
    height: 309px;
    box-sizing: border-box;
    padding: 0 8px;
    text-align: center;
}

.module {
    height: 151px;
}

.module a {
    display: block;
    width: 100%;
    height: 100%;
}

.module1-top {
    background-color: #2a709f;
}

.module1-bottom {
    background-color: #1787ab;
}
.body-list li p {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 6px;
}

.list-icon {
    box-sizing: border-box;
    padding-top: 20px;
    height: 100px;
}

.top {
    margin-bottom: 8px;
}
.module2{
    width: 100%;
    height: 309px;
    background-color: #1bcdbe;
}
.module2 .list-icon {
    box-sizing: border-box;
    padding-top: 60px;
    height: 220px;
}
.module3{
    background-color: #17ab9f;
}
.module1-top2{
    background-color: #37c8cd;
}
.module1-bottom2{
    background-color: #0d7ca5;
}