/*全局样式*/
*{ margin:0; padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0);}
input,button,select,textarea{outline:none}
li{list-style:none}
textarea{resize:none}
body,div,span,ul,li,p,h1,h2,h3,h4,h5,h6,img,input, textare{ margin:0; padding:0; }
body{ font-size:12px; color: #666;}
body{ word-wrap : break-word ;word-break:break-all; min-height: 100%; _height:100%;}
a{ text-decoration:none; cursor:pointer;}
a:hover{ text-decoration:none;}
a{ outline:none;}/*去除超链接虚线框*/
a:active{star:expression(this.onFocus=this.blur());}/*去除ie下超链接虚线框*/
a:focus{ outline:0;}/*去除火狐下超链接的虚线*/
a{ text-decoration:none; color:#000}
em{ font-style:normal}
.Schedule,.Management{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}
.Content_1200{
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0px 3px 13px 0px rgba(23,23,23,0.1);
	border: 1px solid #EAECEB;
}
.Content_980{
	max-width: 980px;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0px 3px 13px 0px rgba(23,23,23,0.1);
	border: 1px solid #EAECEB;
}
.Choose{
	overflow: hidden;
	padding-top: 24px;
	padding-bottom: 12px;
}
.Choose .top{
	overflow: hidden;
	padding: 24px 0;
	border-bottom: 1px solid #E5E7EC;
	/* display: flex; */
	margin-left: 20px;
	justify-content: center;
	align-items: center;
}
.Choose .top form{
	display: flex;
}
.Choose .top form input{
	width: 340px;
	height: 48px;
	border-radius: 5px 0px 0px 5px;
	border: 1px solid #E5E7EC;
	/* background: url(../img/s1.png) 16px center no-repeat; */
	outline:none;
	padding-left: 10px;
	font-size: 14px;
}
.Choose .top form input::placeholder{
	color: #B0B4C1;
}

.Choose .top form button{
	width: 80px;
	height: 48px;
	background: #212ED2;
	border-radius: 0px 5px 5px 0px;
	border: none;
	cursor: pointer;
	font-size: 16px;
	color: #FFFFFF;
}
.Choose .bottom_pc{
	overflow: hidden;
	padding: 20px 33px; 
}
.Choose .bottom_pc .list{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.Choose .bottom_pc .list p{
	color: #999999;
	font-size: 16px;
	line-height: 59px;
	margin-right: 10px;
}
.Choose .bottom_pc .list ul{
	overflow: hidden;
	width: 93%;
	display: flex;
	flex-wrap: wrap;
}
.Choose .bottom_pc .list ul li a{
	display: block;
	border-radius: 5px;
	font-size: 16px;
	color: #111111;
	padding: 5px 7px;
}
.Choose .bottom_pc .list ul li {
	overflow: hidden;
	padding: 11px 10px ;
}
.Choose .bottom_pc .list ul li a.active{
	background: #212ED2;
	color: #FFFFFF;
}
.Choose .bottom_pc{
	display: block;
}
.Choose .bottom_wap{
	display: none;
}
.Meeting{
	overflow:hidden;
	padding-bottom: 12px;
}
.Meeting .Content_1200,.Meeting .Content_980{
	padding-bottom: 30px;
}
.Meeting .title{
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
}
.Meeting .title h2{
	font-weight: bold;
	font-size: 24px;
	color: #111111;
}
.Meeting .title h3{
	font-weight: bold;
	font-size: 18px;
	color: #111111;
	margin-top: 12px;
}
.Meeting .Itinerary {
	overflow: hidden;
	margin: 12px 0;
}
.Meeting .Itinerary .text{
	margin: 0 20px;
	overflow: hidden;
	background: #F3F7FD;
	padding: 0 15px;
}
.Meeting .Itinerary .text h4{
	font-weight: bold;
	font-size: 16px;
	color: #111111;
	padding: 20px 0;
	display: flex;
	/* align-items: center; */
	position: relative;
	padding-left: 30px;
}
.Meeting .Itinerary .text h4 span{
	/* padding-right: 20px; */
}
.Meeting .Itinerary .text h4 em{
	padding-right: 20px;
}
.Meeting .Itinerary .text h4 i{
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #212ED2;
	border-radius: 50%;
	margin-right: 15px;
	position: absolute;
	top: 27px;
	left: 6px;
}
.Meeting .Itinerary .text p{
	font-size: 14px;
	color: #333333;
	padding-bottom: 22px;
	margin-left: 142px;
}
.Meeting .Itinerary .text p span{
	font-weight: bold;
	padding: 0 5px;
}
.Meeting .Itinerary .text p em{
	font-weight: bold;
	padding: 0 5px;
}
.Meeting .Content_1200 .Itinerary table{
	width: 100%;
	max-width: 1158px;
	overflow: hidden;
	margin: 0 20px;
	border: 1px solid #F3F7FD;
}
.Meeting .Content_980 .Itinerary table{
	width: 100%;
	max-width: 938px;
	overflow: hidden;
	margin: 0 20px;
	border: 1px solid #F3F7FD;
}
.Meeting .Itinerary table tr{
	border-bottom: 1px solid #F3F7FD;
	
}
.Meeting .Itinerary table td{
	padding: 15px 0;
	font-size: 14px;
	color: #333333;
}
.Meeting .Itinerary table td em{
	font-weight: bold;
}
.Meeting .Itinerary table tr td:first-child{
	padding-left: 40px;
}
.Management{
	padding-top: 24px;
	padding-bottom: 30px;
}
.Management form{
	padding: 24px 20px 0 20px;
	overflow: hidden;
	display: flex;
}
.Management form input.search{
	/* background: url(../img/s1.png) 16px center no-repeat; */
}
.Management form input{
	width: 340px;
	height: 48px;
	background: rgba(255,255,255,0);
	border-radius: 5px 0px 0px 5px;
	border: 1px solid #E5E7EC;
	outline:none;
	padding-left: 10px;
	font-size: 16px;
}

.Management form input::placeholder{
	color: #B0B4C1;
}
.Management form button{
	width: 80px;
	height: 48px;
	background: #212ED2;
	border-radius: 0px 5px 5px 0px;
	width: 80px;
	height: 48px;
	background: #212ED2;
	line-height: 48px;
	font-size: 16px;
	color: #FFFFFF;
	border: none;
}
.Management .Content_1200 table{
	overflow: hidden;
	padding: 0 20px;
	width: 100%;
	max-width: 1158px;
	margin: 0 auto;
	margin-top: 15px;
}
.Management .Content_980 table{
	overflow: hidden;
	padding: 0 20px;
	width: 100%;
	max-width: 938px;
	margin: 0 auto;
	margin-top: 15px;
}
.Management table tr td{
	padding: 32px 0;
	font-size: 14px;
	color: #666666;
}
.Management table tr:first-child{
	background: #F5F6F8;
	border-radius: 5px;
	height: 48px;
}
.Management table tr:first-child td{
	font-weight: bold;
	font-size: 14px;
	color: #111111;
	padding: 0;
}
.Management table tr td:first-child{
	
	padding-left: 18px;
}
