form{
    margin-block-end: 0;
}
.module2{
    width: 1200px;
    height: 380px;
}
.module2 label{
    width: 1200px;
    border-bottom: #e4393c 2px solid;
    display: block;
    padding-top: 23px;
    padding-bottom: 5px;
    font-size: 20px;
    color: #e4393c;
    font-weight: 600;
}
.module2 label span{
    float: right;
    font-weight: 300;
}
.module2 label a{
    color: #e4393c;
}
.module2 ul{
    width: 1200px;
    margin: 10px 0;
    display: block;
}
.module2 ul li{
    display: block;
    list-style: none;
    width: 1100px;
    height: 150px;
    margin: 20px auto;
    padding: 0;
}
.module2 ul li a{
    background: #ffffff;
    box-shadow:2px 2px 2px 2px rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #000000;
    margin: 0 auto;
}
.module2 ul li img{
    margin: 5px;
    height: 90%;
    width: 200px;
    float: left;
}

.module2-div1{
    height: 90%;
    width: 890px;
    float: left;
}
.module2-div1s{
    width: 99%;
    height: 90%;
    float: left;
}
.module2-div1-div1{
    color: #656565;
    font-size: 18px;
    margin: 5px auto;
    padding:10px 0;
    font-weight: 600;
    width: 95%;
}
.module2-div1-div3{
    width: 95%;
    margin: 0 auto;
    color: #656565;
    height: 75px;
    line-height: 17px;
    font-size: 12px;
}
.module2-div1-div2{
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    color: #656565;
    text-align: center;
    font-size: 12px;
}
.module2-div1-div2 span:nth-child(1){
    color: #656565;
    display: block;
    float: left;
    text-align: center;
}
.module2-div1-div2 span:nth-child(2){
    color: #656565;
    display: block;
    float: right;
    text-align: center;
}