#xmsb_list {
	width: 100%;
	min-width: 1200px;
}
#xmsb_list .xmsb_banner{
	height: 200px;
	background: url(../images/xmsb/banner.jpg) no-repeat center;
	width: 100%;
	min-width: 1200px;
}
#xmsb_list .xmsb_news{
	width: 1200px;
	margin:40px auto 0;
}
#xmsb_list .xmsb_tt{
	height: 40px;
	border-bottom: 1px solid #ff9900;
	position: relative;
}
#xmsb_list .xmsb_tt h1{
	background-color: #ff9900;
	text-align: center;
	line-height: 40px;
	float: left;
	color: #fff;
	width: 255px;
	font-size: 18px;
}
#xmsb_list .xmsb_tt a {
	position: absolute;
	right: 0;
	top: 13px;
	color: #0084ff;
}
#xmsb_list .xmsb_tt.blue{
	border-color: #0067b8;
}
#xmsb_list .xmsb_tt.blue h1{
	background-color: #0067b8;	
}

#xmsb_list .xmsb_news ul{
	overflow: hidden;
	padding-top: 15px;
}
#xmsb_list .xmsb_news ul li {
	padding: 8px 20px 8px 45px;
	width: 535px;
	float: left;
	background: url(../images/xmsb/icon.png) no-repeat 20px center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#xmsb_list .xmsb_news ul li a{
	color: #333;
}
#xmsb_list .xmsb_news ul li a:hover{
	color: #0067b8;
}
#xmsb_list .xmsb_op{
	width: 1200px;
	margin:10px auto 0;	
	overflow: hidden;
}
#xmsb_list .xmsb_op .op_bar {
	padding: 20px 20px 0 20px;
	overflow: hidden;
}
#xmsb_list .xmsb_op .xmsb_item{
	width: 555px;
	margin-bottom: 20px;
}
#xmsb_list .xmsb_op .xmsb_item .col_tt{
	width: 555px;
	height: 50px;
	text-align: center;
	background: url(../images/xmsb/tt_bg.jpg) no-repeat center;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#xmsb_list .xmsb_op .xmsb_item .col_tt.not_allow{
	position: relative;
	text-align: left !important;
	text-indent: 2em;
}
#xmsb_list .xmsb_op .xmsb_item .col_tt.not_allow img,
#xmsb_list .xmsb_op .xmsb_item .xmsb_bar ul li img{
	position: absolute;
	right: 13px;
	top: 6px;
}

#xmsb_list .xmsb_op .xmsb_item .xmsb_bar{
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #d2d2d2;
	border-radius: 0 0 5px 5px;

}
#xmsb_list .xmsb_op .xmsb_item .xmsb_bar ul{
	padding: 5px 20px 0;
}
#xmsb_list .xmsb_op .xmsb_item .xmsb_bar ul li{
	height: 40px;
	margin-bottom:20px;
	position: relative;
}
#xmsb_list .xmsb_op .xmsb_item .xmsb_bar ul li a{
	display: block;
	height: 38px;
	border-radius: 30px;
	border: 1px solid #ffae34;
	color: #666;
	line-height: 38px;
	text-indent: 50px;
	font-size: 15px;
	background: #fff8ee url(../images/xmsb/col_bg.png) no-repeat 17px -52px;
}
#xmsb_list .xmsb_op .xmsb_item .xmsb_bar ul li a:hover{
	background: #ffae34 url(../images/xmsb/col_bg.png) no-repeat 17px 8px;
	color: #fff;
}