@media (max-width:1000px) {
	.main {
		width: 100%;
		height: auto;
		padding: 10px 0;
	}

	.m-title {
		width: 90%;
		line-height: 2;
		margin: 0 auto;
		font-size: 23px;
		font-weight: 600;
		font-family: times;
		color: #792c0f;
	}

	.list1{
		width: 90%;
		margin:0 auto;
		height: auto;
		padding: 15px 0;
	}
	.l1-box{
		width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
		margin: 0 0 20px;
	}
	.l1-box img{
		width: 100%;
		height: 220px;
		display: block;
		position: relative;
		
	}
	.l1-text{
		width: 100%;
		padding: 20px 0;
		background-color: #f8f8f8;
		
		
	}
	.l1-text p:nth-of-type(1){
		width: 90%;
		line-height: 1.5;
		font-size: 18px;
		color: #000000;
		margin: 0 auto;
		font-weight: 600;
		
	}
	.l1-text p:nth-of-type(2){
		font-size: 15px;
		width: 90%;
		margin:10px auto 0;
		line-height: 1.5;
		color: gray;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: none;
	}
	.l1-box:after{
		content: '';
		position: absolute;
		top: 180px;
		left: -20px;
		height: 60px;
		width: 120%;
		transform: rotate(4deg);
		webkit-transform: rotate(4deg);
		background-color: #f8f8f8;
		/* z-index: -1; */
	}
	.list2{
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
		
	}
	.l2-box{
		width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
		margin: 0 0 20px;
	}
	.l2-box img{
		width: 100%;
		height: 210px;
		display: block;
	}
	.l2-text{
		width: 100%;
		height: auto;
		padding: 10px 0;
	}
	.l2-text p:nth-of-type(1){
		width: 90%;
		line-height: 1.5;
		font-size: 18px;
		color: #000000;
		margin: 0 auto;
		font-weight: 600;
	}
	.l2-text p:nth-of-type(2){
		display: none;
	}
	.l2-box:after{
		content: '';
		position: absolute;
		right: -22px;
		top: -15px;
		background-color: #FFFFFF;
		/* background-color: pink; */
		width: 30px;
		height: 80%;
		transform: rotate(5deg);
	}
	.list3{
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
	}
	.l3-box1{
		width: 100%;
		height: 220px;
		margin-bottom: 20px;
		box-shadow: 0px 0px 10px gray;
	}
	.l3-box1 img{
		width: 100%;
		height: 100%;
	}
	.l3-box{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		margin: 0 0 20px;
		background-color: #f8f8f8;
	}
	.l3-box img{
		width: 38%;
		height: 90px;
		display: block;
	}
	.l3-text{
		width: 55%;
		height: auto;
		padding: 5px 0;
	}
	.l3-text p:nth-of-type(1){
		width: 100%;
		line-height: 1.5;
		font-size: 16px;
		font-weight: 600;
	}
	.l2-box .tips{
		margin: 10px 0;
	}
	.tips{
		width: auto;
		height: auto;
		background-color: #000000;
		padding: 3px 5px;
		color: #FFFFFF;
		text-transform: uppercase;
		display: inline-block;
		font-size: 12px;
		zoom: 1;
		margin-top: 10px;
	}
	.list4{
		width: 100%;
		margin: 0 auto;
		padding: 15px 0;
		background-color: #f8f8f8;
		
	}
	.l4-box{
		width: 90%;
		height: auto;
		margin: 0 auto 30px;
		background-color: #FFFFFF;
		box-shadow: 0 0 10px gray;
		position: relative;
	}
	.l4-box img{
		width: 100%;
		height: 220px;
		display: block;
	}
	.l4-text{
		width: 100%;
		padding: 10px 0;
	}
	.l4-text p:nth-of-type(1){
		width: 90%;
		line-height: 1.5;
		font-size: 22px;
		color: #000000;
		margin: 0 auto;
		font-weight: 600;
		font-family: times;
	}
	.l4-text p:nth-of-type(2){
		display: none;
	}
	.tips2{
		position: absolute;
		width: auto;
		height: auto;
		padding: 3px 5px;
		background-color: #000000;
		color: #FFFFFF;
		top: 196px;
		left: 0;
		display: inline-block;
		zoom: 1;
		font-size: 13px;
	}
	
}

