
body {
	width: 100%;
	min-width: 1300px;
	font-family: '微软雅黑';
	font-size: 15px;
	color: #333;
	background: #fff;
}
.logo-nav-search {
	border-bottom: 1px solid #eaebec;
}
.location {
	padding: 12px 0;
	font-size: 12px;
	font-family: '宋体';
	color: #949393;
	margin-bottom: 45px;
	border-bottom: 1px solid #eee;
}
.location a {
	color: #949393;
}
.location a:hover {
	color: #000;
	text-decoration: underline;
}

.main>.fl {
    width: 880px;
}
.main>.fr {
	width: 300px;
}

.major-details .description {
	display: flex;
	justify-content: space-between;
}
.major-details .description .picture {
	width: 29%;
}
.major-details .description .picture img {
	width: 100%;
}
.major-details .description .text {
	position: relative;
	width: 69%;
}
.major-details .description .text h3 {
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 8px;
}
.major-details .description .text p {
	font-size: 14px;
	line-height: 23px;
}
.major-details .description .text p span {
	padding-right: 10px;
}
.major-details .description .text p a {
	color: #ff9d00;
	font-family: '宋体';
	padding-left: 8px;
}
.major-details .description .text p a:hover {
	text-decoration: underline;
}
.major-details .description .text .score {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	padding: 8px 0;
}
.major-details .description .text .score span {
	padding-left: 25px;
}
.major-details .description .text .score span:first-child {
	background: url(../images/major-details_10.png) no-repeat left center;
}
.major-details .description .text .score span:nth-child(2) {
	background: url(../images/major-details_12.png) no-repeat left center;
}
.major-details .description .text .score span:nth-child(3) {
	background: url(../images/major-details_14.png) no-repeat left center;
}
.major-details .description .text .score span:last-child {
	background: url(../images/major-details_16.png) no-repeat left center;
}
.major-details .description .text .butt {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	width: 255px;
}
.major-details .description .text .butt a {
	display: block;
	width: 48%;
	height: 40px;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	background: linear-gradient(to right,#ffbe57,#ffb339,#ffa616,#ff9d00);
}
.major-details .description .text .butt a:last-child {
	background: linear-gradient(to right,#62a6da,#549dd5,#4291ce,#3287c8);
}
.major-details .description .text .butt a:hover {
	text-decoration: underline;
}
.major-details .details-title {
	display: flex;
	width: 100%;
	margin-top: 25px;
	border: 1px solid #eaebec;
	box-sizing: border-box;
	padding: 12px 0;
}
.major-details .details-title span {
	position: relative;
	padding: 0 20px;
	cursor: pointer;
	color: #8a8a8a;
	font-size: 14px;
	border-right: 1px solid #eaebec;
}
.major-details .details-title span.on:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -13px;
	margin: auto;
	content: '';
	width: 57px;
	height: 2px;
	background: #ff9d00;
}
.major-details .details-title span.on:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -17px;
	margin: auto;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px; 
	border-color: #ff9d00 transparent transparent transparent;
}

.major-details .details-cont {
	padding-top: 15px;
	line-height: 24px;
	border: 1px solid #eaebec;
	border-top: none;
	box-sizing: border-box;
	padding: 15px;
}

