@charset "utf-8";
/* CSS Document */
.banner {
	height: 210px;
	background: url(/skin/baichy/img/news-banner.jpg) center no-repeat;
}
.main {
	width: 1180px;
	margin: 0 auto;
}
.main .main-t {
	text-align: right;
	color: #666;
	margin: 20px 0;
	font-size: 14px;
	font-weight: normal;
}
.main .main-t a {
	color: #666;
}
.main .main-t a:hover {
	color: #e60717;
}
/*正文开始*/
.main .main-con {
	width: 1180px;
	overflow: hidden;
}
.main .main-con h3 {
	font-size: 16px;
	height: 41px;
	border-bottom: 1px solid #666;
}
.main .main-con h3 p {
	width: 160px;
	height: 42px;
	float: left;
	line-height: 42px;
	color: #fff;
	text-align: center;
	background-color: #e60717;
}
.main .main-con h3 span {
	float: right;
	line-height: 41px;
	font-size: 14px;
	font-weight: normal;
}
.main .main-con h3 span a {
	color: #e60717;
}
.main .main-con .news-t {
	padding-top: 20px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #666;
}
.main .main-con .news-t li {
	overflow: hidden;
	margin-bottom: 18px;
	padding-left: 16px;
	background: url(/skin/baichy/img/red3.png) left no-repeat;
}
.main .main-con .news-t li p {
	float: left; 
}
.main .main-con .news-t li span {
	float: right;
	color: #999;
}
.main .main-con .page {
	width: 376px;
	margin: 0 auto 20px;
}
.main .main-con .page a {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
}
.main .main-con .page span {
	padding: 0 10px;
	color: #e60717;
}
/*新闻详情*/
.main .content {
	width: 1180px;
	margin: 0 auto;
}
.main .content h2 {
	font-size: 18px;
	text-align: center;
	color: #333;
}
.main .content .txtleft {
	text-align: right;
	color: #666;
}
.main .content h3 {
	width: 1180px;
	padding: 20px;
	margin: 20px 0;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	line-height: 2;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.main .content h3 span {
	color: #e60717;
}
.main .content p {
	color: #666;
	line-height: 2;
}
.main .content .txtright {
	padding: 30px 0;
	border-bottom: 1px dashed #ddd;
}
.main .content .txtright span {
	color: #e60717;
}
.main .content .txtright a {
	color: #666;
}
.main .content .txtright a:hover {
	color: #e60717;
}
.main .content .about {
	width: 1180px;
	overflow: hidden;
	margin: 30px 0;
}
.main .content .about h4 {
	font-size: 16px;
	font-weight: normal;
	color: #e60717;
	text-indent: 1em;
	margin-bottom: 20px;
}
.main .content .about .about-news,.main .content .about .about-pro {
	width: 590px;
}
.main .content .about .about-news {
	float: left;
}
.main .content .about .about-pro{
	float: right;
}
.main .content .about ul li {
	margin-bottom: 10px;
	padding-left: 2px;
}
.main .content .about ul li em{
	width: 6px;
	height: 6px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background-color: #e60717;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.main .content .about ul li a{
	color: #666;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
.main .content .about ul li a:hover{
	color: #e60717;
	margin-left: 10px;
	
}