/* crumbs */
.m-list-crumbs {
  height: 50px;
  color: #333;
  font-size: 14px;
  line-height: 50px;
}
.xzlm {
    
    color: #fff;
    
    font-weight: bold;
}
.icon-local {
  display: inline-block;
  width: 14px;
  height: 17px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(../img/dqwz.jpg) no-repeat center center;
}
.m-list-crumbs a {
  color: #333;
}
.m-list-crumbs a:hover {
  color: #015293;
}

/* list */
.m-con-list {
  margin-bottom: 20px;
}
.m-left-menu {
  width: 280px;
}
.menu-top {
  width: 100%;
  height: 54px;
  background: #197dcd;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 54px;
}
.m-first-menu {
  padding: 0 30px;
  background: #f7f7f7;
}
.m-first-menu li {
  color: #333;
  font-size: 16px;
  line-height: 54px;
}
.m-first-menu li a {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  color: #333;
  line-height: 54px;
  cursor: pointer;
}
.m-first-menu li:last-child a {
  border: none;
}
.m-first-menu li a:hover {
  color: #015293;
}
/* .m-first-menu li h3 {
  color: #015293;
  font-size: 16px;
  font-weight: bold;
} */
.m-second-menu dd {
  line-height: 40px;
}
.m-first-menu li .m-thrid-menu a {
  display: block;
  padding-left: 25px;
  font-size: 14px;
  line-height: 32px;
  border-bottom: 1px dashed #e6e6e6;
}
.m-first-menu li .m-thrid-menu a:last-child {
  border: none;
}
.color-green {
  display: inline-block;
  margin-right: 8px;
  color: #015293;
}
.icon-downarrow {
  display: inline-block;
  width: 13px;
  height: 8px;
  margin-left: 15px;
  vertical-align: middle;
  background: url(../img/downarrow.png) no-repeat center center;
}
.m-right-list {
  width: 880px;
}
.list-tit {
  color:#197dcd;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #1c19cd;
}
.list-tit span {
  position: relative;
  top: 1px;
  display: inline-block;
  line-height: 54px;
  border-bottom: 2px solid #015293;
}
.list-ul li {
  margin: 7px 0;
  font-size: 16px;
  line-height: 42px;
}
.list-ul li a {
  color: #222;
}
.list-ul li:hover {
  background: #e9f4eb;
}
.list-ul li:hover a,
.list-ul li:hover a .timedate {
  color: #015293;
}
.icon-disc {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: middle;
  background: #015293;
}
.list-text {
  display: inline-block;
  width: 755px;
  padding-right: 10px;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.timedate {
  display: inline-block;
  color: #999;
  vertical-align: middle;
}
/* page */
.list-page {
  text-align: center;
}
.list-page-ul {
  display: inline-block;
  margin: 30px 0;
}
.list-page-ul li {
  float: left;
  margin: 0 5px;
}
.list-page-ul li:hover a,
.list-page-ul li.on a {
  background: #015293;
  color: #fff;
}
.list-page-ul li a {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #015293;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.list-page-ul li span {
  display: inline-block;
  width: 30px;
  line-height: 32px;
  vertical-align: middle;
}
.list-page-ul li a.page-prev,
.list-page-ul li a.page-next {
  background: #015293;
  color: #fff;
}
.list-page-ul li:first-child,
.list-page-ul li:last-child {
  margin: 0 10px;
}
.list-page-ul li a.disabled {
  cursor: no-drop;
}

.hide {
  display: none;
}