.index {
	width: 1100px;
	background-color: #f2f2f2;
	padding: 0 36px 36px 36px;
	display: block;
	max-width: 100%;
	overflow: auto;
}

body,
html {
	margin: 0
}

* {
	box-sizing: border-box;
	text-decoration: none;
	outline: none;
}

tr,
td,
table {
	padding: 0;
	margin: 0;
	border-spacing: 0px;
}

.clsPage {
	text-align: center;
	margin: 25px auto auto;
	padding: 20px 0;
	overflow: hidden;
	font-weight: 700;
	font-size: 14px;
	font-family: Microsoft YaHei, simhei;
}

.clsPage a {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	height: 25px;
	line-height: 25px;
	padding: 0px 7px;
	margin-right: 4px;
	text-decoration: none;
	background-color: #1877f6;
	border: 1px solid #1877f6;
	color: white;
	overflow: hidden;
}

.clsPage a:hover {
	background-color: #fff;
	color: red;
	border-color: #ffcccc;
}

.clsPage span {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	height: 25px;
	line-height: 25px;
	padding: 0px 7px;
	margin-right: 4px;
	background-color: #f7f7f7;
	border: 1px solid #bdbdbd;
	color: black;
}

.tab-list {
	width: 238px;
}

.tr {
	width: 238px;
	min-height: 70px;
	background: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
	margin-bottom: 15px;
}

.tr>a {
	font-size: 22px !important;
	color: #038bf9;
	display: inline-block;
	width: 4em;
	line-height: 23pt;
	font-family: "Î¢ÈíÑÅºÚ";
	display: inline-flex;
	min-height: 70px;
	align-items: center;
}

.active {}

/* .active,
.tr:hover {
	background-color: #1877f6;
	border: 1px solid #ddd;
} */

.active>a,
.tr:hover>a {
	color: #038bf9;
}

.trs-img {
	display: inline-block;
	float: left;
	width: 46px;
	height: 46px;
	margin: 12px;
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/713158/images/2.png) no-repeat;
	border: none;
}

.active>.trs-img,
.tr:hover>.trs-img {
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/713158/images/zwxxgk_bnt02b.png) no-repeat;
}

.tab-list>.tr:nth-child(1)>.trs-img {
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/713158/images/1.png) no-repeat;
}

.tab-list>.tr:nth-child(3)>.trs-img {
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/713158/images/3.png) no-repeat;
}

.tab-list>.tr:nth-child(4)>.trs-img {
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/713158/images/4.png) no-repeat;
}

.tab-list>.tr:nth-child(5)>.trs-img {
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/713158/images/5.png) no-repeat;
}

.tab-list>.tr:last-child {
	margin-bottom: 0;
}

.tab-list>.active.tr:nth-child(1)>.trs-img,
.tab-list>.tr:hover:nth-child(1)>.trs-img {
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/713158/images/zwxxgk_bnt01b.png) no-repeat;
}

.tab-list>.active.tr:nth-child(3)>.trs-img,
.tab-list>.tr:hover:nth-child(3)>.trs-img {
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/713158/images/3b.png) no-repeat;
}

.tab-list>.active.tr:nth-child(4)>.trs-img,
.tab-list>.tr:hover:nth-child(4)>.trs-img {
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/713158/images/4b.png) no-repeat;
}

.tab-list>.active.tr:nth-child(5)>.trs-img,
.tab-list>.tr:hover:nth-child(5)>.trs-img {
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/713158/images/zwxxgk_bnt05b.png) no-repeat;
}

.tab-list>.tr:nth-child(7)>.trs-img {
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/713158/images/3.png) no-repeat;
}

.tab-list>.active.tr:nth-child(7)>.trs-img,
.tab-list>.tr:hover:nth-child(7)>.trs-img {
	background: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/713158/images/3b.png) no-repeat;
}

.active>.td {
	max-height: 1200px;
	padding-top: 10px;
}

.td {
	overflow: hidden;
	background: #fff;
	width: 100%;
	max-height: 0;
	transition: all .3s;
}

.row::-webkit-scrollbar,
.content::-webkit-scrollbar,
.td::-webkit-scrollbar {
	width: 10px;
}

.row::-webkit-scrollbar-track,
.content::-webkit-scrollbar-track,
.td::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #f2f2f2;
}

