.lxwm-title1{
    font-size: 0.48rem;
    font-family: 微软雅黑;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
}
.djxw-top{
    width: 14rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
}
.djxw-title{
    font-size: 0.36rem;
    font-family: 微软雅黑;
    font-weight: 700;
    text-align: left;
    color: #000000;
}
.djxw-time{
    position: absolute;
    right: 0;
    font-size: 0.16rem;
    font-family: 微软雅黑;
    font-weight: 400;
    text-align: left;
    color: #666666;
    display: flex;
    align-items: center;
}
.fourWrapItem1 {
    width: 6.85rem;
    height: 3.34rem;
    background-image: url("../images/index2/box2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 0.06rem;
    flex-direction: row;
    flex-wrap: wrap;
    color: #666666;
    margin: 0.25rem 0 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    transition: 0.4s linear;
}

.fourWrapItem1:hover {
    background: url("../images/news/card.png") no-repeat 0 0;
    background-size: 100% 100%;
    color: #fff;
    cursor: pointer;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.fourWrapItem1:hover .fourItemTitle {
    color: #fff;
}
.fourWrapItem1:hover .fourDate {
    color: #fff;
}
.fourWrapItem1:hover .fourItemContent {
    color: #fff;
}

.fourWrapItem1:hover .more1 {
    background-image: url("../images/news/moreb.png");
}
.pageWrap{
    background: unset !important;
}
.el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: #bd0101 !important;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover{
    color: #bd0101 !important;
}
.djxw-content{
    background-image: url("../images/news/bottom.png");
    background-repeat: no-repeat;
    background-size: 100% 6.35rem;
    background-position: bottom;
}
.threeContent:hover .threeLeft{
    background: url("../images/news/card.png") no-repeat 0 0;
    background-size: 100% 100%;
    color: #fff;
    cursor: pointer;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  }
  