.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: #008ccf;
    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 -3px;
}
.body-list li{
    float: left;
    width: 33.333%;
    height: 150px;
    box-sizing: border-box;
    padding: 3px;
    text-align: center;
}
.body-list li a{
    display: block;
    width: 100%;
    height: 100%;
}
.body-list li:nth-child(1) a{
    background-color: #1296db;
}
.body-list li:nth-child(2) a{
    background-color: #4a7ecd;
}
.body-list li:nth-child(3) a{
    background-color: #1baea5;
}
.body-list li:nth-child(4) a{
    background-color: #22bad6;
}
.body-list li:nth-child(5) a{
    background-color: #1288db;
}
.body-list li:nth-child(6) a{
    background-color: #36b578;
}
.body-list li p{
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 6px;
}
.list-icon{
    box-sizing: border-box;
    padding-top: 20px;
    height: 100px;
}
.body2 .title-font{
    color: #e57a06;
}
.new-list{
    overflow: hidden;
    width: 770px;
    margin: 0 auto;
}
.new-list>div{
    width: 252px;
}
.quite-height{
    width: 100%;
    height: 309px;
    background-color: #1296db;
}
.module{
    margin-bottom: 6px;
    text-align: center;
}
.module a{
    color: #ffffff;
    font-size: 24px;
}
.module p{
    font-size: 20px;
    margin-top: 10px;
}
.little-height{
    width: 100%;
    height: 151px;
    background-color: #22bad6;
}
.back-gauge{
    margin-right: 6px;
}
.quite-height .list-icon {
    box-sizing: border-box;
    padding-top: 60px;
    height: 220px;
}