@import url(screen_common.css);

/* -------------------------------------------------------------- */
/* HTML                                                           */
/* -------------------------------------------------------------- */
a             				{ color: #FFF; text-decoration: none; }
body                        {
	background-color: #FFF;
	font-family: "微软雅黑";
}
body
,html {
    margin: 0;
    padding: 0;
    overflow: auto;
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 400px;
    z-index: -1;

}
.bg img {
    width: 100%;
    height: 100%;
}


h4, #col2 h4 {
	font: bold 13px Arial, Helvetica, Verdana, Sans-Serif;
	line-height: 110%;
	float: left;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h5 {
    font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
    background-color: transparent;
	color: #000;
	margin: 2px 0 0 8px;
	padding-bottom: 5px;
}

html,  form, #wrapper     	{ height:100%; }
ul.EktronEditorsMenu li a   { color: blue; } 

/* -------------------------------------------------------------- */
/* LAYOUT                                                         */
/* -------------------------------------------------------------- */
.carat                    	{ font: normal 16px 'courier new', courier, monospace; }

/* all columns */
#col1, #col2, #col3 {
    height: 160px;
    float: left;
    margin-top: 4px;
    margin-bottom: 6px;
    font-size: 11px;
    line-height: 150%;
}
#col1 ul li, #col2 ul li, #col3 ul li {
	padding-top: 10px;
	width: 270px;
	float: left;
}
#col1 ul li span, #col2 ul li span, #col3 ul li span {
	float: right;
	color: #FFF;
	font-family: "微软雅黑";
}
#col2 ul li{
	text-align: right;
}
/* column 1 */
#col1 {
	width: 321px;
	margin-right: 6px;
	position: relative;
	background-color: transparent;
	background-image: url(../images/90_tan1.png);
}
#col1 img               	{ margin: 2px 7px 0 0; }
#col1 h5 {
    font: bold 11px arial, helvetica, tahoma, sans-serif;
	display: inline-block;  
	color: #000;
	margin: 10px 0 5px 19px;
    border: 0;
}
 
/* column 2 */
#col2 {
	width: 322px;
	margin-right: 6px;
	position: relative;
	background-color: transparent;
	background-image: url(../images/90_tan2.png);
}
#col2 img[title] {
    float: left;
	margin: 0 12px 10px 0;
}

/* column 3 */
#col3 { 
	width: 322px; 
	/*
	solid - background-color: rgba(236,107,37,0.8);
	CSS3 - background-color: #ec6b25;
	*/ 
	background: transparent url(../images/90_tan.png); 	
}
#captionContainer {
    width: 370px;
    float: right;
    position: absolute;
    top: 25%;
    right: 0;    
}
#captionNavigation {
    margin-top: 1px;
    padding: 5px 8px 4px 18px;
    font-size: 11px;
    color: #999;
    font: bold 12px Arial, Helvetica, Verdana, Sans-Serif;        
	background: transparent url(../images/80-black.png);    
}
#captionNavigation a     	{ color: #999; }
#captionNavigation a:hover  { color: #FFF; text-decoration: none; }
#captionNavigation p        { float: right; }

p.entryLinks {
    font: normal 11px Arial, Helvetica, Verdana, Sans-Serif;
    color: #FFF;
    text-align: right;
    margin: 6px 14px 0 0;
    float: right;
}

.offsetBlock                {
	padding-left: 20px;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	color: #FFF;
	float: left;
}
.offsetBlock2                {
	padding-left: 20px;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	color: #FFF;
	float: left;
}
.offsetBlock2 img{
	font-family: Georgia, 'Times New Roman', Times, Serif;
	color: #FFF;
	float: left;
	height: 110px;
	width: 160px;
	margin-top: 5px;
}
.offsetBlock2 ul{
	width: 110px;
	float: left;
	margin-left: 10px;
}
.offsetBlock2 ul li{
	text-align: right;
	height: 17px;
	float: left;
	width: 110px;
}
#pageBottomWrapper          {
	width: 100%;
	bottom: 25px;
}
#pageBottomWrapper3          {
	width: 100%;
	bottom: 90px;
	float: left;
	position: absolute;
}
#pageBottomWrapper2          {  width: 100%; }
#pageBottom                 { width: 977px; }

#wrapper                    { position: relative; z-index: 3; }
    
/* -------------------------------------------------------------- */
/* SUPERSIZED PLUG IN                                              */
/* -------------------------------------------------------------- */
#content {
	height: 100%;
	width: 100%;
	z-index: 3;
	position:absolute;
}

#prevslide, #nextslide, #pauseplay {
	display: block;
	height: 12px;
	background: transparent url(../images/slide-controls.gif) no-repeat 0 2px;
	float: right;
} 
#pauseplay {
	background-position: -14px 2px;
	width: 28px;
	display: none;
}
#prevslide, #nextslide { 
	width: 23px;
}
#nextslide {
	background-position: -36px 2px;
}

/* Debug styles
#prevslide { background-color: green; }
#nextslide { background-color: purple; }
#pauseplay { background-color: red; }
*/

#slidecounter {    
    color: #999;   
	font-weight: bold;
	display: inline;
}
#slidecaption {
    padding: 8px 8px 10px 18px;
    overflow: hidden;
	background: transparent url(../images/80-black.png);
	color: #999;
}
#slidecaption h4 {
    font: bold 16px Arial, Helvetica, Verdana, Sans-Serif;    
    color: #FFF;
}
#slidecaption p {
    font: normal 13px Arial, Helvetica, Verdana, Sans-Serif;      
    line-height: 150%;
    margin: 4px 0 0 0;    
}
#slidecaption p a 			{ color: #b2b2b2; }
#slidecaption p img {
    vertical-align: text-bottom; 
    margin-left: 4px;
}

