<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ===================================	*/
/* 页面初始化定义	eltReset v2008.02.07 */
/* ===================================	*/

/* ---------- 常规 XHTML元素初始化定义 禁止改动---------- */

body,td,th,p,div { font-family: 微软雅黑; /*font-size: 14px; */margin: 0; padding: 0; color: #333;  
/**/font-size: 14px;}
body{ margin: 0; padding:0; }
table{border-collapse:collapse;border-spacing:0}
h1,h2,h3,h4,h5{ padding: 0; margin: 0; }
h1,h2 { font-family: 微软雅黑, 华文细黑, 黑体, Arial; }
h1{ font-size: 24px;}
h2{ font-size: 18px;}
h3{ font-size: 14px;}
h4{font-size: 12px;}
h5{font-size: 12px;}

p{ padding: 0 0 1em 0; line-height: 150%;}
hr{ background: #CCC; width: 100%; height: 1px; }
img{ border: 0px; }
strong{}

a{text-decoration:none;color: #666; blr:expression(this.onFocus=this.blur());}
a:hover{/*text-decoration:underline;*/color:#195ab0;}

ul{ margin: 0; padding: 0;}
li{ list-style: none; }

frame, frameset, noframes, iframe{ padding: 0; margin: 0; border: 0px;} /*frame{} frameset{} noframes{} iframe{}*/
form,input,textarea,button,select,optgroup,option,label,fieldset,legend{ color: #333; font-family: Arial; font-size: 13px; margin: 0; padding: 0; }
form{border: 0px;}
input {}
textarea{}
button{}
select{}
optgroup{}
option{}
label{}
fieldset{}
legend{}

/* 常量 */
.clear{ clear: both; height: 0; font-size: 1px; line-height: 0px; }

/* ---------- 自定义部分 ---------- */
/* 定义规则 作者汉语拼音缩写+类名+编号 如：.hs_indexLite01 */
.bdr01{border: solid #DDD 1px; }


.list-container .list-content table tbody tr.detail-tr {
    display: none;
}

.list-container .list-content {
	width: 100%;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 13px 30px 60px;
	min-height: 50px
}
.list-container .list-content table {
	width: 100%
}
.list-container .list-content table thead th {
	font-size: 14px;
	line-height: 26px;
	color: #000;
	border-bottom: 2px solid #ddd;
	height: 60px;
	text-align: left;
	text-indent: 2rem
}
.list-container .list-content table thead th:nth-of-type(1) {
	width: 43.75%
}
.list-container .list-content table thead th:nth-of-type(2) {
	width: 28.75%
}
.list-container .list-content table thead th:nth-of-type(3) {
	width: 20%
}
.list-container .list-content table tbody tr td {
	font-size: 14px;
	line-height: 26px;
	color: #222;
	border-bottom: 2px solid #f4f4f4;
	height: 60px;
	text-align: left;
	text-indent: 2rem;
	/*cursor: pointer*/
}
.list-container .list-content table tbody tr td i {
	font-size: 18px;
	cursor: pointer
}

.list-container .list-content table tbody tr.active td i{ font-size: 28px;}
.list-container .list-content table tbody tr td .detail-div {
	/*display: none*/
}
.list-container .list-content table tbody tr td .career-title {
	margin-right: 5px
}
.list-container .list-content table tbody tr td .label-type {
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    padding: 0 5px;
    text-indent: 0;
    color: #999;
    line-height: 18px;
    font-size: 12px;
}
.list-container .list-content table tbody tr td .require {
	text-indent: 3rem;
	padding: 2rem 0 0;
	word-break: break-all
}
.list-container .list-content table tbody tr td .require dt {
	font-size: 14px;
	line-height: 26px;
	color: #222;
	margin-bottom:10px;	font-weight:bold;
}
.list-container .list-content table tbody tr td .require dd {
	font-size: 14px;
	line-height: 26px;
	color: #666;
	text-indent: 0;
	padding-left: 30px
}
.list-container .list-content table tbody tr td .ptn-box {
	padding-left: 10px;
	margin: 30px 0 40px
}
.list-container .list-content table tbody tr td .ptn-box a {
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	background: #eb0028;
	color: #fff;
	border: 1px solid #d70226;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-transition: color .15s ease 0s;
	-o-transition: color .15s ease 0s;
	-webkit-transition: color .15s ease;
	-webkit-transition-delay: 0s;
	transition: color .15s ease 0s;
	position: relative;
	z-index: 1;
	text-indent: 0
}


.list-container .list-content table tbody tr.list-tr.active td, .list-container .list-content table tbody tr.list-tr:hover td {
    background-color: #f4f4f4;
}

.list-container .list-content table tbody tr td i {
    font-size: 18px;
    cursor: pointer; font-style: normal;
}

.list-container .list-content table tbody tr.active{     display: table-row;}



/*加入我们 */
.tree-box {
    width: 20%; background-color:#FFF; float:left;
}

.tree-box .item {
	font-size: 16px;
	color: #666;
	height: 60px;
	line-height: 60px;
}

.tree-box .item a {
	text-indent: 53px;
	text-align: left;
	border-left: 4px solid #fff;
	color: #333;
	display: block;
	height: 60px;
	line-height: 60px;
	text-decoration: none
}

.tree-box .item a:hover {
	border-left: 4px solid #eee;
	background: #eee
}

.tree-box .act a {
	border-left: 4px solid #0098e1;
	color: #0798dd
}

.tree-box .act a:hover {
	border-left: 4px solid #0098e1
}

.tree-box-1 .item a {
	
	text-indent: 70px;
	text-align: left
}


.tree-box-1 .item a:hover {
	
}

.tree-box-1 .act a {
	
}

.tree-box-1 .act a:hover {
	
}


.bgreys-inners1{background: #fff; width:78%; float:right;}


@media screen and (max-width:480px){
	
	.list-container .list-content{ padding-left: 0;padding-right: 0;}	
	.list-container .list-content table tbody tr td{ text-align: center;  text-indent: 0rem;}
	.list-container .list-content table tbody tr td:nth-child(1){text-indent:0!important; }
	.list-container .list-content table thead th {  text-align: center;text-indent: 0rem;}
	.list-container .list-content table tbody tr td .require dd{text-indent: 0rem;text-align: left;padding-left: 0px;padding-right: 15px;}
	.list-container .list-content table tbody tr td .require dt{text-align: left;padding-left: 10px;    text-indent: 0rem;}
	.tree-box { width: 100%; background-color:#FFF; float:none; margin-bottom:20px;}
	.bgreys-inners1{background: #fff; width:100%; float:none;}
}












</pre></body></html>