﻿@charset "UTF-8";
.m-cont {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.m-hd .log {
  height: 170px;
  line-height: 170px;
  background: url(hd_bg.jpg) center center no-repeat;
}
.m-hd .log .log_img {
  padding-left: 20px;
}
.m-hd .log .log_img img {
  *margin-top: 35px;
}
.m-hd .menu {
  height: 50px;
  line-height: 50px;
  background-color: #286eb4;
}
.m-hd .menu .m-cont {
  position: relative;
}
.m-hd .menu ul {
  overflow: hidden;
  zoom: 1;
  height: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
.m-hd .menu ul li {
  float: left;
  width: 150px;
  height: 100%;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
}
.m-hd .menu ul li.z-current, .m-hd .menu ul li:hover {
  background-color: #1c5893;
}
.m-hd .menu ul li a {
  display: block;
  color: #ffffff;
  font-family: '微软&#51;&#54;&#53;&#25253;&#20215;&#23448;&#32593;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#19979;&#36733;&#22320;&#22336;&#95;&#98;&#97;&#116;&#51;&#54;&#53;&#22312;&#32447;&#23448;&#32593;&#24179;&#21488;' !important;
}
.m-hd .menu ul li .myIcon {
  display: inline-block;
  margin-right: 8px;
  margin-top: -4px;
  *margin-top: 0;
  font-style: normal;
  vertical-align: middle;
  background: url(icon_sprite.png) no-repeat;
}
.m-hd .menu ul li .myIcon.myIcon_1 {
  height: 21px;
  width: 22px;
  background-position: -105px 0;
}
.m-hd .menu ul li .myIcon.myIcon_2 {
  height: 21px;
  width: 21px;
  background-position: -37px 0;
}
.m-hd .menu ul li .myIcon.myIcon_3 {
  height: 20px;
  width: 22px;
  background-position: -142px 0;
}
.m-hd .menu ul li .myIcon.myIcon_4 {
  height: 18px;
  width: 24px;
  background-position: -183px 0;
}
.m-hd .menu ul li .myIcon.myIcon_5 {
  height: 20px;
  width: 22px;
  background-position: -67px 0;
}
.m-hd .menu ul li .myIcon.myIcon_6 {
  height: 23px;
  width: 19px;
  background-position: 0 0;
}
.m-hd .menu .search {
  position: absolute;
  top: 10px;
  right: 0;
  width: 240px;
  height: 30px;
  background-color: #a1b7de;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
.m-hd .menu .search input {
  position: absolute;
  left: 20px;
  top: 1px;
  width: 165px;
  margin-bottom: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}
.m-hd .menu .search input::-webkit-input-placeholder {
  color: #ffffff;
}
.m-hd .menu .search input::-moz-placeholder {
  color: #ffffff;
}
.m-hd .menu .search input:-moz-placeholder {
  color: #ffffff;
}
.m-hd .menu .search input:-ms-input-placeholder {
  color: #ffffff;
}
.m-hd .menu .search .myIcon {
  position: absolute;
  top: 5px;
  right: 20px;
  display: inline-block;
  height: 20px;
  width: 18px;
  background: url(icon_sprite.png) -218px 0 no-repeat;
  cursor: pointer;
}

.m-list ul {
  margin-left: 0;
}
.m-list ul li {
  position: relative;
  font-size: 14px;
}
.m-list ul li a {
  display: block;
  color: #323333;
}
.m-list ul li i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background: url(dot.png) 0 0 no-repeat;
  vertical-align: middle;
}
.m-list ul li .time {
  position: absolute;
  right: 0;
  top: 0;
}

.m-head {
  overflow: hidden;
  zoom: 1;
}
.m-head .head_left {
  float: left;
  width: 115px;
  line-height: 30px;
  margin-right: 20px;
  font-size: 28px;
  color: #286eb4;
}
.m-head .head_right {
  float: left;
  width: 1064px;
  border-top: 2px solid #286eb4;
}
.m-head .head_right .name {
  display: inline-block;
  padding-top: 10px;
  font-size: 16px;
  color: #666666;
}

.m-notice .notice_head {
  position: relative;
  border-bottom: 1px solid #dddddd;
}
.m-notice .notice_head span {
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 9px;
  font-size: 16px;
  color: #286eb4;
  border-bottom: 2px solid #286eb4;
}
.m-notice .notice_head .more {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 14px;
  color: #323333;
}
.m-notice .notice_body {
  margin-top: 8px;
}
.m-notice .notice_body .m-list li {
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.m-ft .website {
  height: 45px;
  line-height: 45px;
  background-color: #286eb4;
  text-align: center;
}
.m-ft .website select {
  margin-top: 8px;
}
.m-ft .website select.police {
  margin-right: 220px;
}
.m-ft .bottom {
  height: 125px;
}
.m-ft .bottom .m-cont {
  overflow: hidden;
  zoom: 1;
}
.m-ft .bottom .m-cont .bottom_left {
  float: left;
  width: 335px;
  line-height: 125px;
  text-align: right;
}
.m-ft .bottom .m-cont .bottom_left img {
  vertical-align: middle;
  *margin-top: 30px;
}
.m-ft .bottom .m-cont .bottom_right {
  float: left;
  width: 865px;
  padding-top: 30px;
  font-size: 14px;
  color: #323333;
  line-height: 20px;
  text-align: center;
}
.m-ft .bottom .m-cont .bottom_right a {
  color: #323333;
}

.m-page ul {
  overflow: hidden;
  zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
}
.m-page ul li {
  float: left;
  margin-right: 10px;
  border: 1px solid #dedfde;
}
.m-page ul li a {
  display: block;
  padding: 3px 6px;
  font-size: 14px;
  color: #286eb4;
}
.m-page ul li.z-current, .m-page .m-hd .menu ul li:hover, .m-hd .menu .m-page ul li:hover {
  border: none;
}
.m-page ul li.z-current a, .m-page .m-hd .menu ul li:hover a, .m-hd .menu .m-page ul li:hover a {
  color: #d7273e;
}
.m-page ul li.choose {
  border: none;
}
.m-page ul li.choose select {
  width: 45px;
  color: #323333;
  margin-bottom: 0;
}
.m-page ul li.allPage, .m-page ul li.allRecord {
  border: none;
  padding-top: 5px;
  color: #c92533;
}

.m-location {
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  color: #b8b8b8;
}
.m-location a {
  color: #b8b8b8;
}
.m-location .myIcon {
  display: inline-block;
  margin-right: 5px;
  margin-top: -2px;
  vertical-align: middle;
  background: url(list_sprite.png) 0 0 no-repeat;
  height: 13px;
  width: 9px;
}

