* {
    margin: 0;
    padding: 0;
}
body{
    background-image: url('../images/bg.png');
    background-size:cover ;
}
table,
tr,
td {
    border-collapse: collapse;
}
td a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #000;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

table {
    margin: 0 auto;
}

.mian {
    width: 998px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    border: 2px solid #aaa;
}

.img {
    float: left;
    height: 700px;
    width: 45px;
    background-color: rgb(123, 190, 206);
}

.list {
    float: left;
}

.list li {
    list-style: none;
}

.right {
    float: left;
    width: 90%;
    position: relative;
    box-sizing: border-box;
    padding: 25px;
    padding-right: 0;
    /* overflow: hidden; */
}

#img {
    position: absolute;
    top: 35px;
    right: -85px;
}

.r-main {
    width: 500px;
    position: relative;
}

.r-main p {
    font-size: 12px;
    text-indent: 2em;
    line-height: 35px;
    color: rgb(185, 134, 151);
    padding-bottom: 30px;
}

.l {
    float: left;
    padding-left: 40px;
}

h5 {
    margin: 10px 0;
    color: rgb(185, 134, 151);
}

.r-end {
    border-top: 1px dashed #aaa;
}

.r {
    /* position: absolute; */
    float: left;
    margin-left: 20px;
}

.r li {
    list-style: none;
    font-size: 11px;
    line-height: 30px;
}

.footer {
    width: 1000px;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
    background-image: linear-gradient(to bottom, #fff, #aaa);
}