#main {
    width: 1100px;
    padding: 20px 50px;
    background-color: #EFB9A6;
}

.main_top {
    height: 310px;
}

#main p {
    text-indent: 32px;
    line-height: 30px;
}



.index_img {
    width: 400px;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}

.gengduo {
    float: right;
    color: #D48558;
    margin-top: 20px;
}

#dute {
    font-size: 0px;
}

#dute>div {
    display: inline-block;
    width: 300px;
    text-align: center;
}

#dute>div p {
    font-size: 16px;
}

#dute>div a {
    color: #fff;
    text-decoration: none;
}

#dute>div img {
    width: 300px;
}

#dute>div:nth-child(2) {
    margin-left: 100px;
    margin-right: 100px;
}