@charset "utf-8";
/*------------------------------------------------------------
	category
------------------------------------------------------------*/
.comTitle {
	background: url(../images/page_news.jpg) no-repeat center center;
	background-size: cover;
}

#main {
	margin-bottom: 0;
}
	
#main .newslist {
	margin-bottom: 80px;
}

#main .newslist li a {
	padding: 10px 0;
	display: block;
	overflow: hidden;
	border-bottom: 1px dotted #666;
}

#main .newslist li a:hover {
	opacity: .7;
}

#main .newslist li a .pic {
	width: 180px;
	height: 130px;
	float: left;
}

#main .newslist li a .pic img {
	width: 100%;
	height: 100%;
}

#main .newslist li a .textBox {
	padding-left: 200px;
}

#main .newslist li a .textBox .title {
	font-size: 20px;
}

#main .newslist li a .textBox .date {
	margin: 10px 0;
	padding-left: 20px;
	color: #666;
	font-size: 16px;
	background: url(../images/time.png) no-repeat left 3px;
}

#main .newslist li a .textBox .text {
	color: #333;
	font-size: 15px;
}

.youshi .pic {
	text-align: center;
}

#main .feature {
	margin-bottom: 80px;
}

#main .feature .leftInner {
	margin-bottom: 50px;
}

#main .feature .leftInner .photo {
	float: left;
}

#main .feature .leftInner .textBox {
	width: 700px;
	float: right;
}

#main .feature .rightInner .photo {
	float: right;
}

#main .feature .rightInner .textBox {
	width: 700px;
	float: left;
}

#main .feature .textBox dt {
	margin-bottom: 20px;
	color: #333;
	font-size: 40px;
}

#main .feature .textBox dt img {
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: middle;
}

#main .feature .textBox dd {
	margin-bottom: 40px;
	color: #666;
	font-size: 16px;
	text-indent: 2em;
}

#main .feature .textBox dd:last-child {
	margin-bottom: 0;
}


#main .banner02 {
	margin: 80px 0;
	height: 240px;
	clear: both;
	background: url(../images/banner02.jpg) no-repeat center center;
}

#main .innerLeft {
	margin-bottom: 100px;
}

#main .innerLeft .photoBox {
	width: 300px;
	float: left;
}

#main .innerLeft .photoBox img {
	width: 100%;
}

#main .innerLeft .textBox {
	margin: 0;
	padding: 60px 50px 0;
	width: 960px;
	float: right;
	box-sizing: border-box;
}

#main .innerRight .photoBox {
	width: 300px;
	float: right;
}

#main .innerRight .photoBox img {
	width: 100%;
}

#main .innerRight .textBox {
	padding: 60px 50px;
	width: 960px;
	float: left;
	box-sizing: border-box;
}

#main .textBox {
	position: relative;
}

#main .textBox p {
	color: #727272;
	font-size: 16px;
	line-height: 1.8;
}

#main .textBox .ttl {
	margin-bottom: 30px;
	padding-left: 90px;
	font-size: 18px;
	color: #6e6d6d;
	position: relative;
}

#main .textBox .ttl .txt {
	margin-right: 5px;
	padding-bottom: 2px;
	display: inline-block;
	font-size: 30px;
	color: #2f2f2f;
	font-weight: bold;
	border-bottom: 3px solid #0076DE;
}

#main .textBox .num {
	width: 70px;
	height: 70px;
	display: inline-block;
	line-height: 70px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background: #0176DF;
	border-radius: 50%;
}

#main .adBox {
	padding: 80px 0 1px;
	background: url(../images/ad_bg.jpg) no-repeat center center;
	background-size: cover;
}


#main .banner02 {
	margin: 70px 0 0;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	#main .newslist {
		margin: 0 20px 20px;
	}
	
	#main .newslist li a:hover {
		opacity: .7;
	}
	
	#main .newslist li a .pic {
		margin: 0 15px 10px 0;
		width: 120px;
		height: 110px;
	}
	
	#main .newslist li a .textBox {
		padding-left: 0;
	}
	
	#main .newslist li a .textBox .title {
		font-size: 16px;
	}
	
	#main .newslist li a .textBox .date {
		margin: 5px 0;
		padding-left: 20px;
		font-size: 13px;
	}
		#main .feature {
		margin: 0 20px 30px;
	}
	
	#main .feature .leftInner {
		margin-bottom: 30px;
	}
	
	#main .feature .leftInner .photo {
		margin-bottom: 15px;
		float: none;
	}

	#main .feature .leftInner .photo img {
		width: 100%;
	}
	
	#main .feature .leftInner .textBox {
		width: auto;
		float: none;
	}
	
	#main .feature .rightInner .photo {
		margin-bottom: 15px;
		float: none;
	}

	#main .feature .rightInner .photo img {
		width: 100%;
	}
	
	#main .feature .rightInner .textBox {
		width: auto;
		float: none;
	}
	
	#main .feature .textBox dt {
		margin-bottom: 10px;
		color: #333;
		font-size: 30px;
	}
	
	#main .feature .textBox dt img {
		margin: 0 10px 0 0;
		width: 50px;
	}
	
	#main .feature .textBox dd {
		margin-bottom: 20px;
		color: #666;
		font-size: 16px;
		text-indent: 2em;
	}
	
	#main .feature .textBox dd:last-child {
		margin-bottom: 0;
	}


	#main .banner02 {
		margin-bottom: 30px;
		height: auto;
		background: none;
	}

	#main .banner02 img {
		width: 100%;
	}
		#main .innerLeft {
		margin-bottom: 20px;
	}
	
	#main .innerLeft .photoBox {
		width: auto;
		float: none;
		text-align: center;
	}
	
	#main .innerLeft .photoBox img {
		width: 50%;
	}
	
	#main .innerLeft .textBox {
		margin: 0;
		padding: 10px 20px 0;
		width: auto;
		float: none;
	}
	
	#main .innerRight .photoBox {
		width: auto;
		float: none;
		text-align: center;
	}
	
	#main .innerRight .photoBox img {
		width: 50%;
	}
	
	#main .innerRight .textBox {
		margin: 0;
		padding: 10px 20px 0;
		width: auto;
		float: none;
	}
	
	#main .textBox {
		position: relative;
	}
	
	#main .textBox p {
		color: #727272;
		font-size: 16px;
		line-height: 1.8;
	}
	
	#main .textBox .ttl {
		margin-bottom: 30px;
		padding-left: 60px;
		font-size: 18px;
		color: #6e6d6d;
		position: relative;
	}
	
	#main .textBox .ttl .txt {
		margin-right: 5px;
		padding-bottom: 2px;
		display: inline-block;
		font-size: 20px;
		color: #2f2f2f;
		font-weight: bold;
		border-bottom: 3px solid #0076DE;
	}
	
	#main .textBox .num {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
	
	#main .adBox {
		padding: 10px 0 1px;
		background: url(../images/ad_bg.jpg) no-repeat center center;
		background-size: cover;
	}
	
	
	#main .banner02 {
		margin: 30px 0 0;
	}


}

