<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td ,button,input{margin: 0px; padding: 0px; border: 0px none; outline: 0px none; font-size: 100%; vertical-align:middle;background: none repeat scroll 0% 0% transparent;}
ol,ul,li{list-style:none;}

html,body{height:100%;width:100%;}
body{background: #fff;  font-size:14px; color:#333; font-family:Arial,"Microsoft YaHei","Helvetica","sans-serif"; font-family:"Microsoft YaHei","Helvetica","sans-serif"\9; font-weight:normal;}
input,select{font-family:Arial,"Microsoft YaHei",Helvetica,sans-serif}
textarea{font-family:Arial,"Microsoft YaHei",Helvetica,sans-serif}
table{ border-collapse:collapse;}
a{text-decoration:none; outline: none; cursor:pointer; color:#333}
a:hover{text-decoration:none; outline: none; cursor:pointer; color:#B91D20}
.clear{clear:both; height:0px; margin:0; padding:0; width:0; border:none; overflow:hidden;}
input,textarea,select{outline:none;}
input {-webkit-appearance:none; /*去除input默认样式*/}

a{
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari 和 Chrome */
	-o-transition: all 0.2s; /* Opera */
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}



.clearfix:after, .fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix, .fix {
	zoom: 1;
}

.floatL{float:left;}
.floatR{float:right;}
.alignL{text-align: left;}
.alignR{text-align: right;}

.marginB{margin-bottom:6px;}
.marginB40{margin-bottom:40px;}

.border-top{border-top: 1px solid #ececec;}

.container{width: 1100px; margin: 0 auto; position: relative;}

.bg-f5f6fa{background-color:#f5f6fa;}


/*--------------------------------------分页---------------------------------------------*/
.job-page{padding: 0 40px; line-height: 30px; font-size: 12px;}
.page{line-height: 30px; font-size: 12px;padding:10px 0px; float:left;width:100%;}
.all-page{float: left;margin-left:20px;}
.all-page span{color:#B91D20;}
.flip-page{float: right;margin-right:20px;}
.flip-page ul{text-align: center;float:left;}
.flip-page li{float:left; margin-left: 5px;  height: 25px; line-height: 28px;}
.flip-page li a{margin: 0; padding: 0; display: block; display: block; padding: 0 10px; background:#fff; border:1px solid #d7d7d7;}
.flip-page li a:hover{color: #ffffff;background:#B91D20}
.flip-page li a.active{color: #ffffff; background:#B91D20}
.flip-page li a.default{color: #d7d7d7; cursor:default;}
.now-page{float: right; margin-right: 5px;}
.now-page span{color:#ec6500; padding: 0 5px;}
.flip-page li a.disable{color: #d7d7d7; background:#fff;cursor:default;border: solid 1px #ededed;}
.flip-page li a.disable:hover{color: #d7d7d7;}
.flip-page li a.dot{ cursor:default;    border: none; background:none;}
.flip-page li a.dot:hover{ background:none;color:#333;}

.goto-page{ float:left;margin-left:20px;}
.goto-page .goNum{ border:1px solid #d7d7d7; background:#fff;width:30px;height: 25px; padding:0 5px;margin:0 5px;}
.goto-page .btn{ border:1px solid #B91D20; background:#B91D20;color:#fff;height: 25px; padding:0 10px;margin:0 5px; cursor:pointer;}

@media screen and (width: 1080px){
	.page{ font-size:18px !important;    padding: 30px 0px;}
	.flip-page li a{padding: 0 10px !important;}
	
}

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