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

body,
html {
	font: 12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, sans-serif;
	margin: 0;
	padding: 0;
}

input,
textarea,
select {
	outline: none;
	resize: none;
}

input,
dl,
dt,
dd,
ul,
li,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
textarea,
select {
	padding: 0px;
	list-style: none;
	margin: 0px;
}

li {
	list-style: none;
}

img {
	display: inline-block;
	border: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
}

.clearflx::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	display: block;
	clear: both;
	height: 0px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.FloatR {
	float: right;
}

.FloatL {
	float: left;
}

.h_10px {
	height: 10px;
	background: none;
	width: 100%;
}

.h_15px {
	height: 15px;
	background: none;
	width: 100%;
}

.h_20px {
	height: 20px;
	background: none;
	width: 100%;
}

.h_25px {
	height: 25px;
	background: none;
	width: 100%;
}

.h_30px {
	height: 30px;
	background: none;
	width: 100%;
}

.h_35px {
	height: 35px;
	background: none;
	width: 100%;
}

.h_40px {
	height: 40px;
	background: none;
	width: 100%;
}

.h_45px {
	height: 45px;
	background: none;
	width: 100%;
}

.h_50px {
	height: 50px;
	background: none;
	width: 100%;
}

.m-r-n {
	margin-right: 0 !important;
}

.w1160 {
	width: 1160px;
	margin: 0 auto;
}

.msfc-banner {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 560px
}

.msfc-banner video {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.msfc-banner .banner-text {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	line-height: 1.1
}

.msfc-banner .banner-text h2 {
	margin-top: 200px;
	font-size: 58px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal
}

.msfc-banner .banner-text h3 {
	font-size: 40px;
	color: #fff;
	font-weight: normal
}

.msfc-content .content-item&gt;.flex {
	justify-content: flex-start !important;
}

.msfc-content .content-nav {
	width: 700px;
	padding: 50px 0 30px
}

.msfc-content .content-nav li:nth-of-type(2) a::before {
	background-position: 0 -30px
}

.msfc-content .content-nav li:nth-of-type(3) a::before {
	background-position: 0 -60px
}

.msfc-content .content-nav li:nth-of-type(4) a::before {
	background-position: 0 -90px
}

.msfc-content .content-nav li a {
	display: block;
	width: 160px;
	background-color: #f4f4f4;
	font-size: 20px;
	line-height: 50px;
	border-radius: 25px;
	box-shadow: 3px 3px 10px #d2d2d2;
	font-size: 18px;
	text-align: center;
}

.msfc-content .content-item ul li {
	position: relative;
	overflow: hidden;
	width: 32%;
	height: 412px;
	margin: 1.5% 7px 0;
	border-radius: 5px
}

.msfc-content .content-item ul li:hover .item-text {
	transform: translateY(-60px)
}

.msfc-content .content-item ul li:hover h4::after {
	transform: translateX(40px)
}

.msfc-content .content-item ul li .item-text {
	padding: 20px;
	background-color: #f4f4f4;
	transition: transform .5s;
	-webkit-transition: transform .5s
}

.msfc-content .content-item ul li .item-text h4 {
	overflow: hidden;
	font-size: 22px;
	line-height: 1.4;
	color: #3b3b3b;
	font-weight: normal;
	transition: transform .3s;
	-webkit-transition: transform .3s
}

.msfc-content .content-item ul li .item-text h4::after {
	float: right;
	width: 50px;
	height: 30px;
	content: "";
	background: url(../images/spirit.png) no-repeat;
	background-size: 30px;
	background-position: 10px -120px;
	transition: transform .3s;
	-webkit-transition: transform .3s
}

.msfc-content .content-item ul li .item-text p {
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.5;
	color: #8b8b8b;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.msfc-content .content-item ul li .item-text .info a {
	width: 46%;
	margin-top: 15px;
	border: #8b8b8b solid 1px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	color: #3b3b3b
}

.msfc-content .content-item ul li .item-text .info a:hover {
	background-color: #ee7600;
	border: #ee7600 solid 1px;
	color: #fff
}

/*列表页分页链接公用*/
#dede_pages {
	width: 700px;
	margin: 40px auto 20px;
	text-align: center;
}

#dede_pages li:first-of-type {
	display: none;
}

#dede_pages li {
	width: 40px;
	height: 40px;
	background: #f4f4f4;
	border-radius: 20px;
	font: 18px/40px "微软雅黑";
	text-align: center;
	display: inline-block;
	margin: 0 5px;
	box-shadow: 0 0 10px #c1c1c1;
}

#dede_pages li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	font: 18px/40px "微软雅黑";
}

#dede_pages li.thisclass {
	background: #ff7e00;
	color: #fff;
}

#dede_pages li.Previous,
#dede_pages li.next {
	width: 130px;
	text-align: center;
}

