.xxly-top-img {
    width: 100%;
    padding-top: 25%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.xxly-cont-box {
    width: 42%;
}
.xxly-cont-box .title {
    font-size: 30px;
    color: #30383c;
    margin: 20px 0;
}
.xxly-cont-box .title2 {
    font-size: 16px;
    color: #50bdf6;
}
.xxly-cont-box .title3 {
    font-size: 20px;
    color: #30383c;
    margin-top: 40px;
    padding-left: 10px;
    position: relative;
}
.xxly-cont-box .title3:after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    border-left: 3px solid #50bdf6;
}
.xxly-cont-box .title3 img {
    display: inline-block;
    margin-left: 8px;
}
.xxly-cont-box .cont {
    margin-top: 25px;
    font-size: 14px;
    color: #666;
    line-height: 32px;
    text-align: justify;
}
.xxly-img-box {
    width: 52%;
    position: relative;
    padding-bottom: 28%;
}
.xxly-img-box .big {
    width: 100%;
    top: 0;
}
.xxly-img-box .small {
    width: 60%;
    top: 40%;
}
.xxly-img-box img {
    position: absolute;
    padding: 5px;
    background: #fafafa;
    border: 1px solid #eee;
}
.xxly-item-con {
    overflow: hidden;
}
.xxly-item-con:nth-child(2n-1) .xxly-cont-box {
    float: right;
}
.xxly-item-con:nth-child(2n-1) .xxly-img-box {
    float: left;
}
.xxly-item-con:nth-child(2n-1) .xxly-img-box .big {
    left: 0;
}
.xxly-item-con:nth-child(2n-1) .xxly-img-box .small {
    right: 0;
    box-shadow: -14.142px 14.142px 30px 0px rgba(0, 0, 0, 0.2);
}
.xxly-item-con:nth-child(2n) .xxly-cont-box {
    float: left;
}
.xxly-item-con:nth-child(2n) {
    background-image: url(../images/xxly-lv-bg.png);
}
.xxly-item-con:nth-child(2n) .xxly-img-box {
    float: right;
}
.xxly-item-con:nth-child(2n) .xxly-img-box .big {
    right: 0;
}
.xxly-item-con:nth-child(2n) .xxly-img-box .small {
    left: 0;
    box-shadow: 14.142px 14.142px 30px 0px rgba(0, 0, 0, 0.2);
}
.xxly-item-box {
    padding-top: 60px;
    padding-bottom: 60px;
}
.xxly-img-con {
    position: absolute;
    background: #fff;
    border: 1px solid #eee;
}
.xxly-img-con.big {
    padding-top: 50%;
}
.xxly-img-con.small {
    padding-top: 40%;
}
.xxly-img-con .xxly-img-cont {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 1024px) {
    .xxly-item-con .xxly-cont-box {
        float: none !important;
        width: 100%;
    }
    .xxly-item-con .xxly-img-box {
        float: none !important;
        width: 100%;
        padding-bottom: 50%;
    }
    .xxly-top-img {
        padding: 0;
        height: 400px;
    }
}
@media screen and (max-width: 640px) {
    .xxly-cont-box .title3 {
        margin-top: 20px;
    }
    .xxly-cont-box .title3 span {
        display: block;
        margin-bottom: 10px;
    }
    .xxly-cont-box .cont {
        margin-top: 20px;
        font-size: 12px;
        line-height: 24px;
    }
    .xxly-item-box {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .xxly-list-con .xxly-item-con:first-child .xxly-item-box {
        padding-top: 20px;
    }
    .xxly-top-img {
        padding: 0;
        height: 320px;
    }
    .xxly-cont-box .title {
        font-size: 20px;
    }
    .xxly-cont-box .title2 {
        font-size: 12px;
    }
    .xxly-cont-box .title3 {
        font-size: 16px;
        line-height: 24px;
    }
}
ul.pagination {
    margin-top: 30px;
}
ul.pagination li {
    display: inline-block!important;
}
ul.pagination li span,
ul.pagination li a {
    display: inline-block;
    width: 35px;
    height: 30px;
    border: 1px solid #eee;
    background: #fff;
    color: ##30383c;
    line-height: 30px;
    text-align: center;
    margin: 3px;
    font-size: 12px;
    border-radius: 3px;
}
ul.pagination li a {
    color: #50bdf6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
ul.pagination li a:hover {
    color: #fff;
    background: #50bdf6;
}
ul.pagination li.disabled {
    display: none!important;
}
.pagenation-box {
    text-align: center;
    margin-bottom: 30px;
}
