body {
    background-image: url('./jiangcunzhognguobg.png');
    background-repeat: no-repeat;
    /* 确保背景图不重复 */
    background-position: center top;
    /* 背景图在顶部中央 */
    margin: 0;
    /* 移除默认的margin */
    padding: 0;
    /* 移除默认的padding */
}

header {
  position: relative;
  min-height: 750px;
  margin: 0 auto;
}
.header-info{
  position: relative;
  width: 900px;
  margin: 0 auto;
  top: 500px;
  font-size: 18px;
  color:#fff;
}
.info{
  text-indent: 120px;
  line-height: 30px;
}
.header-info-img{
  position: absolute;
  left: 0;
  top: 0;
}
.cnt_box {
  width: 945px;
  margin: 0 auto;
  height: 288px;
}
.cnt_box .cnt {
  margin-top: 12px;
}
.cnt_box .cnt div {
  width: 698px;
}
.cnt_box .cnttime {
  font-size: 20px;
  color: #ab0600;
}
.cnt_box .cnttime span {
  font-size: 24px;
  color: #000;
}
.cnt_box .cntp {
  width: 698px;
  box-sizing: border-box;
  line-height: 26px;
  padding-top: 20px;
  padding-left: 32px;
  padding-right: 25px;
  background: #9ba7b6;
  font-size: 16px;
  color: #fff;
  text-indent: 2rem;
}
.w_cnts .cnt img {
  float: left;
}
.w_cnts .cnt div {
  float: right;
}
.w_cnts .cnt .cnttime {
  text-align: right;
  border-right: 9px solid #ab0600;
  padding-right: 12px;
}
.b_cnts {
  background-color: #ebeff5;
  margin-top: 30px;
}
.b_cnts .cnt div {
  float: left;
}
.b_cnts .cnt img {
  float: right;
}
.b_cnts .cnt .cnttime {
  text-align: left;
  border-left: 9px solid #ab0600;
  padding-left: 12px;
}
.tit {
  /* height: 40px; */
  padding-top: 20px;
}
.tit_title{
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  margin-right: 15px;
  border-left: 3px solid #ab0600;

}
.tit_subtitle{
	margin-top:15px;
	font-size: 20px;
}
