@charset "utf-8";

/* 所有页面主体部分 开始 */
body{
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei", '微软雅黑';
	font-size: 14.5px;
	color: #333;
	background-color: #f2f2f2;
	overflow-y: auto; overflow-x: hidden;
	text-decoration: none;
}

/* 公共部分 开始 */
/* 控制苹果终端 */
input[type="button"], input[type="submit"], input[type="date"], input[type="password"],
input[type="text"], input[type="reset"]{
	-webkit-appearance:none;
	outline: none;
	font-family: "Microsoft Yahei", '微软雅黑';
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	outline: none;
}
input[type="number"] {
	-moz-appearance: textfield;
	outline: none;
	font-family: "Microsoft Yahei", '微软雅黑';
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.input-textarea::-webkit-input-placeholder{
	color: #bbb;
}
.input-textarea:-moz-placeholder {
	color: #bbb;
}
.input-textarea::-moz-placeholder{
	color: #bbb;
}
.input-textarea:-ms-input-placeholder{
	color: #bbb;
}
[v-cloak] {
	display: none !important;
}
textarea{
	-webkit-appearance:none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #0088e6;
	text-decoration: none;
}
img {
	border: 0;
	vertical-align: top;
}
form {
	padding: 0;
	margin: 0;
}
.active{
	background-color: #ff2b2a !important;
	border: 1px solid #ff2b2a !important;
	color: #fff !important;
}
.active a {
	color: #fff;
}
/* 特殊样式 */
.text-up{
	padding: 8px 0;
}
.text-down{
	padding: 8px 0 0;
}
.text-grey {
	color: #666 !important;
	background-color: #f4f4f4;
}
.text-red {
	color: #ff2b2b !important;
	background-color: #f4f4f4;
}
.month-text{
	margin-top: 8px !important;
}
.back-red {
	background-color: #ff2b2a;
}
.back-blue {
	background-color: #0088e6;
}

/* 公共列表标题 */
.article-title{
	width: 100%;
	height: 50px;
	display: flex;
	flex-direction: row;
}
.article-title-main{
	flex-basis: auto;
	border-bottom: 2px solid #bc0e17;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
}
.article-title-vice{
	flex: 1;
	border-bottom: 2px solid #ddd;
	text-align: right;
	color: #999;
	line-height: 50px;
	font-size: 13px;
}
.article-title-vice a{
	color: #999;
}
.article-title-vice a:hover{
	color: #bc0e17;
}

/* 公共列表 */
.article-list{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	overflow: hidden;
}
.article-list ul li{
	height: 40px;
	line-height: 40px;
	text-align: left;
	white-space: nowrap; /* 确保文字不会换行 */
	overflow: hidden; /* 隐藏超出容器的文字 */
	text-overflow: ellipsis; /* 使用省略号表示文字被截断 */
}
.article-list ul li span{
	float: right;
	font-size: 12px;
	color: #999;
	margin: 0 0 0 10px;
}

.service-content{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	text-align: center;
}
.service-title {
	font-size: 18px;
	font-weight: bold;
	color: #ff2b2a;
	padding: 10px 0;
}
.service-expect {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 10px;
}
.service-countdown {
	margin: 0 0 8px;
	display: flex;
	justify-content:center; 
	align-items: flex-end;
}
.service-countdown span {
	font-size: 22px;
	font-weight: bold;
	color: #ff2b2a;
	margin: 0 5px -3px 5px;
}
.service-button {
	box-sizing: border-box;
	padding: 15px 5% 0;
}
.service-button a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 3px;
}
.service-tips {
	color: #f00;
	font-size: 14px;
	padding: 12px 0;
}

/* 通栏广告 */
.advertising{
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 40px;
}
.advertising img{
	width: 1280px;
	height: auto;
	border: 0;
	vertical-align: top;
	border-radius: 4px;
}

/* 栏目标题 */
.column-title{
	width: 100%;
	height: 24px;
	line-height: 24px;
	box-sizing: border-box;
	color: #0088e6;
	font-size: 22px;
	font-weight: bold;
}
.column-title img {
	width: 4px;
	height: 24px;
	margin: 0 10px 0 0;
}

/* 栏目布局 */
.column-layout{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}
.column-left, .column-center, .column-right{
	width: 400px;
	display: flex;
	flex-direction: column;
}
.column-right img{
	width: 400px;
	height: 230px;
	border: 0;
	border-radius: 4px;
	vertical-align: top;
	margin: 15px 0 0;
}
/* 公共部分 结束 */

/* Header文件 开始 */
.head-container{
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	background-color: #fff;
	padding: 0 0 5px;
}
.head-content{
	width: 1280px; 
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 12px;
	display: flex; 
	flex-direction: row;
}
.head-logo{
	width: 265px;
	text-align: left;
	height: 100px;
	display: flex;
	align-items: center;
}
.head-logo img{
	width: 261px; 
	height: auto; 
	border: 0;
}
.head-search {
	width: 280px;
	box-sizing: border-box;
	text-align: left;
	height: 100px;
	display: flex;
	align-items: center;
}
.search-group {
	width: 280px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #0088e6;
	display: flex;
	flex-direction: row;
}
.search-group-input {
	width: 240px;
	height: 40px;
	box-sizing: border-box;
}
.search-group-input input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 5%;
	box-sizing: border-box;
	border: 0;
	border-radius: 5px 0 0 5px;
	font-size: 14.5px;
	font-style: normal;
}
.search-group-button {
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 0 5px 5px 0;
	background-color: #0088e6;
}
.search-group-button button {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-image: url(../image/search.png);	
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #0088e6;
	border: 0;
}
.head-link{
	flex: 1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
}
.head-link-icon {
	width: 475px;
}
.head-link-icon li {
	float: left;
	width: 95px;
	text-align: center;
	font-size: 14px;
}
.head-link-icon li a {
	color: #f00;
}
.head-link-icon li img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
}
.head-link-icon li span {
	display: block;
}

.menu-container{
	width: 100%;
	background-color: #0088e6;
	margin: 0;
}
.menu-content{
	width: 1280px; 
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	color: #fff;
}
.menu-content li {
	float: left;
	width: 10%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
}
.menu-content li a {
	display: block;
	color: #fff;
}
.menu-content li a:hover {
	width: 128px;
	background-color: #006eb9 !important;
}
.menu-active {
	background-color: #006eb9;
}

