.about-bgcolor{
    width:100%;
    height:100px;
}
.new-con{
    width:98%;
    margin:0 auto;
}
.new-boyimg{
    width:100%;
    height:300px;
}
.new-boyimg img{
    width:100%;
    height:100%;
}
.new-boyFont{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.boyFont-time{
    width:52px;
    height:50px;
    background: #F5F5F5;
    border-radius: 2px;
    
}
.month{
    color:#626971;
    padding-top: 10px;
    text-align: center;
}
.twoDay{
    color:#626971;
    text-align: center;
}
.boyFont-zi{
    width:80%;
}
.boyFont-zi-title a{
    color:#333333;
}
.boyFont-zi-con{
    color:#626971;
}
.newline{
    width:100%;
    margin-top:15px;
    border:0.5px solid #F0F0F0;
}
.newBoy-font2{
    width:98%;
    margin:0 auto;
    display:flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 20px;
}
.newboy-img{
    width:20%;
    height:70px;
}
.newboy-img img{
    width:100%;
    height:100%;
}
.newboy-zi{
    flex:1;
    margin-left: 5px; 
}
.newboy-zi-div1{
    color:#666666;
}
.newboy-zi-div2{
    margin-top:5px;
    color:#999999;
}
.newboy-day{
    width:20%;
    color:#666666;
    text-align: right;
}
@media screen and (min-width: 768px) {
    .about-bgcolor{
        width:100%;
        height:200px;
    }
    .new-con{
        width:98%;
        margin:0 auto;
        display:flex;
        justify-content: space-between;
    }
    .new-boyimg{
        width:40%;
        height:300px;
    }
    .new-boyimg img{
        width:100%;
        height:100%;
    }
    .newboy-flex{
        width:58%;
    }
    .new-boyFont{
        font-size: 16px;
    }
    .boyFont-time{
        width:72px;
        height:70px;
    }
    .month{
        padding-top: 15px;
    }
    .newBoy-font2{
        
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 16px;
    }
    .newboy-img{
        width:20%;
        height:100px;
    }
    .newboy-zi{
        flex:1;
        margin-left: 10px; 
    }
}
@media screen and (min-width: 1024px) {
    .about-bgcolor{
        height:300px;
    }
    .new-con{
        width:70%;
        margin-top: 40px;
    }
    .new-boyimg{
        width:40%;
        height:400px;
    }
    .newboy-flex{
        width:58%;
    }
    .new-boyFont{
        font-size: 16px;
    }
    .boyFont-time{
        width:72px;
        height:70px;
    }
    .month{
        font-size: 20px;
        font-weight: bolder;
    }
    .boyFont-zi-con{
        margin-top: 10px;
        font-size: 14px;
        color:#878787;
    }
    .newline{
        margin-top:50px;
    }
    .newBoy-font2{
        width:70%;
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 16px;
    }
    .newboy-img{
        width:17%;
        height:119px;
    }
    .newboy-zi{
        flex:1;
        margin-left: 10px; 
    }
}