@charset "utf-8";
/* 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%;
}
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;
}
.mt15{
	margin-top: 15px;
}
.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: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.flex_pag{
	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;
}
header{
	width: 100%;
	height: 42px;
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}
header .logo{
	width: 180px;
	height: 40px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 180px 40px;
	margin-left: 15px;
}
footer{
	color: #999;
	font-size: 12px;
	text-align: center;
	width: 100%;
	line-height: 30px;
	padding:15px 0;
	margin-top: 20px;
	background: #3f4457;
	flex: 0 0 auto;
}
footer .menu a{
	color: #cecece;
	margin: 0 5px;
}
footer .copyright{
	padding-top: 5px;
	line-height: 1.5;
}
footer .copyright a{
	color: #cecece;
}
.block{
	width: 100%;
	padding: 0 15px;
}
.menu_block{
	width: 100%;
	background: #33ba67;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
}
.menu_block a{
	color: #fff;
	font-size: 13px;
	text-align: center;
	width: 25%;
	padding-top: 50px;
	margin: 8px 0;
	background-size: 42px auto;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(../images/wap_icon_02.png);
}
.menu_list{
	padding: 10px;
	background-color: #218c5b;
}
.menu_list a{
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
}
.city_title{
	width: 100%;
	display: flex;
	justify-content: center;
}
.city_title span{
	font-size: 15px;
	font-weight: bold;
	padding-left: 20px;
	background: url(../images/wap_icon_13.png) left no-repeat;
	background-size: 15px auto;
}
.city_list{
	color: #666;
	font-size: 13px;
	text-align: center;
	width: 100%;
	line-height: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.city_list a{
	width: calc(100% / 8);
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.location{
	padding: 10px;
	border-bottom: 1px solid #E6E6E6;
}
.news_box{
	width: 100%;
	margin-top: 18px;
	display: flex;
	justify-content: space-between;
}
.news_box .img{
	width: 115px;
	height: 72px;
	margin-left: 40px;
	flex-shrink: 0;
}
.news_box .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_box .info{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news_box .info .title{
	color: #555;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}
.news_box .info span{
	color: #999;
}

.pages{
	margin-top: 15px;
	text-align: center;
}

.pages a, .pages span{
	display: inline-block;
	height: 32px;
	line-height: 22px;
	padding: 5px 11px;
	margin: 3px;
	border: 1px solid #eee;
	background-color: #f6f6f6;
}

.pages a.cur{
	background-color: #00bc66;
	border-color: #00bc66;
	color: #ffffff;
}
.link_box{
	padding: 5px;
	background-color: #f8f8f8;
}
.link_box .link{
	padding: 10px;
	color: #999;
}
.link_box .link a{
	color: #555;
}
.text_block{
	padding: 15px;
}
.text_block > .info {
	margin-bottom: 10px;
}
.text_block > .info h1{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.text_block > .info p{
	height: 24px;
	color: #e6e1e1;
	font-size: 12px;
	line-height: 24px;
	width: 100%;
	border-bottom: #F7F7F7 1px solid;
}
.text_block .text_box{
	min-height: 300px;
	color: #333;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.8;
}
.text_block .text_box a{
	color: #2bb866;
}
.text_block .text_box h2{
	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{
	margin-top: 15px;
}
.text_block .tags_box a{
	display: inline-block;
	padding: 5px 8px;
	background-color: #f0f0f0;
	color: #999;
	border-radius: 3px;
	font-size: 12px;
}
.title_02{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	padding: 10px 0;
	border-bottom: 1px solid #E6E6E6;
}
.title_02 .more{
	float: right;
	font-size: 14px;
	font-weight: normal;
}
.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;
}
.search_box{
	width: 100%;
}
.search_box input{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #f4f4f4 url(../images/wap_icon_14.png) 15px no-repeat;
	background-size: 15px auto;
	border-radius: 35px;
	padding-left: 37px;
	border: none;
}

.filter{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.filter li span{
	display: block;
	height: 30px;
	line-height: 30px;
	padding-right: 13px;
	background: url(../images/wap_icon_15.png) right no-repeat;
	background-size: 9px auto;
}
.filter dl{
	width: calc(100vw - 30px);
	max-height: calc(100vh - 540px);
	border-top: 1px solid #ececec;
	background: #fff;
	position: absolute;
	left: 0;
	top: 35px;
	overflow-y: auto;
	z-index: 2;
	display: none;
}
.filter dd{
	font-size: 13px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-bottom: 1px solid #ececec;
}
.filter dd a{
	display: block;
}
.school_list{
	width: 100%;
}
.school_list li{
	width: 100%;
	min-width: 0;
	border-bottom: 1px solid #e6e6e6;
	padding: 12px 0;
	display: flex;
}
.school_list li a{
	width: 100%;
	min-width: 0;
	display: flex;
}
.school_list li:last-child{
	border-bottom: none;
}
.school_list li img{
	width: 75px;
	height: 75px;
	border-radius: 75px;
	margin-right: 15px;
	flex-shrink: 0;
}
.school_list li .info{
	font-size: 13px;
	width: 100%;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.school_list li strong{
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 25px;
	margin-bottom: 5px;
}
.school_list li p{
	color: #555555;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 20px;
}
.school_list li .info .base{
}
.school_list li .info .base span{
	background: #f8f8f8;
	color: #999999;
	padding: 2px 4px;
	margin-right: 5px;
	border-radius: 2px;
}

.school_list li .info .base span:first-child:before{
	border-left: 0;
}
.school_list li .info .tags{
	margin-top: 5px;
}
.school_list li .info .tags span{
	background: #f9fff2;
	color: #2bb866;
	padding: 2px 4px;
	margin-right: 5px;
	border-radius: 2px;
}
.school_block{
	width: 100%;
}
.school_block .intro{
	width: 100%;
	padding: 15px 0;
	display: flex;
}
.school_block .intro img{
	width: 75px;
	height: 75px;
	border-radius: 75px;
	margin-right: 15px;
	flex-shrink: 0;
}
.school_block .info{
	font-size: 13px;
	width: 100%;
	min-width: 0;
	line-height: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.school_block .info strong{
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.school_block .info span{
	margin-right: 15px;
}
.school_block .item_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.school_block .item_list li{
	width: calc((100% - 30px) / 4);
	height: 26px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: flex;
}
.school_block .item_list li:nth-child(4n){
	margin-right: 0;
}
.school_block .item_list li a{
	color: #666;
	font-size: 14px;
	text-align: center;
	width: 100%;
	height: 26px;
	line-height: 26px;
	background: #f0f0f0;
	border-radius: 3px;
}
.school_block .item_list .slt a{
	color: #fff;
	background: #00bc66;
}
.school_block .article{
	font-size: 14px;
	width: 100%;
	line-height: 1.8;
}
.school_block .article img{
	max-width: 100%;
}
.school_block .article p{
	margin: 10px 0;
}
.evaluate_notice{
	width: 100%;
	display: flex;
	align-items: center;
	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_tab.layui-table thead tr{
	color: #fff;
	background-color: #2bb866;
}
.evaluate_tab.layui-table tbody tr:hover{
	background: #e9f8ef;
}
.majors{
	margin-bottom: 10px;
}
.major_item{
	display: flex;
	border-top: 1px dashed #eee;
	padding: 10px 0;
}
.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{
	background: #f1f4f8;
	color: #2bb866;
	padding: 2px 4px;
	margin-right: 5px;
}
.major_item .info .tags span:last-child{
	margin-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;
}

.college_list{
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 10px;
}
.college_list .college_item{
	border-bottom: 1px solid #f7f7f7;
	display: flex;
	margin: 10px 0;
}
.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{
	margin-right: 15px;
}
.college_list .college_item .logo img{
	border-radius: 100%;
}
.college_list .college_item .info{
	flex: 1;
	line-height: 1.8;
}
.college_list .college_item .info .name{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
}
.college_list .college_item .info .city span{
	background: #f8f8f8;
	color: #999999;
	padding: 2px 4px;
	margin-right: 5px;
	border-radius: 2px;
}
.college_list .college_item .info .tags span{
	background: #f9fff2;
	color: #2bb866;
	padding: 2px 4px;
	margin-right: 5px;
	border-radius: 2px;
}

.school_list li{
	display: block;
	position: relative;
}
.school_list li a.like, .school_list li a.liked{
	display: block;
	text-align: center;
	width: 50px;
	height: 26px;
	line-height: 26px;
	border-radius: 3px;
	color: #f58b5b;
	border: 1px solid #f58b5b;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 36px;
}
.school_list li a.liked, .school_list li a.like:hover {
	color: #fff;
	background: #f58b5b;
}

/*  ----- 国外院校库 strat----- */

