@charset "utf-8";

/* 移动端 */

@media only screen and (max-width:767px) {
	*{
		font-family: "微软雅黑";
	}
	.pc_html{
		display: none !important;
	}
	.app_html{
		display: block !important;
	}
    /* 头部样式 */
    .app_header{
        width: 100%;
        height: 80px;
    }
    .app_header>img{
        width: 100%;
        height: 100%;
    }

	/* 导航样式 */
    .app_menu{
        width: 100%;
        height: 66px;
        background-color: #0376AD;
        box-sizing: border-box;
        padding: 0 14px;
    }
    .app_menu>ul{
        width: 100%;
        height: 66px;
        display: flex;
    }
    .app_menu>ul a{
        font-size: 14px;
        font-weight: bold;
        color: #ffffff;
        
    }
    .right_lists{
        width: 100%;
        height: 66px;
        display: flex;
        flex-direction: column;
    }
    .top_li,.bottom_li{
        display: flex;
        flex-direction: row;
    }
    .only_li{
        width: 87px;
        height: 66px;
        line-height: 66px;
        text-align: center;
        /* background-color: #754523; */
        /* box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 30%); */
    }
    .top_li li,.bottom_li li{
        width: 33%;
        height: 33px;
        line-height: 33px;
        text-align: center;
        overflow: hidden;
    }

	/* 内容 */
		/* 信用研究 */
		/* 政策法规 */
		.app_html .news_l_kk{
			float: none;
			width: 100%;
			min-height: auto;
		}
		.app_html .news_l_kk li{
			width: 100%;
			display: flex;
			justify-content: space-between;
		}
		.app_html .news_l_kk li a{
			width: 270px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			font-size: 4vw;
		}
		.app_html .news_l_kk li span{
			font-size: 4vw;
		}
		/* 余杭行政权力清单 */
		.app_html .floor{
			min-height: auto;
		}

		/* 红黑名单公示 */
		.app_html .news_set{
			width: 100%;
			margin: 20px 0 0 0;
			min-height: auto;
			box-sizing: border-box;
		}
		.app_html .lm_title5{
			display: block;
			text-align: center;
		}
		.news_set_lists>li{
			box-sizing: border-box;
			text-indent: 2rem;
		}


	    /* 通用底部 */
		.big_container {
			margin: 0 auto;
			width: 960px;
			background-color: #ffffff;
			display: flex;
			flex-direction: column;
			align-items: center;
			padding-bottom: 10px;
		  }
		  .useful_footer_no2 {
			font-size: 12px;
			color: #333;
			padding-top: 10px;
		  }
		  .useful_footer_no2>.footer_txt{
			text-align: center;
		  }
		  .useful_footer_no2>.footer_txt>a{
			font-size: 12px;
			color: #333;
			text-decoration: none;
		  }
		  .inner_p{
			margin-top: 10px;
			margin-bottom: 8px;
		  }
		.big_container {
			border-top: 3px solid #F6AC29;
			width: 100%;
		  }
		  .useful_footer_no1 {
			display: none;
		  }
}
