﻿body {
    font-family:"microsoft yahei",微软雅黑,"microsoft jhenghei",华文细黑,stheiti,mingliu;
    /*background-image: ;*/
}
.container{
    width:1200px;margin: 0 auto;
}
.container a{
    color:#222222;
}

.header{
    background-image: ; background-repeat: no-repeat; background-position: center top;
    height: 640px;
}

.footer{
    background-image: ; background-repeat: no-repeat; background-position: center top;
    height: 200px;
}

.nav{
    font-size: 1.3em;font-weight: bold;color: #222222;text-align: center;padding:1em;
background:#e12b31;
}

.nav a{
    color:#f3e0c2;	
}
.more{
    float:left; width:10%; color: #222222; font-size: 1.05em;
    text-align: right;
	padding-top:2em;
}

.line{
    height: 1px;
    background: #eee;
}

.title{
    padding: 0.3em 5% 0.3em 5%;
    font-size:2em;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
}

.leadtitle{
    font-size:1.5em;
    line-height: 1.5em;
    text-align: center;
}

.subtitle{
    padding-bottom: 0.5em;
    font-size:1.5em;
    line-height: 1.5em;
    text-align: center;
}
.source{
    padding: 0.5em 5% 2em 5%;
    line-height: 1.5em;
    text-align: center;
}

.content{
    padding:0 5%;
    line-height: 1.6em;
    font-size:1.2em;
    text-align: left;
}

.content img{
    margin: 0 auto;
    text-align: center;
    padding: 0.5em 16%;
    max-width: 700px;
}

.channel-title { padding-left: 1em;font-size: 1.6em;font-weight: bold;color:#006181; }
.channel-navtitle {float:left;width: 15%;color: #006181;font-weight: bold;font-size: 1.6em;text-align: center;}
.channel-line   {height:10px;background-color: #e12b31;}

.slidebox{ width:530px; height:330px; overflow:hidden; position:relative; border:1px solid #ddd;  }
.slidebox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slidebox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slidebox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slidebox .hd ul li.on{ background:#f00; color:#fff; }
.slidebox .bd{ position:relative; height:100%; z-index:0;   }
.slidebox .bd li{ zoom:1; vertical-align:middle; }
.slidebox .bd img{ width:550px; height:330px; display:block;  }

/***********************************************/
.pagination {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	margin: 10px 0;
	font-size: 0;
}
.pagination li {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border: 1px solid #e2e2e2;
	width: 28px;
	height: 28px;
	line-height: 28px;
	margin: 0 -1px 5px 0;
	background-color: #fff;
	color: #333;
	font-size: 12px;
	text-align: center;
}
.pagination li a {
	display: block;
	width: 100%;
	height: 100%;
}
.pagination li.active {
	border: 1px solid #1e9fff;
}
.pagination li.active span {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #1e9fff;
	color: #fff;
}
.pagination li.disabled {
	background: #f2f2f2;
}

.pagination li.active span{
	background-color:#1e9fff;
}
.pagination li.active {
	border: 1px solid #1e9fff;
}

