/*
   report.css
   IOT大会报告页样式文件

   Created by lc on 2016-04-25.
   Copyright 2016 lc. All rights reserved.
*/
/* ==================== */
/* = 报名公用 = */
/* ==================== */
/*banner*/
.banner_img {
    background-position: center center;
    height: 310px;
    display: block;
    position: relative;
    background-size: auto 100%;
}

/**响应式样式*************/

/* 平板电脑和小屏电脑之间的分辨率 */
@media (max-width: 979px) {
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
    /*banner*/
    .banner_img {
        height: 210px;
    }
}

/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
    /*banner*/
    .banner_img {
        height: 150px;
    }
}

.re-tit {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    text-align: center;
    margin: 80px 0 40px;
}

.report-banner {
    width: 500px;
    height: 300px;
    margin-right: 40px;
}

#indexBanner {
    position: relative;
    width: 100%;
    height: 300px;
}

#indexBanner li {
    position: absolute;
    left: 0;
    top: 0;
    height: 300px;
    width: 100%;
    cursor: pointer;
}

#indexBanner p {
    bottom: 12px;
    right: 28px;
    position: absolute;
    text-align: right;
    z-index: 50;
}

#indexBanner span.now {
    background: #fff;
}

#indexBanner span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 6px;
    background: #313234;
    border: 1px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    float: left;
}

.banner_img_list img {
    width: 500px;
    height: 300px;
}

.report-art {
    width: 660px;
    margin-top: 10px;
}

.art-list a {
    display: block;
    font-size: 18px;
    color: #333;
    margin-bottom: 7px;
}

.art-list p {
    font-size: 13px;
    color: #999;
    line-height: 20px;
}

.art-list li {
    margin-bottom: 21px;
}

.art-list a:hover {
    color: #259;
}

.lecturer_li .img_box {
    width: 290px;
    height: 218px;
}

.lecturer_li {
    display: block;
    float: left;
    width: 290px;
    text-align: left;
    margin-left: 12px;
    margin-bottom: 12px;
    cursor: pointer;
}

.line_first {
    margin-left: 0px;
}

#lecturers_list .slid-ovflow-warpper {
    overflow: hidden;

}

#lecturers_list .slid-items {
    display: block;
    float: left;
}

#lecturers_list .slid-control {
    display: block;
    padding-top: 40px;
    text-align: center;
    line-height: 20px;
    position: relative;
}

#lecturers_list .slid-control a {
    position: absolute;
    top: -250px;
    padding: 10px 6px 6px;
}

#lecturers_list .slid-control a:hover {

}

#lecturers_list .slid-control a:hover {

    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
}

.slid-item-prev {
    left: -52px;

}

.slid-item-prev:hover em {
    background-position: bottom left;
}

.slid-item-prev em {
    background-image: url(../images/review/arrow_btn.png);
    display: inline-block;
    width: 22px;
    height: 38px;
}

.slid-item-next:hover em {
    background-position: bottom right;
}

.slid-item-next {
    right: -52px;

}

.slid-item-next em {
    background-image: url(../images/review/arrow_btn.png);
    display: inline-block;
    width: 22px;
    height: 38px;
    background-position: top right;
}

#lecturers_list .slid-control i {
    display: inline-block;
    padding: 4px;
    *line-height: 0;
    *padding: 0 6px;
    *font-size: 9px;
    *vertical-align: middle;
    border: 2px solid #999;
    margin: 0 15px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#lecturers_list .slid-control i.active {
    border-color: #099dcb;
}

.part-two {
    width: 100%;
    min-width: 1200px;
    background-color: #e6f5fa;
    padding: 56px 0 74px;
}

.lecturer_li .img_box img {
    height: 100%;
}

.part-there {
    background-color: #323646;
    padding: 16px 0 80px;
}

.part-there .re-tit {
    color: #fff;

}

.video-list > div {
    position: relative;
    margin-right: 12px;
    width: 392px;

}

.video-list > .mr0 {
    margin-right: 0px;
}

.video-list > div:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .5);
}

.vdo-img, .vdo-img img {
    width: 392px;
    height: 221px;
}

.video-list p {
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 18px;
    color: #333;
    background-color: #fff;
}

.video-btn {
    position: absolute;
    right: 20px;
    bottom: 56px;
}

.bbs-chose li {
    width: 198px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border: 1px solid #e4e4e4;
    float: left;
    cursor: pointer;
}

.bbs-chose li.on {
    color: #0a9dc9;
    border-color: #0a9dc9;
}

.bbs-show {
    margin-top: 32px;
    padding-bottom: 100px;
}

.bbs-cate h3 {
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}

.bbs-box {
    border-bottom: 1px dashed #e4e4e4;
}

.bbs-box > li {
    width: 50%;
    position: relative;
    padding: 20px 0;
}

.bbs-msg {
    padding-left: 28px;
}

.bbs-msg p {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
}

.bbs-msg span {
    font-size: 12px;
    color: #999;
}

.down-sign {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background-color: #0a9dc9;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    margin-top: 8px;
}

.down-sign:hover {
    background-color: #0889b0;
    color: #fff;
}

.pdf-logo {
    width: 16px;
    position: absolute;
    top: 23px;
    left: 0;
}

.bbs-show {
    display: none;
}

.prize-show h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 12px;
}

.prize-show ul li {
    width: 20%;
    float: left;
    text-align: center;
    margin-bottom: 48px;
    margin-top: 24px;
}

.pro-prize, .pro-prize img {
    width: 72px;
    height: 72px;

}

.pro-prize {
    margin: 0 auto;
}

.peo-prize, .peo-prize img {
    width: 72px;
    height: 72px;

}

.peo-prize {
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}

.prize-show ul li p {
    font-size: 16px;
    color: #333;
    margin: 18px 0 10px;
}

.prize-show ul li span {
    font-size: 14px;
    color: #999;
}

.more-report {
    color: #259;
    margin-top: -4px;
    display: block;
}