/********reset********/
body,
h1,
h2,
h4,
p,
i,
strong,
span,
ul,
li {
	margin: 0;
	padding: 0;
}
/********整体容器样式********/
body {
	background-color: #5D5D5D;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	visibility:hidden;
	clear: both; 
}
.clearfix { 
	*zoom:1; 
}
.container {
	margin: 0 auto;
	width: 980px;
	height: 1386px;
	background-color: #ffffff;
	border: 1px solid #B7B7B7;
}
/********header头部样式********/
header {
	margin: 0 auto;
	width: 892px;
	border-bottom: 2px solid #938e8c;
	overflow: hidden;
}
header .top-name {
	display: inline-block;
	width: 110px;
	height: 61px;
	background-color: #D55D5C;
}
header .top-name span {
	display: inline-block;
	padding-top: 42px;
	padding-left: 5px;
	font-size: 12px;
	font-family: "黑体";
	color: #ffffff;
}
header time {
	float: right;
	margin-top: 45px;
	font-size: 12px;
	font-family: "黑体";
	color: #d45d5c;
}
/********content主体样式********/
.content {
	margin: 0 auto;
	margin-top: 30px;
	width: 892px;
}
/********banner样式********/
.banner {
	width: 892px;
	height: 301px;
}
.banner .show-img {
	float: left;
	position: relative;
	width: 641px;
	height: 301px;
}
.banner .show-img:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 191px;
	height: 301px;
	filter:alpha(opacity=40);  
    -moz-opacity:0.4;  
    -khtml-opacity: 0.4;  
    opacity: 0.4; 
	background-color: #008000;
}
.banner .show-img:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 191px;
	height: 301px;
	filter:alpha(opacity=40);  
    -moz-opacity:0.4;  
    -khtml-opacity: 0.4;  
    opacity: 0.4; 
	background-color: #FF0000;
}
.banner .about {
	float: right;
	margin-right: 3px;
	padding-top: 10px;
	width: 203px;
	border-top: 2px solid #cc9081;
}
.banner .about h1 {
	font: 24px/40px "微软雅黑";
	color: #000000;
	text-decoration: underline;
}
.banner .about h1:first-letter {
	font-size: 28px;
}
.banner .about p {
	font: 12px/10px "楷体";
	color: #676767;
}
.banner .about .text-large {
	position: relative;
	left: -20px;
	font-size: 116px;
	font-style: oblique;
	font-family: "微软雅黑";
	color: #75b86b;	
}
.banner .about .text-medium {
	position: relative;
	top: -30px;
	font-size: 55px;
	font-style: normal;
	font-family: "微软雅黑";
	color: #cc8091;
}
.banner .about .small-p {
	position: relative;
	top: -30px;
	display: inline-block;
}
.banner .about .small-p span {
	font-size: 21px;
	font-family: "微软雅黑";
	color: #cc8091;
}
.banner .about .small-p small {
	display: block;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #cc8091;
}
/********文章列表样式********/
.article-list {
	margin-top: 30px;
	list-style-type: none;
}
.article-list li {
	float: left;
	width: 200px;
	margin-right: 25px;
}
.article-list li h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.article-list .p-one h2 {
	font-size: 16px;
	font-weight: bold;
	color: #418c59;
	text-decoration: underline;
}
.article-list .p-two h2 {
	font-size: 16px;
	font-weight: bold;
	color: #d2994f;
	text-decoration: underline;
}
.article-list .p-three h2 {
	font-size: 16px;
	font-weight: bold;
	color: #cc7680;
	text-decoration: underline;
}
.article-list .p-one p {
	font: 12px/16px "宋体";
	color: #767777;
}
.article-list .p-two p {
	font: 12px/16px "微软雅黑";
	color: #231815;
	filter:alpha(opacity=70);  
    -moz-opacity:0.7;  
    -khtml-opacity: 0.7;  
    opacity: 0.7; 
}
.article-list .p-three p {
	font: 12px/16px "宋体";
	color: #767777;
}
.article-list .data-list {
	margin-top: 30px;
}
.article-list .data-list p span {
	font: 12px/16px "微软雅黑";
	font-style: oblique;
	color: #cd4a48;
	filter:alpha(opacity=70);  
    -moz-opacity:0.7;  
    -khtml-opacity: 0.7;  
    opacity: 0.7; 
}
/********文章内容样式********/
.article-content {
	padding-top: 50px;
}
.article-intro {
	float: left;
	width: 415px;
}
.article-intro h1 {
	font-size: 42px;
	font-family: "黑体";
	font-weight: bold;
	color: #11456b;
}
.article-intro h1 span {
	margin-right: 25px;
	font-size: 72px;
	font-family: "黑体";
	font-weight: bold;
	font-style: oblique;
	color: #f5e327;
}
.article-intro h2 {
	font-size: 33px;
	font-family: "黑体";
	font-weight: bold;
	color: #11456b;
}
.article-intro h2:after {
	display: block;
	content: "";
	width: 415px; 
	height: 2px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #11456b;
}
.article-intro p {
	text-indent: 2em;
	font: 12px/16px "宋体";
	color: #767777;
}
.article-intro .first-p {
	text-indent: 0;
}
.article-intro .first-p:first-letter {
	float: left;
	padding-right: 8px;
	line-height: 1em;
	font-size: 70px;
	font-family: "微软雅黑";
	color: #f5e327;
}
.article-intro .art-img {
	float: right;
	padding: 15px 0 10px 20px;
}
.article-img {
	position: relative;
	float: right;
	width: 458px;
}
.article-img h3 {
	position: absolute;
	top: 186px;
	left: 50px;
	font-size: 26px;
	color: #ffffff;
	z-index: 999;
}
.article-img h3 span {
	margin-left: 10px;
	font-size: 12px;
	letter-spacing: 140%;
	font-family: "微软雅黑";
	font-style: oblique;
	color: #72b16a;
}
.article-img h3:after {
	content: "";
	position: absolute;
	top: -7px;
	left: -15px;
	display: block;
	width: 3px;
	height: 44px;
	background-color: #72b16a;
}
.article-img:after {
	position: absolute;
	top: 196px;
	display: block;
	content: "";
	width: 458px;
	height: 61px;
	background-color: #000000;
	filter:alpha(opacity=70);  
    -moz-opacity:0.7;  
    -khtml-opacity: 0.7;  
    opacity: 0.7; 
}
.art-note {
	margin-top: 40px;
	width: 459px;
	height: 328px;
	background-color: #EEEED6;
}
.art-note ul {
	padding-top: 30px;
	list-style-type: none;
	font-size: 12px;
	font-family: "宋体";
}
.art-note ul li {
	position: relative;
	line-height: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}
