/*                  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;
  margin-bottom: 50px;
  border-radius: 5px;
  box-shadow: 0 0 10px #a0a0a0;
  float: right;
}
.content-right-title {
  width: 100%;
  min-height: 650px;
  background: #fff;
  border-radius: 5px;
  padding: 20px 30px 50px 30px;
  box-sizing: border-box;
}
.content-right-title h2 {
  color: #333;
  font-size: 28px;
  text-align: center;
  line-height: 50px
}
.content-right-title .time {
  color: #999;
  font-size: 14px;
  text-align: center;
  line-height: 30px
}
.content-right-article p {
  color: #333;
  line-height: 36px;
  font-size: 16px;
}