/* 左侧快速按钮 */
#fixed-left {
	position: fixed;
	left: 10px;
	top: 18%;
	padding: 15px;
	padding-left: 10px;
	transition: all 0.1s;
	z-index: 3;
}
#fixed-left>div {
	box-sizing: content-box;
	background-color: #fff;
	height: 70px;
	width: 75px;
	text-align: center;
	padding: 10px 0;
	box-shadow: 0 0 2px #708090;
	margin-bottom: 10px;
	border-radius: 3px;
}
#fixed-left>div:hover {
	transform: scale(1.08);
	font-weight: bold;
}
#fixed-left>div>a {
	color: #333;
}
#fixed-left>div>a>img {
	width: 60%;
	transition: all 0.1s;
}
#fixed-left>div>a>p {
	font-size: 14px;
	margin: 6px 0 3px;
}
#f_kstx div {
	display: none;
}
.alert-kf {
	cursor: pointer;
}
#fixed-left>div#f_kstx:hover {
	transform: scale(1);
}
#fixed-left>div#f_kstx:hover div {
	display: block;
	color: #1E50A2;
}
/* 右侧快速按钮 */
#float-right {
	width: 180px;
	height: 510px;
	background: url(../image/ad-right.png);
	background-size: 100%;
	right: 10px;
	top: 25%;
	position: fixed;
	z-index: 3;
	box-sizing: initial;
}
#float-right .pan_a {
	height: 155px;
	display: block;
	width: 155px;
	border-radius: 200px;
	margin-left: 10px;
}
#float-right>p {
	text-align: center;
	font-size: 16.5px;
	color: #fff;
	height: 31px;
	line-height: 35px;
	margin: 0
}
#float-right>p>a {
	color: #fff;
}
#float-right ul {
	width: 180px;
	overflow: hidden;
	padding-top: 7px;
	margin-bottom: 0;
	padding-left: 0;
}
#float-right li {
	font-size: 15px;
	color: #0168b7;
	text-align: center;
	height: 24px;
	width: 117px;
	line-height: 24px;
	margin: 5px auto;
}
#float-right a {
	color: #0168b7;
	cursor: pointer;
}
#float-right .float-right-wsbm {
	margin-top: 13px;
}
#float-right .float-right-wsbm a {
	color: #fff
}
#float-right-ewm {
	width: 50px;
	height: 64px;
	position: absolute;
	right: 34px;
	bottom: 32px;
	font-size: 0;
	text-align: center;
}
#float-right-ewm img {
	width: 50px;
	height: 50px;
}
#float-right-ewm>p {
	font-size: 8px;
}
#float-right-totop {
	position: absolute;
	bottom: 6px;
	text-align: center;
	width: 100%;
	font-size: 15px;
	letter-spacing: 2px;
}
#float-right-ewm #float-right-ewm-h {
	width: 117px;
	height: 117px;
	position: absolute;
	left: -204px;
	max-width: 117px !important;
	top: -68px;
	display: none;
}
#float-right-ewm:hover #float-right-ewm-h {
	display: block
}
/* Header文件 结束 */

/* Footer文件 开始 */
.footer-container{
	width: 100%; 
	padding: 30px 0;
}
.footer-content{
	width: 1280px; 
	margin: 0 auto; 
	box-sizing: border-box; 
	text-align: center;
	display: flex; 
	flex-direction: column;
	line-height: 180%;
	font-size: 14px;
}
.footer-content div:last-child {
	font-weight: bold;
}
.footer-keyword{
	display: none;
	width: 1280px; 
	margin: 0 auto;
	box-sizing: border-box;
	padding: 10px 0 0;
	overflow: hidden;
	font-size: 12px;
}
.footer-keyword li{
	float: left;
	margin: 0 5px 2px 0;
}
.footer-keyword li a{
	color: #999;
}
/* Footer文件 结束 */


