@charset "utf-8";
/* CSS Document */

.channel h2 {
	float: left;
	height: 40px;
	width: 244px;
	margin: 0 auto;
}

.channel h3 {
	float: left;
	font-size: 12px;
	font-weight: normal;
	margin: 24px 0 0 16px;
}

.content_brief {
	background: none top left scroll no-repeat #FCFCFC;
	margin: 0 10px 10px 0;
	padding: 10px;
	text-align: left;
	position: relative;
	float: left;
	border: solid 1px #E8E8E8;
	display: block;
	width: 618px;
	min-height: 110px;
}

.content_brief .company_logo {
	margin: 0 auto;
	float: left;
	width: 120px;
}

.content_brief .company_logo img {
	border: none;
	outline: 0 none;
}

.content_brief .brief {
	margin: 0 0 0 10px;
	float: left;
	width: 485px;
}

.content_brief .brief h2 {
	font-size: 18px;
}

.content_brief .brief p {
	font-size: 14px;
	line-height: 25px;
	margin: 5px auto;
}

.submenu {
	border-bottom: 1px solid #E8E8E8;
	display: block;
	float: left;
	height: 30px;
	margin: 0 0 10px;
	position: relative;
	text-align: left;
	width: 640px;
}

.submenu ul {
	display: block;
	height: 50px;
	list-style: none outside none;
	margin: auto 0;
	padding: 0;
	vertical-align: bottom;
}

.submenu ul li {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	list-style: none outside none;
	text-align: center;
	width: 80px;
}

.submenu ul li.current {
	background-color: #FCFCFC;
	border-top: solid 1px #E8E8E8;
	border-left: solid 1px #E8E8E8;
	border-right: solid 1px #E8E8E8;
	border-radius: 5px 5px 0 0;
}

.content {
	clear: both;
	font-weight: normal;
}

.content .news {
	margin: 0 auto;
	text-align: left;
	padding: 0 10px 10px 0;
}

.content .news ul {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.content .news ul li {
	display: inline-block;
	height: 50px;
	width: 100%;
	list-style: none;
	float: left;
	overflow: hidden;
	border-left: solid 5px #0086E3;
	padding-left: 10px;
	margin: 10px 0;
}

.content .news ul li:first-child {
	margin: 0 0 10px 0;
}

.content .news ul li a {
	font-size: 16px;
	color: #0086E3;
}

.content .news ul li a:hover {
	text-decoration: underline;
}

.content .news ul li a:visited {
	color: #BA2636;
}

.content .news ul li span {
	display: block;
	margin: 5px 0 0 0;
	color: #A8A8A8;
}

.content .news p {
	text-indent: 2em;
	line-height: 21px;
}

.content .news .gentie {
	width: 100%;
	color: #0086E3;
	border-bottom: dashed 1px #E8E8E8;
	padding: 5px 0;
	display: block;
	text-align: right;
}

.content .news .gentie a {
	color: #0086E3;
}

.content .news .gentie a:hover {
	text-decoration: underline;
}

.content .news .gentie a:visited {
	color: #BA2636;
}

.techph .titlebar span {
	float: left;
}

.techph .titlebar span.more {
	display: block;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 1px 0 0 0;
}

.techph ul.cplist li {
	display: inline-block;
	float: left;
	height: 32px;
	line-height: 32px;
	list-style: none outside none;
	overflow: hidden;
	padding-left: 10px;
	width: 90px;
}

.techph ul li a:hover {
	text-decoration: underline;
}

.techph ul li a:visited {
	color: #BA2636;
}

.pages {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

.pages a, .pages span {
	padding: 0 8px;
}

.pages a:hover {
	background: none top left no-repeat scroll #0086E3;
	color: #FFFFFF;
}

.pages span.active {
	background: none top left no-repeat scroll #F1F1F1;
	color: #0086E3;
}

#goToTop {
    bottom: 25px;
    position: fixed;
    right: 25px;
    z-index: 9999;
}

#goToTop a {
    background: url("http://img1.cache.netease.com/pm/common/image/tech/kjqyk/gototop.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 56px;
    text-indent: -99999px;
    width: 56px;
		cursor: pointer;
}