.row::-webkit-scrollbar-thumb,
.content::-webkit-scrollbar-thumb,
.td::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #1877f6;
}

.td>a {
	display: block;
	padding: 5px 20px;
	line-height: 20px;
	color: #1877f6 !important;
	background-color: #e6f5ff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-family: "Î¢ÈíÑÅºÚ";
	margin-bottom: 5px;
}

.tr>span {
	line-height: 70px;
	float: right;
	font-size: 23px;
	font-weight: bold;
	margin-right: 20px;
	color: #1877f6;
	font-family: 'Î¢ÈíÑÅºÚ';
	display: none;
}

.active>span,
.tr:hover>span {
	color: #fff;
}

a:hover {
	color: #1877f6;
}

table {
	border-collapse: separate;
}

.trr {
	width: 100%;
	display: block;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
	cursor: pointer;
}

.trr>.trrdiv {
	line-height: 20px;
	background-color: #e6f5ff;
	padding: 5px 20px;
	overflow: hidden;
	cursor: pointer;
}

.trr>.trrdiv>a {
	color: #1877f6 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	display: inline-block;
	float: left;
	font-family: "Î¢ÈíÑÅºÚ";
}

.trr>.trrdiv>span {
	display: none;
	float: right;
	color: #1877f6 !important;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
}

.tdd {
	max-height: 0;
	transition: all .3s;
	overflow: hidden;
	background-color: #fff;
}

.activee>.tdd {
	max-height: 1000px;
	padding-top: 5px;
}

.tdd>a {
	display: block;
	padding: 0 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tdd>a:hover {
	color: #1877f6 !important;
	background-color: #e6f5ff;
}

.trrr {
	width: 100%;
	display: block;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}

.trrr>a {
	color: #333 !important;
	display: inline-block;
	float: left;
}

.trrr>img {
	transition: transform .3s;
	width: 10px;
	height: 7.77px;
	margin: 12px 4px 00px 20px;
	transform: rotate(-90deg);
	display: inline-block;
	float: left;
	visibility: hidden;
}

.tddd {
	max-height: 0;
	transition: all .3s;
	overflow: hidden;
	display: block;
	width: 100%;
}

.activeee>.tddd {
	max-height: 1000px;
}

.activeee>img {
	transform: rotate(0);
}

.tddd>div {
	display: block;
	line-height: 30px;
	padding-left: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trrr .trrr>img {
	margin-left: 0px;
}

.tddd .tddd>div:hover,
.activeee:hover {
	background-color: #fff !important;
}

.tddd>div:hover {
	background-color: #e6f5ff;
}

.tddd>div>em {
	margin-right: 5px;
	display: inline-block;
	float: left;
	transform: scale(0.6, 0.6);
}

.tddd>div:hover>* {
	color: #1877f6 !important;
}

.tddd>div>a {
	display: inline-block;
	float: left;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trrr>a {
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tdd>.trrr:last-child {
	margin-bottom: 0 !important;
}

.tddd .tddd>div {
	padding-left: 14px;
}

.content {
	position: relative;
}

.content * {
	max-width: 100%;
}

.bg {
	background-image: url(/cms_files/webliandouqurenminzhengfumenhuwangzhan/pubtplobject/defaultSet/713158/images/zfxxgk-bg.png);
	background-size: 1920px auto;
	background-repeat: no-repeat;
	padding-top: 365px;
	background-position: top center;
	overflow: auto;
}

.search {
	padding: 84px 0;
	width: 1100px;
	background: #f2f2f2;
	overflow: hidden;
	max-width: 100%;
}

.search>span {
	width: 240px;
	margin: 24px 27.5px;
	height: 2px;
	background: #e5e5e5;
	display: inline-block;
	float: left;
}

.search>form {
	width: 510px;
	height: 50px;
	border-radius: 9px;
	border: 2px solid #1877f6;
	background: #fff;
	display: inline-block;
	float: left;
	margin: 0;
}

.search>form>img {
	line-height: 50px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	margin-top: 5px;
}

.search>form>input {
	padding: 1em;
	width: 450px;
	height: 100%;
	border: none;
	float: left;
	border-radius: 9px;
}
.tddd>div>a {
	color: #333 !important;
}