/*基础样式*/
*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body{
	/*font-family: "Microsoft YaHei","Arial","sans-serif","PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei";*/
	background: #f9f9f9;
}
a{
	color: #555;
}
a:hover{
	text-decoration: none;
}
ol,ul,li{
	list-style: none;
	padding: 0;
	margin: 0;
}
img{
	-webkit-user-drag: none;
}
p{
	padding: 0;
	margin: 0;
}
/**/

.column{
	background: #fff;
    padding: 5px 20px;
    box-shadow: 0 1px 10px 0 rgb(206 223 241 / 30%);
}
.left-column{
	width: 440px;
}
.right-column{
	width: 300px;
}
.layer-column{
	width: calc((100% - 20px) / 3);
}
.column-title{
	height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #E33333;
    border-bottom: 1px solid #f1f1f1;
    font-weight: bold;
}
.column-title:before{
	float: left;
    content: "";
    width: 0;
    height: 18px;
    border-left: 4px solid #E33333;
    margin: 12px 10px 0 0;
    border-radius: 2px;
}
.column-title a {
    float: right;
    font-size: 12px;
}
.column-content{
	
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.layer{
	margin-top: 10px;
}
.layer-flex{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.layer-left{
	width: 890px;
}
.layer-right{
	width: 300px;
}
.index-latest-wrapper{
	display: flex;
	box-shadow: 0 1px 10px 0 rgb(206 223 241 / 30%);
}
.index-latest{
	width: 510px;
}

/*首页基础新闻列表*/
.info-list{
	padding: 5px 0;
	font-size: 14px;
}
.inner-right .info-list{
	font-size: 12px;
}
.info-list li{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.info-list span{
 	float: right;
   	margin-left: 10px;
    color: #999;
}
.info-list a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*路径*/
.path{
	padding: 10px 0;
	font-size: 14px;
	color: #888;
}
.path a{
	font-size: 14px;
	color: #888;
}
.path span{
	margin: 0 10px;
}
/*内页基础布局*/
.inner-main{
    display: flex;
    justify-content: space-between;
}
.inner-left{
	width: 890px;
	min-height: 750px;
}
.inner-left-bg{
	background: #fff;
	padding: 5px 20px;
	min-height: 750px;
	box-shadow: 0 1px 10px 0 rgb(206 223 241 / 30%);
}
.inner-right{
	width: 300px;
}
.inner-right > .column:not(:first-child){
	margin-top: 10px;
}
/*首页布局*/
/*banner*/
#banner{
	width: 380px;
	height: 240px;
}
.carousel-inner img{
	width: 380px;
	height: 240px;
}
.carousel-caption {
	right: 0;
	left: 0;
	bottom: 0;
	padding: 10px 0;
	background: rgba(0,0,0,0.25);
}
.carousel-caption p{
	font-size: 12px;
	color: #fff;
}
/*query*/
.query-entry{
	height: 150px;
	margin-top:10px;
	font-size: 14px;
}
.query-list{
	display: flex;
	padding-top: 15px;
}
.query-entry li{
	width: calc(100% / 6);
	height: 80px;
	text-align: center;
}
.query-entry li img{
	width: 50px;
	height: 50px;
}
.query-entry li p{
	height:30px;
	line-height: 30px;
}

/*顶部*/
.top{
	height: 30px;
	line-height: 30px;
	color: #999;
	background: #f6f6f6;
	font-size: 12px;
	box-sizing: content-box;
	border-bottom: 4px solid #e33333;
}
.top-main{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.top-main a{
	text-decoration: none;
	color: #999;
}
/*logo*/
.head{
	background: white;
}
.head-main{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.head-logo{
	font-size: 18px;
	color: #555;
	font-weight: bold;
}
.head-logo img{
	height: 90px;
}
.head-qrcode{
	position: relative;
}
.micon,.wxicon{
	width: 20px;
	height: 20px;
	margin-top: 35px;
	cursor: pointer;
}
.wxqr,.mqr{
	display: none;
	position: absolute;
	top: 70px;
	left:25px;
	width: 99px;
	height: 99px;
	border: 1px solid #eee;
}
.mqr{
	left:5px;
}
/*导航*/
.nav{
	background:#e33333;
	padding: 20px 0;
	box-shadow: 0 1px 10px 0 rgb(206 223 241 / 30%);
}
.nav-main{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
}
.nav-title{
	background: #E55555;
	color: #FFFF00;
	line-height: 30px;
	text-align: center;
	width: 30px;
	height: 60px;
	font-weight: bold;
	font-size:18px;
	border-radius:2px;
	cursor: default;
	box-shadow: 0px 0px 2px #EA3535 inset;
}
.nav-title:first-child{
	margin-right: 10px;
}
.nav-title a{
	display: block;
	color: #FFFF00;
	text-decoration: none;
}
.nav-list{
	text-align: center;
	width: 200px;
	line-height: 30px;
	font-size:14px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 30px;
}
.nav-list a{
	text-decoration: none;
	display: inline-block;
	width: 50%;
	font-size:14px;
	color: #fff;
}
/*自考指引模块*/
.guide{
	height: 400px;
}
.guide-list{
}
.guide-tit a{
	font-size: 16px;
	color: #e33333;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
}
.guide-con{
	display: flex;
}
.guide-con a{
	display: inline-block;
	width: calc(100% / 3);
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
/*咨询模块*/
.consult{
	display: flex;
	justify-content: center;
	padding: 40px 0;
}
.consult li{
	width: 50%;
	text-align: center;
}
.consult img{
	height: 80px;
	width: 80px;
}
.consult div{
	height: 30px;
	line-height: 30px;
	color: #666;
	font-size: 14px;
}
/*底部模块*/
.foot{
	margin-top: 10px;
	background: #E33333;
	box-shadow: 0 1px 10px 0 rgb(206 223 241 / 30%);
}
.foot-main{
	width: 1200px;
	margin: 0 auto;
	color: #F9F9F9;
	font-size: 14px;
	padding: 20px 0;
	text-align: center;
	line-height: 30px;
}
.foot-main img{
	vertical-align: text-bottom;
}
.foot-main a{
	font-size: 14px;
	color: #F9F9F9;
}
.foot-region{
	margin: 10px auto;
    padding: 10px;
    background: #e55555;
}
.foot-region a{
	color: #f9f9f9;
	display: inline-block;
	margin-left: 10px;
}
.foot-rz{
	margin-top: 10px;
}
.foot-rz img{
	width: 90px;
	height: 36px;
	border: 1px solid #E88888;
}


/*college-list*/
.college-list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
	padding-bottom: 5px;
}
.college-list li{
	width: calc((100% - 30px) / 4);
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #f6f6f6;
	font-size: 14px;
}
.college-list li:nth-child(4n){
	margin-right: 0px;
}
.college-list li img{
	width: 100%;
	/*height: 125px;*/
	/*图片比例要确定*/
}

.index-college-list li{
	width: calc((100% - 40px) / 5);
}
.index-college-list li:nth-child(4n){
	margin-right: 10px;
}
.index-college-list li:nth-child(5n){
	margin-right: 0px;
}
.inline-college-list{
	padding-top: 0;
}

.college-list-name{
	font-size: 16px;
	color: #555;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.college-list-desc{
	font-size: 12px;
	color: #999;
	padding: 0 5px;
	margin-bottom: 5px;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.college-list-link{
	background: #f6f6f6;
	text-align: center;
	padding: 8px 0;
	font-size: 12px;
	display: flex;
}
.college-list-link div{
	width: 50%;
}
.college-list-link div:first-child{
	border-right: 1px solid #ccc;
}


.college-facade{
	width: 1200px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 20px;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 1px 10px 0 rgb(206 223 241 / 30%);
}
.college-facade-main{
	border-bottom: 1px dashed #f1f1f1;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
.college-facade-img{
	width: 300px;
	height: 150px;
}
.college-facade-img img{
	width: 100%;
	height: 100%;
}
.college-facade-info{
	width: 700px;
	margin-left: 10px;
	padding: 0 10px;
}
.college-facade h1{
	margin: 0;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #666;
	font-weight: bold;
}
.college-facade-tag{
	line-height: 35px;
	font-size: 12px;
}
.college-facade-tag span{
	display: inline-block;
	height: 25px;
	padding: 0 10px;
	line-height: 25px;
	border: 1px solid #e66666;
	text-align: center;
	margin-right: 2px;
	color: #e66666;
	cursor: pointer;
}
.college-facade-attr{
	height: 25px;
	line-height: 25px;
	color: #666;
}
.college-facade-logo{
	width: 150px;
	height: 150px;
	padding: 10px;
}
.college-facade-logo img{
	width: 100%;
	height: 100%;
}
.college-facade-desc{
	padding-top: 10px;
	color: #666;
}
/*college-list*/
/*major-list通用*/
.major-list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
	padding-bottom: 5px;
}
.inline-major-list{
	padding-top: 0;
}
.major-list li{
	width: calc((100% - 30px) / 4);
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #f6f6f6;
	font-size: 14px;
}
.major-list li:nth-child(4n){
	margin-right: 0px;
}
.index-major-list li{
	width: calc((100% - 40px) / 5);
}
.index-major-list li:nth-child(4n){
	margin-right: 10px;
}
.index-major-list li:nth-child(5n){
	margin-right: 0px;
}

.major-list-main{
	display: flex;
	width: 100%;
}
.major-list-logo{
	display: flex;
	align-items:center;
	padding:10px;
}
.major-list-logo img{
	width: 50px;
	height: 50px;
}
.major-list-info{
	white-space: nowrap;
	overflow: hidden;
	padding: 10px 0;
}
.major-list-info h3{
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.major-list-info div{
	color: #888;
	font-size: 12px;
	line-height: 16px;
}
.major-list-link{
	background: #f6f6f6;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	display: flex;
}
.major-list-link div{
	width: 50%;
}
.major-list-link div:first-child{
	border-right: 1px solid #ccc;
}

.major-facade{
	background: #fff;
	padding:20px;
	width: 1200px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 14px;
    box-shadow: 0 1px 10px 0 rgb(206 223 241 / 30%);
}
.major-facade-main{
	border-bottom: 1px dashed #f1f1f1;
	padding-bottom: 10px;
	display: flex;
}
.major-facade-logo{
	width: 80px;
	height: 80px;
}
.major-facade-logo img{
	height: 100%;
	width: 100%;
}
.major-facade-info{
	padding:0 20px;
}
.major-facade h1{
	margin: 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #666;
	font-weight: bold;
}
.major-facade-attr{
	min-width: 520px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	color: #666;
	background: #f6f6f6;
	border-radius: 2px;
}
.major-facade-attr span{
	padding-right: 10px;
}
.major-facade-desc{
	padding-top: 10px;
	color: #666;
}
/*major-list*/

/*inline-column*/
.inline-column{
}
.inline-column-title{
	border-bottom: 1px solid #f1f1f1;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #e33333;
}
.inline-column-title::before{
	float: left;
    content: "";
    width: 0;
    height: 18px;
    border-left: 4px solid #e33333;
    margin: 12px 12px 0 0;
    border-radius: 2px;
}
.inline-column-title a{
	float: right;
	color: #666;
	font-size: 12px;
	height: 50px;
	line-height:50px;
}
.inline-column-content{
	padding:10px 0px;
	color: #666;
	font-size: 14px;
}
.inline-column-content table{
	font-size:12px;
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin-bottom: 0;
}
.inline-column-content table:not(.table) td{
	vertical-align: middle;
	border: 1px solid #f1f1f1;
	padding: 5px 0;
}
.inline-column-content tr:first-child{
	background: #f9f9f9;
	font-weight: bold;
}
.inline-column-content td{
}
.inline-column-content input{
	outline: none;
	border: 1px solid #eee;
	padding: 5px;
	width: 250px;
}
.inline-column-content button{
	background: #e33333;
	padding: 5px 10px;
	border: 0;
	color: #fff;
}

/*内部固定页的样式重写*/
.guide-page .inline-column-content{
	color: #333;
	padding: 10px;
}
.guide-page .inline-column-content p{
	line-height: 2.2;
	color: #333;
	margin-bottom: 5px;
}
.guide-page .inline-column-content table{
	width: 830px;
	max-width: 100%;
	margin: 0 auto;
}
.guide-page .inline-column-content h3{
	color: #333;
	background: #f6f6f6;
	font-size: 14px;
	line-height: 36px;
    font-weight: bold;
    margin: 10px 0;
    padding-left: 8px;
    border-left: 3px solid #e33333;
}
.guide-page .notes{
	background: #f9f9f9;
	border: 1px solid #eee;
	width: 830px;
	max-width: 100%;
	margin: 10px auto;
	padding: 5px 10px;
}
.guide-page .inline-column-content span{
	font-weight: bold;
}

/*enroll统一表单样式*/
.enroll-form{
	padding: 10px 0;
	display: flex;
}
.enroll-form-left{
	width: 50%;
}
.enroll-form-group{
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
}
.enroll-form-group:first-child{
	margin-top: 0;
}
.enroll-form-group div:first-child{
	height: 40px;
	line-height: 40px;
}
.enroll-form-group input{
	outline: none;
	border: 1px solid #eee;
	padding:5px 10px;
	width: 250px;
	height: 40px;
	background: #f9f9f9;
}
.enroll-form-group select{
	outline: none;
	border: 1px solid #eee;
	padding:5px;
	width: 250px;
	height: 40px;
	background: #f9f9f9;
	color: #666;
}
.enroll-form-group textarea{
	width: 250px;
	height: 100px;
	outline: none;
	border: 1px solid #eee;
	background: #f9f9f9;
	padding: 10px;
	resize:none;
}
.enroll-captcha-input{
	display: flex;
}
.enroll-captcha-input input{
	width: 150px;
}
.enroll-captcha-img{
	width: 100px;
	height: 40px;
	border: 1px solid #eee;
	border-left: none;
}
.enroll-captcha-img img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.enroll-form-right{
	margin-left: 10px;
	width: 40%;
	background: #f6f6f6;
	padding: 20px;
	font-size: 14px;
	line-height: 26px;
	color: #999;
}
.enroll-form-right span{
	font-weight: bold;
	font-size: 16px;
	color: #666;
}
.enroll-form-right img{
	width: 80px;
}
.enroll-submit{
}
.enroll-submit button{
	display: inline-block;
	width: 250px;
	background: #e33333;
	border: none;
	outline: none;
	height: 40px;
	color: #fff;
	margin-left: calc((50% - 250px));
}
/**/
.inquire-null{
	text-align: center;
}
.inquire-null img{
	width: 250px;
	height: 250px;
}
.inquire-res{	
}
.inquire-res table{
	width: 60%;
	margin: 20px auto;
}
.inquire-res tr td:first-child{
	font-weight: bold;
	background: #f9f9f9;
	max-width: 120px;
}
.inquire-res .msg{
	color: #ff2121;
}

/*enroll-facade*/
.enroll-facade{
	background: #fff;
	padding: 20px;
	margin-bottom: 10px;
	display: flex;
	box-shadow: 0 1px 10px 0 rgb(206 223 241 / 30%);
}
.enroll-facade-left{
	width: 140px;
	height: 140px;
}
.enroll-facade-left img{
	width: 100%;
	height: 100%;
}
.enroll-facade-right{
	padding: 10px 20px;
}
.enroll-facade-right p{
	color: #999;
	font-size: 14px;
	line-height:28px;
	padding: 0;
	margin: 0;
}
.enroll-facade-right p:first-child{
	color: #666;
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
}


/*article-list*/
.article-list{
}
.article-list li{
	border-bottom: 1px dashed #f1f1f1;
	padding: 10px 0;
	display: flex;
	flex-wrap: nowrap;
}
.article-list-left{
	width: 180px;
	height: 100px;
}
.article-list-left img{
	width: 100%;
	height: 100%;
}
.article-list-right{
	font-size: 12px;
	width: 670px;
	padding:0 10px;
}
.article-list-right h2{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin: 0;
}
.article-list-desc{
	color: #999;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.article-list-time{
	color: #999;
	line-height: 30px;
}

/*article*/
.article{
	padding: 20px 40px;
	background: #fff;
    box-shadow: 0 1px 10px 0 rgb(206 223 241 / 30%);
}
.article h1{
	margin: 0;
    font-size: 22px;
    line-height: 30px;
    color: #333;
    padding-top: 10px;
}
.article-info{
	font-size: 12px;
    color: #999;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}
.article-desc{
	color: #666;
    font-size: 14px;
    background: #e9f1f6;
    margin-top: 10px;
    padding: 20px;
}
.article-content{
	padding: 10px 0;
    color: #333;
    font-size: 14px;
    line-height: 24px;
}
.article-content p{
	font-weight: 400;
    margin-bottom: 14px;
    overflow-wrap: break-word;
}
.article-content img{
	max-width: 100%;
}
.article-content h2{
	font-size: 18px;
    	font-weight: bold;
    	padding-left: 8px;
    	border-left: 4px solid #e33333;
	margin:15px auto;
}
.article-content h3{
	font-size: 16px;
   	font-weight: bold;
   	padding-left: 6px;
   	border-left: 3px solid #e33333;
	margin:15px auto;
}
.article-content h4{
	font-size: 16px;
   	font-weight: bold;
   	padding-left: 6px;
   	border-left: 3px solid #e33333;
	margin:10px auto;
}
.article-content table{
	font-size:12px;
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.article-content tr:first-child{
	background: #f9f9f9;
	font-weight: bold;
}
.article-content td{
	padding:5px;
	vertical-align: middle;
	border: 1px solid #f1f1f1;
}
.article-direction{
	margin: 10px 0;
}
.article-direction div{
	color: #999;
	font-size: 14px;
	line-height: 30px;
}
.article-direction span{
	color: #666;
}
.article-footnote{
	background: #f6f6f6;
	color: #666;
	font-size: 14px;
	padding:20px;
	line-height: 26px;
	margin: 10px 0;
}
.article-footnote span{
	font-weight: bold;
}
.article-footnote img{
	width:80px;
	height: 80px;
}
.article-enroll{
	padding: 10px;
	text-align: center;
	font-size: 14px;
	background: #199666;
	border:5px solid #f6e7d0;
}
.article-enroll-title{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
}
.article-enroll-content{
	display: flex;
	margin:10px 0;
	justify-content: center;
}
.article-enroll-content div{
	margin: 0 2px;
}
.article-enroll-content input{
	outline: none;
	border: none;
	padding:5px 10px;
	width: 150px;
	height: 30px;
	background: #fff;
	color: #333;
}
.article-enroll-content button{
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #ff2121;
	color: #fff;
	border: none;
	outline: none;
	box-shadow: 0 1px 1px 0 rgba(222,222,222,.2);
}

/*sitemap*/
.sitemap {
    padding: 0 10px;
}
.sitemap-group {
    margin: 10px auto;
}
.sitemap-head {
    font-size: 14px;
    border-bottom: 1px solid #e33333;
}
.sitemap-head a ,.sitemap-head span {
	font-size: 14px;
    color: #fff;
    display: inline-block;
    background: #e33333;
    padding: 5px 15px;
    border-radius: 10px 0 0 0;
}
.sitemap-content {
    font-size: 12px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}
.sitemap-content a {
    text-align: center;
    color: #666;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #e33333;
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc((100% - 50px) / 6);
}
.sitemap-content a:nth-child(6n) {
    margin-right: 0;
}