@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; */
	}

	.mt-box {
		width: auto;
		padding: 5px 10px;
		/* background-color: #505162; */
		font-size: 20px;
		color: #095788;
		text-align: center;
		display: inline-block;
		font-weight: 600;
		/* margin-left: 5%; */
		zonm: 1;

	}

	.list1 {
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
		border-bottom: 1px solid #53ade8;
	}

	.ll-box {
		width: 100%;
		height: auto;
		position: relative;
		margin-bottom: 20px;
	}

	.ll-box img {
		width: 100%;
		height: 200px;
		display: block;
	}

	.ll-mb {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.3);
		position: absolute;
		top: 0;


	}

	.ll-mb p {
		width: 90%;
		line-height: 1.5;
		font-size: 18px;
		color: #FFFFFF;
		font-weight: 600;
		position: absolute;
		margin: auto;
		bottom: 10%;
		left: 0;
		right: 0;
	}

	.ll-box2 {
		width: 90%;
		height: auto;
		padding: 15px 5%;
		border-bottom: 1px solid gainsboro;
		font-size: 16px;
		color: #000000;
		font-weight: 600;
		line-height: 1.8;
		background-color: #f3fafe;
	}

	.l1-middle {
		width: 100%;
		height: auto;
		margin-top: 20px;
	}

	.l1-middle img {
		width: 100%;
		height: 200px;
		display: block;
	}

	.lm-text {
		width: 100%;
		height: auto;
		padding: 10px 0;
	}

	.lm-text p:nth-of-type(1) {
		width: 90%;
		line-height: 1.5;
		font-weight: 600;
		font-size: 23px;
		color: #000000;
	}

	.lm-text p:nth-of-type(2) {
		display: none;
	}

	.lr-box {
		width: 90%;
		height: auto;
		margin: 20px auto 0;
		display: flex;
		justify-content: space-between;
		align-items: center;

	}

	.lr-box img {
		width: 35%;
		height: 70px;
		display: block;
	}

	.lr-text {
		width: 60%;
		line-height: 1.5;
		font-size: 16px;
		color: #000;
	}

	.list2 {
		width: 90%;
		height: auto;
		padding: 15px 0;
		margin: 0 auto;
		border-bottom: 1px solid #53ade8;

	}

	.l2-box {
		width: 100%;
		height: 210px;
		position: relative;
		margin-bottom: 20px;
	}

	.l2-box img {
		width: 100%;
		height: 100%;
	}

	.l2-mb {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		background-color: rgba(0, 0, 0, 0.3);
	}

	.l2m-text {
		width: 90%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 11%;
		margin: auto;
		font-size: 18px;
		color: #FFFFFF;
		line-height: 1.5;
		font-weight: 600;
	}

	.list3 {
		width: 90%;
		height: auto;
		padding: 15px 0;
		margin: 0 auto;
		border-bottom: 1px solid #53ade8;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.list3 img {
		width: 38%;
		height: 90px;
		display: block;
	}

	.l3-text {
		width: 58%;
		height: auto;
	}

	.l3-text p:nth-of-type(1) {

		line-height: 1.5;
		font-size: 17px;
		font-weight: 600;
		color: #000000;
	}

	.l3-text p:nth-of-type(2) {
		display: none;
	}

	.l3-text button {
		display: none;
	}

	.list4 {
		width: 90%;
		height: auto;
		padding: 15px 0;
		margin: 0 auto;
	}

	.l4-box {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		border: 2px solid #eaf5fc;
		border-top: 0px;
	}

	.lb4-img {
		width: 100%;
		height: 210px;
		position: relative;
	}

	.lb4-img img {
		width: 100%;
		height: 100%;
	}

	.tips2 {
		width: auto;
		height: auto;
		font-size: 14px;
		color: #FFFFFF;
		padding: 2px 5px;
		line-height: 1.5;
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: #095788;
	}

	.lb4-text {
		width: 90%;
		padding: 15px 5%;
		font-size: 20px;
		color: #000000;
		line-height: 1.5;
		font-weight: 600;
	}
}

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

	.m-title {
		width: 100%;
		height: auto;
		margin: 20px auto 0;
		/* border-bottom: 1px solid #505162; */
	}

	.mt-box {
		width: auto;
		padding: 5px 10px;
		/* background-color: #505162; */
		font-size: 30px;
		color: #095788;
		text-align: center;
		font-weight: 600;
		display: inline-block;
		/* margin-left: 5%; */
		zonm: 1;

	}

	.list1 {
		width: 95%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
		border-bottom: 1px solid #53ade8;
		display: flex;
		justify-content: space-around;
	}

	.l1-left {
		width: 28%;
		height: auto;
	}

	.l1-middle {
		width: 40%;
		height: auto;
	}

	.l1-right {
		width: 28%;
		height: auto;
	}

	.ll-box {
		width: 100%;
		height: auto;
		position: relative;
		margin-bottom: 20px;
	}

	.ll-box img {
		width: 100%;
		height: 200px;
		display: block;
	}

	.ll-mb {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.3);
		position: absolute;
		top: 0;


	}

	.ll-mb p {
		width: 90%;
		line-height: 1.5;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: 600;
		position: absolute;
		margin: auto;
		bottom: 10%;
		left: 0;
		right: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.ll-box2 {
		width: 90%;
		height: auto;
		padding: 15px 5%;
		border-bottom: 1px solid gainsboro;
		font-size: 17px;
		color: #000000;
		font-weight: 600;
		line-height: 2;
		background-color: #f3fafe;
	}

	.ll-box2:hover {
		color: #095788;
	}

	.l1-middle img {
		width: 100%;
		height: 400px;
		display: block;
	}

	.l1-middle:hover .lm-text>p:nth-of-type(1) {
		color: #095788 !important;
	}

	.lm-text {
		width: 100%;
		height: auto;
		padding: 10px;
	}

	.lm-text p:nth-of-type(1) {
		width: 100%;
		line-height: 1.5;
		font-weight: 600;
		font-size: 25px;
		color: #000000;
	}

	.lm-text p:nth-of-type(2) {
		display: block;
		width: 100%;
		margin: 15px auto 0;
		line-height: 1.5;
		font-size: 20px;
		color: #666666;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;

	}

	.lr-box {
		width: 95%;
		height: auto;
		margin: 0px auto 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;

	}

	.lr-box img {
		width: 38%;
		height: 80px;
		display: block;
	}

	.lr-box:hover .lr-text {
		color: #095788;
	}

	.lr-text {
		width: 60%;
		line-height: 1.5;
		font-size: 17px;
		color: #000;
	}

	.list2 {
		width: 95%;
		height: auto;
		padding: 15px 0;
		margin: 0 auto;
		border-bottom: 1px solid #53ade8;
		display: flex;
		flex-wrap: wrap;
	}

	.l2-box {
		width: 30%;
		height: 240px;
		position: relative;
		margin: 0 10px 20px 20px;
	}

	.l2-box img {
		width: 100%;
		height: 100%;
	}

	.l2-mb {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		background-color: rgba(0, 0, 0, 0.3);
	}

	.l2m-text {
		width: 90%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 11%;
		margin: auto;
		font-size: 18px;
		color: #FFFFFF;
		line-height: 1.5;
		font-weight: 600;
	}

	.list3 {
		width: 95%;
		height: auto;
		padding: 15px 0;
		margin: 0 auto;
		border-bottom: 1px solid #53ade8;
		display: flex;
		justify-content: space-around;
		/* align-items: center; */
	}

	.list3 img {
		width: 48%;
		height: 350px;
		display: block;
	}

	.l3-text {
		width: 40%;
		height: auto;
	}

	.list3:hover .l3-text p:nth-of-type(1) {
		color: #105887;
	}

	.l3-text p:nth-of-type(1) {

		line-height: 1.5;
		font-size: 28px;
		font-weight: 600;
		color: #000000;
	}

	.l3-text p:nth-of-type(2) {
		display: block;
		line-height: 1.5;
		font-size: 20px;
		color: #666666;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
		margin-top: 15px;
	}

	.l3-text button {
		display: block;
		margin-top: 20px;
		font-size: 15px;
		color: #FFFFFF;
		border: none;
		width: 100px;
		height: 35px;
		background-color: #095788;

	}

	.l3-text button:hover {
		background-color: #000000;
	}

	.list4 {
		width: 95%;
		height: auto;
		padding: 15px 0;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}

	.l4-box {
		width: 30%;
		height: auto;
		margin: 0 10px 20px 20px;
		border: 2px solid #eaf5fc;
		border-top: 0px;
	}

	.l4-box:hover .lb4-text {
		color: #105887;
	}

	.lb4-img {
		width: 100%;
		height: 240px;
		position: relative;
	}

	.lb4-img img {
		width: 100%;
		height: 100%;
	}

	.tips2:hover {
		background-color: #000000;
	}

	.tips2 {
		width: auto;
		height: auto;
		font-size: 14px;
		color: #FFFFFF;
		padding: 2px 5px;
		line-height: 1.5;
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: #095788;
	}

	.lb4-text {
		width: 90%;
		padding: 15px 5%;
		font-size: 20px;
		color: #000000;
		line-height: 1.5;
		font-weight: 600;
	}

}