@media (max-width:1000px) {
	.main {
		width: 100%;
		height: auto;
		padding: 10px 0;
	}
	.m-title{
		width: 90%;
		height: auto;
		margin: 0 auto;
		/* border-bottom: 1px solid #505162; */
	}
	#link4{
		width: 100%;
		margin-top: 20px;
	}
	.mt-box{
		width: auto;
		padding: 5px 10px;
		background-color: #505162;
		font-size: 18px;
		color: #FFFFFF;
		text-align: center;
		position: relative;
		display: inline-block;
		/* margin-left: 5%; */
		zonm:1;
		
	}
	.zs{
		width: 0;
		height: 0;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		border-top: 8px solid #505162;
		position: absolute;
		bottom: -8px;
		left: 10px;
	}
	.list1{
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
	}
	.l1-box{
		width: 100%;
		height: auto;
		
	}
	.l1-box img{
		width: 100%;
		height: 200px;
		display: block;
	}
	.l1-text{
		width: 100%;
		height: auto;
		padding: 10px 0 20px;
	}
	.l1-text p:nth-of-type(1){
		font-size: 20px;
		color: #000000;
		line-height: 1.5;
		font-weight: 600;
	}
	.l1-text p:nth-of-type(2){
		font-size: 13px
		line-height: 1.5;
		margin-top: 5px;
		overflow: hidden;
		color: gray;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		
	}
	.l1-box2{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.l1-box2 img{
		width: 35%;
		height: 90px;
		display: block;
	}
	.lb2-text{
		width: 60%;
		height: auto;
	}
	.lb2-text p:nth-of-type(1){
		font-size: 15px;
		color: #000000;
		line-height: 1.5;
		font-weight: 600;
	}
	.lb2-text p:nth-of-type(2){
		font-size: 13px
		line-height: 1.5;
		margin-top: 5px;
		overflow: hidden;
		color: gray;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		
	}
	.l1-box3{
		width: 100%;
		height: auto;
		
	}
	.l1-box3 img{
		width: 180px;
		height: 180px;
		display: block;
		margin: 0 auto;
		border-radius: 100%;
	}
	#link2,
	#link3{
		width: 100%;
	}
	.list2{
		width: 90%;
		height: auto;
		padding: 15px 0;
		margin: 0 auto;
	}
	.l2-box{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
		
	}
	.l2-box img{
		width: 35%;
		height: 90px;
		display: block;
	}
	.l2-text{
		width: 60%;
		height: auto;
	}
	.l2-text p:nth-of-type(1){
		font-size: 15px;
		color: #000000;
		line-height: 1.5;
		font-weight: 600;
	}
	.l2-text p:nth-of-type(2){
		font-size: 13px
		line-height: 1.5;
		margin-top: 5px;
		overflow: hidden;
		color: gray;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		
	}
	.l2-text button{
		display: none;
	}
	.list3{
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
	}
	.l3-box{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}
	.l3-box img{
		width: 35%;
		height: 90px;
		display: block;
	}
	.l3-text{
		width: 60%;
		height: auto;
	}
	.l3-text p:nth-of-type(1){
		font-size: 15px;
		color: #000000;
		line-height: 1.5;
		font-weight: 600;
	}
	.l3-text p:nth-of-type(2){
		font-size: 13px
		line-height: 1.5;
		margin-top: 5px;
		overflow: hidden;
		color: gray;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		
	}
	.l3-box2{
		width: 100%;
		hegiht:auto;
		position: relative;
		margin-top: 20px;
		
	}
	.l3-box2 img{
		width: 100%;
		height: 200px;
		display: block;
	}
	.lb3-mb{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		background-color: rgba(0,0,0,0.2);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.lb3-mb button{
		width: 40%;
		height: 40px;
		border: 2px solid #FFFFFF;
		background-color: transparent;
		display: block;
		font-size: 18px;
		font-weight: 400;
		color: #FFFFFF;
	}
	.l3-box3{
		width: 100%;
		height: auto;
		padding: 8px 0;
		border-bottom: 1px solid gainsboro;
		font-size: 16px;
		color: #111111;
		line-height: 1.5;
		margin-top: 15px;
	}
	
	
	
	

}

