.header-title {
  height: 140px;
  background: url('../imge/join.jpg') center center;
  min-width: 900px;
  margin-bottom: 50px;
}
.container-content .message-title {
  margin-bottom: 50px;
}
.container-content .message-title .title-header {
  line-height: 52px;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.container-content .message-title .title-header img {
  vertical-align: middle;
  margin: 0 10px 0 20px;
}
.container-content .message-title .title-header .ms-button {
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #fff;
  height: 40px;
  padding: 8px;
  margin-right: 10px;
}
.container-content .message-title .title-header .ms-button a {
  width: 85px;
  color: #1c4fa8;
  line-height: 40px;
}
.container-content .message-title .title-header .ms-button a .to-more {
  margin-left: 0;
  padding-top: 14px;
  margin-top: 2px;
  float: right;
  background: url('../imge/to-left.png') center center no-repeat;
  width: 20px;
  height: 20px;
}
.container-content .message-title .title-header .ms-button:hover,
.container-content .message-title .title-header .ative {
  background-color: #1c4fa8;
  border: 1px solid #1c4fa8;
}
.container-content .message-title .title-header .ms-button:hover a,
.container-content .message-title .title-header .ative a {
  color: #fff;
}
.container-content .message-title .title-header .ms-button:hover a .to-more,
.container-content .message-title .title-header .ative a .to-more {
  background: url('../imge/more.png') center center no-repeat;
}
.container-content .title-read {
  padding-top: 40px;
}
.container-content .title-read ul {
  width: 100%;
  padding: 0 10px;
}
.container-content .title-read ul li {
  padding: 20px;
  width: 33.333%;
}
.container-content .title-read ul li .ms-img {
  position: relative;
  height: 180px;
  overflow: hidden;
  border-radius: 8px;
}
.container-content .title-read ul li .ms-img .ms-paly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  opacity: 1;
}
.container-content .title-read ul li .ms-img .ms-paly img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}
.container-content .title-read ul li .ms-img .img-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.container-content .title-read ul li .ms-text {
  line-height: 25px;
  margin-top: 20px;
}
.container-content .title-read .digg {
  padding-top: 30px;
  margin-bottom: 140px;
}
.container-content .title-read .digg ul {
  width: 44%;
  margin: 0 auto;
}
.container-content .title-read .digg ul li,
.container-content .title-read .digg ul li.disabled:hover {
  float: left;
  width: 35px !important;
  height: 35px !important;
  padding: 0 !important;
  border: 1px solid #ddd;
  margin: 0 5px;
  line-height: 35px;
  border-radius: 5px;
}
.container-content .title-read .digg ul li a,
.container-content .title-read .digg ul li.disabled:hover a {
  display: block;
  width: 33px;
  height: 33px;
  color: #333;
}
.container-content .title-read .digg ul li .ms-arr,
.container-content .title-read .digg ul li.disabled:hover .ms-arr {
  font-family: cursive;
  font-weight: 700;
}
.container-content .title-read .digg ul li:hover {
  border: none;
  background-color: #1c4fa8;
}
.container-content .title-read .digg ul li:hover a {
  color: #fff;
}
.container-content .title-read .digg ul .current {
  border: none;
  background-color: #1c4fa8;
}
.container-content .title-read .digg ul .current a {
  color: #fff;
}
.container-content .title-read .digg ul .disabled a {
  background-color: #f0f0f0;
}
