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

	.m-title {
		width: 90%;
		margin: 0 auto;
		border-top: 2px solid #e4eaef;
	}

	.m-title p {
		width: auto;
		height: auto;
		display: inline-block;
		zoom: 1;
		line-height: 2;
		text-transform: uppercase;
		color: #2077ba;
		font-weight: 600;
		font-size: 18px;
		position: relative;
	}

	.m-title p::before {
		width: 100%;
		content: '';
		border-top: 2px solid #2077ba;
		left: 0px;
		top: -2px;
		position: absolute;

	}

	.m1-list {
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 10px 0;
	}

	.ml1_box {
		width: 100%;
		height: auto;
		margin-bottom: 25px;

	}

	.ml1_box img {
		width: 100%;
		height: 200px;
	}

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

	}

	.l1-text p:nth-of-type(1) {
		font-size: 19px;
		/* font-weight: bold; */
		line-height: 1.5;
		margin-bottom: 5px;
		color: #000;


	}

	.l1-text p:nth-of-type(2) {
		font-size: 14px;

		line-height: 1.5;
		margin-bottom: 10px;
		color: #000;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.l1-btn {
		width: 100px;
		line-height: 35px;
		border: 1px solid #2077ba;
		text-align: center;
		color: #2077ba;
		text-transform: uppercase;
		font-size: 12px;

	}

	.m2-list {
		width: 100%;
		height: auto;
		padding: 10px 0;


	}

	#link2 {
		margin: 15px auto;

	}

	.ml2_box {
		width: 90%;
		display: flex;
		margin: 0 auto 20px;
		justify-content: space-between
	}

	.ml2_box img {
		width: 37%;
		height: 100px;

	}

	.l2-text {
		width: 58%;
		height: auto;

	}

	.l2-text p:nth-of-type(1) {
		font-size: 14px;
		/* font-weight: bold; */
		line-height: 1.5;
		margin-bottom: 7px;
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

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

	.l2-btn {
		width: 100%;
		display: flex;
		align-items: center;
	}

	.l2-btn img {
		width: 30px;
		height: 15px;
		margin-right: 10px;

	}

	.l2-btn li {
		font-size: 12px;
		font-weight: bold;
		color: #67bb24;
		text-transform: uppercase;
	}

	.m3-list {
		width: 90%;
		height: auto;
		margin: 0 auto;
		background-color: #35699b;

		padding: 10px 0;
	}

	#link3 p {
		/* margin: 15px auto; */
		color: #ffffff !important;

	}

	.ml3_box {
		width: 90%;
		height: auto;
		margin: 0 auto 20px;
	}

	.l3-text {
		width: 100%;
		height: auto;
		padding: 10px 0;
		text-align: center;

	}

	.l3-text p:nth-of-type(1) {
		font-size: 18px;
		color: #fff;
		line-height: 1.6;
	}

	.l3-text p:nth-of-type(2) {
		font-size: 15px;
		color: #fff;
		line-height: 1.6;
		color: #bcd6ea;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.l3-btn {
		width: 70%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin: 15px auto 0;
		background-color: #67bb24;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;

	}

	#link4 {
		width: 100%;
		margin: 15px 0;
	}

	.m4-list {
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
	}

	.l4-box {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}

	.l4-box img {
		width: 37%;
		height: 100px;
	}

	.l4-text {
		width: 60%;
		height: auto;

	}

	.l4-text p:nth-of-type(1) {
		font-size: 14px;
		color: #000;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin-bottom: 10px;

	}

	.l4-text p:nth-of-type(2) {
		color: #376a9a;
		font-size: 15px;
		text-decoration: underline;
		text-underline-offset: 5px;
	}
}

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

	}

	.m-title {
		width: 100%;
		margin: 10px auto;
		border-top: 2px solid #e4eaef;
	}

	.m-title p {
		width: auto;
		height: auto;
		display: inline-block;
		zoom: 1;
		line-height: 2;
		text-transform: uppercase;
		color: #2077ba;
		font-weight: bold;
		font-size: 18px;
		position: relative;
	}

	.m-title p::before {
		width: 100%;
		content: '';
		border-top: 2px solid #2077ba;
		left: 0px;
		top: -2px;
		position: absolute;
	}

	.m1-list {
		width: 100%;
		height: auto;
		/* margin: 0 auto; */
		display: flex;
		flex-wrap: wrap;
		padding: 10px 0;
		/* background-color: pink; */
	}

	.ml1_box {
		width: 23%;
		height: auto;
		margin: 0 10px 25px 16px;
		text-underline-offset: 3px;


	}

	.ml1_box img {
		width: 100%;
		height: 250px;
	}

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

	}

	.l1-text p:nth-of-type(1) {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 5px;
		color: #000;


	}

	.l1-text p:nth-of-type(2) {
		font-size: 14px;

		line-height: 1.5;
		margin-bottom: 10px;
		color: #000;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.l1-btn {
		width: 100px;
		line-height: 35px;
		border: 1px solid #2077ba;
		text-align: center;
		color: #2077ba;
		text-transform: uppercase;
		font-size: 12px;

	}

	.ml1_box:hover .l1-btn {
		color: #fff;
		background-color: #2077ba;
	}

	.ml1_box:hover p {
		/* display: inline-block; */
		text-decoration: underline;
		/* margin-bottom: 10px; */
	}

	.m-flex {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;

	}

	.mf-right {
		width: 25%;
	}

	.m2-list {
		width: 70%;
		height: auto;
		padding: 10px 0;



	}

	.ml2_box {
		width: 100%;
		display: flex;
		margin-bottom: 20px;
		justify-content: space-between;
		position: relative;

	}

	.ml2_box img {
		width: 40%;
		height: 230px;

	}

	.ml2_box:hover .l2-mb {
		opacity: 0.1;
	}

	.l2-mb {

		width: 40%;
		height: 230px;
		background: linear-gradient(180deg, #1865a8 0, #58aefa);
		position: absolute;
		opacity: 0.3;
		transition: opacity .2s;
		top: 0px;
		left: 0px;
		z-index: 10;
	}

	.l2-text {
		width: 58%;
		height: auto;
		/* font-family: Proxima Nova, sans-serif; */
	}

	.ml2_box:hover .l2-text p:nth-of-type(1) {
		color: #1865a8;
	}

	.l2-text p:nth-of-type(1) {
		font-size: 21px;
		/* font-weight: 600; */
		color: #0e0618;
		line-height: 1.5;
		margin-bottom: 15px;

		-webkit-line-clamp: 4;
	}

	.l2-text p:nth-of-type(2) {
		display: block;
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 20px;
	}

	.l2-btn {
		width: 100%;
		display: flex;
		align-items: center;
		height: 15px;
	}

	.l2-btn img {
		width: 30px;
		height: 100%;
		margin-right: 10px;

	}

	.l2-text .l2-btn li {

		font-size: 14px !important;
		font-weight: bold;
		color: #67bb24;
		text-transform: uppercase;
	}

	.l2-btn:hover li {
		text-decoration: underline;
		text-underline-offset: 3px;
	}

	.m3-list {
		width: 90%;
		height: auto;
		margin: 0 auto;
		background-color: #35699b;

		padding: 10px 0;
	}

	.m3-tilte {
		/* margin: 15px auto; */
		color: #ffffff !important;

	}

	.ml3_box {
		width: 90%;
		height: auto;
		margin: 0 auto 20px;
	}

	.l3-text {
		width: 100%;
		height: auto;
		padding: 10px 0;
		text-align: center;

	}

	.l3-text p:nth-of-type(1) {
		font-size: 18px;
		color: #fff;
		line-height: 1.6;
	}

	.l3-text p:nth-of-type(2) {
		font-size: 15px;
		color: #fff;
		line-height: 1.6;
		color: #bcd6ea;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.l3-btn {
		width: 70%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin: 15px auto 0;
		background-color: #67bb24;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;

	}

	.ml3_box:hover .l3-btn {
		background-color: #6fc927;
		box-shadow: 0px 5px 5px #000;
	}

	#link4 {
		width: 100%;
		margin: 15px 0;
	}

	.m4-list {
		width: 86%;
		height: auto;
		margin: 20px auto 0;
		padding: 15px 2%;
		border: 10px solid gainsboro;
	}

	.l4-box {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}

	.l4-box img {
		width: 37%;
		height: 100px;
	}

	.l4-text {
		width: 60%;
		height: auto;

	}

	.l4-text p:nth-of-type(1) {
		font-size: 16px;
		color: #000;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin-bottom: 10px;

	}

	.l4-text p:nth-of-type(2) {
		color: #376a9a;
		font-size: 15px;
		text-decoration: underline;
		text-underline-offset: 5px;
	}

}
