

* {
	margin: 0;
	padding: 0;
}

.main {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 70px;
}

.container {
	overflow: hidden;
	margin: 0 auto;
	width: 1200px;
}

.container li {
	width: 232px;
	height: 420px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.container li:nth-of-type(5n) {
	margin-right: 0;
}

.container li .container_img {
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.container .main_content {
	background: #EDF5FA;
	width: 100%;
	height: 200px;
	padding: 11px 10px;
}

.container li .detail {
	color: #1584BE;
}

.button {
	display: inline-block;
	width: 76px;
	line-height: 20px;
	height: 20px;
	border: 1px solid #4A6D81;
	font-family: 'PingFang SC', "Microsoft YaHei";
	font-size: 12px;
	color: #4A6D81;
	text-align: center;
	margin-top: 18px;
	cursor: pointer;
	font-weight: 200;
}


/*.ddd{
	width: 500px;
	height: 500px;
	overflow: hidden;
	margin: 20px auto;
	transition: all 1s;
	
}*/

.page {
	overflow: hidden;
	width: 1200px;
	margin: 10px auto;
	background-color: #EDF5FA;
	padding-top: 20px;
	padding-left: 20px;
	position: relative;
}

.page_img {
	margin-bottom: 10px;
	width: 570px;
	float: left;
}

.page_img img {
	width: 100%;
}

.page_detail {
	width: 540px;
	margin: 30px;
	margin-top: 10px;
	float: left;
}

.page_detail .date {
	font-size: 16px;
	font-family: 'PingFang SC', "Microsoft YaHei";
	color: #1584BE;
}

.page_detail .page_title {
	font-size: 30px;
	line-height: 42px;
	color: #4A6D81;
	font-family: 'PingFang SC', "Microsoft YaHei";
	margin-top: 10px;
	margin-bottom: 10px;
}

.page_detail .word_left,
.word_right {
	width: 250px;
	float: left;
	text-align: justify;
	margin-top: 30px;
	color: #4A6D81;
	font-size: 12px;
}

.word_right {
	margin-left: 30px;
}

.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.more {
	width: 232px;
	height: 220px;
	background-color: #E9E9E9;
	float: left;
	text-align: center;
	cursor: pointer;
}

.more span {
	display: inherit;
	color: #008BD2;
	font-size: 14px;
}

.more img {
	margin-top: 80px;
}

.on_click {
	background: #4A6D81!important;
	color: white!important;
}

.on_button {
	border: 1px solid white;
	color: white;
}


/*Ã¨Âµâ€žÃ¤ÂºÂ§Ã¤Â¸Â­Ã¥Â¿Æ’*/

.edifice_title {
	width: 535px;
	height: 40px;
	background: #008BD2;
	line-height: 40px;
	color: white;
	font-size: 20px;
	padding-left: 20px;
	font-family: 'PingFang SC', "Microsoft YaHei";
	margin-top: 30px;
}

.table::after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}
.table {
    zoom: 1;
}
.table {
	/*margin-top: 18px;*/
	border: 1px solid #AAAAAA;
	width: 535px;
	font-size: 15px;
	color: #333;
	border-left: none;
	border-right: none;
	border-bottom: none;
	/* padding-left: 20px; */
	box-sizing: border-box;
	font-weight: 100;
	font-family: 'PingFang SC', "Microsoft YaHei";
}

.first_table {
	margin-top: 30px;
}

.last_table {
	border-bottom: 1px solid #AAAAAA;
}

.left_span {
	width: 20%;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	height: 36px;
	line-height: 36px;
}

.left_span1{
	width: 20%;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	line-height: 36px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}

.right_span {
	float: left;
	width: 80%;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	padding-right: 20px;
	border-left: solid 1px #AAA;
}


.right_span1 {
	float: left;
	width: 30%;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	min-height: 36px;
	padding-right: 20px;
	border-left: solid 1px #AAA;
}

.mid_span {
	width: 160px;
	text-align: left;
	padding-left: 20px;
}

@media screen and (min-width: 800px) and (max-width: 1250px) {
	.container {
		width: 716px;
	}
	.container li:nth-of-type(3n) {
		margin-right: 0!important;
	}
	.container li:nth-of-type(5n) {
		margin-right: 10px;
	}
	/*Ã¨Â¯Â¦Ã¦Æ’â€¦Ã©Â¡Âµ*/
	.page {
		overflow: hidden;
		width: 715px;
		margin: 10px auto;
		background-color: #EDF5FA;
		/* padding-top: 20px; */
		/* padding-left: 20px; */
		position: relative;
	}
	.page_img img {
		width: 100%;
		left: 60px;
		top: 10px;
	}
	.page_detail {
		width: 540px;
		margin: 30px;
		margin-top: 10px;
		float: left;
		left: 50px;
	}
}

@media screen and (max-width: 800px) {
	.container {
		width: 100%;
	}
	.container li {
		width: 332px;
		height: 601px;
		margin: 0 auto;
		margin-bottom: 20px;
		float: none;
	}
	.container li .container_img {
		width: 100%;
		height: 314px;
		overflow: hidden;
	}
	.container .main_content {
		background: #EDF5FA;
		width: 100%;
		height: 286px;
		padding: 50px 10px;
	}
	.container li:nth-of-type(3n) {
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.container li:nth-of-type(5n) {
		margin: 0 auto;
		margin-bottom: 20px;
	}
	/*Ã¨Â¯Â¦Ã¦Æ’â€¦*/
	.page {
		overflow: hidden;
		width: 100%;
		margin: 10px auto;
		background-color: #EDF5FA;
		padding-top: 40px;
		/* padding-left: 20px; */
		position: relative;
	}
	.page_img {
		margin-bottom: 10px;
		width: 85%;
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.page_detail {
		width: 100%;
		margin: 0;
		margin-top: 10px;
		float: left;
		padding: 20px;
		padding-left: 7.5%;
		padding-right: 7.5%;
	}
	.page_detail img{
		width:80%;
		height:auto;
	}
	.page_detail .page_title {
		font-size: 20px;
		color: #4A6D81;
		font-family: 'PingFang SC', "Microsoft YaHei";
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.page_detail .word_left,
	.word_right {
		width: auto;
		/* float: left; */
		text-align: justify;
		margin-top: 30px;
		color: #4A6D81;
		font-size: 12px;
	}
	.word_right {
		margin-left: 0;
	}
	/*Ã¥Å Â Ã¨Â½Â½Ã¦â€ºÂ´Ã¥Â¤Å¡*/
	.more {
		float: none;
		margin: 0 auto;
	}
}

@media screen and (max-width: 450px) {
	.container li {
		width: 232px;
		height: 420px;
		margin-bottom: 20px;
		-webkit-transition: all .5s;
	    -moz-transition: all .5s;
	    -o-transition: all .5s;
	    transition: all .5s;
	}
	.container li .container_img {
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.container .main_content {
	background: #EDF5FA;
	width: 100%;
	height: 200px;
	padding: 11px 10px;
}

.container li .detail {
	color: #1584BE;
}
}

@media screen and (min-width: 1920px) {
	.container {
		overflow: hidden;
		margin: 0 auto;
		width: 1700px;
	}
	.container li {
		width: 332px;
		height: 601px;
		float: left;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.container li .container_img {
		width: 100%;
		height: 314px;
		overflow: hidden;
	}
	.container .main_content {
		background: #EDF5FA;
		width: 100%;
		height: 286px;
		padding: 50px 10px;
	}
}