@charset "utf-8";
body {
    font-family: "Microsoft Yahei", "Arial";
    background: #e6efff;
}
.w80 {
    width: 80%;
    margin: 0 auto;
}
.banner {
    padding: 70px 0;
    background: url(../images/newsbanner.png) no-repeat center;
    background-size: cover;
}
.banner-left {
    float: left;
}
.banner-left h1 {
    display: block;
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 29px;
}
.banner-right {
    display: block;
    float: right;
}
.banner-right fant {
    display: block;
    padding: 12px 20px;
    background: #f1f7ff;
    border: 1px solid #bad3fe;
    box-shadow: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    width: 464px;
}
.banner-right fant input {
    display: block;
    background: #f1f7ff;
    width: 350px;
    font-size: 17px;
}
.banner-right fant botton {
    display: block;
    padding: 6px 26px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #2469d0;
    width: 43px;
    right: -1px;
    position: absolute;
    top: -1px;
    height: 36px;
    cursor: pointer;
}
input {
    border: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
}

.list {
    display: block;
    padding: 10px 0;
    background: #fff;
    margin-top: 27px;
}

.list li {
    display: block;
    font-size: 18px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
    transition: all .25s;
    color: #333;
    line-height: 36px;
    padding: 15px 30px;
}
.list li a {
    display: block;
    width: calc(100% - 200px);
    float: left;
}
.list a {
    transition: all .2s;
    font-size: 18px;
    cursor: pointer;
    border-bottom: 1px solid #ffffff;
    color: #333;
}
.list li span {
    display: block;
    float: right;
    font-weight: normal;
}

