body {
	color: #333;
}
#header {
	color: #666;
	height: auto;
	min-height: 480px;
	background-image: url('../images/bg_index_header.01.png');
	background-position-x: -30px;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#header .btn {
	border: 1px solid rgba(255, 255, 255, .5);
}
#site_logo img {
	margin: 10px 0 0 10px;
	max-width: 90%;
}
#login_box {
	padding: 15px 0;
}
#login_box label {
	font-size: 1.15em;
	margin-bottom: 0;
}
#btn_submit {
	font-size: 1.15em;
}

#slides {
	width: 350px;
	height: auto;
	position: relative;
	margin: 30px auto 15px;
}
.swiper-slide {
	width: 350px;
}
.swiper-slide img {
	max-width: 100%;
}
.swiper-pagination {
	width: 100%;
	position: relative;
}
.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	margin: 0 10px;
}
.swiper-pagination-bullet-active {
	background: #ffb617;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active {
	background: rgba(255, 81, 0, 0.533) !important;
	color: #FFF;
}

.box {
	position: relative;
	min-height: 250px;
	margin-left: 0;
	margin-right: 0;
}
.box .title {
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0;
	top: 0;
	background-position-x: left top;
	background-repeat: no-repeat;
	z-index: 9;
}
.box.news .title {
	background-image: url('../images/title_news.png');
}
.box.books .title {
	background-image: url('../images/title_book.png?v=2');
}
.box .content {
	margin-left: 15px;
	margin-right: -15px;
	padding-top: 34px;
	min-height: 325px;
}
.box.news .content {
	padding-top: 50px;
	background-color: #f4f4f4;
}
.box.news .content .item {
	padding-left: 40px;
	background-image: url('../images/bg_dot_news.png');
	background-position: 15px 6px;
	background-repeat: no-repeat;
}

.box.books .content {
	background-color: #FFF;
}
.box.books .content .item {
	width: 100px;
	height: 120px;
	/*border: 2px solid #37B34A;*/
	border: 2px solid #f05a22;
	padding: 5px;
}
.box.books .content .item > div {
	background-color: #d6de23;
	width: 100%;
	height: 100%;
}
.box.books .content .item .cover {
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

.promo .culture {
	background-image: url('../images/btn_culture.png');
}
.promo .scholarship {
	background-image: url('../images/btn_scholarship.png');
}
.promo .join {
	background-image: url('../images/btn_ccjoin2025.png');
}

@media (min-width: 768px) {
	#header {
		background-position-x: -80px;
	}
	#header .btn {
		border: 0 none;
	}
	#site_logo img {
		margin: 10px 15px;
	}
	#login_box {
		font-size: 1em;
	}
	#login_box input {
		max-width: 120px;
	}
	#btn_submit {
		margin-top: 0;
	}
	#slides {
		margin-right: 15px;
	}
	.swiper-pagination {
		width: 350px;
		margin-left: auto;
		margin-right: 15px;
	}
	.row.content {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse !important;
	}
	.box {
		margin-left: 0;
		margin-right: 0;
	}
	.promo {
		padding-left: 43px;
		text-align: left;
	}
}

@media (min-width: 1024px) {
	#header {
		background-image: url('../images/bg_index_header.png');
		background-position-x: -50px;
	}
	#slides {
		width: 700px;
	}
	.swiper-pagination {
		width: 700px;
	}
	.box.books .content .item {
		width: 160px;
		height: 200px;
	}
}

@media (min-width: 1200px) {
	#header {
		background-position-x: 0;
	}
}
