/* app 公共样式 */
@media screen and (max-width:768px){
	:root{
		--font_title_0: 12px;
		--font_title_1: 16px;
		--font_title_2: 20px;
		--font_title_3: 24px;
		--font_title_c_1:#ffffff;
	}
	
	body{
		/* background-color: #0000FF; */
	}
	.party_web{
		display: none !important;
	}
	.header_bg{
		/* height: calc(100vh/4); */
		/* background: url(../img/party_app_header_bg.png) no-repeat center center; */
		background-size: 100%;
		overflow: hidden;
		margin: auto;
		text-align: center;
	}
	.party_app img{
		width: 100%;
	}
	.header .layui-nav li{
		margin: 0px 8px;
	}
	.content .news_box .newest img {
		width: 100%;
		height: 12.5rem;
	}
	.app_header_nav{
		background-color: var(--theme);
	}
	.app_header_nav .layui-input{
		height: 1.1rem;
		width: 6.7rem;
	}
	.app_header_nav .query_btn{
		height: 1.5rem;
		background-color: var(--theme);
		margin-left: -3px;
	}
	
	.app_header_nav .app_title{
		display: inline-block;
		padding: 3px 0px;
		text-align: center;
		font-size: var(--app_font_title_0);
	}
	.app_header_nav .app_title span{
		display: block;
		vertical-align: middle;
		color: var(--font_title_c_1);
	}
	.app_header_nav_box_bg{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		overflow-x: hidden;
		z-index: 999;
	}
	.app_header_nav_box{
		width: 50%;
	}
	.layui-nav-tree .layui-nav-item a:hover {
		background-color: var(--theme);
	}

	.app_header_nav_box_2{
		width: 50%;
		height: 100%;
		float: right;
	}
	.content .layui-carousel img {
		width: 100%;
		height: 170px;
	}
	.content .layui-carousel>[carousel-item]{
		height: 150px;
	}
	.content .layui-carousel .layui-carousel-ind{
		height: 0px;
	}
	.news_box{
		padding: 0px 10px;
	}
	.content_nav{
		overflow: hidden;
		margin-top: 10px;
	}
	
	.content .layui-nav:after,
	.content .layui-nav .layui-nav-item:after{
		position: absolute;
		content: '';
		top: auto;
		bottom: 0;
		width: 100%;
		height: 2px;
		background-color: #cbcbcb;
	}
	.content .content_nav:after{
		width:46%;
	}
	.content .affiche .content_nav:after,
	.content .theory .content_nav:after{
		width:73%;
	}
	.content .referral>div img {
		width: 100%;
		height: 3rem;
	}
	.content .layui-nav:after{
		width: 100%;
	}
	.content .layui-nav{
		overflow: hidden;
	}
	.content .layui-nav .layui-nav-item{
		line-height: 30px;
		height: 30px;
	}
	.content .layui-nav .layui-this a,
	.content .layui-nav .layui-nav-item a{
		font-size: 20px;
		height: auto !important;
	}
	.news_box,.referral,.newest{
		margin-bottom: 1rem;
	}
	
	.news_list li{
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		line-height: 1.5rem;
	}
	.news_list_title,.news_list_time,
	.news_list i{
		position: relative;
		box-sizing: border-box;
		float: left;
	}
	.news_list_title{
		width: 80%;
	}
	.content_right .news_list_title{
		width: 90%;
	}
	.news_list_time{
		float: right;
	}
	
	.text_omit_s {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}
	
	.page_nav{
		margin-top: 10px;
	}
	
	
	/* 正文页面css */
	.page_content_nav .layui-nav-item{
		width: 6rem;
		background-color: #F9F9F9;
	}
	.page_nav{
		padding: 0px 10px;
	}
	.page_name{
		padding: 5px;
		color: #FFFFFF;
		font-size: 1rem;
		background-color: var(--theme);
		width: 6rem;
		text-align: center;
	}
	.layui-laypage a{
		padding: 0 5px;
	}
	.content{
		padding: 10px 10px;
	}
	.content .news_content .news_title{
		margin-top: 10px;
	}
	.news_list li{
		width: 100%;
		line-height: 2rem;
	}
	.referral>div{
		padding: 3px;
	}
	.longTextToTwo >a{
		width: auto;
		overflow-x:hideen; 
	}	
}