﻿@charset "utf-8";
/* CSS Document */

div.qzPagination {
	text-align: center;
	font-size: 14px;
}
div.qzPagination li{float: left;}
div.qzPagination .total {
	padding-right:8px;
}

div.qzPagination span {
	line-height:30px;
	*line-height:31px;	/* ie6 ie7 */
}

div.qzPagination a {
	border: #ddd 1px solid;
	border-radius:5px;
	padding: 5px 10px 5px 10px;
	margin-right: 5px;
	color: #000;
	text-decoration: none;
	line-height:30px;
	*line-height:31px;	/* ie6 ie7 */
}

div.qzPagination a:hover {
	border: #1f80b8 1px solid;
	color: #000;
	background: #bc111a;
	text-decoration: none;
}

div.qzPagination a:active {
	border: #1f80b8 1px solid;
	color: #000;
	background: #bc111a;
	text-decoration: none;
}

div.qzPagination span.current {
	border: #97b8ee 1px solid;
	border-radius:5px;
	padding: 5px 10px 5px 10px;
	margin-right: 5px;
	font-weight: bold;
	color: #edededededed;
	background: #bc111a;
}

div.qzPagination span.disabled {
	border: #f3f3f3 1px solid;
	border-radius:5px;
	padding: 5px 10px 5px 10px;
	margin-right: 5px;
	color: #cccccc;
}

.menu_list h2{ width:200px; background:url(../images/d_tg.png) no-repeat center; height:66px;}
.menu_list{width: 200px;margin:0 auto;}
.menu_head{
	height: 47px;
	line-height: 47px;
	/* padding-left: 38px; */
	font-size: 14px;
	color: #525252;
	cursor: pointer;
	border-left: 1px dotted #ededed;
	border-right: 1px dotted#ededed;
	border-bottom: 1px dotted#ededed;
	border-top: 1px dotted#F1F1F1;
	position: relative;
	text-align: center;
	margin: 0px;background:url(../images/aic.png) no-repeat 180px;
	/* font-weight: bold; */
	/* background: #f1f1f1 url(images/pro_left.png) center right no-repeat; */
}
.menu_head span{ float:right; width:11px; height:11px;padding: 18px 8px 0 0;}
.menu_list .current{background:url(../images/aic2.png) no-repeat 180px #F5F5F5;}
.menu_body{
	line-height: 38px;
	border-left: 1px dotted#ededed;
	backguound: #ededed;
	border-right: 1px dotted#ededed;
	
}
.menu_body a{display:block;height:38px;line-height:38px; text-align:center; color:#777777;background:rgba(255,255,255,0.5);text-decoration:none;border-bottom:1px dotted#ededed;}
.menu_body a:hover{text-decoration:none;}
