@charset "utf-8";
/* CSS Document */
a {
	text-decoration:none;
	color:#303030;}
a:hover {
	text-decoration:none;
	color:#1b82e2;}
	
/*框架*/
.wrap {
	width:1000px;
	margin:0 auto;
	background-color:#FFF;
	position: relative;
	}
	
/*内容区*/
.main {
	width:982px;
	margin:0 auto;}


.main_con {
	clear:both;
	overflow:auto;
	margin:20px 0;}	

/*model.css中*/
.con_mian_l
{
	background:#f5f5f5;
	width:100%;
	margin-top:10px;
	padding:10px;
	}
.mian_toptitle
{
	background:#fefdde;
	border:1px solid #ccc;
	width:166px;
	height:40px;
	line-height:40px;
	text-align:center;
	}


.cont
{
	height:30px;
	line-height:30px;
	background:#f5f5f5;
	border-top: 3px solid #1b82e2;
	padding-left: 10px;
	margin-top: 20px;
	color: #1b82e2;
	font-weight: bold;
}

.consulet li {
	margin: 10px 0 10px;
}

.title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 23px;
	cursor: pointer;
	width: 1200px;
	margin: 0 auto;
}

.title ._title_left,
.title ._title_right {
	display: flex;
	align-items: center;
}

.title ._title_left img {
	width: 5px;
	height: 16px;
	margin-right: 13px;
}

.title ._title_left h5 {
	font-size: 18px;
	font-weight: 600;
	color: #303133;
}

.title ._title_right span {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	margin-right: 9px;
}

.title ._title_right img {
	width: 7px;
	height: 11px;
}


