body {
  background-color: #f1f2f6;
}

.g-crumbs {
  margin: 5px 0;
}

.m-coll-left {
  box-sizing: border-box;
}

.m-coll-left .top-txt {
  padding: 15px;
  background: #fff;
}

.m-coll-left .title {
  font-size: 22px;
  font-weight: bold;
}

.m-coll-left .title span {
  margin-left: 5px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

.m-coll-left .sign {
  margin: 10px 0;
  font-size: 14px;
}

.m-coll-left .search-recommend {
  font-size: 22px;
  font-weight: bold;
  color: #55B82E;
  line-height: 22px;
  margin-top: 45px;
}

.m-coll-left .sign span {
  margin: 0 5px;
  color: red;
}

.m-coll-left .system-search {
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
}

.m-coll-left .system-search a {
  display: inline-block;
  width: 100px;
  height: 40px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 40px;
  font-weight: normal;
  text-align: center;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #333;
  box-sizing: border-box;

}

.m-coll-left .system-search a.cur,
.m-coll-left .system-search a:hover {
  color: #fff;
  border: 1px solid #205AEF;
  background: #205AEF;
}

.m-coll-left .m-list-box {
  padding-top: 0;
}

.fresh-news {
  position: relative;
  overflow: hidden;

}

.fresh-news .bd-content {
  padding: 7px 15px;
}

.fresh-news .top-news {
  position: relative;
  overflow: hidden;
  padding: 10px;
}

.fresh-news .piclist {
  overflow: hidden;
  zoom: 1;

}

.fresh-news .piclist li {
  padding: 0;
  display: block;
  float: left;
  width: 100%;
}

.fresh-news .piclist dl dt {
  padding-bottom: 5px;
  display: block;
}

.fresh-news .piclist dl dt a {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  color: #333;
}

.fresh-news .piclist dl dt a:hover {
  color: #205AEF;
}


.fresh-news .piclist dl dd {
  overflow: hidden;
}

.fresh-news .piclist dl dd a img {
  display: block;
  float: left;
  width: 90px;
  height: 67px;
  margin-right: 10px;
}

.fresh-news .piclist dl dd span {
  font-size: 12px;
  color: #999;
  line-height: 20px;

}


.fresh-news .pageBtn {
  position: relative;
  left: 40%;
  top: 10px;
}

.fresh-news .pageBtn .list li {
  background: #999;
  float: left;

  width: 5px;
  height: 5px;
  border-radius: 32px;
  padding: 0;
  cursor: pointer;
  margin-left: 10px;

}

.fresh-news .pageBtn .list li.on {
  background: #f66;
}

.fresh-news .news-list {
  padding-top: 15px;
}

.fresh-news .news-list li {
  padding: 7px 0;
}

.fresh-news .news-list li a {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #333;
}

.fresh-news .news-list li a:hover {
  color: #205AEF;
}

.fresh-news .news-list li a:before {
  display: block;
  float: left;
  width: 1px;
  height: auto;
  content: "·";
  color: rgb(153, 153, 153);
  padding: 0px 7px 0px 0px;
}