.page-container{
	width: 100%;
	box-sizing: border-box; 
	padding: 0 0 5px;
}
.page-content{
	width: 1280px;
	margin: 0 auto; 
	box-sizing: border-box;
	padding: 20px;
	background-color: #fff;
}
.page-box {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.page-content-left{
	width: 900px;
	box-sizing: border-box;
}
.page-content-right {
	width: 290px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.page-right-module {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 30px;
}
.page-right-module:last-child {
	margin-bottom: 0;
}
.paging-list{
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 18px;
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.paging-list li{
	float: left;
	width: 60px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #fff;
	margin: 0 8px 0 0;
	font-size: 14px;
	border-radius: 4px;
}
.paging-list li:hover a{
	background-color: #ff2b28;
	border: 1px solid #ff2b28;
	color: #fff !important;
	border-radius: 4px;
}
.paging-list li:last-child{
	margin-right: 0;
}
.paging-list li a{
	display: block;
}

/* 广告位与专业快速入口 */
.index-poster {
	width: 100%;
	height: 460px;
	box-sizing: border-box;
	text-align: center;
	background-image: url(../image/banner.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	margin: 0 0 15px;
}
.index-poster-content {
	width: 1280px;
	height: 460px;
	margin: 0 auto; 
	box-sizing: border-box; 
	display: flex;
	flex-direction: row;
}
.index-poster-major{
	width: 290px;
	box-sizing: border-box;
	background-color: #fff;
	height: 456px;
	padding: 5px 18px;
	display: flex;
	flex-direction: column;
}
.index-poster-major-single {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 0 8px;
}
.index-poster-major-title {
	text-align: left;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
}
.index-poster-major-title img {
	width: 14px;
	height: auto;
	float: right;
	margin: 11px 5px 0 0;
}
.index-poster-major-list {
	text-align: left;
	padding: 3px 0 5px;
}
.index-poster-major-list li {
	float: left;
	margin: 2px 21px 6px 0;
	font-size: 16px;
}
.index-poster-major-list li:nth-child(3n) {
	margin-right: 0;
}
#zkmenu li:last-child {
	margin: 2px 0 0 15px;
}

.index-poster-link {
	flex: 1;
	text-align: left;
}
.index-poster-link img {
	width: 100%;
	height: 248px;
	margin: 100px 0 0;
}

/* 资讯与入口 */
.index-information{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.index-info{
	width: 460px;
}
.index-info ul li{
	padding: 5px 0;
	text-align: left;
	margin: 0 0 14px 0;
}
.index-info ul li:last-child{
	border-bottom: 0;
	margin-bottom: 0 !important;
}
.index-info-recom{
	width: 100%;
	display: flex;
	flex-direction: row;
	margin: 28px 0 0;
}
.index-info-first {
	margin-top: 0;
}
.index-info-tag{
	width: 50px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background-color: #fe2c2b;
	font-weight: bold;
	border-radius: 4px;
	font-size: 14.5px;
}
.index-info-tag-arrow{
	margin: 8px 0 0;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fe2c2b;
	display: inline-block;
}
.index-info-recom-title{
	width: 400px;
	box-sizing: border-box;
	padding: 0 0 0 8px;
	text-align: left;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap; /* 确保文字不会换行 */
	overflow: hidden; /* 隐藏超出容器的文字 */
	text-overflow: ellipsis; /* 使用省略号表示文字被截断 */
}
.index-info-list{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	margin: 0 0 20px !important;
}
.index-info-list ul li{
	float: left;
	width: 47%;
	margin: 0 6% 0 0;
	height: 22px;
	line-height: 22px;
	white-space: nowrap; /* 确保文字不会换行 */
	overflow: hidden; /* 隐藏超出容器的文字 */
	text-overflow: ellipsis; /* 使用省略号表示文字被截断 */
}
.index-info-list ul li:nth-child(even) {
	margin-right: 0;
}


.index-icons{
	width: 390px;
}
.index-avatar{
	width: 100%;
	font-size: 16px;
	line-height: 160%;
	text-align: left;
	display: flex;
	align-items: center; /* 可选，垂直居中子元素 */
}
.index-avatar-left {
	width: 65px;
}
.index-avatar img{
	width: 65px;
	height: 65px;
	border: 0;
	float: left;
	border-radius: 50%;
	vertical-align: top;
}
.index-avatar-right {
	flex: 1;
	box-sizing: border-box;
	padding: 0 0 0 15px;
}
.index-avatar-right span {
	font-weight: bold;
	color: #fd2b2c;
}
.index-avatar-right h1 {
	display: none;
}
.index-enroll{
	width: 100%;
	box-sizing: border-box;
	padding: 25px 0;
	display: flex;
	align-items: center; /* 可选，垂直居中子元素 */
	color: #666;
	font-size: 14px;
}
.index-enroll a:hover{
	color: #333;
}
.index-enroll span{
	display: inline-block;
	text-align: center;
	font-size: 16px;
	width: 120px;
	height: 35px;
	line-height: 35px;
	background-color: #0088e6;
	color: #fff;
	margin: 0 15px 0 0;
}
.index-enroll span:hover{
	background-color: #006eb9;
}
.index-graduation{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center; /* 可选，垂直居中子元素 */
	background-color: #f7f7f7;
}
.index-graduation-icon{
	width: 52px;
	text-align: center;
}
.index-graduation-icon img{
	width: 22px;
	height: auto;
	border: 0;
	vertical-align: top;
}
.index-graduation-list{
	flex: 1;
	box-sizing: border-box;
	height: 60px;
	padding: 10px 0 0;
	overflow: hidden;
	font-size: 14px;
}
.index-graduation-list ul li{
	text-align: left;
	line-height: 162%;
}
.index-graduation-list ul li span{
	display: block;
}
.index-icons-list{
	width: 100%;
	box-sizing: border-box;
	padding: 18px 0 0; 
	overflow: hidden;
}
.index-icons-list ul li{
	width: 25%;
	float: left;
	text-align: center;
	font-size: 14.5px;
	box-sizing: border-box;
	padding: 14px 0;
}
.index-icons-list ul li img{
	width: 30px;
	height: 30px;
	border: 0;
	vertical-align: top;
}
.index-icons-list ul li span{
	display: block;
	margin: 10px 0 0;
}

/* 快速入口 */
.index-quick {
	width: 100%;
	box-sizing: border-box;
}
.index-entrance{
	width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 15px 0 35px;
	display: flex;
	justify-content: space-between;
}
.index-entrance a {
	color: #fff;
	display: inline-block;
	transition: width 2s;
	-moz-transition: 0.5s;	/* Firefox 4 */
	-webkit-transition: 0.5s;	/* Safari 和 Chrome */
	-o-transition: 0.5s;
}
.index-entrance a:hover {
	margin-top: -10px;
}
.index-entrance a div{
	width: 300px;
	height: 160px;
	display: flex;
	align-items: center; /* 可选，垂直居中子元素 */
	justify-content: center;
	transition: all 0.3s;
}
.index-entrance img{
	width: 300px;
	height: 160px;
}


/* 首页文章列表 */
.index-list-area{
	width: 100%;
	box-sizing: border-box;
	padding: 35px 0 0;
	display: flex;
	flex-direction: column;
}

/* 成考资讯 */
#index-ckzx-content {
	position: relative;
	width: 900px;
	box-sizing: border-box;
	padding: 0;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}
#index-ckzx-content .index-ckzx-title {
	width: 100%;
	padding: 25px 0 0;
	float: left;
	position: absolute;
	z-index: 1;
	border-bottom: 1px solid #ddd;
}
#index-ckzx-content .index-ckzx-title li {
	float: left;
	/* width: 188px; */
	padding: 0 35px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	margin: 0;
}
#index-ckzx-content .index-ckzx-title .selected{
	background-color: #0088e6;
	color: #fff;
	cursor: pointer;
}
#index-ckzx-content .more{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 65px;
	line-height: 85px;
}
#index-ckzx-content .more a {
	color: #999;
	font-size: 12px;
}
#index-ckzx-content .more a:hover {
	color: #0088e6;
}
#index-ckzx-content .index-ckzx-listing{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	clear: both;
	border-bottom: 0 !important;
}
.index-ckzx-listing div{
	margin: 65px 0 0;
	overflow: hidden;
}
.index-ckzx-listing div li{
	float: left;
	width: 47%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	margin-left: 6%;
	white-space: nowrap; /* 确保文字不会换行 */
	overflow: hidden; /* 隐藏超出容器的文字 */
	text-overflow: ellipsis; /* 使用省略号表示文字被截断 */
}
.index-ckzx-listing div li span{
	float: right;
	font-size: 12px;
	color: #999;
	margin: 0 0 0 10px;
}
.index-ckzx-listing div li:nth-child(odd) {
	margin-left: 0 !important;
}

