@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: #fff;
}

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;
	max-width: 768px;
	margin: 0 auto;
}

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

/* flex布局 */
.flex_row {
	display: flex;
}

.flex_row_center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex_row_right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.flex_row_between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex_row_start {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.flex_row_end {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.flex_warp {
	display: flex;
	flex-wrap: wrap;
}

/* 顶部样式 */
/*header .search {*/
/*	height: 3.15rem;*/
/*	padding: 0 1.25rem;*/
/*	border-bottom: 1px solid #EDEAEA;*/
/*}*/

header .search a {
	display: block;
}

header .search a .logo {
	display: inline-block;
	height: 1.438rem;
	width: auto;
	color: #EDEAEA;
}

header .search .search_box .layui-input {
	background: #F6F6F6;
	padding-left: 1rem;
	line-height: 1.75rem;
	width: 10.9375rem;
	border-color: #F6F6F6;
	border-radius: 0.2rem;
}

header .nav_block {
	padding: 0 1.25rem;
	height: 3.125rem;
	line-height: 3.125rem;
	position: relative;
	box-shadow: 0 2px 5px lightgray;
}


header .nav_block li {
	display: flex;
	align-items: center;
	justify-content: center;
}

header .nav_block li img {
	display: block;
	height: 0.4375rem;
	width: auto;
	padding-left: 0.625rem;
}

.mt15 {
	margin-top: 0.8rem;
}

.mt16 {
	margin-top: 0.9rem;
}

.mt10 {
	margin-top: 0.625rem;
}

/* 内容部分 */
.container {
	background: #F6F6F6;
}

/* 模板标头（标签蓝色） */
.modal_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 1rem;
	padding-bottom: 0.8rem;
}

.modal_header span {
	display: block;
	font-size: 0.9375rem;
	font-weight: bold;
	position: relative;
	padding-left: 0.7rem;
}

.modal_header span::before {
	content: '';
	width: 0.16rem;
	height: 1.094rem;
	background: #0092FF;
	position: absolute;
	top: 0.25rem;
	left: 0;
}

.modal_header a {
	display: block;
	font-size: 0.8125rem;
	color: #999999;
}

/* 模板分类模板标题(字体蓝色) */
.modal_class {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 1rem;
}

.modal_class span {
	display: block;
	font-size: 1rem;
	font-weight: bold;
	position: relative;
	color: #0092ff;
}

.modal_class a {
	display: block;
	font-size: 0.8125rem;
	color: #999999;
}

/* 数据展示列表 */
.data_list ul li {
	position: relative;
	padding-left: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 2rem;
}

.data_list ul li:last-child {
	padding-bottom: 0.55rem;
}

.data_list ul li::before {
	content: '';
	position: absolute;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: #C6C5C5;
	left: 0;
	top: 0.75rem;
}

.data_list ul li a {
	width: 85%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.data_list ul li .time {
	width: 15%;
	text-align: right;
	color: #aaaaaa;
	font-size: 0.8125rem;
}

/* 院校推荐模板 */
.modal_school {
	background: #fff;
	padding: 0 1.25rem;
}
.modal_school .school_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.modal_school .school_list li {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-bottom: 0.35rem;
}

.modal_school .school_list a {
	display: flex;
	flex-direction: column;
	/* width: 6.562rem;*/
	width: 30%;
	height: 6.875rem;;
	align-items: center;
	justify-content: center;
	border: 1px solid #E6E6E6;
	border-radius: 0.3rem;
	margin-bottom: 1rem;
}

.modal_school .school_list li a:nth-child(3n) {
	margin-right: 0;
}

.modal_school .school_list img {
	width: 4.22rem;
	height: 4.22rem;
	object-fit: cover;
	border-radius: 50%;
}

.modal_school .school_list span {
	font-size: 0.75rem;
	padding-top: 0.45rem;
	width: 95%;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* 底部样式 */
footer {
	height: 5.3125rem;
	min-height: 5.3125rem;
	background: #333D3C;
	color: #cecece;
}

footer .menu {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 1.2rem;
}

footer .menu a {
	font-size: 0.8125rem;
	margin: 0 0.625rem;
	color: #cecece;
}

footer .copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8125rem;
	padding-top: 0.45rem;
}

footer .copyright a {
	color: #cecece;
}

.news_info {
	background: #fff;
	padding: 0 1.25rem;
}

.news_info .img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0.9375rem 0 1.15rem 0;
	position: relative;
}

.news_info .img img {
	width: 100%;
	height: auto;
}

.news_info .img span {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 1.15rem;
	height: 2.03rem;
	line-height: 2.03rem;
	color: #fff;
	padding-left: 0.625rem;
	font-size: 0.9375rem;
	background: rgba(0, 0, 0, 0.4);
}

.news_info .title {
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	margin: auto;
}

.news_info .desc {
	text-indent: 1.4rem;
	font-size: 0.8125rem;
	line-height: 1.5rem;
	padding-top: 0.2rem;
	position: relative;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_info .desc a {
	display: block;
	color: #555555;
}

.news_info .data_list {
	border-top: 1px dashed #d9d9d9;
	padding-top: 0.5rem;
}

/* 分类目录 */
.category {
	background: #fff;
	padding: 0 1.25rem;
}

.category:last-child {
	padding-bottom: 0.35rem;
}

.category .information {
	display: flex;
	padding-bottom: 0.75rem;
	overflow: hidden;
}

.category .information .img {
	width: 7.1875rem;
	min-width: 7.1875rem;
}

.category .information .img img {
	width: 100%;
	height: auto;
	max-height: 4.8125rem;
	min-height: 4.8125rem;
}

.category .information .detail {
	padding-left: 0.625rem;
}

.category .information .title {
	height: 1.25rem;
	line-height: 1.25rem;
	white-space: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}
.category .information .title > a{
	color: #111;
	font-size: 0.875rem;
	height: 1.25rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.category .information .desc {
	color: #777777;
	font-size: 0.6875rem;
	line-height: 1.25rem;
	height: 3.75rem;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.category .cus_list {
	border-top: 1px solid #d9d9d9;
	padding-top: 0.6rem;
}

.category .cus_list ul li {
	padding-left: 0.8rem;
}

.category .cus_list ul li::before {
	width: 0.25rem;
	height: 0.25rem;
	border-radius: 0 !important;
	top: 0.85rem;
}

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

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