/*                  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;
  min-height: 650px;
  margin-right: 50px;
}
.content-left .content-navlist {
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px #a0a0a0;
}
.content-left .content-navlist li {
  float: left;
}
.content-left .content-navlist li a {
  padding: 0 30px;
  line-height: 60px;
  font-size: 20px;
  color: #ababab;
  width: 114px;
  border-right: 1px solid #dfdfdf;
}
.content-left .content-navlist li .mark {
  color: #B61044;
  font-weight: 600
}
.content-left .content-list {
  width: 100%;
  margin-bottom: 50px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px #a0a0a0;
}
.content-left .content-list li {
  width: 860px;
  height: 216px;
  padding: 30px 0;
  margin: 0 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #e9e9e9;
}
.content-left .content-list li:last-child {
  border: 0;
}
.content-left .content-list li img {
  width: 248px;
  height: 100%;
  float: left;
  padding-right: 20px;
}
.content-left .content-list-right {
  float: right;
  width: 592px;
}
.content-left .content-list-right h2 {
  width: 100%;
  line-height: 27px;
  font-size: 18px;
  /* padding-bottom: 10px; */
   color: #333;
  cursor: pointer;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content-left .content-list-right h2:hover {
  color: #B61044;
}
.content-left .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-left .content-list-time {
  display: block;
  line-height: 24px;
  color: #999;
  font-size: 14px;
}
.content-left-page {
  width: 100%;
  text-align: center;
  line-height: 30px;
  margin-bottom: 50px;
}
.content-left-page a {
  padding: 5px 10px;
  margin: 4px;
  color: #5B5B5B;
  border-radius: 3px;
  text-align: center;
  box-sizing: border-box;
}
.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;
}