a{
  color:inherit;
  text-decoration: inherit;
}
a:hover{
  color: inherit;
  text-decoration: inherit;
}
ul{ list-style: none;
padding: 0;
margin: 0;
}
body{
  background: #ee474e;
}
.banner img{
  width:100%;
  height:auto;
}
.banner{
  position: relative;
}
.tit{
  position: absolute;
  width:90%;
  margin-left: -42%;
  top:24%;
  left:50%;
}
.arrow{
  position: absolute;
  width:10%;
  margin-left: -5%;
  top:75%;
  left:50%;
  animation:jump infinite 2s;
}
@keyframes jump {
  from{top:75%;}
  50%{top:72%}
  to{top:75%;}
}
.newsbox{
  width:90%;
  margin:0px auto;
  margin-top: 40px;
}
.hh{
  height:70px;
}
.hh img{
  height:100%;
  width:auto;
}
.newsbox p{
  font-size: 1.6rem;
  margin-top: 20px;
  text-indent: 3.2rem;
}
.more{
  color: #0f51a3;
  text-align: right;
}
.pic{
  margin-top: 10px;
}
.pic img{
  width:100%;
}
footer{
  margin-top: 30px;
  text-align: center;
  padding:20px;
  color: #fff;
}
.bgfff{
  background: #fff;
  padding:31px;

}
.listpage{ background: #66bce0;}
.listpage li{
  font-weight: bold;
  border-bottom: #3ba4d0 solid 1px;
  color: #333;
  padding: 17px 8px;
  margin: 5px 8px;
}
.listpage li p.time{
  color:#999;
  font-size:1.4rem;
  font-weight: normal;
}
.listpage img{ width: 145px;
height: 90px;
margin-right: 10px;
}
.listpage li a{ color: #fff;}
.cont { background: #fff;
color: #000;}
.cont h4 {
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 2.2rem;
    line-height: 3.2rem;
}
.cont h4 p {
    font-size: 1.4rem;
    color: #000;
    font-weight: normal;
}
