.margin-big-bottom {
	 margin-top: 20px;
    margin-bottom: 20px;
}
.layout {
    width: 100%;
}
.bread li:after {
    content: "\002f";
    padding: 0 8px;
    color: #ddd;
	    box-sizing: border-box;
}
.bg-gray {
    background-color: #f5f5f5;
}
.bread {
    margin: 8px 0px;
    font-size: 13px;
    color: #555;
}
.bread {
    border-radius: 4px;
    padding: 8px 15px;
	}
.bread li {
    display: inline-block;
}
.clearfix  {
    display: block;
}
/* 新闻中心 */
 @media screen and (min-width: 800px) {
 /*新闻一*/
 h3 {
    font-size: 24px;
}
 .xb6 {
    float: left;
    width: 50%;
}
.newsitem .news-date {
	text-align: center;
	display: inline-block;
	float: left;
	width: 7rem;
	height: 7rem;
	background: #d2433d;
	margin-top: 20px;
}
.newsitem li {
	border-bottom: dashed 1px #ddd;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.newsitem .news-date1 {
	text-align: center;
	color: #fff;
	font-size: 2rem;
	margin-top: 1rem;
}
.newsitem .news-date2 {
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
}
.newsitem .news-bodys {
	padding: 0 0.875rem;
	overflow: hidden;
	zoom: 1;
}
.newsitem .news-bodys h3 {
	word-wrap: break-word;
	overflow: hidden;
	font-size: 18px;
}
.newsitem .news-bodys p {
	word-wrap: break-word;
	overflow: hidden;
	line-height: 1.15rem;
	font-size: 0.75rem;
	color: #999;
	margin-top: 10px;
}
/*新闻2*/
.news-span1 {
	width: 16.66666667%;
}
.news-span2 {
	width: 83.33333333%;
}
.news-item2 {
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 4px 0;
}
.news-item2 .news-time {
	padding: 6px 0;
	border-right: 1px solid #eee;
	text-align: center;
	color: #666666;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.news-action {
	padding: 0px 12px 0px 40px;
	box-sizing: border-box;
}
.info span{
    font-size: 85%;
    padding-right: 12px;
}
.news-item2 .news-time .news-time-date {
	font-size: 22px;
}
.news-item2 .news-title {
	position: relative;
	font-size: 18px;
	color: #666666;
	line-height: 24px;
	padding-bottom: 0px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-item2 .news-desc {
	font-size: 12px;
	color: #999999;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.news-item2 .news-tit {
	position: relative;
	z-index: 10;
}
.news-item2:after {
	content: "";
	background-color: #E08031;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	z-index: 0;
	display: block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.news-item2:hover:after {
	width: 100%;
}
.news-item2:hover .news-title, .news-item2:hover .news-desc, .news-item2:hover .news-time {
	color: #ffffff;
}
}
 @media screen and (max-width: 760px) {
 
 .newsitem .news-date {
    text-align: center;
    display: inline-block;
    float: left;
    width: 7rem;
    height: 7rem;
    background: #d2433d;
	margin-top: 20px;
}
.newsitem .news-date1 {
    text-align: center;
    color: #fff;
    font-size: 1.5625rem;
    margin-top: 0.6rem;
}
 .newsitem .news-date2 {
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
}

.newsitem .news-bodys {
    padding: 0 0.875rem;
    overflow: hidden;
    zoom: 1;
}
.newsitem .news-bodys h3 {
    word-wrap: break-word;
    overflow: hidden;
	font-size: 18px;
}

.newsitem .news-bodys p {
    word-wrap: break-word;
    overflow: hidden;
    line-height: 1.15rem;
    font-size: 0.75rem;
    color: #999;
    margin-top: 10px;
	margin-bottom: 15px;
}
}