.facademy_list {
	width: 100%;
	min-width: 0;
}

.facademy_list li a {
	display: inline-flex;
	width: 100%;
	align-items: center;
	padding: 12px;
	border-bottom: 1px solid #e6e6e6;
}

.facademy_list li a img {
	width: 30%;
	height: auto;
	max-height: 75px;
}

.facademy_list li a .info {
	width: 70%;
	padding-left: 15px;
	line-height: 1.8;
}

.facademy_list li a .info strong {
	font-size: 16px;
}

/* .facademy_list li a .info p, */
.facademy_list li a .info div {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.facademy_list li a .info p {
	font-size: 13px;
	color: gray;
}

/* 国外院校详情 */
.facademy_block {
	width: 100%;
}

.facademy_block .intro {
	width: 100%;
	padding: 15px 0;
	display: flex;
	align-items: center;
}

.facademy_block .intro .intro_logo {
	display: flex;
	width: 30%;
	flex-direction: column;
}

.facademy_block .intro img {
	width: 100%;
}

.facademy_block .intro img:first-child {
	margin-bottom: 5px;
}

.facademy_block .intro .info {
	width: 70%;
	padding-left: 10px;
	line-height: 1.65;
	font-size: 13px;
}

.facademy_block .intro .info strong {
	font-size: 16px;
	display: block;
}

.facademy_block .intro .info small {
	font-size: 12px;
	color: #000;
}

.facademy_block .intro .info p {
	color: gray;
}

.facademy_block .intro .info p span {
	padding-right: 15px;
}

.facademy_block .item_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.facademy_block .item_list li {
	width: calc((100% - 30px) / 4);
	height: 26px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: flex;
}

.facademy_block .item_list li:nth-child(4n) {
	margin-right: 0;
}

.facademy_block .item_list li a {
	color: #666;
	font-size: 14px;
	text-align: center;
	width: 100%;
	height: 26px;
	line-height: 26px;
	background: #f0f0f0;
	border-radius: 3px;
}

.facademy_block .item_list .slt a {
	color: #fff;
	background: #00bc66;
}

/* 通用模板 */
.facademy_block .gm_box {
	font-size: 14px;
	width: 100%;
	line-height: 1.8;
	padding: 8px 5px 0;
}
.facademy_block .gm_box h2{
	font-weight: bold;
	font-size: 16px;
}
.flex_warp {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}

.col-ms-30 {
	width: 50%;
}

/* 专业设置 */
.prl5 {
	padding: 0 10px;
}

.major_list {
	margin-top: -5px;
	padding: 0 5px;
}

.major_list li a {
	display: block;
	width: 100%;
	align-items: center;
	padding: 12px 0;
	line-height: 1.75;
	font-size: 14px;
	border-bottom: 1px solid #e6e6e6;
}

.major_list li a strong {
	font-size: 15px;
}

/* 录取要求 */
.facademy_block .gm_box .enroll_item:first-child {
	margin-bottom: 10px;
}

.fart_pages {
	padding-top: 10px;
}

.block .headline {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #E6E6E6;
}

.block .border_no {
	border: 0;
}

.block .headline span {
	color: #00bc66;
	font-size: 16px;
	font-weight: 600;
}

.block .headline img {
	margin-top: -4px;
}

.block .headline .more {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	padding-right: 2px;
}

/* 院校动态 */
.dynamic_block {
	width: 100%;
	padding: 0 0 10px 0;
}

.block .dynamic {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 15px;
}

.block .dynamic .info {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.block .dynamic .info .title {
	color: #555;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}

.block .dynamic .info span {
	color: #999;
}

.block .dynamic .img {
	width: 115px;
	height: 72px;
	margin-left: 25px;
	flex-shrink: 0;
}

.block .dynamic .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 同类院校 */
.same_campus {
	padding: 0 12px;
}

.same_campus li:last-child a {
	border: 0;
	padding-bottom: 0;
}

/*  ----- 国外院校库 end----- */