* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 16px;
  color: #333333;
  background-color: #f9f9f9;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
a {
  color: #303030;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  transition: 0.5s all;
}
ol,
ul {
  list-style: none;
}
.banner {
  width: 100%;
  height: 400px;
  background: url(../images/banner.jpg) center center no-repeat;
}
.banner1 {
  width: 100%;
  height: 400px;
  background: url(../images/banner1.jpg) center center no-repeat;
}
.content {
  width: 1200px;
  margin: 40px auto;
}
.content * {
  box-sizing: border-box;
}
.content ul {
  overflow: hidden;
}
.content ul li {
  width: 586px;
  height: 210px;
  border-radius: 10px;
  background-color: #fff;
  float: left;
  padding: 28px 30px;
  margin-bottom: 30px;
}
.content ul li .title a {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content ul li .title a:hover {
  color: #bb1d32;
}
.content ul li .text {
  font-size: 16px;
  line-height: 28px;
  color: #222222;
  margin-top: 13px;
}
.content ul li .date {
  margin-top: 13px;
  color: #cccccc;
  font-weight: bold;
}
.content ul li:nth-child(2n) {
  float: right;
}
.content1 {
  width: 1200px;
  margin: 0 auto 60px;
}
.content1 * {
  box-sizing: border-box;
}
.content1 .box1 {
  margin-top: 28px;
}
.content1 .box1 .title {
  width: 100%;
  padding-bottom: 20px;
  height: 48px;
  border-bottom: 2px solid #dcdcdc;
}
.content1 .box1 .title h2 {
  float: left;
  font-size: 24px;
  font-weight: bold;
  color: #bb1d32;
  margin-top: -4px;
}
.content1 .box1 .title::before {
  content: '';
  display: block;
  width: 4px;
  height: 24px;
  border-radius: 2px;
  float: left;
  background-color: #bb1d32;
  margin-right: 20px;
}
.content1 .box1 .con ul {
  overflow: hidden;
}
.content1 .box1 .con ul li {
  width: 380px;
  height: 506px;
  float: left;
  margin-right: 30px;
  margin-top: 30px;
}
.content1 .box1 .con ul li img {
  width: 100%;
  height: 100%;
}
.content1 .box1 .con ul li:hover {
  border: 1px solid #bb1d32;
}
.content1 .box1 .con ul li:nth-child(3n) {
  margin-right: 0;
}
.content1 .box2 {
  margin-top: 60px;
}
.content1 .box2 .con ul li {
  width: 585px;
  height: 185px;
}
.content1 .box2 .con ul li img {
  width: 100%;
  height: 100%;
}
.content1 .box2 .con ul li:nth-child(3n) {
  margin-right: 30px;
}
.content1 .box2 .con ul li:nth-child(2n) {
  margin-right: 0;
}
.page {
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #404040;
  padding-bottom: 36px;
  margin-top: 60px;
}
.page span {
  padding: 0px 15px;
  border: 1px solid #EDEDED;
  margin-right: 6px;
  border-radius: 5px;
  line-height: 38px;
  height: 38px;
  display: inline-block;
  font-size: 16px;
}
.page span.on {
  border: 1px solid #bd1a2d;
  background: #bd1a2d;
  color: #fff;
}
.page a {
  padding: 0px 15px;
  border: 1px solid #EDEDED;
  margin-right: 6px;
  color: #404040;
  line-height: 38px;
  height: 38px;
  display: inline-block;
}
.page a:hover {
  border: 1px solid #bd1a2d;
  background: #bd1a2d;
  color: #fff;
}
.page a.back:hover {
  border: 1px solid #EDEDED;
  color: #404040;
  background: #fff;
}
