.index_img {
  width: 100%;
  min-width: 1000px;
  position: relative;
  overflow: hidden;
  height: 489px;
  display: block;
}
.index_img img {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
/*位置开始*/
.qyjjtit {
  height: 70px;
  line-height: 70px;
  text-indent: 50px;
  background: url(../images/homeicon.png) 10px center no-repeat;
  font-size: 16px;
  color: #6a6a6a;
}
/*标题开始*/
.titlebox {
  text-align: center;
  width: 100%;
  float: left;
  color: #333333;
  font-size: 28px;
  font-weight: 900;
  margin-top: 60px;
  background: url("../img/title.png") center 50px no-repeat;
  padding-bottom: 20px;
}
.titlebox span {
  text-align: center;
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 12px;
  margin-top: 20px;
  text-transform: uppercase;
}
.newbox {
  width: 100%;
  height: 210px;
  float: left;
  margin-top: 25px;
  border-bottom: #dddddd solid 1px;
}
.newbox .leftbox {
  width: 100%;
  height: 100%;
  float: left;
  font-family: "Open Sans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
}
.newbox .leftbox span {
  width: 100%;
  text-align: center;
  float: left;
}
.newbox .leftbox .datit {
  font-size: 34px;
  color: #393939;
  margin-top: 20px;
}
.newbox .leftbox .xitit {
  font-size: 20px;
  color: #393939;
  margin-top: 5px;
}
.newbox .righbox {
  height: 100%;
  font-family: "Open Sans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
}
.newbox .righbox li {
  float: left;
  width: 100%;
  font-weight: lighter;
}
.newbox .righbox span {
  width: 100%;
}
.newbox .righbox .tit {
  font-size: 23px;
  color: #333333;
  font-weight: 700;
}
.newbox .righbox .titx {
  font-size: 17px;
  color: #333333;
  line-height: 34px;
  margin-top: 10px;
}
.newbox .btnmore {
  float: left;
  width: 140px;
  height: 34px;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  behavior: url(ie-css3.htc);
  padding-left: 10px;
  padding-right: 10px;
  line-height: 36px;
  font-size: 15px;
  color: #f1881b;
  text-transform: uppercase;
 
  text-align: center;
  margin: 10px auto 10px auto;
  font-weight: 700;
  border: #f1891b solid 1px;
}
.newbox .btnmore a {
  color: #f1881b;
}
/*fenye*/
.page {
  list-style: none;
  margin-left: 200px;
  width: 800px;
  float: left;
  height: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.page > li {
  float: left;
  padding: 5px 10px;
}
.page .pagefist {
  margin: 5px;
  color: #777777;
  cursor: pointer;
}
.page .pagelast {
  margin: 5px;
  color: #777777;
  cursor: pointer;
}
.page .pageItem {
  border: solid thin #DDDDDD;
  margin: 5px;
}
.page .pageItemActive {
  margin: 5px;
  color: #ec2c2c;
  cursor: pointer;
}
.page .pageItem:hover {
  border: solid thin #FFFFFF;
  background-color: #dddddd;
  color: white;
  cursor: pointer;
}
.page .pageItemDisable {
  border: solid thin #DDDDDD;
  margin: 5px;
  background-color: #FFFFFF;
  cursor: pointer;
}
.newsbox {
  width: 100%;
}
.newsbox .newstitle {
  float: left;
  text-align: center;
  width: 100%;
  line-height: 50px;
  font-size: 30px ;
  padding-top: 30px ;
}
.newsbox .timebox {
  font-size: 14px;
  text-align: center;
  width: 100%;
  line-height: 30px;
}
.newsbox .conbox {
  line-height: 30px;
  width: 100%;
  padding-bottom: 60px;
  font-size: 14px;
}
.newsbox .conbox img {
  max-width: 100%;
}
