.banner {
    width: 100%;
    height: 853px;
    background: url(../images/banner1.png) no-repeat top center;
}

.more {
    float: right;
    margin-top: 50px;
}

.title {
    margin: 0 auto 30px;
    text-align: center;
}

.lnxcy {
    width: 1200px;
    margin: 80px auto;
}
.lnxcy .con {
    padding: 40px 0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.lnxcy .con .swiper-ztzl{
    width: 1080px;
    height: 240px;
    margin: 0 auto;
}
.lnxcy .con .swiper-ztzl img{
    width:341px;
    height:208px;
    margin: 0 auto;
    display: block;
}
.lnxcy .con .swiper-ztzl  p {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

.list ul.newlist {
    border: 1px solid #ffc259;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px;
}


.tjyd {
    width: 1200px;
    margin: 0 auto 40px;
}

.list ul.newlist li {
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.list ul.newlist li span {
    margin-right: 10px;
}