/*列表页*/
.list {
	width: 100%;
	/* padding-top: 40px; */
	padding-bottom: 45px;
}


/* 面包屑 */
.current-p {
	height: 65px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}

.crumbs {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	color: #666;
}

.crumbs span a {
	color: #666;
}

.crumbs span {
	line-height: 65px;
}



/*左侧菜单栏*/
.list_left {
	float: left;
	width: 260px;
}

.column_top span {
	display: block;
	line-height: 75px;
	text-align: center;
	font-size: 22px;
	background-color: #003f88;
	background-image: url(../img/left_bg.png);
	color: #fff;
}

.column_button .column_log {
	height: 65px;
	line-height: 65px;
	text-align: center;
	border: 1px solid #c1c1c1;
	border-top: none;
	color: #666;
}

.column_button .column_log a {
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	box-sizing: border-box;
	border-right: 4px solid transparent;
}

.column_button .selected a {
	border-right: 4px solid #003f88;
	color: #003f88;
}



/*内容页*/
.content_r {
	float: left;
	width: 905px;
	margin-left: 35px;
	vertical-align: top;
}

.content_cont .yuyue {
	//display: none;
	line-height: 60px;
	text-align: center;
}

.content_cont .yuyue a {
	display: inline-block;
	width: 150px;
	line-height: 40px;
	background-color: #003f88;
	color: #fff;
	border-radius: 10px;
}

.con_noleft {
	width: auto;
	margin-left: 0;
}

.con_noleft .content_title h2 {
	font-size: 30px;
}

.content_title {
	text-align: center;
	width: 100%;
}

.content_title h2 {
	line-height: 65px;
	font-size: 20px;
	font-weight: blod;
	color: #003f88;
	border-bottom: 1px dotted #dfdfdf;
}

.content_title .cont_tit {
	line-height: 60px;
	margin-bottom: 28px;
	font-size: 14px;
	color: #999;
}

.content_title .cont_tit span {
	margin-right: 15px;
}

.content_main {
	width: 95%;
	margin: 0 auto;
	color: #333333;
	line-height: 33px;
	position:relative;
	overflow: hidden;
}

.content_main p {
	line-height: 32px !important;
	text-indent: 2rem;
	margin-bottom: 10px !important;
}

.content_main * {
	font-family: "microsoft yahei" !important;
	color: #333;
	font-size: 16px;
}

.content_main img,
.content_main table {
	display: block;
	margin: 0 auto;
	max-width: 800px;
	margin-bottom: 20px;
}

.content_main table p {
	text-indent: 0;
}

.content_main .yy_pic{
	width:400px;
	position:absolute;
	top:0;
	right:0;
}

.content_main .yy_pic img{
	width:100%;
	marign-bottom:0;
}