.content2 {
    padding: 120px 0px;
    background: #f2f2f2;
   
}
.content2 .inner {
    width: 1420px;
    background: #fff;
    margin: 0 auto;
}
.content2 .inner .mod {
    padding: 60px 80px;
}
.post.post1.post-10.mbox .news_title {
    font-size: 40px;
    font-weight: 700;
    font-family: microsoft yahei regular;
    padding: 0;
    text-align: center;
    margin-bottom: 100px;
}
.post.post1.post-10.mbox .news_text {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
}
.post.post1.post-10.mbox {
    margin-bottom: 70px;
}
.post.post1.post-11.mbox span.title {
    font-size: 22px;
    font-weight: 700;
    border-left: 10px solid rgba(217, 0, 27, 1);
    padding-left: 20px;
}
.post.post1.post-11.mbox .tt {
    margin-bottom: 20px;
}
.post.post1.post-11.mbox li.news {
    float: left;
    width: 16.6%;
}
.post.post1.post-11.mbox li.news .news_box.clearfix {
    margin: 0 35px;
}
.post.post1.post-11.mbox ul.news_list.clearfix {
    margin: 0 -35px;
}
.post.post1.post-11.mbox li.news .news_imgs {
    padding-top: 135%;
    background-color: #efefef;
    position: relative;
    overflow: hidden;
}.post.post1.post-11.mbox li.news .news_imgs img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    transition: all 0.4s ease-in-out;
}
.post.post1.post-11.mbox .news_title {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: center;
    margin: 4px 0;
}
.post.post1.post-11.mbox {
    margin-bottom: 50px;
}
.post.post1.post-12.mbox span.title {
    font-size: 22px;
    font-weight: 700;
    border-left: 10px solid rgba(245, 154, 35, 1);
    padding-left: 20px;
}
.post.post1.post-12.mbox .tt {
    margin-bottom: 40px;
}
.post.post1.post-12.mbox li.news {
    float: left;
    width: 33.3%;
    margin-bottom: 30px;
}
.post.post1.post-12.mbox li.news .news_box.clearfix {
    padding: 10px;
    background: #f2f2f2;
}
.post.post1.post-12.mbox li.news .news_imgs {
    padding-top: 41%;
    background-color: #efefef;
    position: relative;
    overflow: hidden;
}
.post.post1.post-12.mbox li.news .news_imgs img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    transition: all 0.4s ease-in-out;
}.post.post1.post-12.mbox .news_wz {
    background: #fff;
    padding: 10px;
}
.post.post1.post-12.mbox .news_title {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin: 5px 0;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}.post.post1.post-12.mbox .news_text {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    text-align: left;    margin-top: 10px;
}.post.post1.post-12.mbox .news_text span {
    font-size: 16px;
    font-weight: bold;
    min-width: 92px;
}.post.post1.post-12.mbox .news_text div {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
}


@media screen and (max-width: 1430px) {
.content2 .inner {
    width: auto;
    margin: 0 10px;
}

}
@media screen and (max-width: 999px) {

.post.post1.post-11.mbox li.news {
    float: left;
    width: 33.3%;
}.post.post1.post-12.mbox li.news {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}
}


@media screen and (max-width: 767px) {

.post.post1.post-11.mbox li.news {
    float: left;
    width: 50%;
}.content2 .inner .mod {
    padding: 60px 20px;
}.post.post1.post-12.mbox li.news {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}

}