/*参会须知*/
.modtitle {
    overflow: hidden;
}.modtitle span {
    display: inline-block;
    color: #40AEDA;
    font-size: 24px;
    padding: 15px 0;
    font-weight: bold;
    position: relative;
}
.modtitle span::after {
    content: '';
    background:url(../images/bottom.png);
    background-size:100% 100%;
    position: absolute;
    width: 112px;
    height: 30px;
    bottom: 0;
    left: 0;
}
.notices{
	margin-top: 30px;
}
.notices p{
	
	margin-bottom: 28px;
	line-height: 24px;
	font-size: 16px;
font-family: PingFang SC, PingFang SC-Regular;
font-weight: 400;
color: #333333;

}
.traffic-detail{
	margin-top: 30px;
}
.traffic-item{
	margin-bottom: 30px;
}
.traffic-item p{
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
.mapview{
	background: #fff;
	box-shadow: 0px 0px 10px #f7f0f0;
	padding: 10px;
	width: 690px;
	height: 390px;
	box-sizing: border-box;
	margin:10px;
}
.hotel-detail{
}
.hotelname{
	font-size: 36px;
	color: #333;
	margin:10px 0;
}
.hotelinfo{
	margin-bottom: 10px;
}
.hotelinfo p{
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
.hotelviews{
	font-size: 0;
}
.hotelimg{
	display:inline-block;
	width: 300px;
	height: 300px;
	margin-right: 40px;
	margin-bottom: 20px;
}
.hotelimg img{
	display:block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.confer{
	position: relative;
}
.traffic,.hotel{
	display:none;
}