body {
  font: 14px/2em Arial, 'Microsoft YaHei';
  color: #333;
  background: #fff;
}

.wp {
  width: 1000px;
  margin: 0 auto;
  clear: both;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #db0000;
  text-decoration: none;
}

.top {
  width: 100%;
  background: url(image/TOP3.png) top center no-repeat;
  overflow: hidden;
  height: 360px;
  position: relative;
}

#topGroup,
#topGroup li {
  width: 100%;
  max-height: 360px;
  height: 360px;
  overflow: hidden;
  list-style: none;
}

#bannerGroup li {
  list-style: none;
}

.logo_bg {
  width: 100%;
  height: 90px;
  background: url(image/LOGO_BG.png) top left repeat-x;
  position: relative;
}

.searchPanel {
  float: right;
  padding: 16px 0 0 0;
}

.searchPanel select,
.searchPanel input {
  border: 0;
  height: 36px;
  float: left;
  padding: 5px;
  border-left: 1px solid #ddd;
  font-size: 16px;
  border-radius: 0;
}

.searchPanel select {
  padding: 5px 15px;
}

.searchPanel input.keyword {
  width: 300px;
}

.searchPanel input.btn {
  background: #ff6000;
  color: #fff;
  padding: 5px 15px;
  border: 0;
}

#menu {
  height: 70px;
  background: #eee url(image/BG_MENU.png) bottom left repeat-x;
}

#menu a {
  display: block;
  height: 70px;
  width: 16.666%;
  overflow: hidden;
  float: left;
  text-align: center;
  color: #333;
}

#menu a b,
#menu a span {
  display: block;
  line-height: 25px;
}

#menu a b {
  font-size: 16px;
  padding-top: 15px;
  text-shadow: 1px 1px 1px #fff;
}

#menu a span {
  font-size: 10px;
  color: #999;
}

#menu a:hover,
#menu a.active {
  background: #fff url(image/BG_MENU_ACTIVE.png) center bottom no-repeat;
  color: #fff;
}

#menu a:hover b,
#menu a.active b {
  text-shadow: 1px 1px 1px #000;
}

#menu a:hover span,
#menu a.active span {
  color: #fff;
}

.bg_event {
  background: url(image/EVENT_BG.png) no-repeat;
  height: 300px;
  width: 340px;
}

#fixed {
  line-height: 32px;
  background: #000;
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 1999;
}

#fixed a {
  color: #ddd;
  font-size: 12px;
}

#fixed a:hover {
  color: #fff;
  text-decoration: none;
}

#fixed span {
  float: right;
  padding-right: 5px;
}

.fixed_height {
  height: 32px;
}

.menu_line {
  background: #fff url(image/menu_line.jpg) left bottom repeat-x;
  padding-bottom: 4px;
}

.abstract {
  padding: 10px;
  color: #999;
  background: #f5f5f5;
}

.descript {
  border-left: 8px solid #ddd;
  padding: 10px 12px 10px 15px;
  color: #999;
  background: #f5f5f5;
}

.details_content {
  padding: 20px 0;
}

p.nowrap {
  text-overflow: ellipsis;
  _text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;
}

.bold {
  font-weight: bold;
}

#footer {
  background: #ddd;
  border-top: 4px solid #333;
}

#footer,
#footer a {
  color: #888;
}

#footer a:hover {
  color: #333;
}

.timeline {
  background: #fff url(image/timeline.png) 0 -29px no-repeat;
  padding: 12px 0 20px 55px;
  border-bottom: 2px solid #ddd;
}

.timeline:after {
  clear: both;
}

.timeline .date {
  color: #333;
  font-weight: bold;
  padding-right: 10px;
  font-size: 18px;
}

.timeline .con {
  color: #333;
}

.timeline.active,
.timeline:hover {
  background: url(image/timeline_active.png) 0 -29px no-repeat;
}

.timeline:hover .date {
  color: #333;
}

.timeline:hover .con {
  color: #733800;
}

.brand_bg {
  background: #f6f6f6 url(image/brand_bg.png) 0 0 no-repeat;
  min-height: 120px;
}

.brand_bg div {
  float: left;
  padding: 20px 15px 15px;
  color: #999;
}

.brand_bg div:hover {
  color: #333;
}

.brand_bg div h4 {
  font-weight: bold;
  padding-bottom: 12px;
}

.brand_bg div.x1 {
  width: 380px;
}

.brand_bg div.x2 {
  width: 220px;
}

.brand_bg div.x3 {
  width: 340px;
}

#mbody {
  border: 1px solid #ddd;
  box-shadow: 4px 4px 8px #ccc;
}

#toolbar {
  background-color: #eee;
  border: 1px solid #ddd;
  border-width: 0 0 1px 0;
}

#toolbar dd {
  float: left;
  padding: 12px;
}

