.title{
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 36px;
    color: #252f45;
}

.headlineImage{
	margin: 10px auto;
	text-align:center;
}
.headlineImage > a > img{
	width: 100%;
}

.index-address{
    border-top: 2px dashed #ddd;
    background-color: #f5f5f5;
}
.addressHead{
	color: #ff8000;
    letter-spacing: 2px;
    font-style: italic;
}
.addressRoute{
	padding: 0;
	list-style: none;
}
.addressRoute > li{
	line-height: 1.2em;
    margin-bottom: 5px;
}
.addressRoute > li > strong{
    font-size: 12px;
}
.addressTip{
	border: 1px dashed #dcdcdc;
	padding: 5px 8px;
	margin-bottom: 15px;
}
.addressTip .fa-map-marker{
	color: #FF5722;
}

.index-compus{
	padding: 0;
}
.row.min{
	margin-left: -7px;
	margin-right: -7px;
}
.col-xs-6.min,.col-sm-6.min{
	padding: 8px;
}
.col-sm-6.min{
	padding: 0 8px;
}
.compusTheme{
	text-align: center;
}
.compusTheme > img{
	width: 100%;
}
.compusWrap {
    box-shadow: 0 4px 4px #dddddd;
    -webkit-box-shadow: 0 4px 4px #dddddd;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}
.compusWrap:hover,.compusWrap:active{
}

.compusWrap > h4 {
    margin: 0;
    position: relative;
    padding: 6px;
    font-size: 15px;
    padding-left: 32px;
    line-height: 1.25em;
    color: #333333;
    background-color: #ff5722;
    color: #ffffff;
}
.compusWrap > h4 > .fa{
    position: absolute;
    left: 6px;
    top: 6px;
    color: #ffffff;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}
.index-faq{
	padding: 24px 0;
    margin-bottom: 15px;
    background-color: #111;
    text-align: center;
    background: url(/gaokao/img/background/highclass.jpg) no-repeat center center;
}
.index-faq section > p.faq-title{
    letter-spacing: 1px;
    color: #FF5722;
    font-size: 1rem;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #000000;
    -webkit-text-shadow: 1px 1px 3px #000000;
}
.index-faq section > p.faq-slogan{
	font-size: 1rem;
    letter-spacing: 1px;
    color: #eeeeee;
    text-shadow: 1px 1px 3px #000000;
    -webkit-text-shadow: 1px 1px 3px #000000;
}
.btn-faq{
    position: relative;
    color: #eeeeee;
    background: transparent;
    border: 1px solid #eeeeee;
    margin: 10px 0;
    padding: .4rem 3rem;
    text-shadow: none;
    border-radius: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.btn-faq:hover{
	color: #00b6ff;
	border: 1px solid #00b6ff;
}
.btn-faq .fa{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


/* index-news */
.index-news{
    background-color: #f0f0f0;
    padding-top: 20px;
}
.news-panel{
    background-color: #FFFFFF;
    margin-bottom: 20px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.news-panel:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #E5E5E5;
    color: #E5E5E5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.news-panel__hd {
    color: #808080;
    font-size: 13px;
    position: relative;
}

.news-panel__hd:after {
    content: " ";
    position: absolute;
    left: 10px;
    bottom: 0;
    right: 10px;
    height: 1px;
    border-bottom: 1px solid #E5E5E5;
    color: #E5E5E5;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.news-panel__bd {

}

.news-media-box {
    padding: 10px;
    position: relative;
}
.news-panel__hd > a{
    padding: 0;
    color: #333333;
    border-radius: 6px
}
.news-panel__hd > a > img{
    border-radius: 6px 6px 0 0;
}
.news-panel__hd .news-media-box__title{
    padding-top: 10px;
    font-size: 19px;
    line-height: 1.4em;
    max-height: 3.6em;
    -moz-max-height: 3.6em;
}
.news-panel__hd .news-media-box__title > a {	
    color: #000000;
}
.news-media-box > img{
    width: 100%;
    height: auto;
}

.news-media-box_appmsg {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

a.news-media-box {
    color: #000000;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.news-panel__bd > a.news-media-box:after{
    content: "";
    position: absolute;
    left: 100px;
    bottom: 0;
    right: 10px;
    height: 1px;
    border-bottom: 1px solid #E5E5E5;
    color: #E5E5E5;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.news-panel__bd > a.news-media-box:last-child:after{
    left: -10px;
    right: -10px;
}
a.news-media-box:hover,a.news-media-box:active{
    background-color: #fffbdc;
}
.news-media-box__hd {
    margin-right: .8em;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.news-media-box__thumb {
    width: 100%;
    max-height: 100%;
    vertical-align: top;
}

.news-media-box__bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.news-media-box__title {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 6px;
    line-height: 1.2em;
    font-size: 17px;
    text-align: justify;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	max-height: 2.4em;
    -moz-max-height: 2.4em;
}
@media screen and (min-width: 768px){
    .news-panel__hd .news-media-box__title{
        white-space: nowrap;
        display: block;
    }
}
.news-media-box__desc {
    margin: 0;
    color: #808080;
    font-size: 13px;
    line-height: 1.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
	max-height: 2.8em;
    -moz-max-height: 2.8em;
}

.news-panel__ft{

}

.news-cell {
    padding: 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.news-cell_access {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: inherit;
}

.news-cell_link {
    color: #586C94;
    font-size: 14px;
}

.news-cell__ft {
    text-align: right;
    color: #808080;
}
.news-cell_access .news-cell__ft {
    padding-right: 13px;
    position: relative;
}

.news-cell_access .news-cell__ft:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
}




/* index-banner */
.index-banner{
    background-color: #ffeb00;
}
#index-banner-swiper-container{
    padding: 10px 0;
}
.swiper-container{
	width:100%;
}
@media screen and (max-width: 767px){
    #index-banner-swiper-container{
        padding: 0;
    }
}
.slide-media-box{
    position: relative;
    text-align: center;
    display: block;
}
.slide-media{
    width: 100%;
    height: auto;
}
.slide-media-box:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}


/* index-headline */
.index-headline{
    background-color: #ffeb00;
    overflow: hidden;
}
.headlineItemWrap{
    margin-top: 10px;
    margin-bottom: 15px;
}
.headlineItem{
    padding: 0.6rem;
    background-color: #fffce6;
    border: 1px solid #dcd28b;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.headlineItem h4{
    margin: 0;
    font-size: .8rem;
    text-align: center;
    padding-bottom: .4rem;
    margin-bottom: .4rem;
    border-bottom: 1px solid #ececec;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.headlineItem p{
    margin: 0;
    line-height: 18px;
    font-size: 14px;
    min-height: 36px;
    max-height: 54px;
    overflow: hidden;
    text-align: justify;
}
.headlineItem p > strong{
    color: #ff0000;
}
.headline-btn{
	position: relative;
    width: 100%;
    margin-top: 10px;
    font-size: 0.6rem;
    line-height: 1rem;
    font-weight: 600;
    color: #ffffff;
}
.gkfdb-btn{
    background-color: #FF5722;
}
.bdqhb-btn{
    background-color: #3F51B5;
}
.gkfdb-btn:hover,.gkfdb-btn:active{
    color: #ffffff;
    background-color: #e43805;
}
.bdqhb-btn:hover,.bdqhb-btn:active{
    color: #ffffff;
    background-color: #1a2980;
}
.gkfdb-btn > .fa,.bdqhb-btn > .fa{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
@media screen and (max-width: 767px){
	.col-xs-6.hlw-left{
		padding-right: 5px;
	}
	.col-xs-6.hlw-right{
		padding-left: 5px;
	}
}



/* index-omc */
.index-omc{
	padding-bottom: 0.8rem;
}
.index-omc p{
	text-align: center;
	margin: 0;
}
.index-omc p a img{
	width: 100%;
	height: auto;
}

/* index-hot */
.index-hot {
	padding-bottom: 0.8rem;
}
.index-hot p{
	text-align: center;
	margin: 0;
	overflow:hidden;
}
.index-hot p a img{
	width: 100%;
	height: auto;
	transition:.5s;
	-webkit-transition:.5s;
}
.index-hot p a img:hover{
	transform:scale(1.08);
	-webkit-transform:scale(1.08);
}
.hotevents .nav-tabs {
    border-bottom: none;
    text-align: center;
}
.hotevents .nav-tabs>li{
	float: none;
    padding-bottom: 10px;
    display: inline-block;
    margin: 0 8px;
}
.hotevents .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .hotevents .nav-tabs>li.active>a:focus{
    color: #005bcc;
    text-align: center;
    background: transparent;
    border: none;
    border-bottom: 3px solid #005bcc;
}
.hotevents .nav-tabs>li>a {
	margin-right: 0;
    border: none;
    color: #666666;
    font-size: 0.6rem;
    padding: 5px 0;
    border-bottom: 3px solid transparent;
}
.hotevents .nav>li>a:hover, .nav>li>a:focus {
	border-color: transparent;
    text-decoration: none;
    background-color: #ffffff;
}
.tab-content {
    border-radius: 6px;
    overflow: hidden;
}

/* index-features */
.single-feature-box {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 8.135px 18.271px 40px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 8.135px 18.271px 40px 0px rgba(0, 0, 0, 0.08);
    padding: 1rem;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.single-feature-box:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.single-feature-box:hover h3.omc{
	color: #d81e06;
}
.single-feature-box:hover h3.admission{
	color: #ff9800;
}
.single-feature-box:hover h3.advantage{
	color: #d81e06;
}
.single-feature-box:hover h3.faq{
	color: #1296db;
}
.icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url(/img/icons/featured_icon_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 0.8rem;
}
.single-feature-box h3{
	text-align: center;
	font-size: 0.75rem;
	color: #333333;
}
.single-feature-box p{
	margin: 0;
	max-height: 4.2em;
	min-height: 4.2em;
    overflow: hidden;
    color: #607d8b;
    text-align: justify;
}
.icon-box img {
    display: inline-block;
    margin: 0px auto;
    width: 2.5rem;
    height: auto;
}
.section-padding {
    padding: 0.8rem 0px;
}
.features-link:hover,.features-link:active{
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.underRow{
		padding-left:11px;
		padding-right:11px;
	}
	.single-feature-box{
		padding: 0.2rem;
	}
	.section-padding {
	    padding: 0.8rem 0px;
	}
	.single-feature-box h3{
		font-size: 0.7rem;
	}
	.hotevents .nav-tabs>li>a{
		font-size: .75rem;
	}
}
@media (min-width: 768px) and (max-width: 1170px) {
    .single-feature-box{
		padding: 0.8rem;
	}
}