@charset "utf-8";
/* CSS Document */
@import url("mobile_header.css");

.layui-layer-page .layui-layer-content img{ width: 100%; height: 100%; object-fit: contain;}

.PicLink{ margin: 35px 10px 0; }
.PicLink ul{ display: block; }
.PicLink li + li{ margin-top: 10px; }
.PicLink li img{ width: 100%; }

.PageConMain{ margin: 20px 10px 0; display: block; }
.PageLeftNav{ width: auto; margin-top: 10px; }
.PageLeftNav .ChannPart ul{ display: flex; flex-wrap: wrap; }
.PageLeftNav .ChannPart li{ width: calc((100% - 20px) / 2); border-radius: 10px; height: 45px; margin-left: 10px; }
.PageLeftNav .ChannPart li + li{ margin-top: 0; }
.PageLeftNav .ChannPart li + li + li{ margin-top: 10px; }
.PageLeftNav .ChannPart li::after{ background: transparent; border-radius: 10px !important; }
.PageLeftNav .ChannPart li a{ font-size: 17px; font-weight: bold; }




.ContentPart{ width: auto !important; margin:15px 0 0; }
.ContentPart .ConTitle{ height: auto; }
.ContentPart .ConTitle span{ font-size: 24px; line-height: 45px; }

.NewsList li{ display: block; font-size: 16px; border-bottom: 1px dashed #ddd; }
.NewsList li a{ display: block; max-width: 100%; }
.NewsList li span{ font-size: 14px; color: #777; }









@media screen and (max-width:600px ) {
    
}

@media screen and (max-width:375px ) {
    
}

@media screen and (max-width:345px ) {
    
}

@media screen and (max-width:320px ) {
    
}


