.bg{
	/* background-image:url(../image/index/index-banner.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #FFE8BD; */
	padding-top: 50px;
	position: relative;
	padding-bottom: 45px;
}
.tab{
	height: 73px;
	background: linear-gradient(266deg, #ED3B0F, #F56F15);
	border-radius: 37px;
	border: 2px solid #FFD883;
	overflow: hidden;
	margin-bottom: 30px;
	font-size: 0;
}
.tab a{
	display: inline-block;
	width: 50%;
	text-align: center;
	height: 73px;
	line-height: 73px;
	font-weight: bold;
	font-size: 20px;
	color: #FEFEFE;
}
.tab a:first-child{
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.tab a:last-child{
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.tab a img{
	vertical-align: sub;
	margin-right: 20px;
}
.tab .ac{
	background: linear-gradient(0deg, #FFC989, #FFF8EA);
	border-radius: 37px;
	color: #E33709;
}
.search-box{
	border: 1px solid #FB8320;
	margin-bottom: 24px;
	border-radius: 11px;
	overflow: hidden;
	font-size: 0;
}
.search-box input{
	width: 406px;
	height: 52px;
	display: inline-block;
	text-indent: 32px;
}
.search-box div{
	display: inline-block;
	width: 89px;
	height: 53px;
	background: #FE6F05;
	border: 1px solid #FB8320;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 52px;
	text-align: center;
	cursor: pointer;
}
.content-box{
	background: #FFFFFF;
	border-radius: 18px;
	padding: 30px;
}

.query-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 26px;
}

.query-box ul {
	display: flex;
}
.query-box ul li{
	list-style: none;
	font-weight: 400;
	font-size: 21px;
	color: #606060;
	padding-bottom: 20px;
	margin-right: 100px;
	white-space: nowrap;
	cursor: pointer;
}
.query-box ul .ac{
	font-weight: bold;
	color: #E23E0C;
	border-bottom: 3px solid #E23E0C;
}
.content-wrapper .left{
	display: inline-block;
	vertical-align: top;
	width: 240px;
	background: #FFFFFF;
	box-shadow: 0px 0px 16px 0px rgba(200,200,200,0.55);
	border-radius: 14px;
	margin-right: 33px;
}
.content-wrapper .right{
	display: inline-block;
	vertical-align: top;
	width: 862px;
}
.content-wrapper .left h2{
	font-weight: 400;
	font-size: 20px;
	color: #242424;
	padding:27px;
}
.content-wrapper .left h2 img{
	margin-right: 16px;
	width: 19px;
}
.content-wrapper .left ul{
	list-style: none;
}
.content-wrapper .left ul li{
	padding: 20px 29px;
	font-size: 16px;
	color: #343434;
	cursor: pointer;
}
.content-wrapper .left ul .ac{
	background: #FFF6EB;
	border-left: 4px solid #E23E0C;
	color: #E23E0C;
}
.content-wrapper .right h2{
	font-weight: 400;
	font-size: 20px;
	color: #242424;
	padding:27px 0;
	border-bottom: 1px solid #ECECEC;
}
/* .major-list{
	margin-bottom: 35px;
} */
.major-list .t{
	display: inline-block;
	/* background: #EF4E1D; */
	border-radius: 17px;
	/* padding: .09px .15px; */
	font-size: 18px;
	/* color: #FFFFFF; */
	margin: 25px 0;
	font-weight: 600;
	color:#000;
}
.major-list > div >a{
	display: inline-block;
	margin-right: 38px;
	font-size: 14px;
	color: #EF4E1D;
	white-space: nowrap;
	margin-bottom: 15px;
}








