/*                  mian                           */
.mian {
  width: 100%;
  background: #f5f5f5;
}
.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: 900px;
  margin-right: 50px;
  margin-bottom: 50px;
  border-radius: 5px;
  box-shadow: 0 0 10px #a0a0a0;
}
.content-left-title {
  width: 100%;
  min-height: 650px;
  background: #fff;
  border-radius: 5px;
  padding: 20px 30px 50px 30px;
  box-sizing: border-box;
}
.content-left-title h2 {
  color: #333;
  font-size: 28px;
  text-align: center;
  line-height: 50px
}
.content-left-title .time {
  color: #999;
  font-size: 14px;
  text-align: center;
  line-height: 30px
}
.content-left-article p {
  color: #333;
  line-height: 36px;
  font-size: 16px;
}
.content-right {
  width: 250px;
  float: right;
  background: #fff;
  border-radius: 5px;
  height: 510px;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #a0a0a0;
}

.content-right h2 {
  height: 34px;
  font-weight: 400;
}
.content-right h2 b {
  margin-top: 7px;
  width: 4px;
  height: 20px;
  display: block;
  float: left;
  background: #B61044
}
.content-right h2 span {
  line-height: 34px;
  padding-left: 5px;
  display: block;
  float: left;
  font-size: 18px;
  color: #B61044;
}
.content-right .content-right-noticeList li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.content-right .content-right-noticeList li a {
  padding: 5px 0;
  font-size: 12px;
  line-height: 24px;
  color: #333;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content-right .content-right-more {
  padding-top: 10px;
  color: #999;
  background: #fff;
  float: right;
}