@charset "utf-8";

body {
  font-family: 'Microsoft Yahei'; /**根据项目自行修改**/
  font-size: 16px;
  line-height: 2;
}

a {
  color: #333
}

a:hover {
  color: #016ec5;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.w1200 {
  width: 1200px;
  margin: auto;
}

.daohang-banner {
  height: 346px;
}

.logo {
  width: 1200px;
  margin: auto;
  padding-top: 15px;
}

.main {
  padding: 30px 0;
  background: #fff;
}

.row {
  border: 1px solid #E6E6E6;
  border-top: 3px solid #00A0E9;
}

.row + .row {
  margin-top: 25px;
}

.title {
  line-height: 70px;
  height: 70px;
  font-size: 24px;
  color: #00A0E9;
  padding-left: 35px;
  border-bottom: 1px solid #E6E6E6;
  display: none;
}

.ly-list {
  padding: 25px;
}

.ly-list li {
  position: relative;
  padding-left: 25px;
}

.ly-list li > p {
  color: #016ec5;
  font-size: 18px;
  font-weight: bold;
}

.ly-list li p:before {
  content: '';
  color: #00A0E9;
  display: inline-block;
  width: 4px;
  height: 5px;
  background: url("http://www.weishan.gov.cn/picture/0/2111221547061074680.png") center center no-repeat;
  position: absolute;
  top: 16px;
  left: 10px;
  line-height: 1;
}

.ly-sublist {
  padding: 25px;
}

.ly-sublist li {
  width: 33.33%;
  float: left;
  position: relative;
  padding-left: 25px;
}

.ly-sublist li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #eee;
  position: absolute;
  top: 13px;
  left: 10px;
}

.ly-sublist li:hover {
  background: #eee;
}

.ly-sublist li:hover:before {
  background: #00A0E9;
}

.ly-sublist li a {
  display: block;
}

.ly-list .ly-sublist {
  padding: 5px 0;
}