/*====================公共样式======================*/
footer {
 margin:0px;
}
* {
    margin: 0;
    padding: 0;
}
.index_nav {
    margin-bottom: 0px;
}
img { margin: 0; border: 0 none;  vertical-align: middle;}
ul, li { list-style-type: none;}
body, input, select, button, textarea { font-family:"微软雅黑";  }	/*设置默认字体*/
button { cursor: pointer; }
i, em, cite { font-style: normal; }
aside section,.body{display:block; margin:0 auto;}
a, a:link { color: #000; text-decoration: none; }/*设置a标签基本样式与伪类选择器设置*/
a:visited {}
a:active, a:hover { text-decoration: none; color:#d00000; }
a:focus { outline: none; } 
.orange { color:#F26E01;}

.clear:after {
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
	clear:both;
}
.column {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
padding:30px 0px;
}
.column_nav  {
	width: 1200px;
	height: 35px;
	margin: 0 auto;
	color: #999;
	clear: both;
	line-height: 35px;
	font-size: 12px;
}
.column_nav a {
	color: #999;
}
.column_nav span {
	margin: 0 5px;
	font-family: "simsun";
}
.column_left {
	width: 800px;
	padding-right: 24px;
	border-right: 1px solid #e3e3e3;
	float: left; 
}
.cl_class {
	width: 800px;
	overflow: hidden; 
}
.cl_class dl {
	width: 796px;
	margin: 10px 0;
	border: 1px solid #fff;
	overflow: hidden;
}
.cl_class dl dt {
	height: 30px;
	line-height: 26px;
	padding-top: 6px; 
	position: relative;
}
.cl_class dl dt h2 {
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	font-size: 24px;
	background: #fff;
	border-left: 4px solid #db214c;
	float: left;
}
.cl_class dl dt i {
	width: 100%;
	height: 1px;
	background: #e3e3e3;
	top: 50%;
	left: 0;
	position: absolute;
	z-index: -1;
}
.cl_class dl dt a {
	float: right;
	height: 24px;
	line-height: 24px;
	padding: 0 17px 0 3px;
	color: #999;
	background: #fff url(../images/more.gif) 33px 3px no-repeat;
	cursor: pointer;
	font-size: 14px;
}
.cl_class dl dd {
	padding: 7px 0;
}
.cl_class dl dd a {
	float: left;
	display: inline-block;
	width: 43%;
	height: 20px;
	line-height: 20px;
	margin: 10px 0;
	padding: 0 25px;
	border-right: 1px solid #e3e3e3;
	white-space: nowrap;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cl_class dl dd a:nth-child(2n) {
	border-right: 0;
}

.column_right {
	width: 350px;
	float: right;
}
.cr_af dt {
	width: 100%;
	padding-top: 10px; 
}
.cr_af dt img {
	width: 100%;
}
.cr_af dd {
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
}
.cr_af dd span {
	width: 160px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 15px;
	display: block;
}
.cr_af dd span a {
	color: #fff;
	display: block;
}
.cra_left  {
	background: #db214c;
	border: 2px solid #fff;
	float: left;
}
.cra_right  {
	background: #334a85;
	border: 2px solid #fff;
	float: right;
}
.mb_rgiht {
	width: 350px;
	float: right;
	background: #fff;
	border: 1px solid #e3e3e3;
}
.mbr_top {
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}
.mbr_top h3 {
	height: 50px;
	padding-left: 15px;
	font: normal 24px/50px "microsoft yahei"; 
}
.mbr_top h3 i {
	color: #db214c;
}
.mbr_top ul {
	position: absolute;
	top: 0;
	right: 10px;
}
.mbr_top ul li {
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	font-size: 16px;
	background: #fff;
	cursor: pointer;
}
.mbr_top ul li.no {
	border: 1px solid #e3e3e3;
	border-top: 2px solid #db214c;
	border-bottom: none;
	height: 49px;
}
.mbr_bottom {
	width: 350px;
}

.mbrb dl {
	border-bottom: 1px solid #e3e3e3;
}
.mbrb dl img {
width:100%;
}
.mbrb dl dd {
    height: 25px;
    line-height: 25px;
    padding: 7px 10px;
    font-size: 14px;
    clear: both;
}
.mbrb dl dd i {
	float: left;
	display: block;
	width: 8%;
	margin-right: 5px;
	font: normal bold 16px/25px "Arial";
	text-align: center; 
	color: #333;
}
.mbrb dl dd a {
	display: block;
	float: left;
	width: 88%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.mbrb dl dt {
	position: relative;
	height: 215px;
	padding: 3px 0 15px;
	width: 90%;
	margin: 0 auto 5px;
	overflow: hidden;
}
.mbrb dl dt i {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 120px;
	height: 32px;
	line-height: 32px;
	color: #ff8a00;
	text-indent: 15px;
	background: no-repeat url(../images/sp-tp1.png) center;
	text-align: center;
	font-weight: bold;
}