/* 自考资讯 */
#index-zkzx-content {
	position: relative;
	width: 900px;
	box-sizing: border-box;
	padding: 0;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}
#index-zkzx-content .index-zkzx-title {
	width: 100%;
	padding: 25px 0 0;
	float: left;
	position: absolute;
	z-index: 1;
	border-bottom: 1px solid #ddd;
}
#index-zkzx-content .index-zkzx-title li {
	float: left;
	/* width: 188px; */
	padding: 0 35px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	margin: 0;
}
#index-zkzx-content .index-zkzx-title .selected{
	background-color: #0088e6;
	color: #fff;
	cursor: pointer;
}
#index-zkzx-content .more{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 65px;
	line-height: 85px;
}
#index-zkzx-content .more a {
	color: #999;
	font-size: 12px;
}
#index-zkzx-content .more a:hover {
	color: #0088e6;
}
#index-zkzx-content .index-zkzx-listing{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	clear: both;
	border-bottom: 0 !important;
}
.index-zkzx-listing div{
	margin: 65px 0 0;
	overflow: hidden;
}
.index-zkzx-listing div li{
	float: left;
	width: 47%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	margin-left: 6%;
	white-space: nowrap; /* 确保文字不会换行 */
	overflow: hidden; /* 隐藏超出容器的文字 */
	text-overflow: ellipsis; /* 使用省略号表示文字被截断 */
}
.index-zkzx-listing div li span{
	float: right;
	font-size: 12px;
	color: #999;
	margin: 0 0 0 10px;
}
.index-zkzx-listing div li:nth-child(odd) {
	margin-left: 0 !important;
}

/* 复习资料 */
#index-fxzl-content {
	position: relative;
	width: 900px;
	box-sizing: border-box;
	padding: 0;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}
#index-fxzl-content .index-fxzl-title {
	width: 100%;
	padding: 25px 0 0;
	float: left;
	position: absolute;
	z-index: 1;
	border-bottom: 1px solid #ddd;
}
#index-fxzl-content .index-fxzl-title li {
	float: left;
	/* width: 188px; */
	padding: 0 35px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	margin: 0;
}
#index-fxzl-content .index-fxzl-title .selected{
	background-color: #0088e6;
	color: #fff;
	cursor: pointer;
}
#index-fxzl-content .more{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 65px;
	line-height: 85px;
}
#index-fxzl-content .more a {
	color: #999;
	font-size: 12px;
}
#index-fxzl-content .more a:hover {
	color: #0088e6;
}
#index-fxzl-content .index-fxzl-listing{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	clear: both;
	border-bottom: 0 !important;
}
.hide {display: none;}
.index-fxzl-listing div{
	margin: 65px 0 0;
	overflow: hidden;
}
.index-fxzl-listing div li{
	float: left;
	width: 47%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	margin-left: 6%;
	white-space: nowrap; /* 确保文字不会换行 */
	overflow: hidden; /* 隐藏超出容器的文字 */
	text-overflow: ellipsis; /* 使用省略号表示文字被截断 */
}
.index-fxzl-listing div li span{
	float: right;
	font-size: 12px;
	color: #999;
	margin: 0 0 0 10px;
}
.index-fxzl-listing div li:nth-child(odd) {
	margin-left: 0 !important;
}

/* 试题题库 */
#index-sttk-content {
	position: relative;
	width: 900px;
	box-sizing: border-box;
	padding: 0;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}
#index-sttk-content .index-sttk-title {
	width: 100%;
	padding: 25px 0 0;
	float: left;
	position: absolute;
	z-index: 1;
	border-bottom: 1px solid #ddd;
}
#index-sttk-content .index-sttk-title li {
	float: left;
	/* width: 188px; */
	padding: 0 35px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	margin: 0;
}
#index-sttk-content .index-sttk-title .selected{
	background-color: #0088e6;
	color: #fff;
	cursor: pointer;
}
#index-sttk-content .more{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 65px;
	line-height: 85px;
}
#index-sttk-content .more a {
	color: #999;
	font-size: 12px;
}
#index-sttk-content .more a:hover {
	color: #0088e6;
}
#index-sttk-content .index-sttk-listing{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	clear: both;
	border-bottom: 0 !important;
}
.index-sttk-listing div{
	margin: 65px 0 0;
	overflow: hidden;
}
.index-sttk-listing div li{
	float: left;
	width: 47%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	margin-left: 6%;
	white-space: nowrap; /* 确保文字不会换行 */
	overflow: hidden; /* 隐藏超出容器的文字 */
	text-overflow: ellipsis; /* 使用省略号表示文字被截断 */
}
.index-sttk-listing div li span{
	float: right;
	font-size: 12px;
	color: #999;
	margin: 0 0 0 10px;
}
.index-sttk-listing div li:nth-child(odd) {
	margin-left: 0 !important;
}


/* 辅导与学员心声音 */
.index-coach-thinking {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 30px;
	display: flex;
	justify-content: space-between;
}
.index-coach {
	width: 840px;
	display: flex;
	flex-direction: column;
}

/* 考生交流群与微信公众号切换 */
#ewm-content {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#ewm-content .ewm-title {
	width: 100%;
	float: left;
	position: absolute;
	z-index: 1;
	border-bottom: 1px solid #c6d6f0;
}
#ewm-content .ewm-title li {
	float: left;
	width: 50%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	margin: 0;
	border-radius: 4px 4px 0 0;
}
#ewm-content .ewm-title .selected{
	background-color: #0088e6;
	color: #fff;
	cursor: pointer;
}
#ewm-content .ewm-box{
	width: 265px;
	box-sizing: border-box;
	/* height: 255px; */
	clear: both;
	border-bottom: 0 !important;
	margin: 50px 12px 5px;
}
.ewm-box div{
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 6px;
	text-align: center;
}
.ewm-photo {
	padding: 10px 0 5px !important;
}
.ewm-photo img {
	width: 160px;
	height: 160px;
}
.ewm-scan {
	color: #a50102;
	font-size: 15px;
}
.ewm-meno {
	font-size: 13px;
}


