@charset "utf-8";

.area {
	width: 100%;
	position: relative;
	float: left;
	clear: both;
}

.colL {
	float: left;
	width: 650px;
	height: 100%;
	border-right: solid 1px #E8E8E8;
	padding: 5px 0;
}

.colR {
	float: right;
	width: 300px;
	height: 100%;
	padding: 5px 0;
}

.content_nav {
	background-color: #FCFCFC;
    float: left;
    padding: 5px 10px;
    position: relative;
}

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

.content_nav ul li {
	display: inline;
	overflow: hidden;
}

.content_nav ul li a {
	background: none repeat scroll 0 0 #FCFCFC;
    border-left: 1px solid #E8E8E8;
    display: block;
    float: left;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    list-style: none outside none;
    width: 23px;
}

.content_nav ul li:first-child a {
	border-left: 0 none;
}

.content {
	width: 100%;
	position: relative;
	float: left;
}

.content .loader {
	position: relative;
	padding: 10px 0;
}

.content .loader img {
	border: 0 none;
	outline: 0 none;
}

.content .loader span {
	padding-top: 16px;
	display: block;
}

.content .origin {
	background: none repeat scroll 0 0 #FCFCFC;
    float: left;
    padding: 10px 0;
    position: relative;
    text-align: left;
    width: 100%;
}

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

.content .origin ul li {
	display: inline-block;
    float: left;
    height: 36px;
    line-height: 36px;
    list-style: none outside none;
    padding-left: 10px;
    width: 100px;
	overflow: hidden;
}

.content .origin ul li a {
	border: 0 none;
    color: #000000;
    outline: 0 none;
    text-decoration: none;
}

.content .origin ul li a:hover {
	color: #BA2636;
}

.link {
	position: relative;
	float: left;
	width: 99%;
	padding: 5px 0;
	border-top: dotted 1px #E8E8E8;
}

.link:first-child {
	border: 0 none;
}

.link .link_alpha {
	float: left;
	width: 60px;
	text-align: center;
	padding: 10px 0;
	height: 100%;
	font-size: 18px;
	font-family: "Lucida Handwriting", Verdana, Arial;
	color: #333333;
}

.link .link_content {
	float: right;
	width: 560px;
	text-align: left;
	background: none repeat scroll 0 0 #FCFCFC;
	padding: 0 10px;
}

.link .link_content ul {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.link .link_content ul li {
	display: inline-block;
	height: 36px;
	width: 100px;
	list-style: none;
	float: left;
	line-height: 36px;
	padding-left: 10px;
	overflow: hidden;
}

.link .link_content ul li a:hover {
	color: #BA2636;
}

.techph {
	position: relative;
	float: left;
    text-align: left;
	padding-bottom: 10px;
}

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

.techph ul li {
	display: inline-block;
	height: 25px;
	list-style: none;
	float: left;
	line-height: 25px;
	padding-left: 10px;
    width: 100%;
	overflow: hidden;
}

.techph ul li em {
	background: none repeat scroll 0 0 #BBC6CC;
    color: #FFFFFF;
    display: block;
    font-style: normal;
    height: 16px;
    line-height: 16px;
    text-align: center;
    width: 16px;
	margin: 4px 5px 0 -10px;
	float: left;
}


.techph ul li.other em {
	background: none repeat scroll 0 0 #5AABD5;
}

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

.techph .titlebar span {
	font-size: 14px;
	display: block;
	padding-bottom: 10px;
}