* {
  padding: 0;
  margin: 0;
}
ul, ol, li {
  list-style: none;
}
a{
  text-decoration: none;
}
a:hover {
  color: #007bde;
}

select{
  outline: none;
}
html,
body {
  height: 100%;
}
.hm_header{
  display: block;
  width: 100%;
}
.hm_title{
  width: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 144px;
}
.hm_center{
  padding-top: 150px;
  box-sizing: border-box;
  
  background-repeat: no-repeat;
}
.hm_content{
  
  padding: 0 20px;
  padding-top: 45px;
  box-sizing: border-box;
  width: 1200px;
  transition: .3s;
  border-radius: 15px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 100px;
}
.zzxxImg{
  width: 100%;
}
.flexNews{
  display: flex;
  justify-content: space-between;
  margin-bottom: 59px;
}
.sliderBox{
  width: 45%;
  height: 450px;
}
.sliderBox img{
  width: 100%;
  height: 100%;
}
.newBox{
  width: 50%;
}
.list-t {
  padding: 0px 10px 10px 10px;
  box-sizing: border-box;
}
.list-t li {
  position: relative;
  padding-left: 15px;
  line-height: 43px;
  font-size: 16px;
}
.list-t li a {
  display: block;
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555555;
}
.list-t li a:hover {
  color: #007bde;
}
.list-t li .date {
  width: 20%;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  top: 0;
  right: 0;
  color: #bbb;
}
.list-t li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #ddd;
  border-radius: 100px;
}
.hmbmzc{
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.hmbmzc_leftBox{
  width: 48%;
}
.hm_mzj1{
  margin-bottom: 41px;
}
.mzj1_title {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  background-color: #2e7cd2;
  height: 65px;
  line-height: 65px;
	letter-spacing: 0px;
	color: #ffffff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.mzj1_title img{
  margin-right: 13px;
}
.mzj1_center{
  padding: 19px 0;
  text-indent:2em;
  background-color: #bce0f3;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.mzj1_center p{
  font-size: 22px;
	line-height: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	color: #131313;
}
.mzj1_bottom{
  width: 90%;
  margin: 0 auto;
  background-color: #1174d1;
	border-radius: 10px;
  text-align: center;
  margin-top: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
	color: #fefefe;
  padding: 18px 0;
}
.bg4_1{
  background-color: #5532bb;
}
.bg4_2{
  background-color: #f0ebfd;
}
.bg2_1{
  background-color: #2eced2;
}
.bg2_2{
  background-color: #c8f2f7;
}
.bg3_1{
  background-color: #21bb71;
}
.bg3_2{
  background-color: #d6f9e8;
}
.bg5_1{
  background-color: #e1be1d;
}
.bg5_2{
  background-color: #fbf4d3;
}
.bg6_1{
  background-color:#ed8028;
}
.bg6_2{
  background-color: #fbf0e6;
}

@media (max-width: 1200px){
  .hm_content {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}
}
@media (max-width: 992px){
  .hm_center{
    padding-top: 60px;
  }
  .hm_title{
    margin-bottom: 66px;
  }
  .flexNews {
    display: block;
}
.flexNews {
  width: auto;
}
.sliderBox{
  width: auto;
  height: auto;
}
.newBox {
  width: auto;
}
.hmbmzc{
  display: block;
}
.hmbmzc_leftBox{
  width: auto;
}
.hm_content {
  padding-bottom: 20px;
}
}
@media (max-width: 750px){
  .hm_center{
    padding-top: 20px;
  }
  .list-t {
    padding: 10px;
  }
  .list-t li .date {
    width: 25%;
  }
  .list-t li a {
    width: 70%;
  }
  .hm_title{
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    width: 100%;
    }
    
}