.index-thinking {
	width: 400px;
	display: flex;
	flex-direction: column;
}
.index-thinking-list{
	margin: 25px 0 0;
	width: 100%;
	height: 240px;
	box-sizing: border-box;
	padding: 16px 15px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	overflow: hidden;
	border-radius: 2px;
}
.index-thinking-list li{
	width: 100%;
	height: 75px;
	box-sizing: border-box;
	padding: 8px 0 0;
	text-align: left;
	border-bottom: 1px solid #e7e7e7;
	font-size: 14px;
}
.index-thinking-list li:first-child{
	padding-top: 0;
}
.index-thinking-list li div:first-child{
	color: #999;
	font-size: 12px;
	padding: 0 0 3px;
}
.index-thinking-list li div span{
	float: right;
}

/* 友情链接 */
.index-link{
	width: 100%;
	box-sizing: border-box;
	margin: 20px 0;
	border: 1px solid #c6d6f0;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
}
.index-link-title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-size: 18px;
	color: #1e51a2;
	background: linear-gradient(#f9fdfe, #cfebf9);
	border-bottom: 1px solid #c6d6f0;
	border-radius: 4px 4px 0 0;
}
.index-link-title img {
	width: 3px;
	height: auto;
	margin: 12px 10px 0 15px;
}
.index-link-title span {
	float: right;
	font-size: 13px;
	font-weight: normal;
	margin: 0 15px 0 0;
}
.index-link-list{
	width: 100%;
	box-sizing: border-box;
	padding: 20px 15px 10px;
	overflow: hidden;
	font-size: 14.5px;
}
.index-link-list li{
	float: left;
	margin: 0 25px 10px 0;
}

/* 侧边内容框 */
.side-box{
	width: 290px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #c6d6f0;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
}
.side-title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-size: 18px;
	color: #1e51a2;
	background: linear-gradient(#f9fdfe, #cfebf9);
	border-bottom: 1px solid #c6d6f0;
	border-radius: 4px 4px 0 0;
}
.side-title img {
	width: 3px;
	height: auto;
	margin: 12px 10px 0 15px;
}
.side-content{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
}

/* 成人高考考试流程 */
.process-box {
	width: 100%;
	box-sizing: border-box;
	border-left: 1px solid #ebebeb;
	margin: 10px 0 5px;
	display: flex;
	flex-direction: column;
}
.process-year {
	text-align: left;
	padding: 0 0 15px;
}
.process-year div {
	width: 100px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 0 0 12px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #0088e6;
	border-radius: 0 30px 30px 0;
	margin: 0 0 0 -1px;
}
.process-title {
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
	text-align: left;
	padding: 0 0 0 12px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.process-title span {
	color: #ff2b2a;
}
.process-title div {
	position: absolute;
	z-index: 2;
	left: -5px;
	top: 11px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1px solid #ff2b2a;
}
.process-menu{
	width: 100%;
	box-sizing: border-box;
	padding: 2px 0 12px 12px;
	text-align: left;
	overflow: hidden;
	font-size: 14px;
}
.process-menu li{
	float: left;
	width: 30.5%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #e8f1ff;
	margin: 5px 4.25% 5px 0;
	border-radius: 4px;
}
.process-menu li:nth-child(3n) {
	margin-right: 0;
}
.process-menu li a {
	color: #0187e8;
	display: block;
	border-radius: 4px;
}
.process-menu li a:hover {
	background-color: #0088e6;
	color: #fff !important;
}
.process-more {
	width: 100% !important;
}
.process-subject {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 3px 12px;
	font-size: 13.5px;
}
.process-single {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 12px;
	margin: 0 0 15px;
	background-color: #f4f4f4;
	border-radius: 4px;
	text-align: center;
	color: #666;
}
.process-level {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 10px;
	display: flex;
	justify-content: center;
}
.process-level div {
	width: 80px;
	height: 28px;
	line-height: 28px;
	background-color: #7fb3ff;
	color: #fff;
	border-radius: 0 0 18px 18px;
	font-size: 14.5px;
}
.process-score {
	color: #fd2b2a;
	margin-left: 12px;
}
.process-special-top {
	margin-top: 15px;
}
.process-special-bottom {
	padding-bottom: 0 !important;
}

/* 快速了解湖南成人高考 */
.fast-content{
	width: 100%;
	box-sizing: border-box;
	padding: 14px 12px;
	overflow: hidden;
}
.fast-content li{
	float: left;
	width: 31%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #f4f4f4;
	margin: 4px 3.5% 4px 0;
	border-radius: 4px;
}
.fast-content li:nth-child(3n) {
	margin-right: 0;
}
.fast-content li:last-child {
	width: 100% !important;
}
.fast-content li a {
	color: #666;
	display: block;
	border-radius: 4px;
}
.fast-content li a:hover {
	background-color: #0088e6;
	color: #fff !important;
}
.fast-more {
	background-color: #ff2b2a;
	color: #fff !important;
}

/* 推荐院校 */
.school-content{
	width: 100%;
	box-sizing: border-box;
	padding: 16px 12px 15px;
}
.school-content li{
	text-align: center;
	font-size: 15.5px;
	margin: 0 0 18px;
}
.school-content li:last-child {
	margin-bottom: 0;
}
.school-content li img {
	width: 100%;
	height: auto;
	border-radius: 3px;
	margin: 0 0 6px;
}
.school-content li span {
	display: block;
}

/* 成人高考院校 */
.index-school{
	width: 100%;
	margin: 30px 0;
	text-align: left;
	position: relative;
}
.index-school img{
	width: 1280px;
	height: 200px;
	border: 0;
	vertical-align: top;
}
.index-school-list{
	width: 98%;
	position: absolute;
	left: 1%;
	top: 22px;
	z-index: 1;
	text-align: left;
	color: #fff;
	overflow: hidden;
}
.index-school-list ul li{
	float: left; 
	padding: 0; 
	text-align: center;
	width: 175px;
}
.index-school-list ul li img{
	width: 100px;
	height: 100px;
	border: 0;
	vertical-align: top;
}
.school-name{
	text-align: center;
	font-size: 14.5px;
	padding: 8px 0;
}
.school-num{
	display: inline-block;
	box-sizing: border-box;
	padding: 0 8px;
	margin: 0 auto;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #bc0e17;
	background-color: #fff;
	border-radius: 4px;
}
.index-apply-list{
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	overflow: hidden;
}
.index-apply-list li{
	float: left;
	width: 620px;
	height: 35px;
	line-height: 35px;
	text-align: left;
	margin-right: 40px;
	white-space: nowrap; /* 确保文字不会换行 */
	overflow: hidden; /* 隐藏超出容器的文字 */
	text-overflow: ellipsis; /* 使用省略号表示文字被截断 */
}
.index-apply-list li:nth-child(even) {
	margin-right: 0 !important;
}
.span-tag{
	display: inline-block;
	width: 68px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 13px;
	color: #bc0e17;
	border: 1px solid #bc0e17;
	border-radius: 4px;
	margin: 0 10px 0 0;
}
.span-date{
	font-size: 12px;
	color: #999;
	float: right;
	margin: 0 0 0 10px;
}

/* 报考专业 与 网上报名 */
.index-major-application {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 15px;
	display: flex;
	justify-content: space-between;
}
.index-major {
	width: 900px;
	display: flex;
	flex-direction: column;
}
#index-major-content {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 25px 0 0;
	overflow: hidden;
}
#index-major-content .more{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 65px;
	line-height: 85px;
}
#index-major-content .more a {
	color: #999;
	font-size: 12px;
}
#index-major-content .more a:hover {
	color: #0088e6;
}
#index-major-content .index-major-title {
	width: 100%;
	float: left;
	position: absolute;
	z-index: 1;
	border-bottom: 1px solid #ddd;
}
#index-major-content .index-major-title li {
	float: left;
	/* width: 188px; */
	padding: 0 35px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	margin: 0;
}
#index-major-content .index-major-title .selected{
	background-color: #0088e6;
	color: #fff;
	cursor: pointer;
}
#index-major-content .index-major-list{
	width: 100%;
	/* height: 255px; */
	clear: both;
	border-bottom: 0 !important;
}
.index-major-list div{
	margin: 55px 0 0;
	width: 100%;
	min-height: 450px;
	overflow: hidden;
}
.index-major-list tr{
	height: 48px;
	text-align: center;
}
.index-major-list th {
	background-color: #ff2b2a;
	font-size: 16px;
	color: #fff;
}
.index-major-list td {
	border-bottom: 1px solid #ddd;
	background-color: #f7f7f7;
	font-size: 14.5px;
}
.index-major-list td span{
	border-right: 1px solid #999;
	padding: 0 7px;
}
.index-major-list td span:last-child{
	border-right: 0;
}
.index-major-list td:first-child{
	border-left: 1px solid #ddd;
}
.index-major-list td:last-child{
	border-right: 1px solid #ddd;
}
.index-major-list td a{
	display: block;
	width: 80px;
	margin: 0 auto;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	border-radius: 4px;
	color: #bd0d17;
	border: 1px solid #bd0d17;
}
.index-major-list td a:hover{
	background-color: #bd0d17;
	color: #fff;
}

