﻿@media screen and (min-width: 760px) {
	.index {
		width: 100%;
		min-width: 1345px;
		background: #fff;
		overflow: hidden;
	}
	.banner {
		width: 100%;
		overflow: hidden;
	}
	.banner img {
		width: 100%;
	}
	.Mbanner {
		display: none;
	}
	.container {
		width: 1200px;
		margin: 0 auto;
	}
	.list_nav {
		width: 100%;
		background: #fff;
		padding: 20px 0 30px;
	}
	.list_title {
		padding: 20px 0;
		border-bottom: 1px solid #000;
		font-size: 24px;
		letter-spacing: 2px;
		font-family: "微软雅黑";
	}
	.list {
		width: 100%;
		overflow: hidden;
	}
	.list_comm {
		border-bottom: 1px dashed #000;
	}
	.list_comm a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 15px 0;
	}
	.list_comm a p {
		font-size: 20px;
		line-height: 35px;
		font-family: "微软雅黑";
	}
	.list_text {
		width: 80%;
		display: flex;
		align-items: center;
	}
	.list_text p {
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.list_text span {
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #000;
		display: inline-block;
		margin-right: 10px;
	}
	.list_active {
		height: 660px;
		overflow: hidden;
	}
	.list_data {}
	.list_more {
		width: 110px;
		height: 45px;
		line-height: 45px;
		background: #ee9f27;
		border-radius: 5px;
		text-align: center;
		margin: 20px auto 0px;
		font-size: 20px;
		font-family: "微软雅黑";
		color: #fff;
		font-weight: bold;
		letter-spacing: 2px;
		cursor: pointer;
		display: none;
	}
	.banner_link {
		width: 100px!important;
		margin: 10px auto!important;
		display: block;
		position: absolute;
		top: 0px!important;
		left: 2px;
	}
	/*底部*/
	.footer {
		width: 100%;
		background: #8cc35c;
		/*display: flex;
		align-items: center;*/
		padding: 50px 0;
		position: relative;
	}
	.footer p {
		text-align: center;
		line-height: 28px;
	}
	.footer p a {
		font-size: 20px;
		font-family: "微软雅黑";
		color: #000;
		cursor: auto;
		letter-spacing: 1px;
	}
}

@media screen and (max-width: 760px) {
	.index {
		width: 100%;
		background: #fff;
		overflow: hidden;
	}
	.banner {
		display: none;
	}
	.Mbanner {
		width: 100%;
		overflow: hidden;
	}
	.Mbanner img {
		width: 100%;
	}
	.container {
		width: 90%;
		margin: 0 auto;
	}
	.list_nav {
		width: 100%;
		background: #fff;
		padding: 0.2rem 0 0.3rem;
	}
	.list_title {
		padding: 0.2rem 0;
		border-bottom: 0.02rem solid #000;
		font-size: 0.35rem;
		letter-spacing: 0.02rem;
		font-family: "微软雅黑";
	}
	.list {
		width: 100%;
		overflow: hidden;
	}
	.list_comm {
		border-bottom: 0.02rem dashed #000;
	}
	.list_comm a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0.25rem 0;
	}
	.list_comm a p {
		font-size: 0.28rem;
		line-height: 0.35rem;
		font-family: "微软雅黑";
	}
	.list_text {
		width: 70%;
		display: flex;
		align-items: center;
	}
	.list_text p {
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.list_text span {
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background: #000;
		display: inline-block;
		margin-right: 0.1rem;
	}
	.list_active {
		height: 6.6rem;
		overflow: hidden;
	}
	.list_data {}
	.list_more {
		width: 1.3rem;
		height: 0.45rem;
		line-height: 0.45rem;
		background: #ee9f27;
		border-radius: 0.05rem;
		text-align: center;
		margin: 0.2rem auto 0px;
		font-size: 0.2rem;
		font-family: "微软雅黑";
		color: #fff;
		font-weight: bold;
		letter-spacing: 0.04rem;
		cursor: pointer;
		display: none;
	}
	.banner_link_m {
		width: 70px;
		margin: 5px;
		display: block;
		position: absolute;
		/* top: .01rem; */
	}
	/*底部*/
	.footer {
		width: 100%;
		height: auto;
		background: #8cc35c;
		display: flex;
		align-items: center;
		padding: 0.2rem 0 0.3rem;
		position: relative;
	}
	.footer p {
		text-align: center;
		padding: 0.05rem 0;
	}
	.footer p a {
		font-size: 0.2rem;
		font-family: "微软雅黑";
		color: #000;
		cursor: auto;
	}
}