@charset "utf-8";
/* CSS Document */
ul{list-style:none; padding:0; margin:0; }
li{list-style:none; padding:0; margin:0; }
.new_list{
    margin-top: 10px;
    margin-left: 10px;
}
.center .right p{margin:0; padding:0;}
.new_list ul li{
    height: 50px;
    border-bottom: 1px dashed #bbbbbb;
}

.new_list ul li p{
    line-height: 50px!important;
    color: #333;
}
.time{
    color: #666666;
    float: right;
}

/*success*/
.speaker_block{
    border: 1px solid #c1c1c1;
    padding: 20px;
    margin-bottom: 30px;
}
.spekaer_info{
    margin-bottom: 26px;
}
.speaker_pic{
    float: left;
    margin-right: 20px;
}
.speaker_pic img{
    width: 278px;
}
.speaker_txt{
    float: left;
    width: 850px;
}
.bold{font-weight:bold;}
.speaker_txt p{font-family: 'Cambria';margin-bottom: 10px;line-height: 26px;}
.speaker_name{}
.speaker_app{}
.speaker_title{}
.speker_time{}
.speker_time img{
    border: 4px solid #dddddd;
    margin-right: 16px;
}
.oral{}
.oral table tr:nth-of-type(1){
    background: #fce7e1;
    line-height: 48px;
    text-align: left;
}
.oral tr{
    border-bottom: 1px solid #fce7e1;
}
.oral table{
    border: 1px solid #fce7e1;
    border-collapse: collapse;
    border-spacing: 0;
    width: 840px;
}
.oral tr th{
    padding: 0px 20px;
    border-collapse: collapse;
    border-spacing: 0;
}
.oral tr td{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    border-bottom: 1px solid #fce7e1;
    padding: 12px 20px;
}
.oral tr td span{
    line-height: 22px;
    font-family: 'Cambria';
}
.oral_list{
    margin-top: 36px;
}
.oral_list ul{}
.oral_list ul li{
    float: left;
    margin-right: 30px;
    background: #dddddd;
    padding: 6px;
    margin-bottom: 29px;
}
.oral_list ul li img{
    width: 368px;
}
.oral_list ul li p{
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    font-family: 'Cambria';
}

.normal_table{
    border: 1px solid #e1e9f2;
    width: 100%;
}
.normal_table tr th p{
    font-size: 18px;
    font-weight: bold;
    color:#ffffff;
    line-height: 30px;
    padding: 16px 0 16px 30px;
}
.normal_table tr td{
    padding-left: 30px;
   
}
.normal_table tr td p{font-size: 15px;line-height: 30px;padding: 16px 0;}
.normal_table tr:nth-of-type(1){
    background:#0489bf;

}
.normal_table tr{}
.normal_table tr:nth-of-type(2n){
    background: #f3f7fb;
}