/* 网上报名 */
.index-application {
	width: 400px;
	box-sizing: border-box;
	padding: 75px 0 0;
	display: flex;
	flex-direction: column;
}
/* 首页文件 结束 */

/* 网上报名与微信交流群 开始 */
.enroll-form{
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
}
.enroll-form li{
	padding: 8px 0;
	text-align: center;
	color: #ff2a28;
}
.enroll-form li input{
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	background-color: #fafafa;
	font-size: 14.5px;
	color: #444;
}
.enroll-button{
	border: 1px solid #ff2b2a !important;
	background-color: #ff2b2a !important;
	color: #fff !important;
	letter-spacing: 1px;
	font-size: 16px !important;
	font-weight: bold;
}
.enroll-button:hover{
	border: 1px solid #c91c26 !important;
	background-color: #c91c26 !important;
}

.weixin-group{
	width: 100%;
	box-sizing: border-box;
	padding: 18px 20px;
	font-size: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f7f7f7;
}
.weixin-ewm{
	width: 130px;
	text-align: left;
}
.weixin-ewm img{
	width: 130px;
	height: 130px;
	border: 0;
	vertical-align: top;
}
.weixin-arrow{
	width: 50px;
	text-align: center;
}
.weixin-arrow img{
	width: 16px;
	height: auto;
	border: 0;
	vertical-align: top;
}
.weixin-text {
	flex: 1;
	text-align: left;
	font-size: 16px;
	color: #666;
}
.weixin-text span{
	display: block;
	font-size: 18px;
	color: #333;
	margin: 0 0 5px;
}
/* 网上报名与微信交流群 结束 */

/* 右侧公共部份 */
.offside-module{
	width: 100%;
	box-sizing: border-box;
	padding: 30px 0 0;
}
.offside-module-title{
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 20px;
}