#toolbar dd.tbLeft {
  width: 275px;
}

#toolbar dd.tbRight {
  width: 662px;
  border-left: 1px solid #ddd;
  color: #ff6000;
}

#listMenu {
  float: left;
  height: 500px;
  background: #fff;
  padding: 12px;
  width: 276px;
  overflow: auto;
  position: relative;
}

.listMenu {
  position: absolute;
}

.mContent {
  float: left;
  width: 686px;
  height: 500px;
  overflow: auto;
  background: #fff;
  padding: 12px;
  border-left: 1px solid #ddd;
}

.listMenu p {
  line-height: 32px;
  height: 32px;
  text-overflow: ellipsis;
  _text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;
  background: url(image/ico.png) 10px 8px no-repeat;
  padding-left: 30px;
}

.listMenu p.px-2 {
  padding-left: 50px;
  background: url(image/ico.png) 30px 8px no-repeat;
}

.listMenu p.px-2.active {
  background-position: 30px -42px;
}

.listMenu p.px-3 {
  padding-left: 70px;
  background: url(image/ico.png) 50px 8px no-repeat;
}

.listMenu p.px-3.active {
  background-position: 50px -42px;
}

.listMenu p.px-4 {
  padding-left: 90px;
  background: url(image/ico.png) 70px 8px no-repeat;
}

.listMenu p.px-5 {
  padding-left: 110px;
  background: url(image/ico.png) 90px 8px no-repeat;
}

.listMenu p.px-6 {
  padding-left: 130px;
  background: url(image/ico.png) 110px 8px no-repeat;
}

.listMenu p.px-7 {
  padding-left: 150px;
  background: url(image/ico.png) 130px 8px no-repeat;
}

.listMenu p.px-8 {
  padding-left: 170px;
  background: url(image/ico.png) 150px 8px no-repeat;
}

.listMenu p:hover {
  background-color: #ddd;
  color: #000;
}

.listMenu p.active {
  background-color: #eee;
  color: #ff6000;
  font-weight: 800;
}

.text_list p {
  line-height: 29px;
  height: 29px;
  text-overflow: ellipsis;
  _text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;
  background: url(image/ico.png) 0 6px no-repeat;
  padding-left: 16px;
}

.text_list p .date {
  float: right;
  color: #888;
}

.text_list.ico_2 p {
  background: url(image/ico.png) 0 -91px no-repeat;
}

.text_list.ico_3 p {
  background: url(image/ico.png) 0 -192px no-repeat;
}

.text_list p:hover {
  background: url(image/ico.png) 0 -44px no-repeat;
}

.text_list.ico_2 p:hover {
  background: url(image/ico.png) 0 -141px no-repeat;
}

.text_list.ico_3 p:hover {
  background: url(image/ico.png) 0 -242px no-repeat;
}

.text_list p:hover a {
  color: #ff6000;
}

h1.head {
  position: relative;
  background: url(image/HBG.png) left top no-repeat;
  height: 50px;
}

h1.head strong {
  display: block;
  padding: 17px 0 0 35px;
  font-size: 16px;
}

h1.head .more {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 14px;
}

h1.head .h1-more {
  position: absolute;
  top: 11px;
  right: 10px;
}

h1.head .h1-more a {
  display: block;
  float: left;
  padding: 0 20px;
  margin-left: 6px;
  background-color: #ddd;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
}

h1.head .h1-more a:hover,
h1.head .h1-more a.select {
  background: #fff url(image/BG_MENU_ACTIVE.png) center bottom no-repeat;
  color: #fff;
}

.Pager {
  color: #999;
  float: right;
  margin: 0 1px 0 0;
  padding: 2px 0;
}

.Pager a {
  float: left;
  line-height: 20px;
  padding: 8px 14px;
  margin: 0;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border-left: 1px solid #ddd;
  background: #ddd;
  color: #ab8966;
  /*border:1px solid #AB8966;*/
}

.Pager a.select,
.Pager a:hover {
  background: #ab8966;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.Pager a.none,
.Pager a.none:hover {
  color: #ab8966;
  background: none;
  display: block;
}

.Pager a.dis,
.Pager a.dis:hover {
  color: #ccc;
  background: #eee;
  /*border:1px solid #ddd;*/
}

.Pager .pagerselect {
  float: left;
  width: auto;
  border: 0;
  border-left: 1px solid #fff;
  padding: 4px;
  background: #ab8966;
  height: 36px;
  color: #fff;
}

.panel-heading {
  padding: 8px 15px 6px;
  font-size: 16px;
}

.panel-heading a.more {
  float: right;
  font-weight: 100;
  font-size: 14px;
  font: 14px/2em Arial, 'Microsoft YaHei';
}

.panel-body {
  min-height: 204px;
}

.panel-body.x {
  min-height: 247px;
}
