﻿.position{
	overflow: hidden;
	padding: 20px 0px;
	line-height: 30px;
	font-size: 14px;
}



.waterfall{
	-moz-column-count:3; /* Firefox */
	-webkit-column-count:3; /* Safari 和 Chrome */
	column-count:3;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}

.newsIndexItem{
	margin-bottom: 20px;
	box-sizing: border-box;
	border: #eaeaea 1px solid;
	
	-moz-page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}
.newsIndexItem:nth-child(3n){
	margin-right: 0;
}
.newsIndexItem .newsIndexItemTit{
	height: 40px;
	background-color: #eeeeee;
}
.newsIndexItem .newsIndexItemTit span{
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
}
.newsIndexItem .newsIndexItemTit .more{
	display: block;
	float: right;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 12px;
	margin-right: 10px;
}
.newsIndexItem .newsIndexItemList{
	padding: 20px;
}
.newsIndexItem .newsIndexItemList .newsIndexItemFirst{
	width: 100%;
	overflow: hidden;
}
.newsIndexItem .newsIndexItemList .newsIndexItemFirst img{
	display: block;
	width: 100%;
}
.newsIndexItem .newsIndexItemList .newsIndexItemBody{
	overflow: hidden;
	margin-top: 10px;
}
.newsIndexItem .newsIndexItemList .newsIndexItemBody a{
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}

.pBox{
	padding:10px 0px;
}
.pBox img{
	display: block;
	width: 100%;
}


.newsTit{
	line-height: 40px;
	font-family: "黑体";
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0px;
}
.newsMain{
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}
.newsMain .newsBody{
	margin-right: 300px;
}
.newsMain .newsBody .newsDate{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
}
.newsMain .newsBody .newsContent{
	line-height: 180%;
	font-size: 16px;
	color: #393838;
	box-sizing: border-box;
	padding: 15px;
	background-color: #f5f5f5;
}
.newsMain .newsBody .newsContent img{
	max-width: 100%;
}



.newsMain .newsRight{
	position: absolute;
	width: 280px;
	right: 0px;
	top: 0px;
}
.newsMain .newsRight .shareBox{
	margin-bottom: 10px;
}
.newsMain .newsRight .newsRightList{
	box-sizing: border-box;
	padding: 10px;
	background-color: #f5f5f5;
}
.newsMain .newsRight .newsRightList .newsRightTit{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}
.newsMain .newsRight .newsRightList .newsRightBody{
	overflow: hidden;
}
.newsMain .newsRight .newsRightList .newsRightBody a{
	display: block;
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	color: #393838;
}

.preNxt{
	overflow: hidden;
	padding: 10px 0px;
}
.preNxt .preBox{
	width: 48%;
	float: left;
}
.preNxt .preBox p{
	line-height: 20px;
	font-size: 12px;
	text-align: left;
	margin: 0;
}
.preNxt .nxtBox{
	width: 48%;
	float: right;
}
.preNxt .nxtBox p{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: right;
	margin: 0;
}



.anliTit{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}
.anliListBox h3{
	font-size: 16px;
    color: #787878;
}



@media (max-width: 1080px) {
	.newsMain .newsBody{margin-right: 0;}
	.newsMain .newsRight{position: initial; width: 100%; margin-top: 20px;}
}
@media (max-width: 800px) {
	.waterfall{
		-moz-column-count:2; /* Firefox */
		-webkit-column-count:2; /* Safari 和 Chrome */
		column-count:2;
		-moz-column-gap: 10px;
		-webkit-column-gap: 10px;
		column-gap: 10px;
	}
	.newsIndexItem{
		margin-bottom: 10px;
	}
	.newsIndexItem .newsIndexItemList{
		padding: 10px;
	}
}
@media (max-width: 580px) {
	.preNxt .preBox,.preNxt .nxtBox{width: 100%; float: none;}
	.preNxt .preBox{margin-bottom: 20px;}
	.preNxt .preBox p,.preNxt .nxtBox p{text-align: left;}
}
@media (max-width: 480px) {
	.waterfall{
		-moz-column-count:1; /* Firefox */
		-webkit-column-count:1; /* Safari 和 Chrome */
		column-count:1;
		-moz-column-gap: 0px;
		-webkit-column-gap: 0px;
		column-gap: 0px;
	}
}

@media only screen and (min-width: 768px){
.case_banner img{margin-top:70px;width: 100%;}
.news_banner img{margin-top:70px;width: 100%;}
	
}
@media only screen and (min-width: 100px) and (max-width: 640px) {


}






























