/*头部*/
.headbody {
  width: 100%;
}

.headtop {
  width: 980px;
  height: 150px;
  margin: 0 auto;
}

.headtop .logo,
.headtop .ej {
  float: left;
  margin-left: 20px;
  margin-top: 45px;
}

.headtop img {
  height: 60px;
}

.headtop .ej {
  margin-left: 30px;
  margin-top: 70px;
  font-size: 30px;
  font-weight: bold;
  color: #024182;
}

.headtop .by {
  float: right;
  margin-top: 80px;
  margin-right: 30px;
}

.headtop .zw,
.headtop .yw {
  display: block;
  font-size: 16px;
  text-align: right;
  font-weight: bold;
  color: #024182;
}

.headbody .menu {
  width: 100%;
  height: 50px;
  background: #4682F0;
}

.headbody .menu ul {
  width: 900px;
  height: 50px;
  margin: 0 auto;
  padding-left: 80px;
}

.headbody .menu li {
  float: left;
}

.headbody .menu a,
.headbody .menu a:visited {
  display: block;
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}

.headbody .menu a:hover {
  background: #FF8741;
}

/*主体*/
.mainbody {
  width: 980px;
  margin-top: 20px;
}

.outbox {
  margin-top: 20px;
}

.outbox .title {
  position: relative;
  height: 40px;
  color: #666;
  border-bottom: #FF8741 solid 2px;
}

.outbox h2 {
  height: 40px;
  padding-left: 20px;
  line-height: 40px;
  font-size: 16px;
}

.outbox span {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.outbox span a,
.outbox span a:visited {
  color: #666;
}

.outbox span a:hover {
  color: #F00;
}

.leftbox,
.minbox,
.rightbox {
  width: 250px;
  height: 300px;
  background: #f8f8f8;
}

.minbox {
  width: 460px;
  margin: 0 10px;
}

.jhk {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.jhk em {
  font-size: 16px;
  font-style: normal;
  color: #F00;
}

.nav_t {
  position: relative;
  height: 40px;
  border-bottom: #FF8741 solid 2px;
}

.nav_t h2 {
  height: 40px;
  padding-left: 20px;
  line-height: 40px;
  font-size: 16px;
  color: #666;
}

.nav_t span {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  padding-right: 20px;
  line-height: 40px;
}

.nav_t .nav_d,
.nav_t .nav_d a,
.nav_t .nav_d a:visited {
  color: #666;
}

.nav_t .nav_d a:hover {
  color: #F00;
}

.nav_b {
  padding: 10px;
}

/*底部*/
.bottombody {
  width: 100%;
  margin-top: 20px;
  padding: 10px 0;
  border-top: #4682F0 solid 3px;
}

.bottombody p {
  margin: 10px 0;
  text-align: center;
  color: #666;
}

.bottombody p a,
.bottombody p a:visited {
  color: #666;
}

.bottombody p a:hover {
  color: #F00;
}

/*栏目页*/

.leftside {
  width: 250px;
  margin-top: 20px;
}

.leftside .sublist {
  margin-bottom: 20px;
  background: #f8f8f8;
}

.leftside .sublist dt {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: #FF8741 solid 2px;
}

.leftside .sublist dd {
  height: 30px;
  border-bottom: #ccc solid 1px;
}

.leftside .sublist dd a {
  display: block;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}

.lm table {
  width: 695px;
  margin: 0 10px;
}

.lm table td {
  position: relative;
}

.lm table span {
  margin-right: 10px;
}

.lm table .tittldate {
  position: absolute;
  top: 0;
  right: 0;
}

/*内容页*/
.rightmain {
  width: 700px;
  margin-top: 20px;
}

.rightmain .textcont {
  padding: 10px;
}

.rightmain .xbkk div {
  margin: 20px 0;
  border-bottom: #CCC dashed 1px;
}

.rightmain .xbkk h2 {
  margin: 10px 0;
  line-height: 1.5em;
  font-size: 16px;
  color: #900;
}

.rightmain .xbkk p {
  text-indent: 2em;
}

.rightmain .xbkk p.text_r {
  margin-top: 30px;
}

.rightmain .xbkk img {
  float: left;
  width: 150px;
  margin-right: 10px;
}

.rightmain .ts h1 {
  margin: 20px 0;
  text-align: center;
  font-size: 20px;
}

.rightmain .ts h2,
.rightmain .ts p {
  margin-bottom: 10px;
  text-align: left;
  text-indent: 2em;
  font-size: 14px;
}