.nongli .main-left {
    width: 980px;
    float: left;
}

.nongli .left {
    width: 980px;
    float: left;
    border: 1px solid #E0E0E0;
    padding: 20px;
    position: relative;
    margin-top: 10px;
}

.nongli .right {
    width: 300px;
    float: right;
    margin-top: 10px;
}

.nongli .down {
    margin-top: 20px;
    float: left;


}


.nongli .left .corner {
    width: 93px;
    height: 93px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(img/sitename.png);
}

.nongli .left .article-title {
    width: 100%;
    height: 140px;
    float: left;
    text-align: center;
}

.nongli .left .article-title h2 {
    font-size: 24px;
    margin-top: 45px;
}

.nongli .left .article-title p {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

.nongli .left .tips {
    margin-top: 20px;

}

.nongli .left .tips p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;

}

.nongli .left .tips p a {
    color: #996A40;
}

.nongli .left .desc .title {
    border: 1px solid #E0E0E0;
    border-left: 10px solid #996A40;
    color: #996A40;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-bottom: 20px;
    background-color: #F8F8F8;
}

.nongli .left .desc .title p {
    width: 220px;
    height: 41px;
    text-align: left;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: -1px;
}

.nongli .left .desc img {
    margin-left: 300px;
    margin-top: 20px;
    margin-bottom: 30px;

}

.nongli .left .desc p {
    margin-bottom: 20px;
    font-size: 16px;


}

.nongli .left .cell {
    height: 100px;
    line-height: 100px;
    border: 1px solid #E0E0E0;
    color: #996A40;
    font-size: 16px;
    padding: 0 20px;

}

.nongli .left .cell p {
    float: left;
}

.nongli .left .cell .date {
    width: 380px;
}

.nongli .left .cell select {
    height: 30px;
    line-height: 30px;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    padding-left: 10px;
    background-color: #fff;
    width: 70px;
    margin-right: 5px;
}

.nongli .left .cell input {
    height: 34px;
    line-height: 34px;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
}

.nongli .left .cell .submit-sbutton {
    width: 130px;
    background-color: #996A40;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    border: none;
    margin-right: 20px;
    cursor: pointer;
    font-size: 16px;

}

.nongli .left .cell .date-input {
    width: 280px;
    padding-left: 10px;
    color: #996A40;

}

.nongli .left .nongli-form {
    border-bottom: none;


}