/*                  mian                           */
.mian {
  width: 100%;
}

.mian-center {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}

.location {
  background: url(../image/wzicon.png) left center no-repeat;
  padding-left: 23px;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 40px;
}

.location a {
  color: #666;
}

.content {
  width: 100%;
  height: 100%;
}

.content::after {
  content: '.';
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}

.content-left {
  float: left;
  width: 250px;
  margin-right: 50px;
}
.content-left ul h2 {
  height: 49px;
  background: #f6f6f6;
  border-radius: 5px;
  font-size: 16px;
  color: #2C2C2C;
  padding: 21px 0 0 28px;
  box-shadow: 0 0 10px #a0a0a0
}
.content-left ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  background: #f6f6f6;
}
.content-left ul li a {
  width: 220px;
  height: 100%;
  padding-left: 30px;
  color: #6f6f6f;
  display: block;
}
.content-left ul li .mark {
  color: #fff;
  background: #B61044
}
.content-left ul li a:hover {
  color: #fff;
  background: #B61044
}

.content-right {
  width: 900px;
  min-height: 650px;
  float: right;
}

.content-right .content-list {
  width: 100%;
  margin-bottom: 50px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px #a0a0a0;
  padding: 16px 0 ;
}
.content-right .content-list li {
  width: 874px;
  height: 40px;
  margin: 0 13px;
  box-sizing: border-box;
  border-bottom: 1px solid #e9e9e9;
  padding-top: 10px;
}
.content-right .content-list li:last-child {
  border: 0;
}
.content-list span{
  width: 6px;
  height: 6px;
  display: block;
  float: left;
  background: #B61044;
  margin: 12px 5px 15px;
}
.content-list-title {
  float: left;
  width: 740px;
}
.content-list-title a {
  color: #333333;
  font-size: 14px;
  display: block;
  line-height: 30px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight:400
}
.content-list-title a:hover {
  color: #B61044;
}
.content-list-time {
  height: 30px;
  line-height: 30px;
  display: block;
  padding-right: 20px;
  color: #999999;
  font-size: 12px;
  float: right;
}
.content-right-page {
  width: 100%;
  text-align: center;
  line-height: 30px;
  margin-bottom: 50px;
}
.content-right-page a {
  padding: 5px 10px;
  margin: 4px;
  color: #5B5B5B;
  border-radius: 3px;
  text-align: center;
  box-sizing: border-box;
}