body {
  background: #edf1f6;
  color: #333;
  font: 17px "微软雅黑";
}

.w1200 {
  width: 1200px;
  margin: auto;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.banner {
  height: 423px;
  background: url("wgjy-banner.jpg") center no-repeat;
}

.logo {
  padding-top: 30px;
  position:static;
}

.main {
  background: #fff;
  padding: 40px 10px;
}

.row + .row {
  margin-top: 30px;
}

.col {
  float: left;
  padding: 0 15px;
  width: 50%;
}

.title {
  line-height: 24px;
  margin-bottom: 15px;
}

.title h1 {
  float: left;
  height: 24px;
  color: #2280d3;
  border-left: 5px solid #2280d3;
  padding-left: 15px;
  font-size: 24px;
}

.more {
  float: right;
  font-size: 16px;
  color: #666;
  display: inline-block;
  height: 24px;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #353535;
}

a:hover {
  color: #2280d3;
}

.ly-list {
  height: 200px;
  overflow: hidden;
}

.ly-list li {
  height: 40px;
  line-height: 40px;
  position: relative;
  padding-left: 15px;
}

.ly-list li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2280d3;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.ly-list li a {
  display: inline-block;
  max-width: 430px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ly-time {
  float: right;
  color: #999
}

.pic-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pic-row {
  margin-left: -10px;
  margin-right: -10px;
}

.pic-col {
  float: left;
  width: 20%;
  padding: 0 10px;
  text-align: center;
}

.pic-col-inner {
  display: block;
  height: 230px;
  background: #fff;
  padding: 10px;
  border: 1px solid #d5d8dd;
  border-radius: 1px;
}

.pic-col-inner img {
  width: 100%;
  height: 145px;
}

.pic-col-inner p {
  margin-top: 10px;
  line-height: 1.6;
}

.wgjy-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.wgjy-title a {
  color: #333;
  padding: 0 20px;
  border-left: 5px solid #196fbc;
  border-right: 5px solid #196fbc;
}

.ly-tabs {
  display: inline-block;
}

.ly-tab {
  float: left;
  padding-bottom: 15px;
}

.ly-tab + .ly-tab {
  margin-left: 30px;
}

.ly-tab a {
  font-size: 18px;
  color: #333;
}

.ly-tab.active {
  border-bottom: 3px solid #288aee;
}

.ly-tab.active a {
  font-weight: bold;
}
.ly-list-lg li a {
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .top_header {
    height: 150px;
    background-size: 100% 100%;
  }
  .container,
  .w1200{
    width: 100%;
  }
  .wgjy-title {
    margin-bottom: 30px;
  }
  .col {
    width: 100%;
    margin-bottom: 30px;
  }
  .ly-list {
    height: auto;
  }
  .ly-list li a {
    max-width: 69%;
    white-space: nowrap;
    overflow: hidden;
  }
  .row + .row {
    margin-top: 0;
  }
  .row>div.col>div {
    height: auto!important;
  }
  .ly-tab {
    height: 42px;
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0px!important;
    text-align: center;
  }
}
