* {
  padding: 0;
  margin: 0;
  border: none;
  font-family: 微软雅黑, serif;
}
fieldset,
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
body {
  background-color: #fff;
  min-width: 1200px;
}
li {
  list-style: none;
}
.hide {
  display: none;
}
.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.main {
  margin: 0 auto 80px;
}
.main .newsList {
  margin: 40px auto 50px;
  width: 1200px;
  box-shadow: 0 0 20px 0 rgba(188, 209, 226, 0.5);
  background: #ffffff;
  box-sizing: border-box;
  padding: 20px;

}
.main .newsList .title{
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #0a68ca;
  margin: 10px auto 24px;
}
.main .newsList .list li {
    font-size: 16px;
    line-height: 34px;
}
.main .newsList .list li span.point{
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: 4px;
    background: #076fd0;
}
.main .newsList .list li a  {
    width: 85%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.main .newsList .list li a:hover{
    color: #076fd0;
}
.main .newsList .list li  span.time {
    float: right;
    font-size: 16px;
    text-align: right;
    color: #999999;
}
