.c2-text button:hover{
	background-color: #bac8dd;
}
@media (max-width:1000px) {
	.main{
		width: 100%;
		height: auto;
		padding: 10px 0 10px;
	}
	.m-title{
		width: 90%;
		line-height: 1.5;
		text-align: center;
		margin: 10px auto 0;
		font-size: 25px;
		color: #345e9e;
		font-family: Mont;
	
	}
	.list1{
		width: 90%;
		height: auto;
		margin: 5px auto 0;
		padding: 5px 0;
	}
	.content1{
		width: 100%;
		height: auto;
		margin: 20px auto 0;
	}
	.content1 img{
		width: 80%;
		height: 170px;
		display: block;
		margin: 0 auto;
	}
	.c1-text{
		width: 95%;
		height: auto;
		margin: 5px auto;
		padding-bottom: 10px ;
		border-bottom: 1px solid gainsboro;
	}
	.c1-text p:nth-of-type(1){
		width: 100%;
		line-height: 1.5;
		font-size: 20px;
		text-decoration: underline;
		color: #345e9e;
	}
	.c1-text p:nth-of-type(2){
		width: 100%;
		line-height: 1.5;
		font-size: 14px;
		margin-top: 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3; 
		color: gray;
	}
	.list2{
		width: 90%;
		height: auto;
		margin: 5px auto 0;
		padding: 5px 0;
	}
	.content2{
		width: 80%;
		height: auto;
		margin: 15px auto 0;
		background-color: #f5f5f5;
		padding: 5px 0 10px;
		
	}
	.content2 img{
		width: 90%;
		height: 150px;
		display: block;
		margin: 0 auto 10px;
	}
	.c2-text{
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	.c2-text p:nth-of-type(1){
		text-align: center;
		line-height: 1.5;
		font-size: 20px;
		font-weight: 600;
		color: #000000;
	}
	.c2-text p:nth-of-type(2){
		width: 95%;
		margin: 10px auto 0;
		line-height: 1.5;
		font-size: 14px;
		color: gray;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3; 
	}
	.c2-text button{
		display: block;
		width: 70%;
		height: 30px;
		margin: 10px auto 0;
		background-color: transparent;
		font-size: 18px;
		color: #345e9e;
		border: 2px solid #345e9e;
	}
}
@media (min-width:1000px) {
	.main{
		width: 1500px;
		height: auto;
		margin: 0 auto;
		padding: 10px 0 10px;
		display: flex;
		justify-content: center;
		/* align-items: center; */
	}
	.m-title{
		width: 90%;
		line-height: 1.5;
		text-align: center;
		margin: 10px auto 0;
		font-size: 30px;
		color: #345e9e;
		font-family: Mont;
	}
	/* .main .m-title:nth-of-type(1){
		text-align: left;
	} */
	.list1{
		width: 60%;
		height: auto;
		margin: 5px auto 0;
		padding: 5px 0;
	}
	.content1{
		width: 100%;
		height: auto;
		margin: 5% auto 0;
		display: flex;
		justify-content: space-around;
	}
	.content1 img{
		width: 30%;
		height: 200px;
		display: block;
		margin: 0 auto;
	}
	.c1-text{
		width: 65%;
		height: auto;
		margin: 5px auto;
		/* margin-left: -4%; */
		padding-bottom: 10px ;
		border-bottom: 1px solid gainsboro;
	}
	.c1-text p:nth-of-type(1){
		width: 100%;
		line-height: 1.5;
		font-size: 30px;
		text-decoration: underline;
		color: #345e9e;
	}
	.c1-text p:nth-of-type(2){
		width: 100%;
		line-height: 1.5;
		font-size: 20px;
		margin-top: 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3; 
		color: gray;
	}
	.list2{
		width: 28%;
		height: auto;
		margin: 5px auto 0;
		padding: 5px 0;
	}
	.content2{
		width: 80%;
		height: auto;
		margin: 5% auto 0;
		background-color: #f5f5f5;
		padding: 5px 0 10px;
	}
	.content2 img{
		width: 90%;
		height: 200px;
		display: block;
		margin: 0 auto 10px;
	}
	.c2-text{
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	.c2-text p:nth-of-type(1){
		text-align: center;
		line-height: 1.5;
		font-size: 25px;
		font-weight: 600;
		color: #000000;
	}
	.c2-text p:nth-of-type(2){
		width: 90%;
		margin: 10px auto 0;
		line-height: 1.5;
		font-size: 17px;
		color: gray;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3; 
	}
	.c2-text button{
		display: block;
		width: 70%;
		height: 50px;
		margin: 15px auto 0;
		background-color: transparent;
		font-size: 20px;
		color: #345e9e;
		border: 3px solid #345e9e;
	}
}