body {
    background: #F0F0F0;
}

.con {
    padding-top: 85px;
    padding-bottom: 50px;
}

.newsTitle {
    margin-bottom: 20px;
}

.timeBox {
    display: flex;
    color: #999;
}

.timeBox p:first-child {
    margin-right: 160px;
}

.richTxtBox {
    margin-top: 22px;
    padding-top: 30px;
    border-top: 1px solid #E3E3E3;
    margin-bottom: 90px;
}

.richTxtBox img {
    max-width: 100%;
}

/*.richTxtBox ul,*/
/*.richTxtBox ul>li{*/
/*    list-style: block;*/
/*}*/
.richTxtBox ul>li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}
.richTxtBox ul>li::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #71BA2D;
}

.moreNews h3 {
    margin-bottom: 30px;
}

.moreNews ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.moreNews li {
    width: 48%;
    margin-bottom: 36px;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.moreNews li:hover {
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.moreNews a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 20px;
}

.moreL {
    width: 30%;
}

.moreL div {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.moreL img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.moreR {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.moreR .txtBox {
    min-height: 120px;
}

.moreTime {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.moreTime p {
    color: #666;
}

.moreTime span {
    display: block;
    color: #999;
    padding-right: 22px;
    background: url(../images/jt2.png)no-repeat center right;
    background-size: 16px 16px;
}

@media (max-width: 992px) {
    .moreNews li {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .moreR .txtBox {
        min-height: 70px;
    }

    .moreNews a {
        padding: 18px 14px;
    }
        .moreNews li{
            margin-bottom: 18px;
        }
}