@charset "utf-8";
/*------------------------------------------------------------
	reset
------------------------------------------------------------*/
.newsList {
	margin: 0 auto;
	width: 92%;
	min-width: 1200px;
}

.newsList li {
	margin-bottom: 20px;
}

.newsList li a {
	display: block;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.newsList li a:hover {
	background: #1488F5;
}

.newsList li a .photo {
	width: 300px;
	float: left;
}

.newsList li a .photo .pic {
	overflow: hidden;
}

.newsList li a .photo img {
	width: 100%;
	height: auto !important;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.newsList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.newsList li a .textBox {
	padding: 15px 0 0 340px;
}

.newsList li a .textBox .title {
	margin-bottom: 15px;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.newsList li a:hover .title {
	color: #fff;
}

.newsList li a .textBox .text {
	margin-bottom: 15px;
	color: #fff;
	font-size: 16px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.newsList li a:hover .text {
	color: #fff;
}

.newsList li a .textBox .date {
	color: #fff;
	font-size: 15px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.newsList li a:hover .date {
	color: #fff;
}

.newsList li a .textBox .more {
	margin-top: 20px;
	padding: 5px 0;
	width: 180px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: #1488F5;
	border-radius: 30px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.newsList li a:hover .more {
	color: #1488F5;
	background: #fff;
}

@media all and (max-width: 1280px) {
	.newsList {
		margin: 0 15px;
		width: auto;
		min-width: inherit;
	}
	
	.newsList li {
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px dotted rgba(0,0,0,.2);
	}
	
	.newsList li a .photo {
		margin-bottom: 15px;
		padding: 0;
		width: auto;
		float: none;
		background: #1488F5;
	}
		
	.newsList li a .textBox {
		padding: 0;
	}
	
	.newsList li a .textBox .title {
		font-size: 18px;
	}
	
	.newsList li a .textBox .more {
		margin-top: 10px;
		padding: 10px 0;
		width: 150px;
		font-size: 16px;
		text-align: center;
	}

}

.detailBox {
	margin: 0 auto 40px;
	min-width: 1200px;
	width: 92%;
}

.detailBox h3 {
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.detailBox .info{
	text-align: left;
}

.detailBox .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 80%;
	width: auto !important;
	height: auto !important;
}

.detailBox .infoPhoto {
	text-align: justify;
	font-size:16px;
	color:#fff;
}

.detailBox .infoPhoto img {
	margin: 0 auto 15px;
	display: block;
	width: 600px !important;
	height: auto !important;
}

.detailBox .infoText {
	margin-bottom: 20px;
	text-align: center;
}

.detailBox .infoText h3 {
	color: #fff;
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}

.detailBox .infoText .updata {
	margin-top: 30px;
	padding: 10px 0;
	text-align: center;
	padding-bottom:15px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
}

.detailBox .infoText .name {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

.detailBox .infoText .tel {
	padding: 15px 0 15px 80px;
	text-align: left;
	color: #d60d1b;
	font-size: 35px;
	font-weight: bold;
	background: url(../images/tel.png) no-repeat left center;
}

@media all and (max-width: 1280px) {
	.detailBox {
		margin: 0 20px 40px;
		min-width: inherit;
		width: auto;
	}
	
	.detailBox h3 {
		font-size: 20px;
		text-align: center;
	}
	
	.detailBox .info{
		text-align: left;
	}
	
	.detailBox .info img {
		margin: 0 auto 20px;
		display: block;
		width: 100%;
	}
	
	.detailBox .infoPhoto {
		text-align: justify;
		font-size:16px;
	}
	
	.detailBox .infoPhoto img {
		margin: 0 auto 15px;
		display: block;
		width: 100% !important;
	}
	
	.detailBox .infoText {
		margin-bottom: 20px;
		text-align: center;
	}
	
	.detailBox .infoText h3 {
		font-size: 28px;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.detailBox .infoText .updata {
		margin-top: 30px;
		padding: 10px 0;
		text-align: center;
		padding-bottom:15px;
		font-size: 15px;
		font-weight: normal;
		border-top: 1px dotted #b6b6b6;
		border-bottom: 1px dotted #b6b6b6;
	}
	
	.detailBox .infoText .name {
		margin-bottom: 20px;
		font-size: 20px;
		font-weight: bold;
	}
	
	.detailBox .infoText .tel {
		padding: 15px 0 15px 80px;
		text-align: left;
		font-size: 35px;
		font-weight: bold;
		background: url(../images/tel.png) no-repeat left center;
	}
	
}
