@charset "utf-8";

/*首页查看更多按钮*/
.more_2{
	text-align: right;

}
.more_2 a{
	color:#fff;
}

.more_3{
	display:block;
	font-size:20px;
	width:260px;
	height:60px;
	text-align:center;
	color:#fff;
	border-radius:0px;
	line-height:60px;
	text-indent:0px;
	margin-top:20px;
	background-color: #333;

}
.more_3:hover{
	background-color:#997335;color:#fff;font-weight: bold;border:none;
}

.index_about_title{
	text-align: center;
	margin-bottom: 60px;
}
.index_about_title .big{
	color:#333;font-size: 40px;font-weight:bold;
	margin-bottom: 20px;
}


.about_bg{


}
.about_text{
	padding-bottom: 30px;
	margin-bottom: 0px;
	font-size:16px;
	color: #555;
	line-height: 200%;
	text-align: justify;
	text-indent: 2em;
}

/* 首页图片栏目*/
.tuandui_bg{
	background-image:url('../webimages/tuandui_bg.jpg'); background-repeat:no-repeat;background-postion:top left;
	background-size:100% auto;padding-top:30px;background-color: #ededed;padding-bottom: 90px;
}

/* 首页新闻 */
.news_bg{
	background-image:url('../webimages/news_bg.jpg');
	background-repeat:no-repeat;background-postion:top center;
	background-size:100% auto;
	padding-top:80px;
	padding-bottom: 40px;
	background-color: #ededed;
}

.index_news_title{
		color:#333;
		margin-bottom: 20px;line-height:40px;
		border-bottom: 1px #7c7c7c solid;
		padding-bottom: 20px;
		display: flex;
		justify-content: space-between;
}

.index_news_title .name{
	font-size: 34px;
	font-weight:bold;
}
.index_news_title .more{
	background-color: #999;
	padding-left: 20px;
	padding-right: 20px;

}
.index_news_title .more a{
	color:#fff;
	font-size: 16px;
}
.index_news_title .more:hover{
	background-color: #333;
}


.wz_title{
	line-height: 200%;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.tongzhi_item:hover .wz_title{
	font-weight: bold;
	color: #000;
}

.wz_jianjie{
	line-height: 150%;
	font-size: 14px;
	color: #666;
}
.tongzhi_item:hover .wz_jianjie{
	color:#000;
}

.tongzhi_item{
	display: flex;
	justify-content: start;
	border-bottom: 1px solid #999999;
	padding-top:10px;
	padding-bottom:10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tongzhi_date{
	width:80px;
	background-color: #444444;
	margin-right: 10px;
	font-family: "Georgia";
	text-align: center;
	margin-bottom: 5px;

}
.date_d{
	background-color: #f29600;
	height:46px;
	color:#fff;
	font-size: 30px;
	line-height: 46px;
}
.date_y{
	color:#fff;
	line-height: 32px;
	font-size: 16px;
}
.xinfa{
	border-left:#fcaa20 4px solid;
	padding-left: 20px;
	padding-top: 0px;
	border-bottom: none;
	padding-bottom: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.xinfa a{
	padding-bottom: 20px;
	border-bottom: #ddd 1px solid;
}


/*bootstrap重写*/
.container {

   }
@media (min-width: 1200px) {

/*自定义*/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
	position: relative;
	min-height: 1px;
	margin-left: 0px;
	margin-right:0px;
}
.col-xs-1-5 {
	width: 20%;
	float: left;

}
}
@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
}