﻿ 
#about{
    text-align:justify;
}

/*Ven页面设置*/
.V-img{
    margin-bottom: 20px;
    text-align:center;
}
.V-img img {
    width:46%;
    height:280px;
}

/**/

/*Registration页面设置*/
.R-div{
    margin-top:10px;
}
.R-div table{
    width:100%;
    border-spacing:2px;
}
.R-div table tr th,.R-div table tr td{
    border:1px solid #eeeeee;
}
.R-div table tr th {
    background: #a5a5a5;
    line-height: 24px;
    color: #FFF;
    text-align:left;
}
.R-div table tr td{
    color:#000;
}
.R-div table tr:nth-child(2n-1) td{
    background-color:#ededed;
}
.R-div table tr:nth-child(2n) td{
    background-color:#fff;
}

/**/
/*PG页面*/
.PG-ol{
    line-height: 30px;
    color:#636974;
}
.PG-ol li:first-child a,
.PG-text
{
    text-decoration:underline;
}
.PG-text ,.PG-ol li strong{
    color:#000;
}

/**/

/*CFP页面设置*/
.CFP-left {
    float:left;
	width: 580px;
	margin: -19px 0 0 0;
	padding: 20px 0 0;
}
.CFP-right {
	float: right;
    width: 290px;
	display: inline-block;
	border-left: 1px solid #003d53;
	margin: 0 0 24px 9px;
    padding:0 0 0 15px;
}
.CFP-red{
    color:red;
}
.CFP-right ul{
    margin-left:20px;
}
.CFP-right ul li{
    list-style-type:disc;
    padding-bottom:25px;
    text-align:justify;
}
.CFP-right ul li:last-child{
    padding-bottom:0px;
}

/**/

/*CH页面*/
.CH-div{
    margin-bottom:10px;
}

.CH-div a, .CH-img a{
    text-decoration:underline;
}
.CH-div div{
    width:222px; 
    float:left;
}
.CH-div div img{
    height:200px;
    width:150px;
}
.CH-img img{
    width: 665px;
    margin-bottom: 10px;
}
.CH-img p strong{
    color:#632423;
}
/**/

/*Committee页面设置*/
.C-div1{
    float:left; width:100%;
}
.C-div1 img,.C-div2 img{
    width:130px;
    height:160px;
    float:left;
    margin: 0 20px 10px 0;
}
.C-div2{
    float:left;
    width:46%; 
    margin-right:4%;
}
.C-clear{
    clear:both; margin-bottom:10px;
}
.sp{
    display:block;
    text-overflow:ellipsis; 
    overflow:hidden; 
    white-space:nowrap; 
    width:250px;
    text-align:justify
}
.sp:hover{
    white-space:normal;
}
/**/
/*Soeaker页面设置*/
.Speaker_div img{
    float:left;
    margin:0 10px 0 0;
    width:130px;
}
/**/
/*LAP主页面和子页面设置*/
.D_LAP{
    margin-left:60px;
    position:relative;
}
.LAP_div{
    margin:0;
}
.D_LAP h4 span,.LAP_span{
    font-size:14px;
    font-weight:400;
}
.D_LAP p b{
    margin-right:30px;
}
.D_LAP p a{
    color:#0000ee!important;
    text-decoration:underline ;

}
/**/
/*OR页面设置*/
.OR_div{
    display:flex;line-height:30px;
}
.OR_div div{
    width:33%;
}
/**/
.D_GoodPapers {
    font-family: "DaysOne-Regular";
    margin: 0 -10px 5px -10px;
    padding: 5px 8px;
    width: 170px;
    font-size: 15px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color:#fff;
}
.D_GoodPapersEn{
    width: 205px;
}
.D_GoodPapers:hover{
    background-color: #4377d1;
    /*eebd05*/
    color:#fff;

}
/*GoodPapers页面设置*/
.Paper_div2{
    box-shadow: 0px 15px 10px -15px #000;
    padding-bottom:15px;
    height:20px;
    margin:-25px 0px 3px -20px;
}
.Paper_div span{
    display:inline-block;
    vertical-align:top;
}
.Paper_div p{
    padding:0px!important;
    margin-bottom:10px!important;
}

.Paper_div p strong{
    margin-right:20px;
}
.Paper_div p span:last-child{
    width:80%;
    color:red;
}
.Paper_div p  span i{
    color:#000!important;
}
.Paper_p span{
    padding:5px 20px;
    border-radius:5px;
    color:#000!important;
    box-shadow:-1px -1px 7px -1px #7d7575;
    width:auto!important;
    font-weight:bold;
}
.Paper_p:nth-child(1)>span{
    background-color:#e4e3ab;
}
.Paper_p:nth-of-type(2n)>span{
    background-color:#fcd5b5;
}
.Paper_p:nth-child(3)>span{
    background-color:#c6d9f1;
}
/**/


