/* public css */
html{
	height:100%;
}
body{
	display:flex;
	flex-direction: column;
	height: 100%;
}
li{
    list-style-type: none;
}
li, ul, p{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none!important;
}

.weizhi{
	line-height:30px;
	width:100%;
	background-color:#eeececb8;
	padding: 0px 10px;
	margin-top: 20px;
	font-size:16px!important;
}


/* header css*/
.header-section{
	border-bottom: 1px solid #ccc;
	flex: 0 0 auto;
}
.header-section .container{
    position: relative;
}

.header-section .logo{
    float: left;
}

.header-section .nav{
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.header-section .nav ul{
   
}
.header-section .nav ul li {
    width: 85px;
    height: 20px;
    line-height: 20px;
    float: left;
    border-right: 2px solid #000;
    text-align: center;
} 
.header-section .nav ul li a{
    position: relative;
    display: block;
    width: 80%;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0 auto;
}
.header-section .nav ul li a:hover{
    color: #256ca3;
    
}

.header-section .xs-nav{
    height: 53px;
}

.header-section .xs-nav .xs-logo{
    float: left;
    height: 50px;
    padding: 3px 0px 3px 15px;
}
.header-section .xs-nav .xs-logo img{
    height: 100%;
}
.header-section .xs-nav .slide-menu{
    position: absolute;
    right: 17px;
    top: 15px;
}
.header-section .xs-nav .slide-menu img{
    height: 25px;
}
.header-section .nav ul li > a::before {
    position: absolute;
    width: 0;
    height: 2px;
    background: #37b721;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    text-align: center;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    opacity: 0;
    visibility: hidden;
}
.header-section .nav ul > li.active a{
    color: #256ca3;
}
.header-section .nav ul > li.active a:before {
    width: 100%;
    opacity: 1;
    visibility: visible;
    bottom: -6px;
  }
.header-section .nav ul > li:hover a:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    width: 100%;
    bottom: -6px;
}
.header-section .nav ul > li > a:before {
    position: absolute;
    width: 0;
    height: 3px;
    background: #256ca3;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    text-align: center;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    opacity: 0;
    visibility: hidden;
}
div.slide-mask {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: none;
}
aside.slide-wrapper {
    position: fixed;
    z-index: 4;
    right: 0;
    top: 53px;
    width: 140px;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
aside.slide-wrapper > div {
    background-color: #075f85;
    min-height: 100%;
}
aside.slide-wrapper > div > div {
    padding: 0 10px;
    height: 45px;
    background-color: #262626;
    overflow: hidden;
}
aside.slide-wrapper > div > div strong {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
}
aside.slide-wrapper.moved {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
aside.slide-wrapper li > a {
    padding: 15px 10px;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #b4acac;
    font-size: 15px;
    display: block;
    color: #fff;
}
aside.slide-wrapper li.current > a {
    background-color: #262626;
}


/* slide css*/
.slide-section{

}

.slide-section img{
    width: 100%;
    min-height: 180px;
}

/* main css */
.main-section{
    margin: 10px 0px;
}

.main-section .hd{
    border-bottom: 1px solid #4d98ae;
    padding: 5px 0px;
}

 .main-section .hd .title{
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 5px;
}
.main-section .hd .more{
    margin-top: -15px;
    font-size: 11px;
}

.main-section .hd .title img{
    float: left;
    margin-right: 5px;
    margin-top: -1px;
}
.main-section .bd{
    align-items: center;
}
.main-section .bd ul li img{
    float: left;
    align-items: center;
    margin-top: -10px;
    margin-right: 5px;
}


.main-section .search-list .bd ul li{
    margin: 10px 0px;
    padding: 30px 0px 30px 10px;
    border-radius: 2px;
	height:80px;
}
.main-section .search-list .bd ul li:hover{
    -moz-box-shadow:0px 4px 5px #A1A1A1;
    -webkit-box-shadow:0px 4px 5px #A1A1A1; 
    box-shadow:0px 4px 5px #A1A1A1;
}
.main-section .search-list .bd ul li:nth-child(1){
    background-color: #54a3cc;
}
.main-section .search-list .bd ul li:nth-child(2){
    background-color: #009fa7;
}
.main-section .search-list .bd ul li:nth-child(3){
    background-color: #98ac18;
}
.main-section .search-list .bd ul li:nth-child(4){
    background-color: #3680b1;
}

.main-section .search-list .bd ul li a{
    display: block;
    width: 100%;
    color: #fff;
    font-size: 18px;
	font-weight: 600;
}
.main-section .title-list{
	overflow:hidden;
}
@media (min-width: 992px) {
	.main-section .col-md-4{
		width: 37.5%!important;   /*为了更好的视觉效果*/
	}
}


.scheme-top .left {
	height: 52px;
	min-width: 144px;
	padding: 0 15px;
	line-height: 52px;
	font-size: 24px;
	color: #6da373;
	background: linear-gradient(-45deg, rgba(228, 228, 228, .5) 0, rgba(228, 228, 228, .5) 25%, transparent 25%, transparent 50%, rgba(228, 228, 228, .5) 50%, rgba(228, 228, 228, .5) 75%, transparent 75%, transparent);
	background-size: 10px 10px;
}

.scheme-top .left.reflect {
	color: #313131;
}

.scheme-top .left.reflect .active {
	color: #6da373;
}

.scheme-top .left.reflect span {
	cursor: pointer;
}

.scheme-top .more a {
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	color: #848484;
}

.scheme-con li {
	height: 60px;
	padding: 7px 0;
	border-bottom: 1px dashed #e4e4e4;
	cursor: pointer;
}

.scheme-con li:last-child {
	border: none;
}

.scheme-con .notice-date {
	width: 15%;
	text-align: center;
	font-size: 17px;
}

.scheme-con li:hover .iterate {
	background: #256ca3;
	border-radius: 5px;
	box-shadow: 0px 2px 13px 0px rgba(71, 71, 71, 0.29)
}

.scheme-con li:hover .iterate p,
.scheme-con li:hover .iterate span {
	color: #fff;
}

.scheme-con .notice-date p {
	color: #256ca3;
}

.scheme-con .notice-date span {
	color: #abadac;
}

.scheme-con .notice-con {
	width: 85%;
	font-size: 16px;
	color: #5a5a5a;
	padding-left: 10px;
	height:45px;
}

.notice {
	width: 65%;
	height: 496px;
	padding: 0 15px;
	border-radius: 5px;
	border: solid 1px #e4e4e4;
	overflow: hidden;
}

.notice .scheme-con li {
	width: 50%;
	float: left;
	padding-right: 2%;
}

.notice .scheme-con li:nth-last-child(2) {
	border: none;
}

.notice .scheme-con li:nth-child(2n) {
	padding-left: 2%;
	padding-right: 0%;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.fl {
	float: left;
}
.ellipsis1 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/* footer css */
.footer-section{
    background-color: #333;
    padding: 10px 0px;
	flex: 0 0 auto;
}
.footer-section .hd{
    color: #fff;
}
.footer-section .hd h4{
	margin-top: 10px;
}
.footer-section .bd{
	margin-top: 10px;
}
.footer-section .bd ul li{
    margin: 10px 0px;
    color: #fff;
    
}
.friend-link{
    margin: 0 auto;
}
.footer-section .bd ul li a{
    color: #ccc;
}
.footer-section .bd ul li a:hover{
    color: #fff;
}

.footer-section .qr-code .bd .single-qr{
    float: left;
    width: 90px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin: 0px 30px 0px 0px;
    font-size: 12px;
	margin-top: 20px;
}
.footer-section .bd ul li img{
    margin-right: 5px;
}



/*second-nav-section css*/
.second-nav-section{

}

.second-nav-section .nav-list{

}

.second-nav-section .nav-list ul li{
    float: left;
    width: 12.5%;
    text-align: center;
    padding: 5px;
}
.second-nav-section .nav-list ul li a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 2px 5px;
    margin: 0 auto;
    line-height: 30px;
}
.second-nav-section .nav-list ul li a img{
    height: 64px;
    transition: all 0.6s;
}
.second-nav-section .nav-list ul li a img:hover{
    transform: scale(1.05);  
}
@media (max-width: 768px) {
    .second-nav-section .nav-list ul li{
        width: 33.1%;
    }
}

/*文章详情*/
/*面包屑导航*/
.level .level-tit{
	height:72px;
	line-height: 72px;
	padding-left:32px;
	background:url(../../images2/home.png) no-repeat center left 0;
	background-size:21px;
	margin-left:10px;
}
.level .level-tit a{
	font-size: 14px;
	color: #333333;
}
.level .level-tit i{
	display:inline-block;
	width:10px;
	height:10px;
	background:url(../../images2/right1.png) no-repeat center;
	background-size:6px;
}
.level-details{
	min-height:580px;
}
.level-details h1{
	font-size: 26px;
	color: #333333;
	text-align: center;
}
.level-details .level-details-mid{
	padding:0 8%;
}
.level-details .level-details-mid li{
	width:33.33%;
	text-align: center;
	height:50px;
	line-height: 50px;
	font-size: 14px;
	color: #666666;
	float:left;
}
.level-details-but{
	width: 90%;
	margin: 0 auto;
	padding: 5px;
}
.level-details-but table{
	width:100%;
	text-align: center;
}
.level-details-but th{
	width:33.33%;
	border:1px solid #e3e3e3;
	font-size: 18px;
	height:65px;
	text-align: center;
	color: #666666;
}
.level-details-but td{
	border:1px solid #000;
	/*width:33.33%;
	height:65px;
	font-size: 18px;*/
}

.level-details-but-t{
	height:65px;
	line-height: 65px;
	background:rgba(123,123,123,.09);
}
.level-details-but-t li{
	width:33.33%;
	float:left;
	text-align: center;
	font-size: 18px;
	color: #666666;
	border-right:1px solid #e3e3e3;
}
.level-details-but-t li:last-child{
	border:none;
}
.level-details-but-c .but-parent>li{
	background:rgba(123,123,123,.09);
}
.level-details-but-c .but-child li{
	width:33.33%;
	float:left;
	text-align: center;
	font-size: 18px;
	color: #666666;
	border-right:1px solid #e3e3e3;
}
.level-details .page{
	padding:20px 0;
	text-align: right;
}
.level-details .page li{
	display:inline-block;
}
.level-details .page li a{
	display:block;
	margin-left:10px;
	font-size: 16px;
	color: #909090;
	cursor: pointer;
}
.level-details .page li:hover a{
	color:#256ca3;
}
@media (max-width: 768px) {
	/*文章详情*/
	.level-details h1 {
		font-size:20px;
	}
	.level-details .level-details-mid{
		padding:0;
	}
	.level-details .level-details-mid ul{
		display:flex;
		justify-content: space-between;
		align-items: center;
	}
	.level-details .level-details-mid li{
		width:auto;
		font-size:11px;
	}
	.level-details-but th,.level-details-but td{
		font-size:14px;
	}
}

/*历年分数录取tab样式*/
.slideTxtBox .hd ul li {
	float:left;
	height:40px;
	line-height:40px;
	padding: 0px 20px;
	cursor:pointer;
	background: #fff;
	font-size: 16px;
	font-weight:600;
}

.slideTxtBox .hd ul li.on{
	height: 40px;
	border: 1px solid #ddd;
	border-bottom: 3px solid #337ab7;
}

/*历年录取,招生计划页面省份列表样式*/
.pro{
	height:30px;
}
.pro li{
	float:left;
	line-height:30px;
}
@media screen and (max-width: 500px){
	.province-h-100{
		height:100px!important;
	}
}

/* 录取查询页面 */
/* second-module css start */
.second-module{
	flex: 1 0 auto; 
	margin-top: 10px;
}
.second-module .p1{
    padding: 20px;
    border: 1px solid #ddd;
}
.second-module .p1 form{
    margin: 30px 0px 10px 0px;
}
.second-module .p2{
    margin: 20px auto;
    text-align: center;
    font-size: 16px;
}
.second-module .p2 .search-result{
    width: 800px;
    margin: 20px auto;
}
.second-module .p2 .cj-tips{
    display: block;
    max-width: 450px;
    margin: 0 auto;
    text-align: left;
}
 /* second-module css end */



