@charset "utf-8";
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
body {
	background: url(../images/about_bg.jpg) no-repeat left top;
	background-size: cover;
}

.pageNews {
	margin-bottom: 80px;
}

.pageNews li {
	border-top: 1px dotted #C99242;
}

.pageNews li:last-child {
	border-bottom: 1px dotted #C99242;
}

.pageNews li a {
	padding: 38px 36px 38px 30px;
	display: block;
	color: #C99242;
	overflow: hidden;
}

.pageNews li a .textBox {
	float: left;
	width: 62.1%;
	padding-right: 84px;
	box-sizing: border-box;
}

.pageNews li a .textBox .title {
	font-size: 28px;
	line-height: 1.5;
	margin-top: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pageNews li a .textBox .text {
	font-size: 14px;
	height: 90px;
	line-height: 30px;
	margin-top: 24px;
	color: #C99242;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.pageNews li a .pic {
	float: left;
	width: 23.7%;
	overflow: hidden;
	box-sizing: border-box;
}

.pageNews li a .pic img {
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.pageNews li:hover a .pic img {
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.pageNews li a .time {
	float: left;
	width: 14.2%;
	text-align: right;
	box-sizing: border-box;
}

.pageNews li a .time .day {
	font-family: 'CenturyGothic-Bold';
	font-size: 46px;
	margin-top: 18px;
}

.pageNews li a .time .year {
	font-family: 'CenturyGothic';
	font-size: 18px;
	margin-top: 10px;
	color: #C99242;
}

.pageNews li a .time .link {
	margin-top: 66px;
}

.pageNews li a .time .link span {
	display: block;
	float: right;
	width: 36px;
	height: 16px;
	background: url(../images/news/ico-2.png) no-repeat;
	background-size: 100% 100%!important;
}

.pageNews li:hover a {
	background: #C99242;
	color: #fff;
}

.pageNews li:hover a .textBox .text,
.pageNews li:hover a .time .year {
	color: #fff;
}

.pageNews li:hover a .time .link span {
	background: url(../images/news/ico-2-on.png) no-repeat;
	background-size: 100% 100%!important;
}

@media (max-width: 1400px) {
	.pageNews li a {
		padding: 30px 30px 30px 24px;
	}
	
	.pageNews li a .textBox {
		padding-right: 68px;
	}
	
	.pageNews li a .textBox .title {
		font-size: 24px;
		margin-top: 22px;
	}
	
	.pageNews li a .textBox .text {
		height: 84px;
		line-height: 28px;
		margin-top: 20px;
	}
	
	.pageNews li a .time .day {
		font-size: 40px;
		margin-top: 14px;
	}
	
	.pageNews li a .time .year {
		font-size: 16px;
	}
	
	.pageNews li a .time .link {
		margin-top: 48px;
	}
}
@media (max-width: 1199px) {
	.pageNews li a {
		padding: 24px 24px 24px 20px;
	}
	
	.pageNews li a .textBox {
		padding-right: 3%;
	}
	
	.pageNews li a .textBox .title {
		font-size: 20px;
		margin-top: 12px;
	}
	
	.pageNews li a .textBox .text {
		height: 72px;
		line-height: 24px;
		margin-top: 15px;
	}
	
	.pageNews li a .time .day {
		font-size: 32px;
		margin-top: 10px;
	}
	
	.pageNews li a .time .year {
		font-size: 14px;
	}
	
	.pageNews li a .time .link {
		margin-top: 30px;
	}
	
	.pageNews li a .time .link span {
		width: 28px;
		height: 12px;
		background-size: 100% 100%;
	}
}

@media (max-width: 767px) {
	.pageNews {
		margin-top: 30px;
	}
	
	.pageNews li a {
		padding: 20px 18px 20px 18px;
	}
	
	.pageNews li a .textBox {
		width: 100%;
		padding-right: 0;
	}
	
	.pageNews li a .textBox .title {
		margin-top: 0;
	}
	
	.pageNews li a .pic {
		width: 100%;
		margin-top: 15px;
	}
	
	.pageNews li a .pic img {
		width: 100%;
	}
	
	.pageNews li a .time {
		width: 100%;
	}
	
	.pageNews li a .time .day,
	.pageNews li a .time .year {
		display: none;
	}
	
	.pageNews li a .time .link {
		float: left;
		margin-top: 20px;
	}
}

/*-------------- 详情 -------------------*/

.detailBox {
	margin-bottom: 40px;
}

.detailBox h3 {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}

.detailBox .info{
	text-align: left;
}

.detailBox .info p {
	color: #C99242;
}

.detailBox .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 80%;
	width: auto !important;
	height: auto !important;
}

.detailBox .infoPhoto {
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
}

.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: #d60d1b;
	font-size: 20px;
	text-align: center;
}

.detailBox .infoText .updata {
	text-align: center;
}

.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;
}

.updata {
	margin-bottom: 20px;
	padding: 20px 0;
	color: #C99242;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px dotted #C99242;
	border-top: 1px dotted #C99242;
}

.qianhou {
	margin-bottom: 30px;
}

.qianhou a {
	color: #C99242;
	text-decoration: underline;
}

.qianhou a:hover {
	text-decoration: none;
}

.qianhou .qian {
	width: 50%;
	float: left;
	color: #C99242;
}

.qianhou .hou {
	width: 50%;
	float: right;
	color: #C99242;
	text-align: right;
}