.activepre {
    width: 100%;
    height: 480px;
    background-image: url(../image/tuceng45.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 67px;
}

.activepre .top-left-1 {
    display: none;
    height: 48px;
    width: 90px;
    float: right;
    background-image: url(../image/+.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: right;
    background-position-y: center;
}

.active-top {
   text-align:center;
    font-size: 30px;
    font-weight: 800;
    background-repeat: no-repeat;
    margin: 0 auto;
  font-family: "RobotoCondensedBold";
}
.active-top::after{
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    background-color: #e6332a;
    margin: 0 auto;
    margin-top: 10px;

}

.active-mid {
    width: 100%;
    margin-top: 38px;
}
.activepre .active-mid>a {
    display: block;
    
}
.activepre .active-mid  .mid-1:last-child{
    margin-right: 0;
}
.mid-1 a{
display: block;
padding-top: 38px;
padding-bottom:45px;
}
.mid-1 {
    float: left;
    width: 495px;
    /*height: 150px;*/
    background-color: white;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
   margin-right:55px;
}

.mid-1:hover {
    background-color: #003f88;

}

.mid-1:hover .mid-1-m-date {
    background-color: #003f88;
    color: white;
    border: 1px solid white;
}

/* fbc248 */
.mid-1:hover .mid-1-m-date .date-ri,
.mid-1:hover .mid-1-m-date .date-yue {
    color: white;
}

.mid-1:hover .mid-1-m-text {
    color: white;
}

.mid-1-m {
    width: 88%;
    margin: 0 auto;
    vertical-align: middle;
}

.mid-1-m-date {
    width: 69px;
    height: 65px;
    background-color: #ededed;
    float: left;
}

.date-ri {
    width: 100%;
    font-size: 24px;
    color: #003f88;
    line-height: 24px;
    text-align: center;
    padding-top: 10px;
}

.date-yue {
    width: 100%;
    font-size: 16px;
    color: #003f88;
    line-height: 26px;
    text-align: center;
    float: right;
}

.mid-1-m-text {
    font-size: 20px;
    line-height: 33px;
    padding-left: 25px;
    color: black;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.active-footer {
    width: 219px;
    height: 60px;
    background:url(../image/add.png) no-repeat 140px center;
    background-color: #003f88;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
    margin-top: 50px;
}

.active-footer:hover {
    font-weight: 800;
    font-size: 18px;
    line-height: 60px;
    /* background-color: #e6332a; */
}

.active-footer a {
    color: white;
}

.activepre {
    width: 100%;
    height: 439px;
    background-image: url(../image/tuceng45.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 29px;

}

@media screen and (max-width: 1600px){
    .mid-1{
        width: 31%;
        margin-right: 3.5%;
    }

}

@media screen and (max-width: 1200px) {
    .active-mid {
        flex-direction: column;
    }
    .mid-1-m-text {
        padding-left: 20px;
    }
  .mid-1 a{
padding-top: 30px;
padding-bottom:38px;
}
}
@media screen and (max-width: 1024px) {
.mid-1{
        width: 32%;
        margin-right: 2%;
    }
.active-top{
font-size:26px;
}
}
@media screen and (max-width: 768px) {
.mid-1{
        width: 48%;
        margin-right: 4%;
    }
.mid-1:nth-child(2){
margin-right: 0;
}
.mid-1:nth-child(3){
margin-top: 20px;
}
.activepre{
height: auto;
padding-bottom: 30px;
}
}
@media screen and (max-width: 500px) {
    .activepre {
        width: 100%;
        
        background-image: url(../image/tuceng45.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding-top: 29px;
        position: relative;
    }
    .active-footer:hover {
        font-weight: 800;
        font-size: 18px;
        line-height: 47px;
    }

    .activepre .top-left-1 {
        display: inline-block;
        position: relative;
        right: 20px;
        top: -45px;
    }

    .activepre .top-left-1 a {
        line-height: 47px;
        height: 20px;
        font-size: 14px;
        color: #666666;
        font-family: '寰蒋闆呴粦';
        line-height: 49px;
    }

    .active-top {
        text-align: center;
        font-size: 22px;
        width: 89px;
        margin: 0px;
        margin-left: 20px;
        background-position-x: left;
        height: 48px;
    }

    .active-mid {
        margin-top: 15px;
    }

    .active-footer {
        width: 90px;
        height: 48px;
        font-size: 16px;
        text-align: left;
        line-height: 60px;
        margin: 0 auto;
        margin-top: 0px;
        position: absolute;
        top: 29px;
        right: 0px;
        color: #333;
        background-color: none;
        background-color: transparent;
        float: right;
        background-image: url(../image/add.png);
        background-repeat: no-repeat;
        position: relative;
        line-height: 47px;
        position: absolute;
        background-position-y: center;
        background-position-x: right;
        margin-right: 20px;
    }
 .mid-1 a{
padding-top:18px;
padding-bottom:20px;
}

    .mid-1 {
        width:100%;
    }
.mid-1:nth-child(2){
margin-top: 20px;
}

    .mid-1-m-text {
        font-size: 16px;
        line-height: 32px;
        font-weight: 400;
    }

    .active-footer a {
        font-size: 14px;
        color: rgb(102, 102, 102);
        font-family: 寰蒋闆呴粦;
        line-height: 49px;
    }
}
