@charset "utf-8";

.company_dev,.dev_list .dev_item,.news_ol_list {
	border-bottom: 1px solid #e4e0e0
}

.board_item .avater,.board_item .txt {
	filter: alpha(opacity=0);
	_visibility: hidden
}

.main {
	width: 1200px;
	margin: 99px auto 70px;
	overflow: hidden
}

.article_content {
	width: 750px;
	float: right;
	margin-right: 200px;
	display: inline
}

/* 新闻详情页 */

.news_box{
  font-size: 14px;
  color: rgb(120, 120, 120);
  line-height: 32px;
}

.news_box .news_type{
   background: rgb(0, 78, 162);
   color: #fff;
   padding-left: 10px;
   width: 60px;
   font-size: 12px;
   line-height: 22px;
   margin: 10px 0px 10px 0px;
}

.news_box .news_source{
   font-size: 12px;
}

.news_box img{
  width: 100%;
  margin: 0px 0px 0px 0px;
}

.news_box .news_title{
  font-size:20px;
}

.news_box p{
/* text-indent: 2em; */
  margin-bottom: 5px;
}

#txt_intro{display: none}


/* end 新闻详情页 */

.company_dev {
	padding-bottom: 30px
}


@-webkit-keyframes a_name_wrap {
	0% {
		-webkit-transform: translate(0,0)
	}

	100% {
		-webkit-transform: translate(180px,0)
	}
}

@-webkit-keyframes a_opacity {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes a_name_wrap_2 {
	0% {
		-webkit-transform: translate(180px,0)
	}

	100% {
		-webkit-transform: translate(0,0)
	}
}

@-webkit-keyframes a_opacity_2 {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}
