.banner {
    width: 100%;
}
.banner img{
    width: 100%;
}

.more {
    float: right;
    margin-top: 80px;
}

.title {
    margin: 0 auto 30px;
    text-align: center;
}

.main .dsjj {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

.main .dsjj .xwdt {
    width: 1200px;
    height: 490px;
    margin: 0 auto;
}

#focus-ershida-top {
    clear: both;
    position: relative;
    margin: 20px auto 40px;
    width: 1200px;
    height: 490px;
    background: transparent;
}

.focus-ershida-topImg li {
    clear: both;
    position: absolute;
    top: 80px;
    left: 0;
    width: 565px;
    height: 316px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.focus-ershida-topImg li a,
.focus-ershida-topImg li img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.focus-ershida-topImg li p {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-indent: 10px;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.6);
}

.focus-ershida-topImg li.active {
    z-index: 3;
    top: 0;
    opacity: 1;
    padding: 0 190px;
    width: 820px;
    height: 458px;
    filter: alpha(opacity=100);
}

.focus-ershida-topImg li.active p {
    display: block;
}

.focus-ershida-topImg li.next {
    left: 635px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.focus-arrow-left,
.focus-arrow-right {
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 4;
    opacity: 1;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.focus-arrow-right {
    left: auto;
    right: 0;
}
.main{
    background: url(../images/bg.png) no-repeat top center #DFF9F0;
    min-width: 1200px;
    width: 100%;
    padding: 1px 0 50px;

}
.main .new {
    width: 100%;
    height: 200px;
    margin-top: 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 3px 9px rgb(32 120 254 / 20%);
}


.main .new .newlist {
    padding: 25px;
}

.main .new .newlist li {
    float: left;
    width: 48%;
    margin-right: 2%;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .new .newlist li a:hover {
    color: #333333;
}

.main .newlist li span {
    margin-right: 10px;
}

.main .alfx {
    width: 1200px;
    margin: 30px auto;
    padding-top: 40px;
}

.main .alfx .fxcon {
    width: 1183px;
    height: 188px;
    margin: 0 auto;
}
.main .alfx .fxcon .swiper-container{
    height: 188px;
}
.main .alfx .fxcon .item {
    float: left;
    width: 285px;
    height: 188px;
    margin-right: 20px;
    background: #ffffff;
    border-radius: 10px;
    /* box-shadow: 0 4px 5px rgb(32 120 254 / 20%); */
}

.main .alfx .fxcon .item:last-child {
    margin-right: 0;
}

.main .alfx .fxcon .item a {
    width: 272px;
    height: 154px;
}

.main .alfx .fxcon .item a img {
    width: 272px;
    height: 154px;
    margin: 17px auto;
    display: block;
}