*{padding: 0;margin: 0}


.swiper-container {width: 100%;height: auto;}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.box2{width: 100%;height:auto;box-sizing: border-box}
.box2 .pic a div{width: 100%;height: auto}
.box2 .pic a img{width: 100%;height: auto}


.box3 .box3-hd{text-align: center;padding: 20px 0}
.box3 .box3-hd span{font-size: 40px;font-weight: bolder}
.box3 .contain{width: 1200px;margin:  0 auto;padding-bottom: 30px}
.box3 .contain .left{display: flex;flex-direction: row;padding:15px 0;border-bottom: 1px solid silver}
.box3 .contain .left .time{width: 10%;text-align: center;background-color: rgb(223,223,229);height:120px;display:flex;flex-direction: column;justify-content: center;align-items:center;}
.box3 .contain .left .time p{font-size: 12px;font-weight: bold;padding: 5px 0;color: red}
.box3 .contain .left .time span{font-size: 36px;}
.box3 .contain .left .new{width: 80%;margin-left: 20px}
.box3 .contain .left .new a{text-decoration: none;color: black}
.box3 .contain .left .new a .p1{font-size: 20px;line-height: 40px;color:#333;}
.box3 .contain .left .new a .p2{color:#666}
.box3 .contain .left:hover{background-color: rgb(223,223,229)}
.box3 .contain .left:hover .new a{color: red;}



@media (max-width: 767px) {
    .box2 .banners{z-index: 0}


    .box3 .contain{width: 100%}
    .box3 .box3-hd{padding: 5px 0}
    .box3 .box3-hd span{font-size: 20px}
    .box3 .box3-hd p{font-size: 14px}
    .box3 .contain .left{padding: 10px 5px}
    .box3 .contain .left .new a .p1{font-size: 14px;line-height: 22px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight:bold;color:#333;margin-bottom:5px;}
    .box3 .contain .left .new a .p2{font-size:12px;color:#666;max-height:40px;overflow: hidden;}
    .box3 .contain .left .new a{font-size: 14px}
    .box3 .contain .left .time{width: 20%}
    .box3 .contain .left .time span{font-size: 20px}
    .box3 .contain .left .new{margin-left: 5px}
    /*  */
    .box3 .contain .left .time{height:auto;}
}

@media (min-width: 767px) and (max-width: 991px) {


    .box3 .contain .left .time{width: 15%}
    .box3 .contain .left .new{margin-left: 10px}
    .box3 .contain .left .time span{line-height: 60px}
    .box3 .contain{width: 100%}
   
}
