﻿.content{
    background: url(../images/notice_bg.png) no-repeat right;
}
.more_metting{
    width: 461px;
	background-color: rgba(225, 239, 255, 0.6);
}

.contact_title{
    font-size: 18px;
	font-weight: bold;
	line-height: 38px;
	color: #033188;
    padding-left: 10px;
}
.contact_info{
    font-size: 18px;
	font-weight: normal;
    line-height: 38px;
	color: #444444;
    padding-left: 25px;
}
.border_b{
    border-bottom: 1px dashed #444;
}




/* 会议日程 */
.learning_titles{
    font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #033188;
    text-align: center;
}

.learning_con table{
    width: 100%;
    border: solid 1px #c4dfff;
    margin-top: 18px;
}

.learning_con table td{
    text-align: center;
    height: 50px;
}
.learning_con table td.day{
    width: 120px;
    border-right: 1px solid #c4dfff;
}
.learning_con table tr:nth-child(even){
    background-color: rgba(217, 235, 255, .4);
}



/* 特邀嘉宾 */
.guest_details .guest_photo{
    width: 175px;
	height: 224px;
    box-shadow: 1px 2px 10px 0px 
		rgba(27, 120, 212, 0.27);
	border: solid 3px rgba(3, 49, 136, 0.29);
}
.guest_details .guest_photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.guest_test{
    padding-left: 30px;
}

.guest_title_test{
    font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	color: #222222;
}
.guest_info_test{
    font-size: 18px;
	line-height: 38px;
	letter-spacing: 1px;
	color: #444444;
}