@media (min-width:1000px) {
	.main {
		width: 1300px;
		height: auto;
		margin: 0 auto;
		background-color: #FFFFFF;
		padding: 10px 0;
	}

	.m-title {
		width: 90%;
		line-height: 2;
		margin: 0 auto;
		font-size: 28px;
		font-weight: 600;
		color: #000000;
		text-transform: uppercase;
		font-family: times;
		color: #792c0f;
		/* border-bottom: 2px solid #808fa8; */
	}

	.list1{
		width: 93%;
		margin:0 auto;
		height: auto;
		padding: 15px 0;
		display: flex;
		flex-wrap: wrap;
		/* background-color: pink; */
	}
	.l1-box{
		width: 30%;
		height: auto;
		position: relative;
		overflow: hidden;
		margin: 0 15px 20px 23px
	}
	.l1-box img{
		width: 100%;
		height: 240px;
		display: block;
		position: relative;
		
	}
	.l1-text{
		width: 100%;
		padding: 20px 0;
		background-color: #f8f8f8;
		
		
	}
	.l1-box:hover .l1-text p:nth-of-type(1){
		color: #fd3237;
	}
	.l1-text p:nth-of-type(1){
		width: 90%;
		line-height: 1.5;
		font-size: 20px;
		color: #000000;
		margin: 0 auto;
		font-weight: 600;
		
	}
	.l1-text p:nth-of-type(2){
		font-size: 15px;
		width: 90%;
		margin:10px auto 0;
		line-height: 1.5;
		color: gray;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		/* display: none; */
	}
	.l1-box:after{
		content: '';
		position: absolute;
		top: 200px;
		left: -20px;
		height: 60px;
		width: 120%;
		transform: rotate(4deg);
		webkit-transform: rotate(4deg);
		background-color: #f8f8f8;
		/* z-index: -1; */
	}
	.content-box{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		/* background-color: pink; */
	}
	.list2{
		width: 70%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
		
		
	}
	.list2 .m-title{
		width: 100%;
	}
	.list3-box .m-title{
		width: 100%;
	}
	.l2-box{
		width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
		margin: 0 0 20px;
		display: flex;
		justify-content: space-between;
		
	}
	.l2-box img{
		width:310px;
		height: 210px;
		display: block;
		/* position: relative; */
	}
	.l2-text{
		width: 60%;
		height: auto;
		padding: 10px 0;
	}
	.l2-box:hover .l2-text p:nth-of-type(1){
		color: #fd3237;
	}
	.tips:hover{
		background-color: #fd3237;
		color: #fff;
	}
	.l2-text p:nth-of-type(1){
		width: 90%;
		line-height: 1.5;
		font-size: 18px;
		color: #000000;
		margin: 0 auto;
		font-weight: 600;
	}
	.l2-text p:nth-of-type(2){
		font-size: 15px;
		width: 90%;
		margin:10px auto 0;
		line-height: 1.5;
		color: gray;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
	}
	.l2-box:after{
		content: '';
		position: absolute;
		left: 300px;
		top: 0px;
		background-color: #FFFFFF;
		/* background-color: pink; */
		width: 30px;
		height: 110%;
		transform: rotate(5deg);
	}
	.list3-box{
		width: 30%;
		position: relative;
	}
	.list3{
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
		position: sticky;
		top: 5px;
		bottom: auto;
	}
	.l3-box1{
		width: 100%;
		height: 220px;
		margin-bottom: 20px;
		box-shadow: 0px 0px 10px gray;
	}
	.l3-box1 img{
		width: 100%;
		height: 100%;
	}
	.l3-box{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		margin: 0 0 20px;
		background-color: #f8f8f8;
	}
	.l3-box img{
		width: 38%;
		height: 90px;
		display: block;
	}
	.l3-text{
		width: 55%;
		height: auto;
	}
	.l3-box:hover .l3-text p:nth-of-type(1){
		color: #792c0f;
	}
	.l3-text p:nth-of-type(1){
		width: 100%;
		line-height: 1.5;
		font-size: 16px;
		font-weight: 600;
	}
	.l2-box .tips{
		margin: 10px 0 10px 5%;
	}
	.tips{
		width: auto;
		height: auto;
		background-color: #000000;
		padding: 3px 5px;
		color: #FFFFFF;
		text-transform: uppercase;
		display: inline-block;
		font-size: 12px;
		zoom: 1;
		margin-top: 10px;
	}
	.list4{
		width: 100%;
		margin: 0 auto;
		padding: 15px 0;
		background-color: #f8f8f8;
		display: flex;
		flex-wrap: wrap;
		
	}
	.l4-box{
		width: 28%;
		height: auto;
		margin: 0 20px 35px 40px;
		background-color: #FFFFFF;
		box-shadow: 0 0 10px gray;
		position: relative;
	}
	.l4-box img{
		width: 100%;
		height: 250px;
		display: block;
	}
	.l4-text{
		width: 100%;
		padding: 10px 0;
	}
	.l4-box:hover .l4-text p:nth-of-type(1){
		color: #782b14;
	}
	.tips2:hover{
		
		background-color: #782b14;
		color: #FFFFFF;
	}
	.l4-text p:nth-of-type(1){
		width: 90%;
		line-height: 1.5;
		font-size: 23px;
		color: #000000;
		margin: 0 auto;
		font-weight: 600;
		font-family: times;
	}
	.l4-text p:nth-of-type(2){
		font-size: 15px;
		width: 90%;
		margin:10px auto 0;
		line-height: 1.5;
		color: gray;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
	}
	.tips2{
		position: absolute;
		width: auto;
		height: auto;
		padding: 3px 5px;
		background-color: #000000;
		color: #FFFFFF;
		top: 227px;
		left: 0;
		display: inline-block;
		zoom: 1;
		font-size: 13px;
	}

}
