@charset "gb2312";
@media only screen and (max-width:1199px ) {
/*top*/
.top img:nth-child(1){
	display: none;
}
.top img:nth-child(2){
	display: block;
}

/*nav*/
.path-nav{
	width: 100%;
	height: auto;
	padding: 0.2rem 0.3rem;
	box-sizing: border-box;
}
#position{
	font-size: 0.26rem;
	line-height: 0.39rem;
}
#position a{
	font-size: 0.26rem;
	line-height: 0.39rem;
}

/*newsLists*/
.main{
	width: 100%;
	padding: 0.2rem 0;
	border-width: 2px 0 px 0;
	margin-top: 0rem;
	padding: 0 0.3rem;
	box-sizing: border-box;
}
.main_lists li{
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: none;
	padding: 0.2rem 0;
}
.main_lists li:hover{
	background: #eaeaea;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}
.main_lists li a{
	font-size: 0.26rem;
	line-height: 0.39rem;
	float: none;
	display: block;
	text-align: justify;
}
.main_lists li p{
	font-size: 0.22rem;
	line-height:0.33rem;
	float: none;
	display: block;
	margin-top: 0.1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main_lists li p:after{
	content: "";
	height: 1px;
	display: inline-block;
	border-bottom: 1px dashed #EAEAEA;
	flex: 1;
	margin-left: 0.1rem;
}

/*morepage*/
#morepage{
	width: 100%;
	font-size: 0.26rem;
	margin-top: 0.2rem;
	padding: 0 0.3rem;
	box-sizing: border-box;
}
#morepage a{
	font-size: 0.26rem;
}

/*foot*/
.m_bottom01{
	margin-top:1rem;
	padding: 0.4rem 0;
}
.m_bottom01 p{
	font-size: 0.24rem;
	line-height: 0.36rem;
}
.m_bottom01 a img {
	width: 0.26rem;
	height: 0.26rem;
	margin-top: 0.1rem;
}

}
 
