@charset "utf-8";
/* 引入图标库 */
/* @import url(https://at.alicdn.com/t/font_3304945_fcazwn0c5ve.css); */
/* CSS Document */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
i,
b,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
footer,
header,
nav,
menu,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

button,
select,
input,
textarea {
  font-size: 14px;
  font-family: STHeiti-Light, "Hiragino Sans GB", "Microsoft Yahei", Arial;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}
html,body{
	height: 100%;
	background: #f1f4f8;
}
body {
  font-size: 14px;
  font-family: STHeiti-Light, "Hiragino Sans GB", "Microsoft Yahei", Arial;
  color: #333;
  line-height: 1.8;
	display: flex;
  flex-direction: column;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

input,
textarea {
  outline: none;
  resize: none;
}

div:active {
  outline: none;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;  */
}

input {
  border: none;
}

input:focus {
  border: none;
  outline: none;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.2s;
  cursor: pointer;
}

a:hover {
  color: #0772fc;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-track:hover {
  background: #eee;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #b9b9b9;
}

::-webkit-scrollbar-thumb:hover {
  background: #747474;
}

::-webkit-scrollbar-thumb:active {
  background: #555;
}

/* common ------------------------*/

.layui-btn{
	background-color: #00bc66;
}

.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt70{
	margin-top: 70px;
}
.mt120{
	margin-top: 120px;
}

.content{
	width: 1200px;
	margin: 0 auto;
	flex: 1 0 auto;
}
.flex_spb{
	display: flex;
	justify-content: space-between;
}
.flex_cet{
	display: flex;
	justify-content: center;
}
.flex_alc{
	display: flex;
	align-items: center;
}
.block{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.block .left{
	width: 170px;
}
.block .center{
	width: 675px;
}
.block .right{
	width: 335px;
}


header{
	width: 100%;
	flex: 0 0 auto;
	background: #fff;
}
header .logo{
	width: 400px;
	height: 90px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 400px 90px;
}
header .search_box{
	width: 520px;
	border: 1px solid #00c091;
	display: flex;
}
header .search_box .layui-input{
	font-size: 15px;
	height: 40px;
	border: none;
}
header .search_box .layui-btn{
	color: #fff;
	font-size: 16px;
	text-indent: 25px;
	width: 90px;
	height: 40px;
	border: none;
	border-radius: 0;
	background: #00bc66 url(../images/ico_01.png) 15px no-repeat;
	padding: 0;
	flex-shrink: 0;
}
header .nav_block{
	width: 100%;
	background: #2bb866;
}
header .nav_block .nav{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
header .nav_block .nav>li{
	position: relative;
}
header .nav_block .nav>li a{
	color: #fff;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	display: inline-block;
	white-space: nowrap;
}
header .nav_block .nav a:hover,
header .nav_block .nav .slt a{
	background: #27a55c;
}
header .nav_block .nav>li>ul{
	display: none;
	background: #2bb866;
	position: absolute;
	z-index: 50;
}
header .nav_block .nav>li>ul li a{
	display: block;
}
header .nav_block .nav>li:hover>ul{
	display: block;
}

.city_block{
	width: 100%;
	background: #fff;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.city_block h2{
	color: #f75e37;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 130px;
	flex-shrink: 0;
}
.city_block .city_list {
	display: flex;
	flex-wrap: wrap;
}
.city_block .city_list a{
	text-align: center;
	width: 64px;
	height: 18px;
	line-height: 18px;
	border-right: 1px solid #dfddee;
	margin: 7px 0;
}

.menu_left{
	width: 100%;
	background: #fff;
}
.menu_left li {
	height: 50px;
	line-height: 50px;
	position: relative;
}
.menu_left li a:hover{
	color: #000;
	background-color: #F6F6F6;
}
.menu_left>li>a{
	display: block;
	font-size: 16px;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	padding: 0 20px 0 44px;
	background-position: 20px center;
	background-repeat: no-repeat;
	background-size: 15px 15px;
}

.menu_left>li>a.tags{
	background-image: url("../images/ico_13.png");
}

.menu_left>li>ul{
	display: none;
	width: 100%;
	background: #fff;
	position: absolute;
	left: 100%;
	top: 0;
}
.menu_left>li>ul a{
	display: block;
	font-size: 16px;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	padding: 0 20px;
}
.menu_left>li:hover>ul{
	display: block;
}

.news_box{
	width: 100%;
	background: #fff;
	padding: 20px 15px;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
}
.news_box .img{
	width: 180px;
	height: 120px;
	margin-right: 20px;
	flex-shrink: 0;
}
.news_box .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_box .info{
	width: 100%;
	min-width: 0;
}
.news_box .title{
	font-size: 18px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_box p{
	color: #666;
	width: 100%;
	line-height: 22px;
	max-height: 66px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news_box .time{
	color: #999;
	font-size: 13px;
	width: 100%;
	margin-top: 5px;
}

.sticky {
	position: sticky;
	top: 0;
	z-index: 99;
}

.news_block{
	width: 100%;
	background: #fff;
	padding: 15px 20px;
	margin-bottom: 10px;
}

.title_01{
	display: flex;
	justify-content: space-between;
	margin-left: -20px;
}
.title_01 span{
	color: #2bb866;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	border-left: 6px solid #2bb866;
	padding-left: 15px;
}
.list_1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list_1 li{
	font-size: 15px;
	width: calc(100% / 3);
	line-height: 36px;
	padding-left: 15px;
	position: relative;
}
.list_1 li::before{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #2bb866;
	position: absolute;
	left: 0px;
	top: 14px;
}

.ranking_list li{
	width:100%;
	padding-left: 32px;
	position: relative;
	display: flex;
}
.ranking_list li a{
	width: 100%;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ranking_list li::before{
	content: '';
	color: #fff;
	font-size: 12px;
	width: 17px;
	height: 17px;
	border-radius: 3px;
	background: #ebebeb;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0px;
	top: 12px;
}
.ranking_list li:nth-child(1):before{
	content: '1';
	background: #e33e42;
}
.ranking_list li:nth-child(2):before{
	content: '2';
	background: #e7805c;
}
.ranking_list li:nth-child(3):before{
	content: '3';
	background: #e8b856;
}
.ranking_list li:nth-child(4):before{
	content: '4';
	color: #999;
}
.ranking_list li:nth-child(5):before{
	content: '5';
	color: #999;
}
.ranking_list li:nth-child(6):before{
	content: '6';
	color: #999;
}
.ranking_list li:nth-child(7):before{
	content: '7';
	color: #999;
}
.ranking_list li:nth-child(8):before{
	content: '8';
	color: #999;
}
.ranking_list li:nth-child(9):before{
	content: '9';
	color: #999;
}
.ranking_list li:nth-child(10):before{
	content: '10';
	color: #999;
}
.ranking_list li:nth-child(11):before{
	content: '11';
	color: #999;
}
.ranking_list li:nth-child(12):before{
	content: '12';
	color: #999;
}
.img_list li{
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
.img_list .img{
	width: 66px;
	height: 44px;
	margin-right: 15px;
	flex-shrink: 0;
}
.img_list .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img_list .info{
	width: 100%;
	min-width: 0;
}
.img_list .title{
	font-size: 15px;
	width: 100%;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.img_list p{
	color: #999;
	font-size: 12px;
	width: 100%;
}
.linker_block{
	background-color: #fff;
	padding: 15px 20px;
}
.linker_block>.layui-tab-title .layui-this{
	color: #2bb866 !important;
	font-size: 16px;
	font-weight: bold;
}
.linker_block>.layui-tab-title .layui-this:after{
	border-bottom: 2px solid #2bb866 !important;;
}
.linker_block>.layui-tab-content .layui-tab-item {
	min-height: 50px;
}
.linker_block>.layui-tab-content .layui-tab-item a{
	font-size: 15px;
	margin-right: 20px;
}
.linker_block>.layui-tab-content .layui-tab-item img{
	height: 50px;
}

footer{
	width: 100%;
	background: #333d3c;
	padding: 20px 0;
	flex: 0 0 auto;
}
footer .menu_foot{
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #636766;
	display: flex;
	justify-content: center;
}
footer .menu_foot a{
	color: #ccc;
	font-size: 15px;
	margin: 0 15px;
}
footer .copyright{
	color: #999;
	width: 100%;
	line-height: 30px;
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
footer .copyright a{
	color: #cccccc;
}
.cate-menu{
	background-color: #fff;
	padding: 5px;
	margin-bottom: 10px;
}
.cate-menu li{
	display: inline-block;
	margin: 5px;
}
.cate-menu li a{
	display: block;
	background-color: #f8f8f8;
	padding: 5px 8px;
	border-radius: 2px;
}
.cate-menu li a:hover{
	background-color: #00bc66;
	color: #fff;
}
.location {
	color: #999;
	font-size: 13px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #fff url(../images/ico_14.png) 25px no-repeat;
	padding-left: 50px;
	margin-bottom: 10px;
}
.text_block {
	background: #fff;
}
.text_block > .info {
	width: 100%;
	border-bottom: 1px solid #ececec;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.text_block > .info h1 {
	font-size: 24px;
	font-weight: bold;
}
.text_block > .info p {
	color: #999;
	font-size: 13px;
	margin-top: 10px;
}
.text_block .text_box {
	font-size: 16px;
	width: 100%;
	line-height: 30px;
	padding: 25px;
}
.text_block .text_box p {
	margin: 10px 0;
	color: #666;
}
.text_block .text_box a{
	color: #2bb866;
}
.text_block .text_box strong {
	color: #121212;
}
.text_block .text_box h2 {
	color: #121212;
	font-size: 20px;
	font-weight: bold;
	padding: 15px;
	position: relative;
}
.text_block .text_box h2:before {
	content: '';
	width: 4px;
	background: linear-gradient(to right, #2bb866, #4cb076);
	box-shadow: 8px 0 12px 0 rgba(0, 123, 255, .3);
	position: absolute;
	left: 0;
	top: 15px;
	bottom: 15px;
}
.text_block .text_box h3{
	font-size: 18px;
	font-weight: bold;
	padding: 10px 15px;
	position: relative;
}
.text_block .text_box h3:before {
	content: '';
	width: 4px;
	background: linear-gradient(to right, #2bb866, #4cb076);
	box-shadow: 8px 0 12px 0 rgba(0, 123, 255, .3);
	position: absolute;
	left: 0;
	top: 15px;
	bottom: 15px;
}
.text_block .text_box ._editor h2, .text_block .text_box ._editor h3{
	padding: 0;
}
.text_block .text_box ._editor h2:before, .text_block .text_box ._editor h3:before{
	width: 0;
}
.text_block .text_box img{
	max-width: 100%;
	height: auto;
}
.text_block .text_box table{
	width: 100%;
	max-width: 100% !important;
	border-left: 1px solid #C2C2C2;
	border-top: 1px solid #C2C2C2;
}
.text_block .text_box table td, .text_block .text_box table th{
	padding: 3px 5px;
	border-right: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
}
.text_block .tags_box{
	padding: 0px 25px 25px 25px;
}
.text_block .tags_box a{
	display: inline-block;
	padding: 5px 8px;
	background-color: #f0f0f0;
	color: #999;
	border-radius: 3px;
	font-size: 12px;
}
.link_box{
	width: 100%;
	padding: 0 25px;
	background: #fff;
	display: flex;
	justify-content: space-between;
}
.link_box .link{
	max-width: 48%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.title_02{
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	padding: 10px 25px;
	background: #fff;
	border-bottom: 1px solid #ececec;
}
.tag_block{
	width: 100%;
	padding:15px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}
.tag_block a{
	color: #7c7c9e;
	height: 28px;
	line-height: 28px;
	border: 1px solid #eee;
	background: #f7f7f7;
	padding: 0 7px;
	margin:8px 10px 8px 0 ;
}
.tag_block a:hover{
	color: #fff;
	background: #2bb866;
	border: 1px solid #2bb866;
}

.pages{
	padding: 10px 15px;
	text-align: center;
}

.pages a, .pages span{
	display: inline-block;
	height: 32px;
	line-height: 22px;
	padding: 5px 10px;
	margin: 3px;
	border: 1px solid #eee;
	background-color: #ffffff;
}

.pages a.cur, .pages a:hover{
	color: #ffffff;
	background: #00bc66;
	border: 1px solid #00bc66;
}

.right_block{
	width: 1020px;
}
.filter_block{
	width: 100%;
	padding:20px 25px;
	background: #fff;
}
.filter_block .filter_box{
	width: 100%;
	margin-bottom: 7px;
	display: flex;
}
.filter_block .filter_box strong{
	font-size: 15px;
	font-weight: bold;
	width: 80px;
	line-height: 36px;
	flex-shrink: 0;
}
.filter_block .filter_box .filter_list li{
	display: flex;
	flex-wrap: wrap;
}
.filter_block .filter_box .filter_list a{
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	margin:3px 7px 3px 0;
}
.filter_block .filter_box .filter_list a.slt{
	color: #fff;
	background: #2bb866;
	border-radius: 4px;
}
.filter_search{
	width: 100%;
	margin-top: 15px;
	display: flex;
	justify-content: flex-end;
}
.filter_block  .search_box{
	width: 300px;
	display: flex;
}
.filter_block  .search_box .layui-input{
	font-size: 14px;
	height: 35px;
	border: 1px solid #e6e6e6;
	border-right: none;
	border-radius: 4px 0 0 4px;
}
.filter_block  .search_box .layui-btn{
	color: #fff;
	font-size: 16px;
	text-indent: 25px;
	width: 40px;
	height: 35px;
	border: none;
	background: #00bc66 url(../images/ico_01.png) center no-repeat;
	background-size: 40% auto;
	border-radius: 0 4px 4px 0;
	padding: 0;
	flex-shrink: 0;
}

.school_block{
	width: 100%;
	padding:10px 20px;
	background: #fff;
}
.school_block .school_box{
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	display: flex;
	align-items: center;
}

.school_block .school_box img{
	width: 110px;
	height: 110px;
	border-radius: 110px;
	margin-right: 25px;
	flex-shrink: 0;
}
.school_block .school_box .info{
	width: 720px;
	height: 94px;
	line-height: 34px;
	border-right:1px dashed #e2e2e2;
	padding-right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-shrink: 0;
}
.school_block .school_box .info strong{
	font-size: 20px;
	font-weight: bold;
	width: 100%;
}
.school_block .school_box .info .level span{
	display: inline-block;
	min-width: 140px;
}
.school_block .school_box .info .intro{
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.school_block .school_box .link{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.school_block .school_box .link a{
	color: #2bb866;
	text-align: center;
	width: 105px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #2bb866;
	border-radius: 3px;
}
.school_block .school_box .link a:hover{
	color: #fff;
	background: #2bb866;
}

.school_intro{
	width: 100%;
	padding: 20px;
	background: #fff;
	display: flex;
}
.school_intro .img{
	width: 130px;
	height: 130px;
	border-radius: 130px;
	margin-right: 25px;
	flex-shrink: 0;
}
.school_intro .info_list{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.school_intro .info_list li{
	width: 100%;
	min-width: 0;
	margin: 7px 0;
	display: flex;
}
.school_intro .info_list strong{
	font-size: 30px;
}
.school_intro .info_list em{
	color: #2bb866;
	font-style: normal;
	height: 26px;
	line-height: 26px;
	background: #f1f4f8;
	padding: 0 15px;
	margin-right: 15px;
	border-radius: 4px;
}
.school_intro .info_list span{
	height: 26px;
	line-height: 26px;
	margin-right: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.school_item_list{
	width: 100%;
	background: #fff;
	padding: 0 25px;
	display: flex;
	justify-content: space-between;
}
.school_item_list a{
	font-size: 15px;
	height: 60px;
	line-height: 60px;
}
.school_item_list .slt a{
	color: #2bb866;
	border-bottom: 3px solid #2bb866;
	display: inline-block;
}
.school_item_list a:hover{
	color: #2bb866;
	border-bottom: 3px solid #2bb866;
	display: inline-block;
}
.school_block2{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.school_block2 .section{
	width: 675px;
}
.school_block2 .section .section_block{
	background: #fff;
	padding: 15px 0;
	margin-bottom: 10px;
}
.school_block2 .section .section_name{
	line-height: 20px;
	border-left: 6px solid #2bb866;
	padding-left: 15px;
	color: #2bb866;
	font-size: 16px;
	font-weight: bold;
}
.school_block2 .section .section_body{
	padding: 15px 20px;
	line-height: 30px;
}
.school_block2 .article{
	width: 675px;
	line-height: 30px;
	background: #fff;
	padding: 15px 20px;
	margin-bottom: 10px;
}
.school_block2 .article img{
	max-width: 100%;
}
.school_block2 .article table{
	width: 100%;
	max-width: 100% !important;
	border-left: 1px solid #C2C2C2;
	border-top: 1px solid #C2C2C2;
}
.school_block2 .article table td, .school_block2 .article table th{
	padding: 3px 5px;
	border-right: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
}
.school_block2 .left{
	width: 675px;
	line-height: 30px;
	background: #fff;
	padding: 15px 20px;
}
.evaluate_notice{
	width: 100%;
	display: flex;
	position: relative;
	cursor: pointer;
}
.evaluate_notice i{
	color: #666;
	font-size: 18px;
	margin-right: 5px;
}
.evaluate_notice span{
	color: #2bb866;
}
.evaluate_notice .tips{
	color: #fff;
	font-size: 12px;
	width: 320px;
	line-height: 18px;
	padding: 10px;
	border-radius: 8px;
	background: rgba(0,0,0,.8);
	position: absolute;
	left: -10px;
	top: -80px;
	display: none;
}
.evaluate_notice .tips>em{
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 5px solid rgba(0,0,0,.8);
	position: absolute;
	bottom: -10px;
	left: 13px;
}
.evaluate_notice:hover .tips{
	display: block;
}
.evaluate_tab.layui-table thead tr{
	color: #fff;
	background-color: #2bb866;
}
.evaluate_tab.layui-table tbody tr:hover{
	background: #e9f8ef;
}
.school_block2 .right{
	width: 335px;
}
.school_list{
	width: 100%;
}
.school_list li{
	font-size: 15px;
	width: 100%;
	padding: 5px 0;
	display: flex;
	align-items: center;
}
.school_list li img{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin-right: 15px;
}
.news_list li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}
.news_list li::before{
	content: '';
	width: 5px;
	height: 5px;
	background: #ccc;
	position: absolute;
	left: 0px;
	top: 17px;
}

.majors{
	line-height: 30px;
	background: #fff;
	margin-bottom: 10px;
}
.school_block2 .majors{
	width: 675px;
}
.major_item{
	display: flex;
	border-top: 1px dashed #eee;
	padding: 15px;
}
.major_item:hover{
	background-color: #f9f9f9;
}
.major_item:first-child{
	border-top: none;
}
.major_item .info{
	flex: 1;
}
.major_item .info .name{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.major_item .info .tags{
	display: flex;
}

.major_item .info .tags span{
	font-size: 14px;
	color: #555;
	display: inline-block;
	padding-right: 13px;
	position: relative;
	margin-right: 13px;
	border-right: 1px solid #555;
	line-height: 15px;
}
.major_item .info .tags span:last-child{
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}
.major_item .link{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.major_item .link a{
	display: inline-block;
	width: 74px;
	height: 32px;
	background: #2bb866;
	border-radius: 4px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
}

.major_item_list{
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #2bb866;
}
.major_item_list li, .major_item_list li a{
	display: inline-block;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
}
.major_item_list li a{
	color: #2bb866;
	width: 120px;
	text-align: center;
	background: rgba(102,255,2,.03);
}
.major_item_list .slt a{
	color: #ffffff;
	background-color: #2bb866;
}

.college_list{
	padding: 10px;
	border-bottom: 1px solid #ececec;
}
.college_list .college_item{
	border-bottom: 1px solid #ececec;
	display: flex;
	padding: 15px;
}
.college_list .college_item:last-child{
	border-bottom: none;
}
.college_list .college_item .logo, .college_list .college_item .logo img{
	width: 90px;
	height: 90px;
}
.college_list .college_item .logo img{
	border-radius: 100%;
}

.college_list .college_item .info{
	flex: 1;
	line-height: 1.8;
	padding: 0 15px;
}
.college_list .college_item .info .name{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.college_list .college_item .info .level span{
	margin-right: 25px;
}
.college_list .college_item .link{
	align-items: center;
	display: flex;
}
.college_list .college_item .link a{
	display: inline-block;
	color: #2bb866;
	text-align: center;
	width: 105px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #2bb866;
	border-radius: 3px;
}

.school_block .school_box .info{
	width: 605px;
}
.school_block .school_box .link a.like, .school_block .school_box .link a.liked,
.facademy_card .fd_btn a.like, .facademy_card .fd_btn a.liked{
	margin-left: 15px;
	color: #f58b5b;
	border: 1px solid #f58b5b;
	background-color: #ffffff;
}
.school_block .school_box .link a.liked, .school_block .school_box .link a.like:hover,
.facademy_card .fd_btn a.liked, .facademy_card .fd_btn a.like:hover {
	color: #fff;
	background: #f58b5b;
}
.school_intro .info_list li.school_name{
	justify-content: space-between;
}
.school_intro .info_list li.school_name a.like, .school_intro .info_list li.school_name a.liked{
	text-align: center;
	width: 105px;
	height: 35px;
	line-height: 35px;
	border-radius: 3px;
	margin-left: 15px;
	color: #f58b5b;
	border: 1px solid #f58b5b;
}
.school_intro .info_list li.school_name a.liked, .school_intro .info_list li.school_name a.like:hover{
	color: #fff;
	background: #f58b5b;
}

/* --------- 国外院校库样式 start------ */
.foreign_list {
	width: 100%;
}

.foreign_list .foreign_block {
	width: 100%;
	padding: 15px 20px 5px;
	background: #fff;
}

.foreign_list .foreign_block .foreign_box {
	width: 100%;
	margin-bottom: 7px;
	display: flex;
}

.foreign_block .foreign_box strong {
	font-size: 15px;
	font-weight: bold;
	width: 80px;
	line-height: 36px;
	flex-shrink: 0;
	padding-right: 2px;
}

.foreign_block .foreign_box .fr_list li {
	display: flex;
	flex-wrap: wrap;
}

.foreign_block .foreign_box .fr_list a {
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	margin: 3px 7px 3px 0;
}

.foreign_block .foreign_box .fr_list a.slt {
	color: #fff;
	background: #2bb866;
	border-radius: 4px;
}

.foreign_block .filter_search {
	width: 100%;
	margin-top: 15px;
	display: flex;
	justify-content: right;
	padding-bottom: 15px;
}

.foreign_block .search_box {
	width: 300px;
	display: flex;
}

.foreign_block .search_box .layui-input {
	font-size: 14px;
	height: 35px;
	border: 1px solid #e6e6e6;
	border-right: none;
	border-radius: 4px 0 0 4px;
}

.foreign_block .search_box .layui-btn {
	color: #fff;
	font-size: 16px;
	text-indent: 25px;
	width: 40px;
	height: 35px;
	border: none;
	background: #2bb866 url(../images/ico_01.png) center no-repeat;
	background-size: 40% auto;
	border-radius: 0 4px 4px 0;
	padding: 0;
	flex-shrink: 0;
}

.foreign_list .fr_tip {
	padding: 8px 15px;
	margin: 5px 0;
	list-style: none;
	border-radius: 4px;
}

.foreign_list .fr_tip .font_color {
	color: #2bb866;
}

/* 国外院校库 -- 综合查校-学校列表 */
.foreign_list .facademy_list {
	background: #fff;
}

.foreign_list .facademy_card {
	background: #fff;
	border-bottom: 1px solid #EEEEEE;
	display: flex;
	align-items: center;
}

.facademy_card .fd_logo {
	width: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 15px;
}

.facademy_card .fd_logo img {
	display: inline-block;
	height: 100%;
	max-width: 95%;
	margin: auto;
	max-height: 130px;
}

.facademy_card .fd_info {
	flex: 1;
	line-height: 1.75rem;
	padding: 15px 0 10px 20px;
}

.facademy_card .fd_info .school {
	display: flex;
	align-items: center;
}

.facademy_card .fd_info .school .cname {
	font-size: 16px;
	font-weight: 600;
	padding-right: 20px;
}

.facademy_card .fd_info .desc {
	color: #808080;
	font-size: 14px;
}

.facademy_card .fd_info ul.desc li{
	display: inline-block;
	padding-right: 15px;
}

.facademy_card .fd_btn {
	width: 195px;
	display: flex;
	justify-content: space-between;
	margin-right: 15px;
}

.facademy_card .fd_btn a {
	width: 90px;
	height: 35px;
	display: inline-block;
	background: #2bb866;
	color: #fff;
	line-height: 35px;
	text-align: center;
}

/* 分页样式修改 */
.foreign_list .fr_pages {
	padding: 20px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}


/* 热门列表 */
.foreign_hot {
	width: 25%;
}

.foreign_hot .hot_card {
	width: 95%;
	padding: 8px 10px;
	background: #fff;
	line-height: 1.8rem;
	margin-left: 5%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.foreign_hot .hot_card .title {
	color: #2bb866;
	font-size: 15px;
	display: flex;
	align-items: center;
	padding-bottom: 5px;
}

.foreign_hot .hot_card ol {
	width: 100%;
	font-size: 14px;
	margin-left: 6%;
	counter-reset: li;
}

.foreign_hot .hot_card ol li {
	position: relative;
	padding-left: 18px;
	padding-right: 20px;
}

.foreign_hot .hot_card ol li::before {
	content: counter(li) ".";
	counter-increment: li;
	position: absolute;
	left: 0;
	font-size: 14px;
	color: #333;
}

/* 国外院校库-院校介绍 */
.foreign_intro {
	display: flex;
}

.foreign_intro .campus {
	width: 75%;
}

.foreign_intro .campus .campus_item {
	display: flex;
	align-items: flex-start;
	padding: 10px;
	background: #fff;
}

.campus_item .campus_item_logo {
	width: 25%;
}

.campus_item_logo .logo {
	max-height: 70px;
	width: 90%;
	display: block;
	margin: auto;
}

.campus_item_logo .cover {
	height: auto;
	max-width: 90%;
	margin-left: 5%;
	padding-top: 5px;
	min-height: 110px;
}

.campus_item .campus_item_info {
	width: 75%;
}

.campus_item_info .campus_name {
	width: 45%;
	padding: 0px 10px;
}

.campus_item_info .campus_rank {
	width: 55%;
}

.campus_item_info strong {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	margin: 5px 0 10px 0;
}

.campus_item_info .ename {
	font-size: 12px;
}

.campus_item_info .campus_rank {
	justify-content: flex-end;
}

.campus_item_info .campus_rank div {
	width: 40%;
}

.campus_item_info .campus_rank div span {
	background-color: #2bb866;
	height: 35px;
	width: 50px;
	text-align: center;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
}

.campus_item_info .campus_rank div p {
	color: #2bb866;
	font-size: 14px;
	font-weight: 600;
	margin-left: -3px;
	line-height: 1.5rem;
}

.campus_item_info .campus_btom {
	padding: 0 10px;
	line-height: 1.8;
	margin-top: 15px;
	display: flex;
	align-items: flex-start;
}

.campus_item_info .campus_btom ul:first-child {
	width: 33.333333333%;

}

.campus_item_info .campus_btom ul:last-child {
	width: 66.6666666667%;
}

.campus .campus_item_list {
	font-size: 14px;
	background: #2bb866;
	display: flex;
	align-items: center;
}

.campus .campus_item_list a {
	height: 40px;
	display: block;
	line-height: 40px;
	color: #fff;
	padding: 0 10px;
	margin-left: 5px;
	font-weight: 600;
}

.campus .campus_item_list .slt a,
.campus .campus_item_list a:hover {
	color: #2bb866;
	display: inline-block;
	background: #fff;
}

.campus .campus_content {
	background: #fff;
	margin-bottom: 15px;
}

.foreign_intro .headline {
	padding: 12px 0 0 5px;
}

.foreign_intro .headline p {
	color: #2bb866;
	font-size: 16px;
	font-weight: 600;
	margin-left: 6px;
}

/* 通用内容 */
.campus_content .gm_box {
	padding: 15px 30px 20px 30px;
	line-height: 2;
}

/* 师资力量 */
.campus_content .teacher_box {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 30px 20px 30px;
	line-height: 2;
}

/* 专业设置 */
.campus_content .major_box {
	width: 100%;
	padding: 15px 30px 5px;
}

.campus_content .major_box .major_box_item {
	width: 100%;
	margin-bottom: 7px;
	display: flex;
}

.major_box .major_box_item strong {
	font-size: 15px;
	font-weight: bold;
	width: 80px;
	line-height: 36px;
	flex-shrink: 0;
	padding-right: 2px;
}

.major_box .major_box_item .major_type li {
	display: flex;
	flex-wrap: wrap;
}

.major_box .major_box_item .major_type a {
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	margin: 3px 7px 3px 0;
}

.major_box .major_box_item .major_type a.slt {
	color: #fff;
	background: #2bb866;
	border-radius: 4px;
}

.campus .major_list {
	background: #fff;
}

.campus .major_list .major_info {
	display: flex;
	align-items: center;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}

.campus .major_list .major_info:last-child {
	border: 0;
}

.major_list .major_info .major_detail {
	width: 80%;
	line-height: 2;
	padding: 10px 5px;
	margin-left: 5%;
}

.major_list .major_info .major_detail strong {
	font-size: 15px;
}

.major_list .major_info .major_detail .intro span {
	width: 30%;
	display: inline-block;
}

.major_list .major_info ul {
	width: 20%;
}

.major_list .major_info ul li a {
	width: 105px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	background: #2bb866;
	color: #fff;
	text-align: center;
}

.major_list .major_pages {
	padding: 20px 0;
}

.flex_warp {
	display: flex;
	flex-wrap: wrap;
}

/* 录取要求 */
.campus_content {
	position: relative;
}

.campus_content .enroll_box {
	padding: 15px 30px 20px 30px;
	line-height: 2;
}

.campus_content .enroll_box div:first-child {
	margin-bottom: 10px;
}

.col-sm-30 {
	width: 50%;
}

/* 院校动态 */
.campus_content .article_box {
	position: absolute;
	right: 30px;
	top: 12px;
}

.article_box .inner_search label {
	width: 20%;
}

.article_box small {
	margin-left: 20%;
	padding: 15px 0 10px 0;
	display: inline-block;
}

.article_box .search_form {
	border: 1px solid #eeeeee;
	height: 34px;
}

.article_box .search_form .layui-input {
	border: none;
	height: 30px;
	width: 200px;
	line-height: 30px;
}

.article_box .search_form .layui-btn {
	height: 34px;
	line-height: 34px;
	border-radius: 0;
	/* background: #78D29E; */
	background: #2bb866 url(../images/ico_01.png) center no-repeat;
}

.campus_content .art_tip {
	padding: 20px 0 5px 30px;
	display: inline-block;
}

.campus_content .article_card {
	margin: 0px 30px;
	border-top: 1px solid #DEE1E6;
}

.article_card .article_list a {
	display: inline-block;
	padding: 15px 5px 10px 5px;
	line-height: 1.95;
	width: 100%;
	border-bottom: 1px solid #DEE1E6;
}


.article_card .article_list a p {
	font-size: 18px;
}

.article_card .article_list a small {
	color: #777777;
}

.article_card .article_list a .reset {
	display: inline-block;
	font-size: 13px;
}

.article_card .article_pages {
	padding: 20px 0;
}

/* 院校动态 、同类院校 */
.foreign_intro .foreign_side {
	width: 25%;
}

.foreign_intro .foreign_side .side_box {
	background: #fff;
	padding: 2px 5px 5px;
	margin-bottom: 10px;
	border-radius: 10px;
	margin-left: 5%;
}

.foreign_side .side_box ul {
	padding: 5px 0;
}

.foreign_side .side_box .dynamics li {
	margin-left: 10px;
	width: 90%;
	border-bottom: 1px dashed #8c8c8c;
}

.foreign_side .side_box .dynamics li:last-child {
	border: 0;
}

.foreign_side .side_box .dynamics li a {
	padding: 20px 0 25px 15px;
	display: inline-flex;
	flex-direction: column;
	font-size: 14px;
	color: #333;
	line-height: 1.8;
}

.foreign_side .side_box .dynamics li a small {
	color: #777777;
	font-size: 11px;
	padding-left: 10px;
}

.foreign_side .side_box .same_campus {
	width: 80%;
	margin: auto;
	margin-bottom: 20px;
}

.foreign_side .side_box .same_campus li {
	border: 1px solid #DEE1E6;
	height: 140px;
	padding-top: 17px;
	margin-top: 10px;
	position: relative;
}

.foreign_side .side_box .same_campus li a {
	display: inline-flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.foreign_side .side_box .same_campus li:first-child {
	margin-top: 15px;
}

.foreign_side .side_box .same_campus li img {
	width: 100%;
	height: auto;
	max-height: 80px;
	display: block;
}

.foreign_side .side_box .same_campus li p {
	font-size: 14px;
	color: #333;
	position: absolute;
	bottom: 11px;
	width: 80%;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/* -------  国外院校库 end -------- */