.art-note ul li:before {
	position: absolute;
	top: 6px;
	left: -13px;
	content: "";
	width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid #0E4473;
}
.art-note ul li h4 {
	display: inline-block;
}
.art-note ul li span {
	font-style: oblique;
}
.art-note .num-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 260px;
	height: 160px;
	background-color: #D55D5C;
}
.art-note .num-box span {
	position: relative;
	margin-top: 5px;
	margin-left: 5px;	
	font-size: 110px;
	font-family: "微软雅黑";
	color: #ffffff;
}
.art-note .num-box span:after {
	position: absolute;
	top: 32px;
	left:70px;
	content: "";
	width: 2px;
	height: 86px;
	background-color: #ffffff;
}
.art-note .num-box .box-content {
	position: absolute;
	top: 40px;
	left: 85px;;
}
.art-note .box-content h4 {
	line-height: 24px;
	font-size: 21px;
	font-family: "黑体";
	font-style: oblique;
	color: #ffffff;
}
.art-note .box-content p {
	padding-right: 10px;
	font-size: 12px;
	font-family: "黑体";
	color: #ffffff;
}
.art-note .long-text {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 180px;
	height: 160px;
}
.art-note .long-text p {
	text-indent: 3em;
	position: relative;
	top: 20px;
	line-height: 16px;
	font-size: 14px;
	font-family: "黑体";
	font-style: oblique;
	color: #5a5b5b;
}
.art-note .long-text p .first-quotes {
	position: absolute;
	top: 15px;
	left: -90px;
	font-size: 72px;
	font-family: "黑体";
	color: #d45d5c;
}
.art-note .long-text p .last-quotes {
	position: absolute;
	top: 125px;
	left: 70px;
	font-size: 72px;
	font-family: "黑体";
	color: #d45d5c;
}
/********footer底部样式********/
footer {
	margin: 0 auto;
	margin-top: 30px;
	width: 892px;
	border-top: 2px solid #938e8c;
	overflow: hidden;
}
footer span {
	float: right;
	font-size: 12px;
	font-family: "黑体";
	color: #d45d5c;
}