@charset "utf-8";
/* CSS Document */
@import url(mobile_header.css);
@media screen and (max-width:600px ) {
    .main_ztzl {
        width: auto;
        height: auto;
        overflow: hidden;
        padding: 10px;
        box-sizing: border-box;
    }
    .rdzt_box{ width:100%; height:auto; overflow:hidden;}
.rdzt_box .rdzt_title h2 a{ display:block; font-weight:bold; font-size:22px; color:#226ebc; text-align:center;}
.rdzt_box .rdzt_title p{ width:40px; height:3px; margin:10px auto 0 auto; background:#226ebc;}

.rdzt_box .rdzt_list ul {width: 100%;margin-top:24px;overflow:hidden;}
.rdzt_box .rdzt_list ul li{width: 100%;height: 126px;background: #ffffff;float: none;margin-right: 0;position: relative;margin-bottom: 27px;}
.rdzt_box .rdzt_list ul li .pic{display: block;width: 100%;height:72px;margin: 0px auto;overflow: hidden;}
.rdzt_box .rdzt_list ul li .pic img{display: block;width: 100%;height:72px;object-fit: cover;}
}

@media screen and (max-width:375px ) {
    
}

@media screen and (max-width:365px ) {
    
}

@media screen and (max-width:320px ) {
   
    
    
}