/* 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;

}
.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: #015293;
  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(/uploads/image/nrtimg/downarrow.png) no-repeat center center;
}
.m-right-list {
  width: 880px;
}
.list-tit {
  color: #015293;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
}
.list-tit span {
  position: relative;
  top: 1px;
  display: inline-block;
  line-height: 54px;
  border-bottom: 2px solid #015293;
  text-align: center;
  width: 880px;
}
.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;
}


/*移动端*/
@media screen and (max-width: 750px){
	.m-list-crumbs{
		display: none;
	}
	.m-left-menu{
		width: 100%!important;
		float: none;
	}
	.menu-top{
		display: none;
	}
	.m-con-list{
		background-color: #f9f9f9;
	}
	.m-left-menu {
		width: auto;
		float: none;
		overflow-x: auto;
		padding: 15px;
	}
	.m-first-menu{
		padding: 0!important;
		background: none!important;
		overflow: hidden;
		height: 40px;
		width: 500px;
	}
	.m-first-menu li{
		line-height: 40px!important;
		height: 40px!important;
		margin-right: 10px;
		float: left;
	}
	.m-first-menu li a{
		background-color: #d7d7d7;
		border-radius: 4px;
		display: block;
		line-height: 40px!important;
		padding: 0 10px;
	}
	.m-first-menu li a:hover{
		background-color: #4175ae;
		color:#fff;
	}
	.m-right-list{
		width: 100%!important;
	}
	.list-tit{
		display: none!important;
	}
	.list-ul{
		padding: 0 15px;
	}
	.list-ul li{
		margin: 5px 0!important;
		line-height: 35px!important;
	}
	.list-ul li a {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.list-ul li .icon-disc{
		margin: 0!important;
	}
	.list-ul li .list-text{
		width: 68%;
		padding-right: 0!important;
	}
	#pagination-digg{
		padding: 15px!important;
		margin-left: 0!important;
	}
	#pagination-digg li{
		margin-bottom: 10px!important;
	}
}