*{
    margin: 0;
    padding: 0;
}
.rc{
    font-size: 40px;
    text-align: center;
    font-family: '微软雅黑';
    font-weight: bold;
    text-shadow: purple 1px 2px;
    letter-spacing: 40px;
    margin-left: 60px;
}
.zt{
    height: auto;
    width: 500px;
    margin: 0 auto;
}
.zt .tp{
    width: 500px;
    height: 700px;
    background-image: url(../images/14.jpg);
    padding-top: 330px;
    margin-top: 30px;
}
 .zt .nr{
    width: 500px;
    height: 370px;
}
.zt .nr h1{
    text-align: center;
    font-weight: bold;
}
.zt .nr div{
    width: 370px;
    height: 190px;
    margin-top: 75px;
    margin-left: 55px;
    border-radius: 10px;
}
.zt .nr div h2{
    font-size: 25px;
    font-weight: bold;
    font-family: '黑体';
}
.zt .nr div p{
    font-size: 16px;
    text-indent: 2em;
    font-weight: bold;
}
.hangye{
    float: left;

}