#dede_pages li.Previous {
	border-top-right-radius: initial;
	border-bottom-right-radius: initial;
}

#dede_pages li.next {
	border-top-left-radius: initial;
	border-bottom-left-radius: initial;
}

.msfcDetail {
	margin-top: 200px !important
}

.msfcDetail .msfcDetail-main {
	position: relative;
	height: 500px;
	box-sizing: border-box;
	padding: 30px;
	background-color: #f4f4f4;
	border-radius: 6px
}

.msfcDetail .msfcDetail-main .msfcDetail-img {
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 420px;
	height: 550px;
	border-radius: 20px;
	background: linear-gradient(to right, #ffd696, #d6a354)
}

.msfcDetail .msfcDetail-main .msfcDetail-img img {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 300px;
	transform: translateX(-50%)
}

.msfcDetail .msfcDetail-main .msfcDetail-content {
	padding-left: 460px;
	padding-right: 100px;
	box-sizing: border-box
}

.msfcDetail .msfcDetail-main .msfcDetail-content h2 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #333333
}

.msfcDetail .msfcDetail-main .msfcDetail-content h3 {
	font-size: 18px;
	color: #333333;
	margin-top: 20px
}

.msfcDetail .msfcDetail-main .msfcDetail-content p {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.6;
	color: #333333
}

.msfcDetail .msfcDetail-main .msfcDetail-info {
	position: absolute;
	top: 0;
	right: 30px;
	width: 64px;
	height: 97px;
	background: url(../images/ico.png) no-repeat;
	background-size: 100%;
	color: #fff;
	text-align: center
}

.msfcDetail .msfcDetail-main .msfcDetail-info i {
	display: block;
	width: 38px;
	height: 38px;
	background: #5b4233;
	border-radius: 50%;
	padding: 8px;
	box-sizing: border-box;
	margin: 10px auto 0
}

.msfcDetail .msfcDetail-main .msfcDetail-info h4 {
	font-size: 13px;
	margin-top: 5px
}

.msfcDetail .msfcDetail-main .msfcDetail-chat {
	display: block;
	width: 200px;
	height: 50px;
	margin-top: 20px;
	margin-left: 20px;
	background: linear-gradient(to right, #d6a354, #b38f56);
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 25px;
	line-height: 50px
}

.msfcDetail .msfcDetail-pic {
	box-sizing: border-box;
	background-color: #f4f4f4;
	padding: 30px;
	margin-top: 50px;
	border-radius: 6px
}

.msfcDetail .msfcDetail-pic h5 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #333333
}

.msfcDetail .msfcDetail-pic h5 span {
	margin-left: 20px;
	color: #cccccc
}

.msfcDetail .msfcDetail-pic ul li {
	width: 32%;
	margin-top: 1.5%
}

.msfcDetail .msfcDetail-answers {
	box-sizing: border-box;
	background-color: #f4f4f4;
	padding: 30px;
	margin-top: 50px;
	border-radius: 6px
}

.msfcDetail .msfcDetail-answers h5 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #333333
}

.msfcDetail .msfcDetail-answers h5 span {
	margin-left: 20px;
	color: #cccccc;
	text-transform: uppercase
}

.msfcDetail .msfcDetail-answers ul li {
	width: 48%
}

.msfcDetail .msfcDetail-answers ul li h6 {
	font-size: 20px;
	color: #333333;
	background: url(../images/detail_08.png) no-repeat left 10px;
	padding-left: 40px;
	background-size: 30px;
	line-height: 50px
}

.msfcDetail .msfcDetail-answers ul li p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding: 10px 10px 5px;
	margin-top: 10px;
	box-sizing: border-box;
	border: #777 solid 1px;
	border-radius: 10px;
	font-size: 16px;
	color: #777
}

.msfcDetail .msfcDetail-interview {
	box-sizing: border-box;
	background-color: #f4f4f4;
	padding: 30px;
	margin-top: 50px;
	border-radius: 6px
}

.msfcDetail .msfcDetail-interview h5 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #333333
}

.msfcDetail .msfcDetail-interview h5 span {
	margin-left: 20px;
	color: #cccccc;
	text-transform: uppercase
}

.msfcDetail .msfcDetail-interview li {
	margin-top: 20px
}

.msfcDetail .msfcDetail-interview li a.interview-pic {
	display: block;
	width: 290px
}

.msfcDetail .msfcDetail-interview li .interview-text {
	width: 780px;
	padding: 15px 0
}

.msfcDetail .msfcDetail-interview li .interview-text h6 {
	font-size: 22px;
	color: #333333
}

.msfcDetail .msfcDetail-interview li .interview-text span {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	color: #777
}

.msfcDetail .msfcDetail-interview li .interview-text p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-top: 10px;
	font-size: 16px;
	color: #777
}
</pre></body></html>