
@media (min-width:1024px) {
    .newsBox{
        height:150px;
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        background-color: white;
        cursor: pointer;
    }
    .newsBox img{
        height:100%;
        width:220px;
    }
    .newsText{
        width:100%;
        padding-right: 10px;
    }
    .newsImg{

    }
    .newsText .title{
        background-color: #009cdd;
        padding:0 30px;
        color:white;
        text-align: center;
        position: relative;
        left: -20px;
        font-size: 16px;
    }
    .newsText_title{
        display: flex;
        flex-direction: row;
        margin-top: 20px;
        width:100%;
        position: relative;
    }
    .newsText_title>.time{
        position: absolute;
        right:50px;
        color:#eb8309;
    }
    .newsText_content{
        padding-left: 20px;
        font-size: 15px;
    }
    .about_border{
        border-color: #cccccc;
    }
    .page{
        display: flex;
        justify-content: center;
    }
    .page li{
        margin-right: 10px;
    }
    .page .pageBtn:hover{
        color: #29e;
        cursor:pointer;
    }
    .newsDetail{
        display: none;
    }
    .newsDetail h4{
        text-align: center;

    }
    .detailContent{
        background-color: white;
        box-shadow: 5px 5px 5px #cccccc;
        /*height:180px;*/
        padding:60px 30px 30px 30px;
        font-size: 15px;
        text-indent: 30px;
    }
    .detailImg{
        position: absolute;
        right:60px;
        top:20px;
        box-shadow: 5px 5px 5px #cccccc;
        width: 250px;
        height:190px;
    }
    .newsDetail_top_content{
        display: flex;
        flex-direction: row;
        height:150px;
    }
    .newsDetail li{
        cursor: pointer;

    }
    .newsDetail li:hover{
        color:#29e;
    }
    .newsDetail_box{
        display: none;
    }
}
@media (min-width:300px) and (max-width: 1023px)  {
    .newsList{
        padding:0!important;

    }
    .marginBottom{
        margin-bottom: 10px!important;
    }
    .newsBox{
        height:200px;
        display: flex;
        flex-direction: column;
        background-color: white;
        cursor: pointer;
    }
    .newsDetail{
        display: none;
    }
    .newsImg{
        width:100%;
        height:150px;
    }
    .newsImg>img{
        width:100%;
        height:150px;
    }
    .none{
        display: none;
    }
    .newsText_title{
        display: flex;
        flex-direction: row;
        margin-top: 10px;
        width:100%;
        position: relative;
        justify-content: center;
        align-items: center;
    }
    .newsDetail_top_content_left>img{
        width:100px!important;

    }
    .newsDetail_top_content_left>h4{
        font-size: 15px!important;
    }
    .newsDetail_top_content_right>img{
        width:100%;
    }
    .detailContent{
        line-height: 30px;
    }
    .newsDetail ul{
        justify-content: center;
        color:#29e;
    }
}
