/**!
 * 大连普金新区--访谈
 * author: gaoli;
 * date:2017-11-28
 */


/* 访谈 */

.ewb-win {
    margin-right: 32px;
}
.ewb-mail-icon.win {
    background-image: url(../images/detail/detail_icon1.png);
}
.ewb-mail-bd.win {
    /* height: 371px;  */
	height: auto;
    padding: 20px 18px 0 18px;
}
.ewb-detail-img img {
    display: block;
    vertical-align: top;
    margin: 0 auto;
}
.ewb-detail-tt {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 10px 0 0 0;
}
.ewb-detail-date {
    display: block;
    line-height: 26px;
    color: #666;
    margin: 4px 0 6px 0;
}
.ewb-detail-peo {
    line-height: 20px;
}
.ewb-detail-sim {
    color: #666;
    line-height: 20px;
}

/* 精彩图片 */

.ewb-mail-icon.pic {
    background-image: url(../images/detail/detail_icon2.png);
}
.ewb-mail-bd.pic {
    height: 257px;
    padding-top: 20px;
}

/* 轮播图 */

.wb-slider {
    position: relative;
    overflow: hidden;
}
.wb-slider-conbox {
    overflow: hidden;
}
.wb-slider-ctag {
    display: block;
    position: relative;
}
.wb-slider-ctag img {
    display: block;
    width: 100%;
    height: 100%;
}
.wb-slider-switcher {
    position: absolute;
    left: 97px;
    bottom: 6px;
    height: 18px;
}
.wb-slider-stag {
    float: left;
    margin-right: 13px;
    height: 11px;
    width: 11px;
    line-height: 11px;
    background: url(../images/detail/stag.png) no-repeat;
    cursor: pointer;
}
.wb-slider-stag.cur {
    background: url(../images/detail/stag_h.png) no-repeat;
}
.ewb-slider-nav {
    position: absolute;
    top: 95px;
    display: block;
    width: 20px;
    height: 43px;
    cursor: pointer;
    z-index: 999;
}
.ewb-slider-nav.left {
    left: 0;
    background: url(../images/detail/left.png) no-repeat left center;
}
.ewb-slider-nav.right {
    right: 0;
    background: url(../images/detail/right.png) no-repeat right center;
}

/* 访谈记录 */

.ewb-talk {
    margin-left: -32px;
}
.ewb-mail-icon.talk {
    background-image: url(../images/detail/detail_icon3.png);
}
.ewb-mail-bd.talk {
    /* height: 730px; */
	/* height: 1070px; */
    overflow-y:auto;
}
.ewb-mail-bd.talk span {
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #3a6ea9;
}
.ewb-talk-master {
    padding-top:26px;
}
.ewb-talk-master:first-child{
    padding-top: 15px;
}
.ewb-mail-bd.talk p {
    line-height: 24px;
}

.ask-submit{
	display: block;
    width: 117px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    border-radius: 5px;
    background: #f39800;
    outline: 0;
    border: none;
    cursor: pointer;
}

