.web_1200{width:1400px;margin:0 auto;}
.web_1200 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 20px;
}
.web_1200 ul li {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
    height: 342px;
    overflow: hidden;
}
.web_1200 ul li img {
    width: 100%;
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.web_1200 ul li h5 {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 18px;
    padding: 8px 0px;
    text-align: center;
}
.web_1200 ul li p {
    width: 100%;
    /* height: auto; */
    margin: 0;
    padding: 0px;
    text-align: justify;
    padding: 0px 10px;
    box-sizing: border-box;
    height: 74px;
    overflow: hidden;
    display: block;
    font-size: 14px;
}
.web_line {border-bottom:1px dashed #ccc;padding:10px 0px;}
.web_line strong{display:inline-block;color:#fff;background:red;border-radius:5px;padding:3px 10px;margin-right:10px;}



@media screen and (max-width:1000px){
.web_1200{width:100%;margin:0 auto;}
.web_1200 ul li {
    width: 48%;
    margin-right: 1%;
    margin-bottom: 1%;
    height: 230px;
    overflow: hidden;
}
.web_1200 ul li p {
    width: 100%;
    /* height: auto; */
    margin: 0;
    padding: 0px;
    text-align: justify;
    padding: 0px 10px;
    box-sizing: border-box;
    height: 60px;
    overflow: hidden;
    display: block;
    font-size: 14px;
}
.web_1200 ul li h5 {
font-weight: bold;
}
}