body {
  background: url(../images/n2.jpg) 0% 0% repeat;
}
.search-box1 {
	position: relative;
width: 100%;
padding: 18px 30px 0px 30px;
}

.search-box1 .search-ipt {
	width: 100%;
height: 34px;
border: 1px solid #013D80;
padding-left: 8px;
border-radius: 20px;
}

.search-box1 .search-btn {
	width: 20px;
	height: 21px;
	display: block;
	position: absolute;
	top: 24px;
right: 44px;
}


/*搜索结束*/
.lm-box {
  padding: 16px 10px 10px 10px;
  border-bottom: 1px solid #eee;
}
.lm-box a {
  font-size: 17px;
  color: #2791a5;
}
.lm-box .dqlm {
  font-weight: bold;
}
.list-box {
  min-height: 300px;
  margin: 14px 0px 40px 0px;
  padding: 0px 10px;
}
.list-box ul {
  padding: 0px;
}
.list-box .list-item {
padding: 14px 0px;
  border-bottom: 1px dashed #edeaea;
}
.list-box .list-item a p {
  color: #3f3b3b;
font-size: 16px;
float: left;
width: 76%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0px;
}
.list-box .list-item a span {
  font-size: 16px;
  color: #a09e9e;
  padding-left: 30px;
  float: right;
  background-size: 18px;
}
.list-more {
  margin: 0px auto;
  text-align: center;
  width: 99.9%;
  border-right: none;
}
.list-more span {
  display: inline-block;
  margin: 15px 0px 23px 0px;
  color: #13509b;
  font-size: 18px;
  width: 111px;
  height: 36px;
  line-height: 36px;
}
.content-box {
  min-height: 300px;
  margin: 14px 0px 30px 0px;
  padding: 0px 15px 0px 15px;
}
.content-box .cont-tit-box {
  padding-bottom: 12px;
}
.content-box .cont-tit-box .cont-tit {
  height: 30px;
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.content-box .cont-nr {
  padding-top: 20px;
}
.content-box .cont-nr p {
  text-indent: 26px;
  line-height: 35px;
  color: #444;
  font-size: 15px;
}
.content-box .syp {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px dashed #dedede;
}
.content-box .syp p {
  padding-top: 10px;
  font-size: 14px;
  color: #13509b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-box .syp p a {
  color: #434343;
}
.xyfg-list-box {
  min-height: 300px;
  margin: 14px 0px 30px 0px;
  padding: 0px 10px;
}
.xyfg-list-box ul {
  padding: 0px;
}
.xyfg-list-box .list-item {
  margin-bottom: 10px;
  padding: 4px 4px;
  border: 1px solid #EEEEEE;
}
.xyfg-list-box .list-item a img {
  width: 100%;
  height: 150px;
}
.xyfg-list-box .list-item a span {
  padding: 10px 0px 10px 0px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #3a3b3c;
}
.list-more {
  margin: 0px auto;
  text-align: center;
  width: 99.9%;
  border-right: none;
  margin-top: -20px;
  border-top: 1px solid #efefef;
}
.list-more span {
  display: inline-block;
  margin: 15px 0px 23px 0px;
  color: #13509b;
  font-size: 16px;
  width: 111px;
  height: 36px;
  line-height: 36px;
}

.zzjg-list-box {
  min-height: 300px;
}
.zzjg-list-box .cont-nr {
  padding: 0px 15px;
}
.zzjg-list-box .cont-nr ul {
  padding: 0px;
}
.zzjg-list-box .cont-nr ul li {
  float: left;
  padding-bottom: 4px;
  width:50%;
}
.zzjg-list-box .cont-nr ul li a {
  display: block;
  padding: 3px 20px;
  float: left;
  color: #4b4f54;
  font-size: 16px;
}
/* 小屏幕（平板，大于等于 768px） */
@media only screen and (max-width: 768px) {
  .ej-banner .ej-lm {
    font-size: 20px;
    bottom: 24px;
    padding: 6px 20px;
  }
}