@charset "UTF-8";
/* Body */
body {
	font-family: 'Microsoft Yahei','PingFang SC',Arial,sans-serif;
	background-color: #999999;
	margin: 0;
	padding: 0;
	text-align: undefined;
}


/* Container */
.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color: #FFFFFF;
}


/* Header */
header {
	width: 100%;
	height: 56px;
	background-color: #a10104;
}
.logo {
	color: #fff;
	width: 20%;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-left: 30px;
	font-weight: bold;
	letter-spacing: 2px;
}
nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
nav ul li:hover a {
	color: #fcdeb4;
}


/* Banner */
.banner {
    width: 100%;
	height: 200px;
	background-image: url("../images/banner.jpg");
	background-repeat: no-repeat;
	border-bottom: 1px solid #a10104;
}


/* Catalogue */
.catalogue {
    width: 100%;
	padding: 30px 0px;
}
.catalogue ul {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.catalogue ul li {
	float: left;
	margin-left:75px;
}

.catalogue img {
	width:138px;
	height:138px;
	border: 3px solid #ccc;
	border-radius: 100%;
    padding: 3px;
}


/* Timeline */
.timeline{
    width:100%;
    margin-bottom: 40px;
}

.year{
    width: 1040px;
	margin: 0px 80px;
    cursor: pointer;
	font-size: 24px;
	font-weight: 500;
	line-height: 50px;
	text-align: center;
	display: inline-block;
}

.active{
    width: 130px;
    height: 50px;
	float: left;
	color: #a10104;
	border-bottom: 5px solid #a10104;
}
.normal{
    width: 130px;
    height: 50px;
	float: left;
	color: #666;
	border-bottom: 5px solid #ccc;
}
.news {
    width: 1040px;
	height: 110px;
	margin: 30px 80px 0px 80px;
	line-height: 30px;
}
.news img {
    width: 188px;
    height: 102px;
	float: left;
	margin-right: 20px;
	border: 1px solid #aaa;
    padding: 3px;
}
.news h3 {
	margin:0px;
	padding-bottom: 10px;
}
.news p {
	padding: 0px 10px;
	margin: 0px 0px 0px 216px;
	background-color: #f5f5f5;
	border-right: 2px solid #a10104;
	text-align: justify;
	text-justify:inter-ideograph;
}
.none {
	display:none;
}

/* Content */
.title {
    width: 100%;
	text-align: center;
	clear: both;
}
.title img {
	vertical-align: bottom;
}

article {
	width: 1100px;
	margin: 0px 50px;
	padding: 25px 0px;
	line-height: 30px;
	display: inline-block;
}
article a:link {
	color: #a10104; 
	text-decoration: none; 
}
article a:visited {
	color: #a10104; 
	text-decoration: none; 
}
article a:hover {
	color: #FF0000; 
	text-decoration: none; 
}
article h3 {
	margin:0px;
	padding-bottom: 10px;
}
article p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	text-justify:inter-ideograph;
}
article iframe {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.focuspic-h {
    width: 320px;
    height: 180px;
	float: left;
	margin-right: 20px;
	border: 1px solid #aaa;
    padding: 3px;
}
.focuspic-z {
    width: 120px;
    height: 160px;
	float: left;
	margin-right: 20px;
	border: 1px solid #aaa;
    padding: 3px;
}

.gxjs {
    width: 120px;
    height: 90px;
	float: left;
	border: 1px solid #aaa;
	margin: 20px 12px 0px 10px;
    padding: 3px;
}

.column-l {
	width: 535px;
	float: left;
}
.column-r {
	width: 535px;
	float: right;
}
.line {
	border-top: 1px solid #ccc;
}
.fr {
	color: #a10104;
}

/* Scholar */
.master {
    width: 157px;
    float: left;
	text-align: center;
}
.master img {
    width: 120px;
    height: 160px;
	border: 1px solid #aaa;
    padding: 3px;
	vertical-align: bottom;
}

/* SlideView */
.goguo {
	width: 20px;
	height: 148px;
	float: left;
	margin-right:10px;
}
.goxue {
	width: 20px;
	height: 148px;
	float: right;
	margin-left:10px;
}
.photo-h {
    width:260px;
	display:inline; 
	float:left;
	text-align:center;
}
.photo-h img {
    width:230px;
	height:138px;
	display:block;
	padding:4px;
	border: 1px solid #aaa;
	margin:0px 10px;
}
.photo-z {
    width:208px;
	display:inline; 
	float:left;
	text-align:center;
}
.photo-z img {
    width:178px;
	display:block;
	padding:4px;
	border: 1px solid #aaa;
	margin:0px 10px;
}

/* SinglePage */
.page {
	width: 960px;
	margin: 0px 120px;
	padding: 25px 0px;
	text-align: justify;
}

.page h2 {
	text-align: center;
}
.page h3 {
	text-align: center;
}
.page p {
	font-size: 1.1em;
	line-height: 2em;
}

/* Footer */
footer {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #a10104;
	color: #FFFFFF;
	letter-spacing: 2px;
}