@media (min-width:1000px) {
	.main {
		width: 1250px;
		height: auto;
		margin: 0 auto;
		padding: 10px 0;
	}
	
	.m-title{
		width: 90%;
		height: auto;
		margin: 0 auto;
		/* border-bottom: 1px solid #505162; */
	}
	.mt-box{
		width: auto;
		padding: 5px 10px;
		background-color: #505162;
		font-size: 18px;
		color: #FFFFFF;
		text-align: center;
		position: relative;
		display: inline-block;
		/* margin-left: 5%; */
		zonm:1;
		
	}
	.zs{
		width: 0;
		height: 0;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		border-top: 8px solid #505162;
		position: absolute;
		bottom: -8px;
		left: 10px;
	}
	.list1{
		width: 95%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
		display: flex;
		justify-content: space-around;
	}
	.l1-left{
		width: 28%;
		height: auto;
	}
	.l1-middle{
		width: 28%;
		height: auto;
	}
	.l1-right{
		width: 28%;
		height: auto;
	}
	.l1-box{
		width: 100%;
		height: auto;
		
	}
	.l1-box img{
		width: 100%;
		height: 200px;
		display: block;
	}
	.l1-box:hover .l1-text p:nth-of-type(1){
		color: #966a44;
	}
	.l1-box2:hover .lb2-text p:nth-of-type(1){
		color: #966a44;
	}
	.l1-box3:hover .l1-text p:nth-of-type(1){
		color: #966a44;
	}
	.l1-text{
		width: 100%;
		height: auto;
		padding: 10px 0 20px;
	}
	.l1-text p:nth-of-type(1){
		font-size: 22px;
		color: #000000;
		line-height: 1.5;
		font-weight: 600;
		/* font-family: "bodoni mt black"; */
	}
	.l1-text p:nth-of-type(2){
		font-size: 14px;
		line-height: 1.8;
		margin-top: 5px;
		overflow: hidden;
		color: gray;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		
	}
	.l1-box2{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.l1-box2 img{
		width: 35%;
		height: 90px;
		display: block;
	}
	.lb2-text{
		width: 60%;
		height: auto;
	}
	.lb2-text p:nth-of-type(1){
		font-size: 15px;
		color: #000000;
		line-height: 1.5;
		font-weight: 600;
	}
	.lb2-text p:nth-of-type(2){
		font-size: 13px
		line-height: 1.8;
		margin-top: 5px;
		overflow: hidden;
		color: gray;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		
	}
	.l1-box3{
		width: 100%;
		height: auto;
		/* padding-bottom: 15px; */
		
	}
	.l1-box3 img{
		width: 180px;
		height: 180px;
		display: block;
		margin: 0 auto;
		border-radius: 100%;
		margin-bottom: 15px;
	}
	#link2{
		width: 92%;
	}
	.link3{
		width: 100% !important;
	}
	.link4{
		width: 100% !important;
		margin-top: 20px;
	}
	.list-box{
		width: 95%;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		
	}
	.list2{
		width: 70%;
		height: auto;
		padding: 15px 0;
		margin: 0 auto;
	}
	.l2-box{
		width: 95%;
		height: auto;
		display: flex;
		justify-content: space-around;
		margin: 20px 0 0 3%;
		
	}
	.l2-box img{
		width: 35%;
		height: 200px;
		display: block;
	}
	.l2-text{
		width: 55%;
		height: auto;
	}
	.l2-box:hover .l2-text p:nth-of-type(1){
		color: #966a44;
	}
	.l2-text p:nth-of-type(1){
		font-size: 22px;
		color: #000000;
		line-height: 1.5;
		font-weight: 600;
	}
	.l2-text p:nth-of-type(2){
		font-size: 16px;
		line-height: 1.8;
		margin-top: 5px;
		overflow: hidden;
		color: gray;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		
	}
	.l2-text button{
		display: block;
		width: 120px;
		height: 30px;
		margin-top: 10px;
		border: none;
		color: #FFFFFF;
		background-color: #966a44;
	}
	.l2-text button:hover{
		background-color: #000000;
	}
	.list3{
		width: 30%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
		/* display: flex;
		justify-content: space-around;
		flex-wrap: wrap; */
	}
	
	.l3-box{
		width: 90%;
		height: auto;
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}
	.l3-box img{
		width: 35%;
		height: 90px;
		display: block;
	}
	.l3-text{
		width: 60%;
		height: auto;
	}
	.l3-box:hover .l3-text p:nth-of-type(1){
		color: #966a44;
	}
	.l3-text p:nth-of-type(1){
		font-size: 15px;
		color: #000000;
		line-height: 1.5;
		font-weight: 600;
	}
	.l3-text p:nth-of-type(2){
		font-size: 13px
		line-height: 1.5;
		margin-top: 5px;
		overflow: hidden;
		color: gray;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		
	}
	.l3-box2{
		width: 80%;
		hegiht:auto;
		position: relative;
		margin-top: 20px;
		
	}
	.l3-box2 img{
		width: 100%;
		height: 200px;
		display: block;
	}
	.lb3-mb{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		background-color: rgba(0,0,0,0.2);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.lb3-mb button{
		width: 40%;
		height: 40px;
		border: 2px solid #FFFFFF;
		background-color: transparent;
		display: block;
		font-size: 18px;
		font-weight: 400;
		color: #FFFFFF;
	}
	.l3-box3{
		width: 90%;
		height: auto;
		padding: 8px 0;
		border-bottom: 1px solid gainsboro;
		font-size: 18px;
		color: #111111;
		line-height: 1.5;
		margin-top: 5px;
	}
	.l3-box3:hover{
		color: #966a44;
	}
	
}
