@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: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
}

::-webkit-scrollbar-track:hover {
  background: #ececec;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #ececec;
}

::-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;
}

body{
	background: #f6f6f6;
	padding-top: 100px!important;
}

.content{
	width: 100%;
	max-width: 750px;
	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;
}
header {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 auto;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9;
}
header .top{
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border-bottom: 1px solid #f6f5f5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 0 0 auto;
}
header .logo{
	width: 180px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 180px 40px;
}
header .search input{
	font-size: 12px;
	width: 175px;
	height: 30px;
	background: #f6f6f6;
}
header .nav{
	width: 100%;
	height: 50px;
	padding: 0 15px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .nav a{
	height: 50px;
	line-height: 50px;
}
header .nav .more{
	width: 20px;
	height: 100%;
	background: url(../images/mobile/ico_01.png) center no-repeat;
	background-size: 13px auto;
}
footer{
	color: #999;
	font-size: 12px;
	text-align: center;
	width: 100%;
	line-height: 30px;
	padding:15px 0;
	background: #3f4457;
	flex: 0 0 auto;
}


.news_top .top_img{
	width: 100%;
}
.news_top .top_img .img_item{
	width: 100%;
	height: 100%;
	position: relative;
}
.news_top .top_img .img_item .image{
	position: absolute;
	top: 0;
	left: 0;
}
.news_top .top_img .img_item .title{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	padding: 10px;
}
.news_top .top_img .layui-carousel-ind{
	top: -30px;
	text-align: right;
	padding-right: 10px;
}
.news_top .top_list{
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	justify-content: space-between;
}
.news_top .top_list li{
	height: 36px;
	display: flex;
	align-items: center;
}
.news_top .top_list li .cate{
	position: relative;
	background-color: #4498ee;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	margin-right: 20px;
	white-space: nowrap;
}
.news_top .top_list li .cate::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -10px;
	width: 0;
	height: 0;
	border-bottom:10px solid transparent;
	border-top:10px solid transparent;
	border-left:10px solid #4498ee;
	font-size:0;
	line-height:0;
}
.news_top .top_list li .link{
	color: #555555;
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.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;
}

footer a{
	color: #cecece;
}
footer .menu a{
	color: #cecece;
	margin: 0 5px;
}
.block{
	width: 100%;
	padding: 15px;
	background: #fff;
}

.location{
	font-size: 14px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	border-bottom: 1px solid #e6e6e6;
}


.page_list a{
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	background: #f6f6f6;
	border: 1px solid #e9e9e9;
	padding: 0 8px;
	margin: 0 5px;
}
.page_list a.slt{
	color: #fff;
	background: #00bc66;
	border: 1px solid #00bc66;
}
.page_list a:hover{
	color: #fff;
	background: #00bc66;
	border: 1px solid #00bc66;
}
.title_01{
	width: 100%;
}
.title_01 strong{
	font-size: 15px;
	line-height: 30px;
	padding-bottom: 5px;
	border-bottom: 2px solid #0092ff;
}

.news_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news_list li{
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news_list li::before{
	content: '';
	width: 3px;
	height: 3px;
	background: #bbb;
	position: absolute;
	left: 0;
	top: 14px;
}
.news_list li a{
	width: 85%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_list li span{
	color: #aaaaaa;
}

.img_news_block{
	width: 100%;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.img_news_block .img_news_list{
	width: 48%;
	margin-bottom: 10px;
}
.img_news_block .img_news_list img{
	width: 100%;
	height: 110px;
	margin-bottom: 5px;
	object-fit: cover;
}
.img_news_block .img_news_list dd{
	width: 100%;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.more_link{
	color: #959595;
	text-align: center;
	width: 100%;
	height: 32px;
	line-height: 32px;
	display: block;
	background: #f6f6f6;
}

.university_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
.university_list li{
	text-align: center;
	width: 31%;
	margin-top: 15px;
}
.university_list2 li img{
	width: 70px;
	height: 70px;
	object-fit: cover;
}
.university_list li a.title{
	color: #fff;
	text-align: center;
	width: 100%;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	margin-top: 15px;
	background: #67bfff;
	border-radius: 26px;
	display:inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.link_pop{
	width: 100%;
	height: calc(100% - 50px);
	background: #fff;
	position: fixed;
	left: 0;
	top: 50px;
	z-index: 9;
	display: none;
}
.link_pop .back{
	width: 100%;
	height: 37px;
	background: #f5f6f9;
	padding: 0 15px;
	display: flex;
	align-items: center;
}
.link_pop .back span{
	font-size: 12px;
	background: url(../images/mobile/ico_02.png) left no-repeat;
	background-size: 7px auto;
	padding-left: 15px;
}
.link_pop ul{
	width: 100%;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
}
.link_pop li{
	width: 30%;
	margin-right: 4.5%;
	margin-top: 15px;
}
.link_pop li:nth-child(3n){
	margin-right: 0px;
}
.link_pop li a{
	color: #6d6d6d;
	font-size: 13px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: 1px solid #f7f7f7;
	border-radius: 3px;
	background: #fefefe;
	display: flex;
	justify-content: center;
	overflow: hidden;
}