.major-details .about-school {
	margin-top: 25px;
}
.major-details .about-school .as-title {
	padding-bottom: 5px;
	border-bottom: 1px solid #eaebec;
}
.major-details .about-school .as-title h3 {
	padding-left:  8px;
	font-size: 18px;
	font-weight: normal;
	border-left: 4px solid #ff9d00;
}
.major-details .about-school ul {
	display: flex;
	justify-content: space-between;
}
.major-details .about-school ul li {
	width: 32%;
	margin-top: 25px;
}
.major-details .about-school ul li .picture {
	position: relative;
	width: 87px;
	height: 87px;
	border-radius: 50%;
	border: 1px solid #eaebec;
	text-align: center;
	overflow: hidden;
}
.major-details .about-school ul li .picture img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 75px;
}
.major-details .about-school ul li .text {
	width: 185px;
}
.major-details .about-school ul li .text h3 {
	font-weight: normal;
	font-size: 16px;
	color: #414141;
	margin: 10px 0 6px;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.major-details .about-school ul li .text p {
	font-size: 14px;
	color: #414141;
}
.major-details .about-school ul li .text p span {
	font-size: 12px;
}
.major-details .about-school ul li a {
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	padding: 6px 0;
	border: 1px solid #ff9d00;
	color: #ff9d00;
	border-radius: 3px;
	box-sizing: border-box;
	margin-top: 10px;
}

.major-details .about-article {
	margin-top: 25px;
	border: 1px solid #eaebec;
	padding: 12px;
}
.major-details .about-article .as-title {
	padding-bottom: 5px;
	border-bottom: 1px solid #eaebec;
}
.major-details .about-article .as-title h3 {
	padding-left:  8px;
	font-size: 18px;
	border-left: 4px solid #ff9d00;
}
.major-details .about-article ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.major-details .about-article ul li {
	width: 32.5%;
	height: 137px;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 1.5%;
}
.major-details .about-article ul li h3 {
	position: relative;
	font-size: 14px;
	color: #fff;
	margin-bottom: 12px
}
.major-details .about-article ul li h3:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	content: '';
	width: 25px;
	height: 1px;
	background: #fff;
}
.major-details .about-article ul li p {
	position: relative;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
}
.major-details .about-article ul li:first-child {
	background: #0fbec4;
}
.major-details .about-article ul li:nth-child(2) {
	background: #46abdf;
}
.major-details .about-article ul li:nth-child(3) {
	background: #6f9af3;
}
.major-details .about-article ul li:nth-child(4) {
	background: #938bfa;
}
.major-details .about-article ul li:nth-child(5) {
	background: #cf84fa;
}
.major-details .about-article ul li:last-child {
	background: #fb7bdb;
}



.md-title {
	padding-bottom: 5px;
	border-bottom: 1px solid #f1bc68;
}
.md-title h3 {
	padding-left:  8px;
	font-size: 20px;
	font-weight: normal;
	border-left: 3px solid #ff9d00;
}

