body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
	background: #FFF;
}

ul,
ol {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

a:hover {
	color: #AE7D3D;
}

header {
	padding: 35px 0;
	background: #FFF;
	overflow: hidden;
}

header>.head>img {
	max-height: 36px;
}

header .manageLogin {
	padding: 8px 30px;
	border-radius: 18px;
	border: 1px solid #D4A464;
	font-size: 14px;
	color: #D4A464;
	line-height: 20px;
	margin-right: 50px;
}

.menu {
	margin-bottom: 2px;
	height: 57px;
	overflow: hidden;
}

.menu>.menu_bg {
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.menu>.menu_list {
	height: 54px;
}

.menu>.menu_list>a {
	position: relative;
	font-size: 16px;
	color: #FFF;
	line-height: 54px;
}

.menu>.menu_list>a::after {

}

.menu>.menu_list>a.active{
        color:#C09B6E;
        font-weight: 700;
}

.menu>.menu_list>a.active::after {
	position: absolute;
	content: '';
	width: 70%;
	height: 3px;
	background: #C09B6E;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
}
.banner {
	height: 423px;
	overflow: hidden;
}

.banner>.banner_bg {
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.banner>.banner_part {
	height: 270px;
	margin-top: 85px;
}

.banner>.banner_part>.entrance {
	width: 250px;
	height: 100%;
	padding: 50px 35px;
	background: rgba(255, 255, 255, .5);
}
.banner>.banner_part>.entrance>.entrance_btn{
	width: 100%;
	height: 40px;
	border: 1px solid #C09B6E;
	font-size: 14px;
	color: #C09B6E;
	background: #EAE2D6;
	font-weight: 700;
}

.main {
	height: 390px;
}

.news {
	width: 900px;
}

.news>.news_r_t {
	width: 100%;
	height: 30px;
}

.news>.news_r_t>.news_fl>li {
	position: relative;
	display: inline-block;
	margin: 0 25px;
	height: 100%;
	padding-top: 5px;
}

.news>.news_r_t>.news_fl>li::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 16px;
	background: #333;
	top: 7px;
	right: -25px;
}

.news>.news_r_t>.news_fl>li:last-child::after {
	display: none;
}

.news>.news_r_t>.news_fl>li>a {
	font-size: 18px;
	color: #333;
	line-height: 20px;
	font-weight: 700;
}

.news>.news_r_t>.news_fl>li.active {
	padding-top: 0;
}

.news>.news_r_t>.news_fl>li.active>a {
	color: #C09B6E;
	line-height: 30px;
}

.news .news_list>li {
	position: relative;
	width: 100%;
	height: 50px;
	margin-top: 10px;
}

.news .news_list>li::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background: #333;
	border-radius: 50%;
	left: 15px;
	top: 21px;
}

.news .news_list>li>a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 15px 15px 40px;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	background: #FFF;
	border-bottom: 1px solid rgb(153 153 153 / 10%);
	transition: all .3s;
}

.news .news_list>li>a>.title {
	width: calc(100% - 100px);
	height: 100%;
	float: left;
}

.news .news_list>li>a>.time {
	color: #666;
	float: right;
}

.news .news_list>li>a:hover {
	border-bottom: 3px solid #EEC58C;
	background: #FAFAFA;
}

.guide {
	width: 284px;
}

.guide>.guide_list>a {
	width: 100%;
	height: 60px;
	background: #F7EEE8;
	border: 1px solid #EEDFD6;
	margin-top: 25px;
}

.course {
	padding-top: 20px;
	background: #F1F4F7;
}

.course_list {
	font-size: 0;
}

.course_list>li {
	display: inline-block;
	width: 285px;
	height: 168px;
	margin: 0 20px 20px 0;
}

.course_list>li:nth-child(4n) {
	margin-right: 0;
}

.course_list>li>a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.course_list>li>a>img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}

.course_list>li>a:hover>img {
	transform: scale(1.15);
}

footer {
	padding: 30px 0;
	background: #000;
}

footer>p,footer>p>a {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	margin: 5px 0;
}

.select-course-filter {
	width: 1200px;
	margin: 0 auto;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 10px;
	list-style: none;
	border-radius: 4px;
}

.breadcrumb li a {
	color: #333;
}

.breadcrumb  a.active {
	color: #C09B6E;
}

.work-lf-top {
	width: 100%;
	height: 52px;
	line-height: 50px;
	position: relative;
}

.work-lf-top h3 {
	font-size: 18px;
	color: #C09B6E;
	display: inline-block;
	margin-bottom: 0px;
	padding-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
	border-bottom: 3px solid #C09B6E;
}

.policy-bottm-right {
	width: 100%;
}

.work-lf-b-right-text li {
	width: 100%;
	height: 52px;
	line-height: 52px;
	color: #555;
	display: inline-block;
	position: relative;
	border-bottom: 1px dashed #ddd;
}

.b-right-text-matter {
	width: 75%;
}

.b-right-text-span {
	background: url(../images/jt-right.png) no-repeat;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 20px;
	left: 3px;
}

.b-right-text-date {
	width: 25%;
	text-align: right;
	padding-right: 18px;
}

.work-lf-b-right-text li:hover .b-right-text-matter,
.work-lf-b-right-text li:hover .b-right-text-date {
	color: #C09B6E;
}

.laypage_main {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	clear: both;
	color: #666;
}

.laypage-span-hy {
	width: 16px;
	height: 16px;
	border-radius: 2px;
	border: 1px solid #ddd;
	padding: 6px 12px;
	background-color: #fff;
	margin-right: 8px;
}

.laypageskin_default .laypage_curr {
	background-color: #C09B6E;
	border: 1px solid #C09B6E;
	color: #fff;
}

.laypage_main a:hover {
	color: #C09B6E;
}

.laypage_main a span {
	padding: 7px 24px;
	border: 1px solid #DDD;
}
