﻿#active_8 {
	color: #3974af;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: #3974af;
	text-underline-offset: 15px;
}
.Two_columns {
				width: 60%;
				margin: 0 auto;
			}
			
			@media screen and (max-width: 1400px) {
				.Two_columns {
					width: 70%;
				}
			}
			
			@media screen and (max-width: 1200px) {
				.Two_columns {
					width: 80%;
				}
			}
			
			@media screen and (max-width: 1000px) {
				.Two_columns {
					width: 100%;
				}
			}

.News_title {
	margin: 0 auto;
	text-align: center;
}

.News_title p {
	font-size: 22px;
	margin: 0 50px;
	color: #3974af;
	font-weight: 600;
}

.News_title span {
	font-size: 13px;
	color: #666;
	display: block;
	margin-top: 10px;
}

@media (max-width: 700px) {


	.News_title p {
		font-size: 16px;
		margin: 0 10px;
	}
}

@media (max-width: 900px) {


	.News_title p {
		font-size: 18px;
	}

}



.Double_image {
	display: flex;
	justify-content: space-between;
}

.Double_image img {
	width: 49%;
}


@media (max-width: 700px) {

	.Double_image {
		display: block;
                         text-align: center;

	}

	.Double_image img {
		width: 100%;
                                 margin-top: 10px;
	}
}

.Margins {
	padding: 50px;
}

.Margins p {
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
}

.liaodou_ys h4 {
	background-color: #3974af;
	color: #fff;
	padding: 10px 0;
}

.liaodou_ys p {
	line-height: 25px;
	padding: 10px;
}

.cover {
	position: relative;
	margin-top: 50px;
}

.cover .annotate {
	text-align: center;
}

.cover .annotate span {
	font-size: 12px;
	color: #666;
	border: 1px solid #666;
	padding: 3px 10px;
}

.cover h5 {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	padding: 10px 20px;
	color: #fff;
	font-size: 18px;
	background-color: #3974af;
	border-radius: 10px;
}

.process {
	display: flex;
	justify-content: space-between;
	margin: 25px 30px;
}

.process .process_list {
	display: flex;
	align-items: center;
	width: 49%;
	box-shadow: 0 0 5px #d4d4d4;
                padding: 5px;
}

.process .process_list span {
	display: flex;
	align-items: center;
	background-color: #3974af;
	padding: 10px 15px;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
}

.process .process_list p {
	margin: 0 10px;
	font-size: 14px;
	color: #666;
}

.ys1 {
	margin: 10px auto;
	max-width: 1000px;
}

.ys1_1 {
	width: 40px;
	margin: auto;
	margin-bottom: 13px;
}

.ys1_1 img {
	width: 100%;
	display: block;
}

.ys1_2 {
	height: 1px;
	background-color: #3974af;
	
}

.ys1_3 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.ys1_4 {
	width: 10%;

}

.ys1_5 {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #468dd3;
	margin: auto;
	text-align: center;
	line-height: 45px;
	margin-top: 13px;
}
.ys1_5 p{
	font-size: 18px;
	color: #fff;
}

.ys1_6 {
	width: 78%;
	border-left: solid 1px #3974af;
	padding: 20px 10px 0px 0px;
}

.ys1_7 {
	display: inline-block;
	background-color: #3974af;
	padding: 5px 25px;
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
}

.ys1_8 {
	font-size: 14px;
	letter-spacing: 2px;
	margin: 10px 0px 0px 10px;

}

@media screen and (max-width:1100px) {
	.ys1_6 {
		width: 100%;
		
	}
	.Margins {
		padding: 30px 10px;
	}

	.process {
		margin: 25px 10px;
	}
}

@media screen and (max-width:700px) {
	.ys1_6 {
		margin-left: 20px;
	}
	.liaodou_ys h4 {
		font-size: 15px;
	}

	.process {
		display: block;
		margin: 15px 10px;
	}

	.process .process_list {
		width: 100%;
		margin: 15px auto;
	}

	.process:last-child {
		padding-bottom: 10px;
	}

	.cover h5 {
		font-size: 15px;
	}
}
.flush_left {
				padding: 20px 40px;
			}

			.flush_left h4 {
				font-size: 18px;
				color: #3974af;

			}

			.flush_left p {
				font-size: 14px;
				color: #666;
				margin-top: 15px;

			}
			@media screen and (max-width:1200px){
				.flush_left {
					padding: 20px 10px;
				}
			}