/**!
 * 静安-专题大调研
 * author: tfx
 * date:2020-07-23
 */

body {
    background: none;
}

#header {
    background: #fcf6e6;
}

.main-cont {
    overflow: hidden;
    background: url("../images/research_bg.jpg") center top no-repeat;
}

.main {
    height: 800px;
    margin-top: 373px;
    padding: 12px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #cecdcd;
}

.main-left {
    float: left;
    width: 326px;
    height: 766px;
    background: url("../images/research_left_bg.jpg") center center no-repeat;
}

.main-right {
    margin-left: 338px;
}


/* 轮播 */
#ewb-newsscroll {
    position: relative;
}

/* 轮播-文字介绍 */
.ewb-img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 74px;
    line-height: 24px;
    padding: 13px 0 0 26px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
}

.ewb-img-intro>p {
    padding-right: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 轮播-分页按钮 */
#ewb-newsscroll .owl-dots {
    position: absolute;
    right: 21px;
    bottom: 25px;
    width: 117px;
    height: 13px;
}

#ewb-newsscroll .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin-left: 13px;
    background: #ccc;
}

#ewb-newsscroll .owl-dots .owl-dot:first-child>span {
    margin-left: 0;
}

#ewb-newsscroll .owl-dots .owl-dot.active span {
    background: #ffcc00;
}

.owl-nav {
    position: relative;
    height: 0;
}

.owl-prev {
    position: absolute;
    left: 17px;
    top: -278px;
    width: 32px;
    height: 74px;
    background: url("../images/turn_left.png") center center no-repeat;
}

.owl-next {
    position: absolute;
    right: 17px;
    top: -278px;
    width: 32px;
    height: 74px;
    background: url("../images/turn_right.png") center center no-repeat;
}

.news-ul {
    padding: 0 8px;
}

.news-list {
    height: 49px;
    line-height: 49px;
    font-size: 18px;
    border-bottom: 1px dashed #333;
}

.list-date {
    float: right;
    margin-top: -49px;
}

.list-cont {
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-cont>a {
    color: #333;
}

.list-cont>a:hover {
    color: #e13412;
}

.more-cont {
    text-align: right;
}

.btn-more {
    display: inline-block;
    width: 74px;
    height: 23px;
    margin: 15px 8px 0 0;
    line-height: 23px;
    text-align: center;
    color: #fff;
    background: #e13412;
}

/* pad */
@media(max-width:997px) {
    .main-cont {
        background-image: url('../images/research_bg1.jpg');
        background-size: 100%;
    }

    .main {
        margin-top: 287px;
    }

    .owl-prev,
    .owl-next {
        top: -196px;
    }
}

/* phone */

@media(max-width:767px) {
    .main {
        height: auto;
        margin-top: 148px;
        padding: 5px;
    }

    .main-left {
        width: 100%;
        background-size: 100% 100%;
    }

    .main-right {
        float: left;
        width: 100%;
        margin-left: 0;
        margin-top: 12px;
    }

    .ewb-img-intro>p {
        padding-right: 132px;
    }

    .owl-prev,
    .owl-next {
        top: -183px;
    }
}