#content {
	width: 1200px;
	margin: 25px auto;
}

#title {
	max-width: 1200px;
	width: 1200px;
	text-align: center;
}

.title1 {
	color: rgb(66, 165, 246);
	font-size: 30px;
	padding-left: 0px;
	font-weight: normal;
	    font-family: '思源黑体 CN Medium';N Medium';
}

.title2 {
	color: #737373;
	font-size: 16px;
	    font-family: '思源黑体 CN Medium';N Medium';
	margin: 10px 0px 0px 5px;
}

.title3 {
	border-bottom: 1px darkgrey solid;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

#cont_cont {
	width: 100%;
	position: relative;
}

#page1,
#page2 {
	width: 90%;
	margin: 0px auto;
}

#page2 {
	display: none;
}

#new {
	border-bottom: 1px solid darkgrey;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
/* 	cursor: pointer; */
	padding: 15px 0px 15px 0px;
}

.img {
	width: 20%;
}

.content {
	
	text-indent: 2em;
	align-self: flex-start;
	color: #333;
	width: 75%;
	margin-left: 15px;
}

.content>p {
	font-size: 16px;
	line-height: 1.5em;
}

#fenye {
	width: 100%;
}

.fenye {
	overflow: hidden;text-align: center;overflow: hidden;
	display: flex;flex-direction: row;justify-content: center;
}

.fenye>li {
	float: left;
	display: block;
	font-size: 14px;
	border: 1px solid #00A2E7;
	border-radius: 5px;
	height: 35px;
	line-height: 35px;
	padding: 0px 15px;
	margin: 0px 5px;
	cursor: pointer;
}

.btn {
	color: gray;
}

.fenye>li:hover {
	background: #00A2E7;
	color: #FFFFFF;
}

.btn_active {
	background: #00A2E7;
	color: #FFFFFF;
}
ul{margin: 15px auto 0px;padding: 0px;}
@media screen and (max-width: 1200px) {
	#title{width: 100%;}
	#content{width: 100%;}
}
@media screen and (max-width: 1200px) and (min-width: 1100px) {
	.img {
		width: 30%
	}
}

@media screen and (max-width: 1100px) and (min-width: 1000px) {
	.img {
		width: 35%
	}
}

@media screen and (max-width: 1000px) and (min-width: 900px) {
	.img {
		width: 40%
	}
}

@media screen and (max-width: 900px) {
	.img {
		width: 45%
	}
}

@media screen and (max-width: 800px) and (min-width: 600px) {
	.img {
		width: 50%
	}
}

@media screen and (max-width:600px) {
	#new {
		flex-direction: column;
	}

	.img {
		width: 90%;
		margin-bottom: 10px;
	}
	.content{margin-left: 0px;align-self: center;}
	.content>p{margin-left: 0px;}
}
