﻿
@media screen and (min-width:321px)and (max-width:480px) {
.slhmod{
	display: none;
}

.content_right{
	display: none;
}

	.body {
		width: 100%;
		height: 320px;
		/* background: url(banner.jpg) no-repeat left top; */
	}

	/* 顶部文字 */
	.topBar {
		width: 100%;
		height: 30px;
	}

	.topBar_content {
		width: 100%;
	}
.content_left li{
	padding-left: 0;
}
	/* logo */
	.logo_Bar {
		width: 100%;
		height: 290px;
		text-align: center;
	}

	.logo_Bar .logo {
		margin: 0 auto;
		width: 60%;
	}

	.logo img {
		width: 100%;
	}

	/* 搜索框 */
	.search {
		width: 85%;
	}

	.home_search {
		width: 100%;
		height: 100px;
	}

	.home_search .ss .ss_txt {
		width: 100%;
	}
.home_search p{
	font-size: 0.9rem;
}
	/* 导航栏 */
	.top_nav {
		width: 100%;
	}

	.top_nav .nav {
		width: 100%;
	}
.top_nav .nav ul {
    width: auto;
    display: flex;
    overflow-x: auto;
}

	.top_nav .nav ul li {
    width: auto;
    white-space: nowrap;
		width: 14%;
	font-size: 0.7rem;
	}
.top_nav .nav ul li a {
    width: 60px;
}


	/* 头条 */
	.news_top {
		width: 100%;
	}

	.news-topmain {
		width: 100%;
	}

	.news-top1 {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.news-top1 a {
		font-size: 1.6rem;

	}

	.topstyle span {
		width: 46%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

/*内容主体 */
.content_wrap{
	width: 100%;
}
.channel_wrap{
	width: 100%;
}
.channel_title{
	width: 100%;
	margin-left: 0;
}
.channel_title>p{
	width: 100%;
}
.channel_content{
	width: 100%;
	float: left;
	margin-top: 30px;
}






	/* 底部 */
	.footer_wrap .footer {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer .footer_left {
		width: 100%;
		height: auto;
	}

	.footer .footer_middle {
		width: 100%;
		height: auto;
		font-size: 0.8rem;
		padding: 0 20px;
	}

	.footer .footer_right {
		width: 100%;
		height: auto;
		margin-top: 20px;
	}


}