.hot-school {
	border: 1px solid #ff9d00;
	border-radius: 3px;
	padding: 15px;
	margin-bottom: 20px;
}
.hot-school .c-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #eaebec;
}
.hot-school .picture img {
	width: 68px;
}
.hot-school .text {
	width: 188px;
}
.hot-school .text h3 {
	font-size: 16px;
	color: #666;
	margin: 12px 0 5px;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hot-school .text p {
	font-size: 12px;
	color: #666;
}
.hot-school ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #eaebec;
	padding-bottom: 12px;
}
.hot-school ul li {
	width: 33.33%;
	text-align: center;
	margin-top: 12px;
}
.hot-school ul li a {
	display: block;
	font-size: 12px;
	color: #666;
	padding-top: 5px;
}
.hot-school ul li a:hover {
	color: #ff9d00;
	text-decoration: underline;
}
.hot-school>p {
	font-size: 12px;
	color: #666;
	padding: 12px 0; 
}
.hot-school .butt {
	display: flex;
	justify-content: space-between;
}
.hot-school .butt a {
      display: block;
    width: 48%;
    height: 40px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(to right,#ffbe57,#ffb339,#ffa616,#ff9d00);
}
.hot-school .butt a:last-child {
    background: linear-gradient(to right,#62a6da,#549dd5,#4291ce,#3287c8);
}
.hot-school .butt a:hover {
	text-decoration: underline;
}


.right-form .pic {
	position: relative;
}
.right-form .pic p {
	position: absolute;
	top: 44px;
	right: 68px;
	color: #fff;
	font-size: 23px;
}
.right-form form {
	width: 100%;
	border: 1px solid #ebebeb;
	padding: 20px;
	box-sizing: border-box;
}
.right-form form input {
	width: 100%;
	height: 40px;
	margin-bottom: 18px;
	color: #888;
	border: none;
	box-sizing: border-box;
	outline: none;
	padding-left: 36px;
}
.right-form form input:nth-child(1) {
	background: #eaeaea url(../images/right-sign_07.png) no-repeat 8px center;
}
.right-form form input:nth-child(2) {
	background: #eaeaea url(../images/right-sign_10.png) no-repeat 8px center;
}
.right-form form input:nth-child(3) {
	background: #eaeaea url(../images/right-sign_12.png) no-repeat 8px center;
}
.right-form form input:nth-child(4) {
	background: #eaeaea url(../images/address.png) no-repeat 8px center/24px;
}
.right-form form button {
	width: 100%;
	height: 40px;
	font-size: 18px;
	color: #fff;
	outline: none;
	border: none;
	background: #ff9d00;
	cursor: pointer;
}

.hot-list {
	margin-top: 20px;
}
.hot-list li {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 60px;
	padding: 5px 0;
}
.hot-list li>a {
	display: block;
	width: 85px;
	height: 60px;
	overflow: hidden;
}
.hot-list li>a img {
	width: 100%;
}
.hot-list li .text {
	width: 66%;
	line-height: 25px;
	padding-top: 5px;
}
.hot-list li .text a {
	display: block;
	font-size: 14px;
	color: #666;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hot-list li .text a:hover {
	color: #ff9d00;
	text-decoration: underline;
}
.hot-list li .text p {
	font-size: 12px;
	color: #999;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.about-major {
	margin-top: 20px;
}
.about-major ul {
	padding-top: 15px;
}
.about-major li {
	font-size: 14px;
	padding-right: 20px;
	margin-top: 7px;
}
.about-major li:after {
	content: '';
	display: block;
	clear: both;
}
.about-major li .picture {
	display: none;
	margin-right: 10px;
}
.about-major li span {
	display: block;
	float: left;
	width: 10%;
	text-align: center;
}
.about-major li>a {
	float: left;
	display: block;
	width: 160px;
	font-size: 14px;
	color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.about-major li p {
	display: none;
	float: left;
	width: 160px;
	font-size: 12px;
	color: #666;
	line-height: 18px;
}
.about-major li.on .picture {
	display: block;
	float: left;
	width: 100px;
	margin-left: 5px;
	overflow: hidden;
}
.about-major li.on .picture img {
	width: 100%;
	transition: .5s;
}
.about-major li.on span {
	display: none;
}
.about-major li.on>a {
	font-weight: bold;
	color: #666;
	line-height: 20px;
	padding-top: 2px;
}
.about-major li.on p {
	display: block;
	padding-top: 3px;
}
.about-major li.on .picture img:hover {
	transform: scale(1.1);
}
.about-major li>a:hover {
	color: #ff9d00;
	text-decoration: underline;
}



.page_over{
	margin-top:16px;
}
.page_over p:nth-child(2){
	margin-top:6px;
}
.page_over p span{
	color:gray;
}
.page_over p a{
	margin-left:4px;
}
.page_over p a:hover{
	color:#ff9d00;
	margin-left:6px;
}





.details-cont h2 {
	position: relative;
    line-height: 24px;
    color: #000;
    background: #fff;
    border-left: 12px solid #ff9d00;
    margin: 35px 0 15px;
}
.details-cont h2:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 100%;
	height: 1px;
	background: #e6e6e6;
}
.details-cont h2 span {
	position: relative;
	font-family: '微软雅黑';
    font-size: 22px !important;
    background: #fff;
    padding: 0 8px 0 12px;
    z-index: 1;
}
.details-cont a {
	color: #ff9d00 !important;
}
.details-cont  table {
	margin: 0 auto;
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}
.details-cont td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}