.banner{
    position: relative;
    width: 100%;
    height: 600px;
    min-width: 1200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../img/banner-list.jpg");
}
.banner .banner-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../img/banner-title-bg.png");
}
.banner .banner-title .title-content{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 1200px;
}
.banner .banner-title .title-content .title{
    display: inline-block;
    padding-left: 25px;
    padding-bottom: 25px;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
}
.banner .banner-title .title-content .title::before{
    position: absolute;
    top: 20px;
    left: 0;
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background-color: rgba(241, 177, 51, 1);
    transform: rotate(45deg);
    margin-right: 12px;
}
.banner .banner-title .title-content .link{
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 25px;
}
.banner .banner-title .title-content .link a{
    display: inline-block;
    line-height: 24px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 17.38px;
    color: rgba(255, 255, 255, 0.8);
}
.banner .banner-title .title-content .link a::after{
    content: " >";
}
.banner .banner-title .title-content .link a:last-child::after{
    content: "";
}

.list-content {
    width: 100%;
    min-width: 1200px;
    padding-top: 80px;
    padding-bottom: 120px;
    background-color: rgba(245, 252, 248, 1);
    font-size: 0;
}
.list-content .container {
    width: 1200px;
    margin: auto;
}
.list-content .platform-enter {
    width: 100%;
    height: 100px;
}
.list-content .platform-enter .input {
    position: relative;
    width: 744px;
    margin: 0 auto;
}
.list-content .platform-enter .input input{
    padding-left: 24px;
    width: 720px;
    height: 63px;
    background: #fff;
    outline: none;
    border: 0;
    font-size: 24px;
}
.list-content .platform-enter .input .button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 144px;
    height: 55px;
    line-height: 55px;
    opacity: 1;
    background: rgba(0, 138, 73, 1);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
}

.list-content .article-content .article-title {
    position: relative;
    height: 40px;
    line-height: 40px;
}
.list-content .article-content .article-title .line {
    position: absolute;
    top: 19px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(1, 109, 181, 1) 0%, rgba(0, 168, 90, 1) 100%);
}
.list-content .article-content .article-title .title{
    position: absolute;
    display: inline-block;
    left: 72px;
    top: 0;
    padding: 0 20px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 40px;
    background-color: rgba(245, 252, 248, 1);
}
.list-content .article-content .article-body {
    padding-top: 40px;
}
.list-content .article-content .article-body .news-list {
    width: 900px;
    margin: 0 auto;
}
.list-content .article-content .article-body .news-list .news-item {
    display: inline-block;
    padding: 16px 0;
    width: 100%;
    border-bottom: 1px solid rgba(1, 3, 2, 0.1);
}
.list-content .article-content .article-body .news-list .news-item .date-item {
    position: relative;
    display: inline-block;
    margin-left: 24px;
    width: 70px;
    height: 70px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-image: url("../img/list-news-item-date-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}
.list-content .article-content .article-body .news-list .news-item .date-bg {
    display: inline-block;
    margin-top: 8px;
    width: 54px;
    height: 54px;
    background-color: rgba(0, 138, 73, 1);
}
.list-content .article-content .article-body .news-list .news-item .date-item .date{
    margin: 8px 0;
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: 500;
}
.list-content .article-content .article-body .news-list .news-item .date-item .month{
    font-size: 12px;
}
.list-content .article-content .article-body .news-list .news-item .title {
    position: relative;
    display: inline-block;
    width: calc(100% - 124px);
    height: 58px;
    line-height: 58px;
    margin: 0;
    margin-left: 16px;
    color: rgba(25, 28, 27, 1);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.list-content .article-content .article-body .news-list .news-item:hover {
    background-image: url("../img/list-news-item-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.list-content .article-content .article-body .news-list .news-item:hover .date-item{
    color: rgba(1, 110, 179, 1);
    background-image: url("../img/list-news-item-date-bg-active.png");
}
.list-content .article-content .article-body .news-list .news-item:hover .date-bg{
    background-color: #fff;
}
.list-content .article-content .article-body .news-list .news-item:hover .title{
    color: #fff;
}


@media screen and (max-width:780px) {
    .banner {
        min-width: 300px;
        height: 300px;
    }
    .banner .banner-title {
        height: 100px;
    }
    .banner .banner-title .title-content {
        width: 100%;
    }
    .banner .banner-title .title-content .title {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        padding-bottom: 10px;
    }
    .banner .banner-title .title-content .title::before {
        top: 10px;
        left: 5px;
    }
    .banner .banner-title .title-content .link {
        padding-bottom: 10px;
    }
    .list-content {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 40px;
        min-width: 300px;
    }
    .list-content .container {
        width: calc(100% - 10px);
        margin: 0 auto;
    }
    .list-content {
        padding-top: 20px;
    }
    .list-content .platform-enter {
        height: 80px;
    }
    .list-content .platform-enter .input {
        width: 240px;
    }
    .list-content .platform-enter .input input{
        padding-left: 10px;
        width: 230px;
        height: 40px;
    }
    .list-content .platform-enter .input input{
        font-size: 14px;
    }
    .list-content .platform-enter .input .button {
        width: 60px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .list-content .article-content .article-body {
        padding-top: 20px;
    }
    .list-content .article-content .article-body .news-list {
        width: calc(100% - 10px);
    }
    .list-content .article-content .article-body .news-list .news-item .date-item {
        margin-left: 10px;
    }
    .list-content .article-content .article-body .news-list .news-item .title {
        width: calc(100% - 110px);
    }
}

















