@charset "utf-8";
li {
  list-style: none;
}
.banner {
    padding: 70px 0;
    background: url(../images/newsbanner.png) no-repeat center;
    background-size: cover;
}
.banner-left{
    text-align: center;
}
.banner-left h1 {
    display: block;
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 29px;
}

.w1220 {
    width: 100%;
    margin: 0 auto;
}

.details {
    /* border-bottom: 1px solid #e1e9fd; */
    /* border-top: 1px solid #eeeeee; */
    padding: 10px;
    width: 100%;
}

.details li {
    float: left;
    font-family: "SimSun";
    color: #7c7c7c;
}
.details li span {
    font: 14px / 1.5 \5FAE\8F6F\96C5\9ED1, Tahoma, Geneva, sans-serif;
    color: #7c7c7c;
}
.details li a {
    color: #7c7c7c;
    height: 30px;
    line-height: 30px;
    padding-right: 5px;
    padding-left: 5px;
    font: 14px / 1.5 \5FAE\8F6F\96C5\9ED1, Tahoma, Geneva, sans-serif;
}

.About_news_list h1 {
    display: block;
    font: 24px / 28px "Microsoft YaHei";
    padding: 10px 0;
    text-align: center;
    color: #333;
}
.share span {
    height: 40px;
    line-height: 40px;
    display: block;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    color: #666;
}


