﻿@charset "utf-8";
/* CSS Document */

/*============通用样式============*/

body{font-family:"宋体", Arial, Helvetica, sans-serif;font-size:12px; margin:0 auto; padding:0; width:1004px; background-color:#FFFFFF;}

A:link { text-decoration:none; color:#000000;}
A:hover{ text-decoration:none; color:#000000;}
A:visited{ text-decoration:none; color:#000000;}
A:active{ text-decoration:none; color:#000000;}

td,th{font-size: 12px;}
img{border:none;}
dl,dt,dd,ul,li,ol{list-style:none;}




/*============模块样式============*/
/*++通用模块样式++*/

.details{ width:1004px; margin:0 auto; height:auto;}

/*++顶栏模块++*/

.IndexTop{ background:url(../../Skins/details/dettopbg.gif) no-repeat #FFFFFF; height:141px;}
.IndexCenter{ width:1004px; height:auto;}

/*++左栏模块++*/
.IndexCenter .IndexCenterLeft{ height:356px; background:url(../../Skins/details/detleftbg.gif) no-repeat #FFFFFF; width:84px; float:left;}

/*++中栏模块++*/
.IndexCenter .detailContent{ width:792px; float:left; margin:0px 22px; min-height:500px;*height:auto!important; *height:500px;}
.IndexCenter .detailContent .detailContentHeader{ font-size:18px; font-family:"黑体"; color:#0C4671; text-align:center; margin:40px 0px 25px 0px;}
.IndexCenter .detailContent .detailContentTime{ border:1px solid #E0E0E0; height:19px; background-color:#F5F5F5; padding-top:8px; text-align:center;}
.IndexCenter .detailContent .detailContentContent{ padding:23px 10px 10px 10px; min-height:400px;*height:auto!important; *height:400px; }
.IndexCenter .detailContent .closestyle{ margin:auto; width:100px; text-align:center;}

/*++右栏模块++*/
.IndexCenter .IndexCenterRight{ height:356px; background:url(../../Skins/details/detrightbg.gif) right top no-repeat #FFFFFF; width:84px; float:left;}

/*++底栏模块++*/

.indexBottom{ margin-top:10px; float:left;}
.linkd{ background:url(../../Skins/default/linklinebg.gif) repeat-x; width:963px; margin:0px 0px 0px 20px; padding:13px 0px 5px 0px; text-align:center;}
.linkd span{ margin-right:20px;}
.copyright{ height:72px; text-align:center; border-top:1px solid #DDEEFB; background-color:#F4F9FD; width:963px; margin-left: 20px; line-height:20px; padding-top:8px;}