@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;
		position: relative;
		overflow: hidden;
		/* font-family: times; */
		text-transform: uppercase;
		/* word-spacing: 5px; */
	
	}
	.m-title:after {
		content: '';
		position: absolute;
		top: calc(50% - 1.5px);
		height: 4px;
		width: 90%;
		background-color:#fac331;
	}
	.list1{
		width: 90%;
		height: auto;
		padding: 15px 0;
		margin: 0 auto;
	}
	.l1-box{
		width: 100%;
		height: auto;
		position: relative;
		margin-bottom: 25px;
		
	}
	.l1-box img,
	.l1-box2 img{
		width: 100%;
		height: 230px;
		display: block;
		
	}
	.l1-box2{
		width: 100%;
		height: auto;
		position: relative;
		margin-bottom: 25px;
		/* background-color: aqua; */
	}
	.l1-text{
		position: absolute;
		bottom: 15%;
		left: 0;
		right: 0;
		margin: auto;
		padding: 0 5%;
	}
	.l1-text p{
		background-color: #FFFFFF;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		/* line-height: 1.5; */
		/* display: inline; */
		padding: 0 5px;
		/* word-spacing:5px; */
		
	}
	.tips{
		width: auto;
		height: auto;
		padding: 3px 6px;
		display: inline-block;
		background-color: #FFFFFF;
		font-size: 16px;
		font-weight: 400;
		text-transform: uppercase;
		margin-top: 10px;
		font-family: times;
		text-decoration: underline;
	}
	.list2{
		width: 90%;
		height: auto;
		padding: 15px 0;
		display: flex;
		flex-wrap: wrap;
		
		margin: 0 auto;
	}
	.l2-box{
		width: 45%;
		height: auto;
		margin: 0 7px 25px 9px;
		
	}
	.l2-box img{
		width: 100%;
		height: 120px;
		display: block;
	}
	.l2-text{
		width: 100%;
		height: auto;
		padding: 10px 0;
	}
	.l2-text p:nth-of-type(1){
		font-size: 15px;
		font-weight: 600;
		line-height: 1.5;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.l2-text p:nth-of-type(2){
		font-size: 13px;
		color: gray;
		line-height: 1.5;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		
	}
	.list3{
		width: 90%;
		height: auto;
		padding: 15px 0;
		margin: 0 auto;
		
	}
	.l3-box{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-transform: uppercase;
		margin-bottom: 25px;
	}
	.l3-box img{
		width: 40%;
		height: 95px;
	}
	.l3-text{
		width: 50%;
		height: auto;
		padding: 10px;
		font-size: 16px;
		font-weight:600;
		text-transform: none;
		line-height: 1.6;
	}
	.list4{
		width:90%;
		height: auto;
		padding: 15px 0;
		margin: 0 auto;
	}
	.l4-box{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		
	}
	.l4-box img{
		width: 100%;
		height: 220px;
		
	}
	.l4-text{
		width: 100%;
		height: auto;
		padding: 10px 0;
	}
	.l4-text p:nth-of-type(1){
		font-size: 20px;
		font-weight: 600;
		line-height: 1.5;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.l4-text p:nth-of-type(2){
		font-size: 15px;
		color: gray;
		line-height: 1.5;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		
	}
	


}

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

	.m-title {
		width:88%;
		line-height: 2;
		margin-left: 5%;
		font-size: 28px;
		font-weight: 600;
		text-transform: uppercase;
		position: relative;
		overflow: hidden;
		
		
		
		/* font-family: "monotype corsiva"; */
		/* color: #0e5276; */
		/* border-bottom: 2px solid #808fa8; */
	}

	.m-title:after {
		content: '';
		position: absolute;
		top: calc(50% - 1.5px);
		height: 4px;
		width: 90%;
		background-color:#fac331;
	}
	.list1{
		width: 90%;
		height: 500px;
		padding: 15px 0;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		/* align-items: center; */
		flex-wrap: wrap;
		/* align-content: space-between; */
	}
	.l1-box{
		width: 32%;
		height: 100%;
		position: relative;
		
	}
	.l1-box2{
		width: 30%;
		height:48%;
		position: relative;
		/* background-color: aqua; */
	}
	.l1-box2 img,
	.l1-box img{
		width: 100%;
		height: 100%;
	}
	.l1-text{
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
		margin: auto;
		padding: 0 5%;
	}
	.l1-text p{
		background-color: #FFFFFF;
		/* text-transform: uppercase; */
		font-size: 16px;
		font-weight: 600;
		text-align: center;
		line-height: 1.5;
		/* display: inline; */
		padding: 0 5px;
		/* word-spacing:5px; */
		
	}
	.tips{
		width: auto;
		height: auto;
		padding: 3px 6px;
		display: inline-block;
		background-color: #FFFFFF;
		font-size: 16px;
		font-weight: 400;
		text-transform: uppercase;
		margin-top: 10px;
		font-family: times;
		text-decoration: underline;
	}
	.list2{
		width: 90%;
		height: auto;
		padding: 15px 0;
		display: flex;
		flex-wrap: wrap;
		
		margin: 0 auto;
	}
	.l2-box{
		width: 23%;
		height: auto;
		margin: 0 7px 25px 9px;
		
	}
	.l2-box img{
		width: 100%;
		height: 220px;
		display: block;
	}
	.l2-text{
		width: 100%;
		height: auto;
		padding: 10px 0;
	}
	.l2-text p:nth-of-type(1){
		font-size: 20px;
		font-weight: 600;
		line-height: 1.5;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;	
	}
	.l2-text p:nth-of-type(2){
		font-size: 15px;
		color: gray;
		line-height: 1.5;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;	
	}
	.list3{
		width: 90%;
		height: auto;
		padding: 15px 0;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	.l3-box{
		width: 18%;
		height: auto;
		text-transform: uppercase;
		margin: 0 10px 25px 10px;
	}
	.l3-box img{
		width: 100%;
		height: 155px;
	}
	.l3-text{
		width: 100%;
		height: auto;
		padding: 10px;
		font-size: 16px;
		font-weight:600;
		text-transform: none;
	}
	.list4{
		width:90%;
		height: auto;
		padding: 15px 0;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		
	}
	.l4-box{
		width: 30%;
		height: auto;
		margin: 0 10px 20px 23px;
		
	}
	.l4-box img{
		width: 100%;
		height: 250px;
		
	}
	.l4-text{
		width: 100%;
		height: auto;
		padding: 10px 0;
	}
	.l4-text p:nth-of-type(1){
		font-size: 20px;
		font-weight: 600;
		line-height: 1.5;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;	
	}
	.l4-text p:nth-of-type(2){
		font-size: 15px;
		color: gray;
		line-height: 1.5;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		
	}


}