/*Supersize Plugin Styles*/
#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	/*background-image: url(../images/progress.gif);*/
}
#supersize                  { position:fixed; }
/*#supersize img {*/
#supersize img, #supersize a {
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
#supersize a                { cursor: default; }
#supersize .prevslide, #supersize .prevslide img {
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img {
	z-index: 2;
}
#nav_nei{
	height: 50px;
	width: 940px;
	color: #000;
	font-size: 28px;
	font-family: "微软雅黑";
	margin-bottom: 25px;
	margin-top: 50px;
	line-height: 28px;float: left;
}
#nav_time{
	height: 50px;
	width: 940px;
	float: left;
	color: #000;
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 28px;
}
#nav_xx{
	height: 28px;
	width: 28px;
	float: right;
	margin-top: 50px;
}
#nav_xx img{
	height: 28px;
	width: 28px;
}
#font_lv{
	font-weight:bold;
	color: #03C;
}
#font_lv a{
	color: #03C;
}
#nav_nx{
	height: 50px;
	width: 977px;
	color: #000;
	font-size: 28px;
	font-family: "微软雅黑";
	margin-bottom: 25px;
	padding-top: 50px;
	line-height: 28px;
}
#nav_nx dt a{
	height: 30px;
	font-size: 16px;
	color: #666;
	padding-right: 30px;
	float: left;
}
#nav_nei IMG{
	float: left;
	height: 30px;
	width: 60px;
	margin-right: 10px;
}
#nav_show{
	width: 100%;
	color: #000;
	font-family: "微软雅黑";
	line-height: normal;
	margin-bottom: 25px;
}

#nav_show2{
	width: 120%;
	color: #000;
	font-family: "微软雅黑";
	line-height: normal;
	margin-bottom: 25px;
}

.m10{
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#share{
	height: 71px;
	width: 977px;
	margin-bottom: 15px;
}
#share .share_img1{
	float: left;
	height: 71px;
	width: 184px;
	padding-top: 10px;
	background-color: #FFF;
	margin-left: 386px;
	padding-left: 20px;    margin-top: 35px;
}
.share_img1 img{
	float: left;
}
.news1{float: left;}
.list_photo{
	width: 100%;
	overflow:hidden;
	height: 180px;
	margin-right: 80px;
}

.list_photo dt{
	width: 100%;
	float:left;
	text-align:center;
	overflow:hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 9px;
	padding-bottom: 0;
	padding-left: 0px;
}
.list_photo dt img{
	width:255px;
	height:135px;
}
.list_photo dt div{
	width: 100%;
	font-size: 21px;
	text-align: left;
	font-weight: bold;
}
.list_photo dt span{
	width: 100%;
	font-size: 14px;
	padding-bottom: 20px;
	float: left;
	text-align: left;
	text-indent: 2px;
}
.list_photo a{color:#333;}
.list_photo a:hover{color:#f60;}

.list_photo2{
	width:977px;
	overflow:hidden;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-bottom: 30px;
}
.list_photo2 div{
	width:977px;
	float:left;
	text-align:center;
}
.list_photo2 div .list_photo2_top{
	float: left;
	width: 700px;
	margin-left: 30px;
	text-align: left;
}
.list_photo2 div .list_photo2_text{
	float: left;
	width: 690px;
	text-align: left;
	margin: 20px;
}
.list_photo2 div .list_photo2_top str{
	font-size: 23px;
	padding-right: 20px;
	font-weight: bold;
}
.list_photo2 div img{
	width:240px;
	height:300px;
	float: left;
}

.list_photo2 div span{
	width:255px;
	font-size: 14px;
	padding-bottom: 20px;
	float: left;
	text-align: left;
	text-indent: 2px;
}
.list_photo2 a{color:#333;}
.list_photo2 a:hover{color:#f60;}

.class_list{margin:0;padding:0;}
.class_list dt{line-height:25px;}
.list_title{font:14px Microsoft Yahei;margin:0;padding:0;color:#03f;}
.list_title a{color:#03f;text-decoration:underline;}
.list_title a:hover{color:#f30;}
#list_jj{
	color:#444;
	margin:1px;
	word-wrap:break-word;
	overflow:hidden;
	line-height:15px;
	font-size: 14px;
	font-weight: normal;
	font-family: "微软雅黑";
}
.list_other{color:#777;margin-bottom:10px;border-bottom:1px dashed #ccc;padding-bottom:5px;}
.list_other span{color:#390;}

/*分页部分*/
.List_page{
	text-align:center;
	margin-bottom:10px;
	float: left;
	width: 977px;
}
.List_page a{
	background:#fff;
	margin:0px 1px;
	padding:4px 6px;
	border:1px solid #999;
	color:#A0A0A0;
}
.List_page span{
	color:#fff;
	margin:0px 1px;
	padding:4px 6px;
	border:1px solid #999;
	background-color: #CCC;
}
#footer1 p {
	margin: 8px 6px 0 0;
	color: #CCC;
	float: right;
 }

 span#PageHeader1_DataListAbout span {
	padding: 0 5px;
 }

 .subnav a {
	color: #fff;
 }
.n3 .list_photo,.n6 .list_photo,.n9 .list_photo,.n12 .list_photo,.n15 .list_photo{margin-right:0;}
.n3 .list_photo {
    margin-right: 0;
}
ul.news1.clearfix {
    width: 45%;
    margin-left: 3%;
}