#main{
    width: 980px;
    height: auto;
    margin: 20px auto 20px;
    overflow: hidden;
    background-color: white;
}
#main .m_list{
    float: left;
    box-sizing: border-box;
    width: 230px;
    min-height: 500px;
    padding:0 10px;
	margin-top:10px;
}
#main .m_list .m_listBox{
    width: 100%;
    height: auto;
}
#main .m_list .m_listBox .box_head{
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: white;
    background: #b72f1a;
    background-size: 100%;
    border-radius: 10px 10px 0 0;
    text-align:center;
    font-weight: bold;
    letter-spacing:1px;
}
#main .m_list .m_listBox ul{
    width: 100%;
}
#main .m_list .m_listBox ul li{
    width: 100%;
    height: auto;
    line-height: 40px;
    background-color: #E9E9E9;
    font-size: 14px;
    margin: 5px auto;
}
#main .m_list .m_listBox ul li a{
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding-left: 10px;
    height: 100%;
	color:#333333;
	font-size:12px;
}
#main .m_list .m_listBox ul li a:hover{
    background-color:#363839 ;
    color: white;
}
#main .m_list .login{
    box-sizing: border-box;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 30px;
    padding:10px 15px;
    border: 1px solid #EFEFEF;
}
#main .m_list .login .tel{
    width: 150px;
    height: 30px;
    position: absolute;
    top:-15px;
    left: 6px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #ADB1AE;
    padding-left: 45px;
    background:white url("../images/tel.png")no-repeat 5px center;
}
#main .m_list .login .login_title{
    line-height: 50px;
    color: #1007B9;
    font-size:17px;
}
#main .m_list .login form .input1{
    width: 145px;
    height: 30px;
    margin-bottom: 10px;
    padding: 0 5px;
    color: #A5A5A5;
    font-size: 14px;
}
#main .m_list .login form .input2{
    width: 73px;
    height: 30px;
    margin-right: 9px;
    color: white;
    border: none;
    border-radius: 5px;
}
#main .m_list .login form .submit{background-color: #BF392B;}
#main .m_list .login form .reg{background-color: #debca4;}
#main .m_list .login .find a{
    color: #1007B9;
    font-size: 14px;
    
    line-height: 35px;
}
.imdate{
	box-sizing: border-box;
    width: 100%;
    height: auto;
    position: relative;
    margin: 20px 0;
    padding:10px 9px;
    border: 1px solid #EFEFEF;
	
}
.imdate_head{
	font-size:16px;
	font-weight:bold;
	color:#333333;
	line-height:30px;
	text-align:center;
}
/*END綏�唱������*/

/*�劽唱��絎号��*/
#main .m_right{
    box-sizing: border-box;
    float: left;
    width: 750px;
    min-height: 500px;
    border-left: 1px solid #EEEEEE;
    padding: 5px 20px 20px;
}
#main .m_right .right_head{
    box-sizing: border-box;
    width: 100%;
    height:50px;
    line-height: 50px;
    font-size: 14px;
    border-bottom: 1px solid #DDDDDD;
}
#main .m_right .right_head img{
    display:block;
    float: left;
    margin:0 5px;
}
#main .m_right .right_head .rh_Path{
    float: right;
	line-height:50px;
	margin-right:5px;
}
#main .m_right .right_head .important{color:#BF392B; font-size: 14px; border-bottom: 2px solid #2e3760;line-height:48px;height:48px;display:block; float:left; padding-right:30px;}
.color_import{color:#BF392B;}
#main .m_right .content{
    box-sizing: border-box;
	overflow:hidden;
    width: 100%;
    min-height: 500px;
    position: relative;
	margin-top: 10px;
	line-height:30px;
	/* color:#333; */
}
.program img{width:100%;}
#main .m_right .content table{
    margin:0;
}
#chr{
    float:left;
    width:100%;
	height:40px;
}
#form{
    float:left;
    box-sizing:border-box;
    width:220px;
    height:40px;
    padding:5px 0;
}
.form_1{
    width:150px;
    height:30px;
    padding:0 5px;
}
.form_2{
    width:50px;
    height:30px;
}
/*分会场-结合医学上海论坛四个按钮样式*/
.fen{
	width:560px;
	height:auto;
	margin:20px auto;
	overflow:hidden;
}
.fen_box{
	display:block;
	float:left;
	width:250px;
	height:auto;
	margin:15px;
	color:white;
	line-height:45px;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	border-radius:10px;
	padding:35px 0px;
}
.fen_box img{width:100px;border:0px;}
.fen_box:nth-child(1){background-color:#805E9F;}
.fen_box:nth-child(2){background-color:#19BDA7;}
.fen_box:nth-child(3){background-color:#FF8E3A;}
.fen_box:nth-child(4){background-color:#FF635E;line-height:37px;padding:35px 0 10px;}
.fen_box:active{opacity:0.5;}
.fen_button{
	display:block;
	width:530px;
	color:white;
	line-height:70px;
	font-size:26px;
	text-align:center;
	border-radius:10px;
	margin:0 auto;
	font-weight:bold;
	background-color:#08448E;
}