.as-tab{
	height: 60px;
}
.as-tab li{
	line-height: 60px;
	cursor: pointer;
	float: left;
	width: 50%;
	background-color: #00a8f9;
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
}
.as-tab li.on{
	background-color: #007be8;
}

.sys-list{
	overflow: hidden;
	padding: 15px 20px;
}
.sys-list li{
	width: 50%;
	text-align: center;
	padding: 12px 0;
	float: left;
}
.sys-list  .sys-link{
	display: block;
}
.sys-link .txt{
	color: #007be8;
	margin-top: 10px;
	font-size: 16px;
}
.sys-link img{
	box-shadow: 0 0 8px rgba(0,0,0,.4);
}



/* 左边导航 */
.as-navbar{
	padding: 25px 0;
	background-color: #007be8;
	color: #FFFFFF;
}
.as-navbar li{
	position: relative;
}
.as-navbar li::after{
	border-bottom: 1px dashed #40a5ff;
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	content: '';
	bottom: 0;
}
.as-navbar li:last-child{
	border-bottom: 0;
}
.as-navbar li a{
	position: relative;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 90px;
}
.as-navbar li a::after{
	width: 4px;
	height: 15px;
	content: '';
	background-color: #dddddd;
	position: absolute;
	left: 60px;
	top: 50%;
	margin-top: -7px;
}
.as-navbar li.active a{
	background-color: #3897ed;
	color: #ffcc00;
}
.as-navbar li.active a::after{
	background-color: #ffcc00;
}


.meet-title{
	margin-bottom: 15px;
}
.pic-text-lists .items .item{
	color: #6b6b6b;
	margin-bottom: 10px;
}
.list-btn_ft .btn{
	padding: 0;
	border-radius: 40px;
	width: 132px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	margin-right: 15px;
}
.list-btn_ft .btn-j{
	border: 1px solid #1862c6;
	color: #1862c6;
}
.list-btn_ft .btn-m{
	border: 1px solid #f0f0f0;
	color: #afaeae;
}

.pic-text-lists .items{
	margin-bottom: 26px;
}

.bs-panel_hd .panel-more{
	display: inline-block;
	width: 44px;
	height: 20px;
	line-height: 20px;
	background-color: #1862c6;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	float: right;
	margin-top: 25px;
}
.serc-pane{
	padding: 20px 15px;
}
.fm-row{
	margin-bottom: 15px;
}
.fm-row .fm-label{
	width: 72px;
	text-align: right;
	margin-right: 4px;
}
.fm-row .form-control{
	border-radius: 2px;
	height: 30px;
	padding-left: 5px;
}
.fm-space{
	padding: 0 5px;
}
.fm-row .flex_bd{
	position: relative;
}
.fm-row  .time-ico {
	position: absolute;
	right: 4px;
	top: 50%;
	margin-top: -8px;
}

.fm-footer{
	text-align: center;
	padding-top: 10px;
}
.fm-footer .btn{
	width: 140px;
	height: 32px;
	color: #FFFFFF;
}

.article-foot{
	padding-top: 20px;
	border-top: 1px dashed #EEEEEE;
}
.art-link li{
	padding: 6px 0;
}


.bs-panel{
	margin-bottom:30px;
}
.bs-panel:last-child{
	margin-bottom: 0;
}

.text-result-list{
	margin-bottom: 30px;
}
.text-result-list li{
	padding-top: 10px;
	padding-bottom: 10px;
}
.text-list li{
	background: url(../img/common/list-dot.png) 0 15px no-repeat;
}
@media (max-width:640px) {
	.text-result-list li{
		padding-right: 0;
	}
	.text-result-list li .time{
		display: block;
		position: static;
		margin-top: 10px;
	}
}
.bs-search-bar{
	padding: 20px 20px 0 20px;
}
.bs-searh{
	padding: 10px 15px 10px 0;
	border: 1px solid #b5dcff;
	background-color: #d2eaff;
}
.bs-search-form  .fm-row{
	padding: 10px;
	margin: 0;
}
.bs-search-form .fm-footer{
	padding: 0;
}
.bs-search-form .fm-row .fm-label{
	color: #1862c6;
}
@media (min-width:1200px) {
	.fm-keyword-row{
		width:400px;
	}
}

@media (max-width:840px) {
	.bs-searh{
		display: block;
	}
	.bs-search-form{
		display: block;
	}
	.bs-search-form .fm-row{
		padding: 10px 0;
	}
	.bs-searh{
		padding: 10px;
	}
}



.sys-cell{
	margin-bottom: 25px;
}
.sys-cell_hd{
	font-size: 18px;
	margin-left: 20px;
	background: url(../img/meeting/check.png) left center no-repeat;
	padding-left: 25px;
	height: 1;
	margin-bottom: 20px;
}
.sys-cell_body{
	line-height: 2;
}
.sys-cell_body p{
	text-indent: 20px;
}
.sys-case li{
	float: left;
	width: 20%;
}
.sys-case .c-box{
	display: block;
	font-size: 0;
	width: 146px;
	border: 1px solid #e2e2e2;
}
.download-list{
	margin: 0 -10px;
}
.download-list li{
	padding:5px 10px;
	float: left;
}
.download-list .down-bar{
	display: block;
	padding:15px 10px;
	color: #007be8;
	background-color: #edf7ff;
	border-radius:3px;
	border: 1px solid #b7ddff;
}
.lc-cells{
	overflow: hidden;
	overflow-x: auto;
}
.lc-box{
	flex-shrink:0;
	width: 160px;
	color: #007be8;
	background-color: #edf7ff;
	border-radius:3px;
	border: 1px solid #b7ddff;
	height: 120px;
	padding: 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.lc-box .text{
	margin-bottom: 10px;
}
.lc-arrow{
	width: 11px;
	height: 8px;
	margin: 0 6px;
	background: url(../img/meeting/arrow.png) no-repeat;
}

@media (max-width:1200px) {
	.sys-case li{
		width: 33.33%;
	}
}
@media (max-width:640px) {
	.sys-case li{
		width: 50%;
		margin-bottom: 20px;
	}
}


.text-blue-dot li{
	background: url(../img/meeting/dot.png) 0 20px no-repeat;
}