/* 快速入口 */
.offside-entrance{
	width: 100%;
	min-height: 84px;
	box-sizing: border-box;
	padding: 12px 0 0;
	display: flex;
	justify-content: space-between;
}
.offside-entrance a {
	color: #fff;
	display: inline-block;
	transition: width 2s;
	-moz-transition: 0.5s;	/* Firefox 4 */
	-webkit-transition: 0.5s;	/* Safari 和 Chrome */
	-o-transition: 0.5s;
}
.offside-entrance a:hover {
	margin-top: -10px;
}
.offside-entrance a div{
	width: 190px;
	height: 72px;
	font-size: 16.5px;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	border-radius: 4px;
	letter-spacing: 1px;
	display: flex;
	align-items: center; /* 可选，垂直居中子元素 */
	justify-content: center;
	transition: all 0.3s;
}
.offside-entrance img{
	width: 48px;
	height: 48px;
	border: 0;
	float: left;
	margin: 10px 20px 0 0; 
	vertical-align: top;
}
.offside-entrance-1{
	background: linear-gradient(135deg, #47d2f8 0%, #acedff 100%);
}
.offside-entrance-2{
	background: linear-gradient(135deg, #ff525e 0%, #ffaeb4 100%);
}

.offside-banner{
	width: 100%;
	box-sizing: border-box;
	padding: 30px 0 0;
}
.offside-banner img{
	width: 400px;
	height: 85px;
	border: 0;
	vertical-align: top;
	border-radius: 4px;
}
/* 热点关注 */
.offside-hot{
	width: 100%;
	background-color: #f7f7f7;
	box-sizing: border-box;
	padding: 10px 20px;
}
.offside-hot li{
	text-align: left;
	padding: 8px 0;
	line-height: 150%;
}
.offside-hot li span{
	display: block;
	font-size: 12px;
	color: #999;
}
.offside-tags{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 14px;
}
.offside-tags li{
	float: left;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0 15px 15px 0;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.offside-tags li:hover {
	border: 1px solid #bd0d17;
	color: #bd0d17;
}
.offside-tags li a {
	display: block;
}

/* 右侧页面 结束 */

/* 资料下载 开始 */
.information-content{
	width: 840px;
	box-sizing: border-box;
	padding: 5px 0;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.information-title{
	text-align: left;
	font-size: 16.5px;
	font-weight: bold;
	color: #bd0d17;
}
.information-text{
	padding: 15px 0;
	text-align: left;
	font-size: 14px;
	line-height: 160%;
	color: #666;
}
.information-data{
	padding: 5px 0;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.information-data-title{
	padding: 20px 0 15px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #bd0d17;
}
.information-data-list{
	padding: 0 25px;
	text-align: left;
	overflow: hidden;
	font-size: 14px;
}
.information-data-list li{
	width: 248px;
	height: 44px;
	line-height: 44px;
	float: left;
	margin: 0 20px 0 0;
}
.information-data-list li:nth-child(3n) {
	margin-right: 0;
}
.information-data-list li img{
	width: 22px;
	height: 22px;
	border: 0;
	vertical-align: top;
	margin: 11px 8px 0 0;
}
.information-data a{
	display: block;
	width: 348px;
	height: 48px;
	line-height: 48px;
	border: 0;
	text-align: center;
	color: #fff;
	background-color: #bd0d17;
	margin: 15px auto 20px;
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
.information-data a:hover{
	background-color: #d93d46;
}
/* 资料下载 结束 */

/* 详情页 开始 */
.view-title {
	text-align: center;
	padding: 10px 0 0;
}
.view-title h1 {
	font-size: 27.5px;
	font-weight: bold;
	margin: 0 !important;
}
.view-meno{
	padding: 15px 0 20px;
	text-align: center;
	font-size: 12px;
	color: #999;
	border-bottom: 1px solid #ccc;
}
.view-meno span{
	margin: 0 4px;
}
.view-text {
	width: 100%;
	text-align: left;
	padding: 20px 0;
	font-size: 16px;
	min-height: 775px;
	line-height: 168%;
	color: #333;
	white-space: normal !important;
	word-break: break-word !important;
	overflow-wrap: break-word !important;
	
	p,span{
		margin: 7px 0;
		white-space: normal !important;
		word-break: break-word !important;
		overflow-wrap: break-word !important;
	}
}
.view-text img{
	width: auto !important;
	max-width: 88% !important;
	height: auto !important;
	border: 0;
	vertical-align: top;
}
.view-abstract {
	box-sizing: border-box;
	padding: 10px 12px;
	background-color: #f2f2f2;
	color: #666;
	line-height: 160%;
	font-size: 15px;
}
.view-abstract span {
	color: #ff2b2a;
	margin: 0 4px;
}
.view-banner {
	width: 100%;
	height: 100px;
	line-height: 100px;
	box-sizing: border-box;
	margin: 25px 0 0;
	padding: 0 40px;
	background-color: #ff2b2a;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
}
.view-banner a {
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 17px;
	display: block;
	background-color: #fff;
	color: #ff2b2a;
	margin: 32px 0 0;
	border-radius: 30px;
}
.view-previous-next{
	width: 100%;
	box-sizing: border-box;
	margin-top: 25px;
	text-align: left;
	overflow: hidden;
	font-size: 14px;
}
.view-previous-next li{
	float: left;
	width: 440px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	text-align: left;
	padding: 0 15px;
	border: 1px solid #0088e6;
	margin: 0 20px 0 0;
}
.view-previous-next li:last-child {
	margin-right: 0;
}
.view-previous-next li:hover {
	background-color: #0088e6;
}
.view-previous-next li a {
	display: block;
	white-space: nowrap; /* 确保文字不会换行 */
	overflow: hidden; /* 隐藏超出容器的文字 */
	text-overflow: ellipsis; /* 使用省略号表示文字被截断 */
}
.view-previous-next li a:hover{
	color: #fff;
}
.view-download{
	padding: 30px 0 20px;
}
.view-copyright{
	padding: 25px 0 18px;
	text-align: left;
}
.view-copyright-title{
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.view-copyright-link{
	font-size: 14px;
	padding: 10px 0;
}
.view-copyright-link li{
	text-align: left;
	padding: 3px 0;
}
.view-seo-title, .view-keywords, .view-description{
	text-align: left;
	font-size: 12px;
	padding: 0 0 15px;
	color: #999;
	display: none;
}

.view-list-box{
	width: 900px;
	box-sizing: border-box;
	margin: 0 0 15px;
	border: 1px solid #c6d6f0;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
}
.view-list {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 15px;
}
.view-list li {
	padding: 22px 0;
	border-bottom: 1px solid #e6e6e6;
}
.view-list li:last-child {
	border-bottom: 0;
}
.view-list-title{
	font-weight: bold;
	font-size: 18px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 10px 0;
	white-space: nowrap; /* 确保文字不会换行 */
	overflow: hidden; /* 隐藏超出容器的文字 */
	text-overflow: ellipsis; /* 使用省略号表示文字被截断 */
}
.view-list-title span {
	float: right;
	font-weight: normal;
	font-size: 13px;
	color: #999;
	margin: 0 5px 0 20px;
}
/* 详情页 结束 */

/* 弹出框提示 开始 */
.message-tips {
	position: absolute;
	z-index: 88;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}
.message-box{
	width: 400px;
	text-align: center;
	box-sizing: border-box;
	padding: 15px 20px 30px;
	margin: 0 auto;
	color: #666;
	background-color: #fff;
	border-radius: 4px;
}
.message-close{
	text-align: right;
}
.message-title{
	font-weight: bold;
	font-size: 24px;
	color: #333;
	padding: 15px 0;
}
/* 弹出框提示 结束*/

/* 列表页 开始 */
/* 列表部份 */
.page-position{
	width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: left;
	height: 60px;
	line-height: 60px;
}
.page-position img{
	width: 20px;
	height: 20px;
	border: 0;
	vertical-align: top;
	margin: 20px 8px 0 12px;
}
.page-position span{
	font-weight: bold;
	font-size: 15.5px;
}
.page-position a{
	color: #888;
}
.page-position a:hover{
	color: #0088e6;
}
.page-position h1 {
	display: none;
}

.list-content-box {
	width: 100%;
	box-sizing: border-box;
	margin: 5px 0 0;
	text-align: left;
	padding: 0 0 35px;
}
.list-content-box li {
	padding: 25px 0;
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	flex-direction: row;
}
.list-info-left{
	width: 35px;
	box-sizing: border-box;
	padding: 4px 0 0;
	text-align: left;
}
.list-info-left div{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #ff2b28;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list-info-left div div{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ff2b28;
}
.list-info-right{
	flex: 1;
	text-align: left;
	font-size: 14px;
}
.list-info-title{
	width: 855px;
	font-weight: bold;
	font-size: 18.5px;
	padding: 0 0 10px;
	white-space: nowrap; /* 确保文字不会换行 */
	overflow: hidden; /* 隐藏超出容器的文字 */
	text-overflow: ellipsis; /* 使用省略号表示文字被截断 */
}
.list-info-abstract {
	line-height: 160%;
}
.list-info-date{
	text-align: right;
	color: #999;
	font-size: 12px;
	padding: 10px 0 0;
}
.list-info-date span {
	margin-left: 12px;
}

/* 热门院校推荐 */
.hot-school{
	width: 1280px;
	margin: 0 auto; 
	box-sizing: border-box;
	padding: 25px 0 15px;
}
.hot-school-title {
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0 0 20px 12px;
}
.hot-school-list {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 5px;
	display: flex;
	justify-content: space-between;
}
.hot-school-single {
	width: 305px;
	border-top: 4px solid #0088e6;
	text-align: left;
	position: relative;
}
.hot-school-single img {
	width: 68%;
	height: auto;
}
.hot-school-text {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	background-color: #fff;
	width: 65%;
	height: 100%;
	box-sizing: border-box;
	font-size: 13px;
	padding: 8px 10px;
	line-height: 145%;
}
.hot-school-text span {
	display: block;
	font-size: 16px;
	margin: 0 0 4px;
}
/* 列表页 结束 */

/* 在线预约报名 */
.reservation-left {
	width: 600px;
}
.reservation-title {
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
}
.reservation-text {
	padding: 15px 0 5px;
	line-height: 175%;
}
.reservation-text a {
	color: #ff2a2a;
}
.reservation-right {
	width: 590px;
	border: 1px solid #c6d6f0;
	border-radius: 4px;
}
.reservation-info {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 25px 25px;
}
.reservation-row {
	display: flex;
	flex-direction: row;
	height: 65px;
	line-height: 65px;
}
.reservation-form-title {
	width: 90px;
	text-align: left;
	font-size: 16px;
	color: #1e51a2;
}
.reservation-form-input {
	width: 365px;
	text-align: left;
}
.reservation-form-input input {
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	font-size: 15px;
	color: #444;
}
.reservation-form-button {
	box-sizing: border-box;
	text-align: left;
	padding: 10px 0 0;
} 
.reservation-button{
	width: 210px;
	height: 45px;
	line-height: 45px;
	border: 0 !important;
	margin: 0 30px 0 0;
	color: #fff !important;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 2px;
}
.btn-grey {
	background-color: #cccccc;
}
.btn-red {
	background-color: #ff2a2a;
}
.reservation-must {
	flex: 1;
	padding: 0 0 0 10px;
	color: #ff2a2a;
	font-size: 14px;
}
.reservation-tips {
	text-align: left;
	box-sizing: border-box;
	padding: 5px 0 10px 90px;
	color: #ff2a2a;
	font-size: 14px;
}

.search-tips {
	width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	text-align: left;
	font-size: 17.5px;
	height: 75px;
	line-height: 75px;
}
.search-tips span {
	color: #ff2a2a;
	font-weight: bold;
	margin: 0 5px;
}

.search-content {
	width: 100%;
	box-sizing: border-box;
	margin: 5px 0 0;
	text-align: left;
	padding: 0 0 35px;
}
.search-content li {
	height: 72px;
	line-height: 72px;
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	flex-direction: row;
}
.search-info-left {
	width: 35px;
	box-sizing: border-box;
	padding: 28px 0 0;
	text-align: left;
}
.search-info-left div {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #ff2b28;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-info-left div div {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ff2b28;
}
.search-info-right {
	width: 770px;
	text-align: left;
}
.search-info-title {
	width: 770px;
	font-size: 18px;
	padding: 0 0 10px;
	white-space: nowrap; /* 确保文字不会换行 */
	overflow: hidden; /* 隐藏超出容器的文字 */
	text-overflow: ellipsis; /* 使用省略号表示文字被截断 */
}
.search-info-date {
	width: 90px;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px;
	color: #999;
}

/* 单页模型 */
/* 详情页 开始 */
.single-title {
	text-align: center;
	padding: 10px 0 22px;
	margin: 0 0 22px;
	border-bottom: 3px solid #0088e6;
}
.single-title h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 !important;
}
.single-samll-title {
	height: 22px;
	line-height: 22px;
	font-size: 16.5px;
	font-weight: bold;
	box-sizing: border-box;
	border-left: 4px solid #ffa256;
	padding: 0 0 0 12px;
}
.single-content-title {
	border-bottom: 2px solid #ffa256;
	display: flex;
}
.single-content-title div {
	background-color: #ffa256;
	height: 36px;
	line-height: 36px;
	padding: 0 18px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 8px 8px 0 0;
}
.single-text {
	width: 100%;
	text-align: left;
	padding: 10px 0 20px;
	font-size: 16px;
	line-height: 160%;
	color: #333;
	white-space: normal !important;
	word-break: break-word !important;
	overflow-wrap: break-word !important;
	
	p,span{
		margin: 10px 0;
		white-space: normal !important;
		word-break: break-word !important;
		overflow-wrap: break-word !important;
	}
	
	i {
		color: #f00;
		font-style: normal;
	}
}
.single-major{
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0 25px;
	overflow: hidden;
}
.single-major li{
	width: auto;
	float: left;
	box-sizing: border-box;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin: 5px 15px 5px 0;
	border-radius: 2px;
}
.single-major li a {
	padding: 0 15px;
	color: #666;
	display: block;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.single-major li a:hover {
	border: 1px solid #0088e6;
	background-color: #0088e6;
	color: #fff !important;
}
.single-special {
	margin-top: 20px;
}