/*                  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;
}
.content-right .content-list li {
  width: 860px;
  height: 216px;
  padding: 30px 0;
  margin: 0 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #e9e9e9;
}
.content-right .content-list li:last-child {
  border: 0;
}
.content-right .content-list li img {
  width: 170px;
  height: 100%;
  float: left;
  padding-right: 20px;
}
.content-right .content-list-right {
  float: right;
  width: 592px;
}
.content-right .content-list-right h2 {
  width: 100%;
  line-height: 27px;
  font-size: 18px;
  /* padding-bottom: 10px; */
  cursor: pointer;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}
/***.content-right .content-list-right h2 a {
  display: block;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}***/
.content-right .content-list-right h2:hover {
  color: #B61044;
}
.content-right .content-list-content {
  line-height: 24px;
  color: #666;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
.content-right .content-list-time {
  display: block;
  line-height: 24px;
  color: #999;
  font-size: 14px;
}
.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;
}
