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

	.m-title {

		text-align: center;
		line-height: 1.5;
		font-size: 25px;
		text-decoration: underline;
		text-decoration-color: #23afaf;
		text-decoration-thickness: 2px;
		text-underline-offset: 12px;

	}

	.list1 {
		width: 90%;
		height: auto;
		padding: 15px 0;
		margin: 0 auto;
	}
	.l1-box{
		width: 100%;
		height: auto;
		background-color: #fff;
		box-shadow: 0px 0px 10px gainsboro;
		margin-bottom: 20px;
		position: relative;
	}
	.l1-box img{
		width: 100%;
		height: 200px;
		display: block;
	}
	.l1-text{
		width: 90%;
		height: auto;
		padding: 10px 0;
		margin: 0 auto;
	}
	.l1-text p:nth-of-type(1){
		font-size: 20px;
		line-height: 1.5;
	}
	.l1-text p:nth-of-type(2){
		font-size: 15px;
		line-height: 1.5;
		color: #23afaf;
		margin-top: 5px;
	}
	.l1-box:nth-of-type(1) .l1-text{
		width: 80%;
		padding: 10px 5%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 5%;
		background-color: #fff;
		
	}
	.l1-box:nth-of-type(1) .l1-text p:nth-of-type(2){
		display: none;
	}
	.list2{
		width: 100%;
		height: auto;
		background-image: url(../images/p2.jpg);
		background-repeat: no-repeat;
		margin-top: 20px;
		padding: 15px 0;
		background-size: 100% 100%;
	}
	.l2-box{
		width: 90%;
		height: auto;
		display: flex;
		margin: 0 auto 20px;
		padding: 10px 0;
		justify-content: space-around;
		align-content: center;
		background-color: #fff;
		border: 1px solid #b1dddd;
		border-bottom: 3px solid #b1dddd;
	}
	.l2-box img{
		width: 28%;
		height: 98px;
		border-radius: 100%;
		display: block;
		
		 
	}
	.l2-text{
		width: 60%;
		height: auto;
		padding: 10px 0;
	}
	.l2-text p:nth-of-type(1){
	/* 	width: 90%; 
		margin:0 auto; */
		line-height: 1.5;
		text-align: left;
		font-size: 17px;
		font-weight: 600;
	}
	.l2-text p:nth-of-type(2){
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.5;
		color: #00727a;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.l2-box1{
		width: 90%;
		height: auto;
		margin: 0 auto 20px;
		
	}
	.l2-box1 img{
		width: 100%;
		height: 200px;
		display: block;
		border-radius: 0;
	}
	.l2-box1 .l2-text{
		width: 90%;
		height: auto;
		padding: 10px 0;
		margin: 0 auto;
		
	}
	.l2-box1 .l2-text p:nth-of-type(1){
		width: 90%;
		margin:0 auto;
		line-height: 1.5;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
	}
	.l2-box1 .l2-text p:nth-of-type(2){
		width: 90%;
		height: auto;
		margin:0 auto;
		/* text-align: center; */
		font-size: 15px;
		line-height: 1.5;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.list3{
		width: 100%;
		height: auto;
		padding: 15px 0;
	}
	.l3-box{
		width: 90%;
		height: auto;
		margin: 0 auto 20px;
		background-color: #ffffFf;
		box-shadow: 0px 0px 10px gainsboro;
		
	}
	
	.l3-box img{
		width: 100%;
		height: 200px;
		display: block;
	}
	.l3-text{
		width: 90%;
		padding: 10px 5%;
		
	}
	.l3-text p:nth-of-type(1){
		font-size: 15px;
		color: gray;
		line-height: 1.5;
		margin-bottom: 8px;
		text-transform: uppercase;
	}
	.l3-text p:nth-of-type(2){
		font-size: 19px;
		line-height: 1.5;
		margin-bottom: 8px;
		font-weight: 600;
	}
	.l3-text p:nth-of-type(3){
		font-size: 15px;
		color: #00727a;
		line-height: 1.5;
		margin-bottom: 8px;
	}
	.list4{
		width: 100%;
		height: auto;
		padding: 15px 0;
		
	}
	.l4-box{
		width: 90%;
		height: auto;
		margin: 0 auto 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #fff;
		box-shadow: 0px 0px 10px gainsboro;
		
	}
	.l4-box img{
		width: 40%;
		height: 120px;
		display: block;
	}
	.l4-text{
		width: 55%;
		height: auto;
		padding: 10px 0;
	}
	.l4-text p:nth-of-type(1){
		font-size: 16px;
		line-height: 1.5;
		font-weight: 600;
		
	}
	.l4-text p:nth-of-type(2){
		font-size: 15px;
		line-height: 1.5;
		color: #00727a;
		margin-top: 10px;
		/* font-weight: 600; */
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.l4-text p:nth-of-type(3){
		font-size: 15px;
		color: #00727a;
		line-height: 1.5;
		margin-bottom: 8px;
		display: none;
	}
}

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

	.m-title {
		text-align: center;
		line-height: 1.5;
		font-size: 30px;
		

	}
	.m-title:hover{
		text-decoration: underline;
		text-decoration-color: #23afaf;
		text-decoration-thickness: 2px;
		text-underline-offset: 10px;
	}
	.l1,
	.l2,
	.l3,
	.l4{
		width: 1300px;
		margin: 0 auto;
		height: auto;
	}
	.list1 {
		width: 100%;
		height: auto;
		padding: 15px 0;
	
	}
	.l1{
		display: flex;
		flex-wrap: wrap;
		/* background-color: pink; */
	}
	.l1-box{
		width: 31%;
		height: auto;
		background-color: #fff;
		box-shadow: 0px 0px 10px gainsboro;
		margin: 0 12px 20px 15px;
		position: relative;
		transition: 0.5s all linear;
	}
	.l1-box img{
		width: 100%;
		height: 240px;
		display: block;
	}
	.l1-text{
		width: 90%;
		height: auto;
		padding: 10px 0;
		margin: 0 auto;
	}
	.l1-text p:nth-of-type(1){
		width: 100%;
		font-size: 20px;
		line-height: 1.5;
		display: inline-block;
	}
	.l1-text p:nth-of-type(2){
		width: 100%;
		font-size: 15px;
		line-height: 1.5;
		color: #23afaf;
		margin-top: 5px;
		display: inline-block;
	}
	.l1-box:nth-of-type(1){
		width: 40%;
	}
	.l1-box:nth-of-type(1) img{
		height: 327px;
	}
	.l1-box:nth-of-type(1) .l1-text{
		width: 80%;
		padding: 10px 5%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 5%;
		background-color: #fff;
		
	}
	.l1-box:nth-of-type(1) .l1-text p:nth-of-type(1){
		text-align: center;	
		
	}
	.l1-box:nth-of-type(1) .l1-text p:nth-of-type(2){
		display: none;
	}
	.l1-text:hover p:nth-of-type(1){
		text-decoration: underline;
		text-decoration-color: #23afaf;
		text-decoration-thickness:2px;
		text-underline-offset:10px;
	}
	.l1-box:nth-of-type(2),
	.l1-box:nth-of-type(3){
		width: 26%;
	}
	.l1-box:nth-of-type(2) img,
	.l1-box:nth-of-type(3) img{
		height: 200px;
	}
	.list2{
		width: 100%;
		height: auto;
		background-image: url(../images/p2.jpg);
		background-repeat: no-repeat;
		margin-top: 20px;
		padding: 15px 0;
		background-size: 100% 100%;
	}
	.l2{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		
	}
	 .l2-box1{
		width: 35%;
		height: auto;
		margin: 0 auto 20px;
		display: block !important;
		background-color:transparent;
		padding: 0;
		border: 0;
		/* background-color: pink; */
	}
	 .l2-box1 img{
		width: 100%;
		height: 300px;
		display: block;
		border-radius: 0;
	}
	.l2-box1 .l2-text{
		width: 90%;
		height: auto;
		padding: 10px 0;
		margin: 0 auto;
		
	}
	.l2-box1 .l2-text p:nth-of-type(1){
		width: 90%;
		margin:0 auto;
		line-height: 1.5;
		font-size: 22px;
		font-weight: 600;
		text-align: center;
	}
	.l2-box1 .l2-text p:nth-of-type(2){
		width: 90%;
		height: auto;
		margin:0 auto;
		color: gray;
		font-size: 16px;
		line-height: 1.5;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.l2-right{
		width: 58%;
		display: flex;
		flex-wrap: wrap;
		/* background-color: pink; */
		/* justify-content: space-between; */
	}
	
	.l2-right .l2-box{
		width: 45%;
		height: auto;
		display: flex;
		margin: 0 15px 15px 20px;
		padding: 10px 0;
		justify-content: space-around;
		align-content: center;
		background-color: #fff;
		border: 1px solid #b1dddd;
		border-bottom: 5px solid #b1dddd;
		transition: 0.5s all linear;
		transform: scale(1.0);
	}
	.l2-box:hover{
		transform: scale(1.1);
	}
	.l2-box img{
		width: 28%;
		height: 80px;
		border-radius: 100%;
		display: block;
	}
	.l2-text{
		width: 65%;
		height: auto;
		/* padding: 10px 0; */
	}
	.l2-text p:nth-of-type(1){
		line-height: 1.5;
		text-align: left;
		font-size: 17px;
		font-weight: 600;
		display: inline-block;
	}
	.l2-text p:nth-of-type(2){
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.5;
		color: #00727a;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.l2-text:hover  p:nth-of-type(1){
		text-decoration: underline;
		text-decoration: underline;
		text-decoration-color: #23afaf;
		text-decoration-thickness:2px;
		text-underline-offset:10px;
	}
	.list3{
		width: 100%;
		height: auto;
		padding: 15px 0;
	}
	.l3{
		display: flex;
		flex-wrap: wrap;
	}
	.l3-box{
		width: 30%;
		height: auto;
		margin: 0 15px 20px 25px;
		background-color: #ffffFf;
		box-shadow: 0px 0px 10px gainsboro;
		transition: 0.5s all linear;
		
	}
	.l1-box:hover,
	.l3-box:hover,
	.l4-box:hover{
		transform: translateY(-10px);
	}
	
	.l3-box img{
		width: 100%;
		height: 200px;
		display: block;
	}
	.l3-text{
		width: 90%;
		padding: 10px 5%;
		
	}
	.l3-text p:nth-of-type(1){
		font-size: 15px;
		color: gray;
		line-height: 1.5;
		margin-bottom: 8px;
		text-transform: uppercase;
	}
	.l3-text p:nth-of-type(2){
		font-size: 19px;
		line-height: 1.5;
		margin-bottom: 8px;
		font-weight: 600;
		display: inline-block;
	}
	.l3-text p:nth-of-type(3){
		font-size: 15px;
		color: #00727a;
		line-height: 1.5;
		margin-bottom: 8px;
	}
	.l3-text:hover  p:nth-of-type(2){
		text-decoration: underline;
		text-decoration-color: #23afaf;
		text-decoration-thickness:2px;
		text-underline-offset:10px;
	}
	.list4{
		width: 100%;
		height: auto;
		padding: 15px 0;
		
	}
	.l4{
		display: flex;
		flex-wrap: wrap;
		/* background-color: pink; */
	}
	.l4-box{
		width: 22%;
		height: auto;
		margin: 0 10px 20px 25px;
		background-color: #fff;
		box-shadow: 0px 0px 10px gainsboro;
		transition: 0.5s all linear;
		
	}
	.l4-box img{
		width: 100%;
		height: 220px;
		display: block;
	}
	.l4-text{
		width: 90%;
		height: auto;
		padding: 10px 5%;
	}
	.l4-text p:nth-of-type(1){
		font-size: 14px;
		color: gray;
		line-height: 1.5;
		margin-bottom: 8px;
		text-transform: uppercase;
	}
	.l4-text p:nth-of-type(2){
		font-size: 19px;
		line-height: 1.5;
		margin-bottom: 8px;
		font-weight: 600;
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.l4-text p:nth-of-type(3){
		font-size: 15px;
		color: #00727a;
		line-height: 1.5;
		margin-bottom: 8px;
	}
	.l4-text:hover  p:nth-of-type(2){
		text-decoration: underline;
		text-decoration-color: #23afaf;
		text-decoration-thickness:2px;
		text-underline-offset:10px;
	}

}
