.BoxSecond{margin-top: 4rem;margin-bottom: 4rem;}
.JpBox{background-color: #EAF1E9;padding-bottom: 2rem;}
/* 首页新闻切换 */
.newstab.nav-tabs{border-bottom: none;}

.newstab li {
	float: left;
	display: inline-block;
}

.newstab li a {
	background-color: #357c36;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	white-space: nowrap;
	color: #fff;
	margin-right: 15px;
	/*margin: 0 10px;*/
	font-size: 14px;
}

.indexnewList {
	height: 10rem;
}

.indexnewList li {
	padding: 15px 0;
	border-bottom:1px  dashed #d2d2d2
}
.indexnewList li a{display: block;}
.indexnewList li a:hover .title01{color: #357c36;}
.indexnewList li .data {
	width: 60px;
	height: 60px;
	float: left;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	margin-top: 10px;
	
	}


.indexnewList li .data h1 {
	color: #bbbbbb;
	display: block;
	text-align: center;
	line-height: 38px;
	font-style: normal;
	font-size: 34px;
}

.indexnewList li .data h3 {
	line-height: 22px;
	color: #FFFFFF;
	display: block;
	text-align: center;
	box-sizing: border-box;
	background: #bbbbbb;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.indexnewList .infonew{display: block;margin-left: 80px;}
.indexnewList .title01{white-space: nowrap;display: block;font-size: 16px;color: #333;height: 30px;line-height: 30px;overflow: hidden;text-overflow: ellipsis;}
.indexnewList .ff{height: 72px;line-height: 24px;overflow: hidden;color: #666;font-size: 14px;}

/* 首页新闻轮播 */
.NewsBannerde .carousel-inner {
	height: 27rem;
}

/* .NewsBannerde .carousel-indicators{bottom: 3rem;} */
.NewsBannerde .carousel-item a img {
	display: block;
	width: 100%;
	height: 17rem;
	overflow: hidden;
}

.NewsBannerde .carousel-caption {
	background-color: #f0f0f0;
	padding: 15px;
	color: #333;
	bottom: -9.7rem;
	display: block;
	height: 10rem;
	left: 0;
	right: 0;
	z-index: 1;
}

#NewsBanner .carousel-control {
	position: absolute;
	/*top: 9.8rem;*/
	bottom: 10.3rem;
	z-index: 100;
}

#NewsBanner a.carousel-control {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #fff;
	background-color: #474747;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

#NewsBanner a.carousel-control img {
	width: 100%;
	height: 100%;
	display: inline-block;
}

#NewsBanner .carousel-control.left {
	right: 33px;
}

#NewsBanner .carousel-control.right {
	right: 0;
	background-color: #357c36;
}

.boxnewsinline {
	width: 100%;
}

.rightbox {
	margin-left: 80px;
}

.rightbox .title {
	width: 100%;
	height: 40px;
	text-align: left;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

.rightbox .info {
	text-indent: 1rem;
	line-height: 25px;
	text-align: left;
	font-size: 14px;
	color: #666666;
	height: 75px;
	overflow: hidden;

}

.date1 {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 60px;
	height: 149px;
	margin: 0 20px;
	z-index: 99;
	text-align: center;
	color: #656565;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	text-align: right;
}

.date1 h3 {
	font-size: 48px;
	font-weight: bold;
	line-height: 60px;
	color: #333333;
	text-align: right;
	font-family: "微软雅黑";
}

.date1 h5 {
	font-size: 14px;
	font-weight: 100;
	line-height: 15px;
	color: #333333;
	text-align: center;
	font-family: "微软雅黑";
}
.FilmBox{background-color: #EAF1E9;padding-bottom: 4rem;}
.sp{clear:both;margin:0 auto;width:100%;text-align: center;height:32rem}
@media screen and (max-width: 768px) {

	/* 首页企业新闻和简介 */
	.NewsBannerde {
		margin-top:20px;
	}
	.BoxSecond{margin: 20px 0;}
	.BoxSecond .tab-content{margin:0 10px}
	.indexnewList{height: auto;}
}

