.m1{
  width: 100%;
  height: 310px;
  overflow: hidden;
  text-align: center;
  background: url(../img/about_banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.m2{
  width: 100%;
  background-color: #2d4c71;
  padding: 0;
  margin: 0;
}
.m2 .inner .p1{
  color: #fff;
}
.m2 .inner .p2{
  text-align: center;
  font-size: 30px;
  color: #c74869;
  padding-bottom: 20px;
}
.m2 .p3{
  font-size: 15px;
  color: #fff;
  line-height: 36px;
  padding-bottom: 50px;
}
.news-banner {
  height: 410px;
  background: url('../img/banner03.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}
.news-banner .p1, .news-banner .p2 {
  text-align: center;
}
.news-banner .p1 {
  padding: 100px 0 30px 0;
  font-size: 36px;
  font-weight: bold;
}
.news-banner .p1 span {
  font-size: 78px;
}
.news-banner .p2 {
  font-size: 30px;
}
.news-box {
  width: 800px;
  height: auto;
  padding-bottom: 30px;
  margin: 0 auto;
  overflow: hidden;
}
.news-list {
  width: 100%;
  height: auto;
  padding: 30px 0;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  cursor: pointer;
}
.news-pic {
  width: 15%;
}
.news-pic img {
  width: 100%;
}
.news-content {
  width: 82%;
  color: #333;
}
.news-content_title, .news-content_details, .news-content_tips {
  text-align: left;
  cursor: pointer;
}
.news-content_title {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.news-content_details {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.news-content_tips {
  font-size: 12px;
}
.news-content_tips span {
  padding-left: 20px;
}
