*{
    margin: 0;
    padding: 0;
}
html{
    font-size: 62.5%;
}
body{
    background: #0f95f9;
}
li{
    list-style: none;
}
.clearfix:after { display: block; height: 0; content:""; visibility: hidden; clear: both; }
.clearfix { *zoom: 1; }
.container{
    width: 100%;
}
.head{
    width: 100%;
}
.head img{
    width: 100%;
    display: block;
}
.foot{
    width: 100%;
}
.foot img{
    width: 100%;
    display: block;
}
.left{
    background: url(./002.png) no-repeat;
    position: relative;
    background-size: 100% 100%;
    margin: 0 1.5rem;
}
.title1{
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translate(-50%, -50%);
}
.list ul{
    padding: 6rem 3rem 3rem 3rem;
}
li{
    /* width: 22%; */
    list-style: none;
    text-decoration: none;
    /* float: left; */
    /* text-align: center; */
    /* padding-right: 4%; */
    border-bottom: 1px dashed;
    line-height: 3rem;
}
.list li:nth-child(4n){
    padding-right: 0;
}
li a{
    text-decoration:none;
    color: #000;
}
li p{
    font-size: 1.4rem;
}