body,
div,
dl,
dt,
dd,
ul,
ol,
li,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

/*全局样式*/
/* 链接样式式 */
a:link {
  color: #039;
  text-decoration: none;
}

a:visited {
  color: #039;
  text-decoration: none;
}

a:hover {
  color: #c00;
  text-decoration: underline;
}

.White,
.White a:link,
.White a:visited,
.White a:hover,
.White a:active {
  color: #fff;
}

/*白色字体、连接*/
.red2,
.red2 a:link,
.red2 a:visited,
.red2 a:hover,
.red2 a:active {
  color: #900;
}

/*深红色字体、连接*/
.black a:link,
.black a:visited {
  color: #333;
}

.black a:active,
.black a:hover {
  color: #c00;
}

/*黑色字体、连接*/
.black_h,
.black_h a:link,
.black_h a:visited,
.black_h a:hover,
.black_h a:active {
  color: #333;
}

/*黑色字体、连接*/
.gray,
.gray a,
.gray a:link,
.gray a:visited,
.gray a:hover,
.gray a:active {
  color: #666;
}

/*灰色字体、连接*/
.more,
.more a,
.more a:link,
.more a:visited {
  color: #666;
  font-weight: normal;
}

/*更多*/
.more a:hover,
.more a:active {
  color: #900;
  font-weight: normal;
}

.bule {
  color: #336;
}

.f12 {
  font-size: 12px;
}

/*12号字*/
.f14 {
  font-size: 14px;
}

/*14号字*/
.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.fbold {
  font-weight: bold;
}

/*文字加粗*/
.fB_normal {
  font-weight: normal;
}

/*清除文字加粗*/
.tCenter {
  text-align: center;
}

/*文字居中对齐*/
p.t2em,
.t2em {
  text-align: justify;
  /*（火狐起作用） */
  text-justify: inter-ideograph;
  text-indent: 2em;
}

/*首行缩进两个字*/
.the {
  color: #999;
}

/*摘要文字*/
.the2 {
  color: #666;
}

/*摘要文字*/
a.tUline,
.tUline {
  text-decoration: underline;
}

/*文字加下划线*/
.lineH18 {
  line-height: 18px;
}

.lineH22 {
  line-height: 22px;
}

.lineH24 {
  line-height: 24px;
}

.lineH20 {
  line-height: 20px;
}

.displayNone {
  display: none;
}

/*隐藏*/
.posR {
  position: relative;
}

/*相对定位*/
.posA {
  position: absolute;
}

/*绝对定位*/
.floatL {
  float: left;
}

/*左浮动*/
.floatR {
  float: right;
}

/*右浮动*/
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  margin: 0;
  border: 0;
  height: 0;
  padding: 0;
}

/*清除浮动*/

/*外填充*/
.MT5 {
  margin-top: 5px;
}

.MT10 {
  margin-top: 10px;
}

.MT15 {
  margin-top: 15px;
}

.MT20 {
  margin-top: 20px;
}

.MB10 {
  margin-bottom: 10px;
}

.MR10 {
  margin-right: 10px;
}

.ML10 {
  margin-left: 10px;
}

.ML12 {
  margin-left: 12px;
}

.MB5 {
  margin-bottom: 5px;
}

.MR5 {
  margin-right: 5px;
}

.ML5 {
  margin-left: 5px;
}

/*内填充*/
.padding_T15 {
  padding-top: 15px;
}

.padding_B15 {
  padding-bottom: 15px;
}

.padding_R15 {
  padding-right: 15px;
}

.padding_L15 {
  padding-left: 15px;
}

.padding_T10 {
  padding-top: 10px;
}

.padding_B10 {
  padding-bottom: 10px;
}

.padding_R10 {
  padding-right: 10px;
}

.padding_L10 {
  padding-left: 10px;
}

.padding_T5 {
  padding-top: 5px;
}

.padding_B5 {
  padding-bottom: 5px;
}

.padding_R5 {
  padding-right: 5px;
}

.padding_L5 {
  padding-left: 5px;
}

.padding2 {
  padding: 2px;
}

.padding5 {
  padding: 5px;
}

.padding10 {
  padding: 10px;
}

.padding12 {
  padding: 12px;
}

/*边线*/
.bor {
  border: #ddd solid 1px;
}

/*边框*/
.borNone {
  border: none;
}

.borDasTop {
  border-top: #ddd dashed 1px;
}

/*上虚线*/
.borSOsTop {
  border-top: #ddd solid 1px;
}

/*上实线*/
.borDasBottom {
  border-bottom: #ddd dashed 1px;
}

/*虚线*/
.borSOsBottom {
  border-bottom: #ddd solid 1px;
}

/*实线*/
.borTopNone {
  border-top: none;
}

/*去上边框*/
.borBottomNone {
  border-bottom: none;
}

/*去下边框*/
/*页脚人员*/
.gdjc {
  position: absolute;
  left: 799px;
  top: 7px;
  width: 141px;
  height: 35px;
}

/*=================================*/

body {
  font: 14px/24px '宋体', arial, helvetica, clean, sans-serif;
  color: #333;
  background: #069;
}

.rollpic {
  background: none repeat scroll 0 0 #fafbff;
  width: 300px;
}

/*顶部导航开始*/
.w1000 {
  width: 998px;
  margin: 0 auto;
  text-align: left;
}

.w980 {
  width: 980px;
  margin: 0 auto;
  text-align: left;
}

.w960 {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}

.bd {
  border: #cdcdcd solid 1px;
  background: #fff;
}

.topL {
  position: absolute;
  left: 0;
  top: 0;
}

.topR {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  line-height: 36px;
}

.topR span a {
  color: #333;
  margin: 0 10px;
}

.header {
  background: #fff;
  height: 36px;
  border-bottom: #666 1px solid;
}

/*顶部导航结束*/
.biaoge {
  border: #ccc 1px solid;
  border-top: none;
  border-left: none;
}

.biaoge td {
  border: #ccc 1px solid;
  border-bottom: none;
  border-right: none;
  padding: 2px;
}

.bgw {
  background: #fff;
}

.h1sy {
  text-align: left;
  background: url(https://static.simuwang.com/web-static/ppw/image/subject/meeting/dljgflt/hbg_red.gif) 0 0;
  height: 32px;
  line-height: 32px;
  padding-left: 22px;
  margin-bottom: 5px;
}

.imgbor img {
  padding: 2px;
  border: #e4e4e4 solid 1px;
}

.dh span {
  padding: 0 8px;
  font-weight: bold;
}

.hr {
  height: 17px;
  background: url(https://static.simuwang.com/web-static/ppw/image/subject/meeting/dljgflt/hr.gif);
  clear: both;
}

.hdtitle_2 {
  color: #c03;
  background: #f1f1f1;
  border-bottom: #fff solid 3px;
}

.hdtitle_2 h4 {
  text-align: center;
  height: 22px;
  line-height: 22px;
  width: 30px;
  background: #f36;
  color: #fff;
  display: block;
  margin-right: 6px;
  float: left;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.hdtitle {
  color: #c03;
  background: #f1f1f1;
  border-bottom: #fff solid 3px;
  padding-left: 10px;
}

.hdtitle span {
  padding-left: 15px;
  color: #39c;
}

.fblue {
  color: #39c;
}

.rw {
  float: left;
  width: 112px;
  padding-right: 11px;
  text-align: center;
}

.rw img {
  border: #ddd solid 1px;
}

.rw h3 {
  font-weight: normal;
  font-size: 14px;
}

.rw p {
  font-size: 12px;
  line-height: 18px;
  color: #999;
}

.pRnone {
  padding-right: 0;
}

.mtan {
  color: #999;
}

.mtan span {
  font-weight: bold;
  color: #333;
  padding-right: 10px;
}

.fivemen {
  line-height: 18px;
}

.fivemen div {
  float: left;
  width: 128px;
  padding-right: 5px;
}

.fivemen h3 {
  text-align: center;
}

.fivemen div p {
  color: #999;
  text-align: center;
}

h2.wzzb {
  color: #fff;
  background: #c30;
  font-size: 14px;
  padding: 0px 10px;
  width: 60px;
  text-align: center;
}

.wzzbBox {
  border-top: #ccc 1px solid;
  padding: 10px 0;
  height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  color: #03c;
}

.wzzbBox2 {
  border-top: #c30 1px solid;
  padding: 10px 0;
}

.tpzb {
  font-size: 12px;
}

.tpzb div {
  width: 220px;
  padding: 10px;
  margin-left: 2px;
}

.tpzb p {
  text-align: center;
}
