.dhdz {
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 50px;
	letter-spacing: 1px;
}

.dhdz1 {
	color: rgb(102, 102, 102);
}

.dhdz2:hover {
	color: rgb(129, 88, 160);
}

.home_back{
	line-height: 60px;
}

.swiper-container {
	max-height: 1500px;
}

.title_eng {
	background-color: #4E2A84;
	color: white;
	font-size: 26px;
	padding-right: 5px;
	padding-left: 5px;
}

.fi_w{
	font-size: 32px;
}

.title_ch {
	color: rgb(236, 169, 38);
	font-size: 22px;
	min-height: 35px;
	line-height: 53px;
	height: 37px;
}

.big_container {
	width: 1290px;
	margin-top: 30px;
	overflow: hidden;
}

.small_container {
	border: 1px solid rgb(210, 210, 210);
	margin: auto;
	height: 480px;
	max-width: 340px;
}

.swiper-slide {
	/*border: 1px solid rgb(210, 210, 210);*/
}

.slide_title {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 20px;
	letter-spacing: 1px;
	height: 50px;
	line-height: 25px;
	color: black;
}

.slide_cont {
	font-size: 14px;
	line-height: 35px;
	padding: 20px 20px;
	letter-spacing: 1px;
	height: 120px;
	overflow: hidden;
	color: rgb(45, 45, 45);
}

.slide_more {
	text-align: right;
	padding: 40px 30px 20px 30px;
	color: rgb(45, 45, 45);
}

.swb {
	width: 46px;
	height: 46px;
	background-size: cover;
	font-size: 50px;
	color: white;
	margin-bottom: 3px;
}

.swb_left {
	margin-bottom: -3px;
	margin-left: -60px;
	background-image: url(../img/left.png);
}

.swb_right {
	margin-right: -60px;
	background-image: url(../img/right.png);
}

a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 1300px) {
	.fkk {
		background-color: salmon;
	}
	.big_container {
		width: auto;
	}
	.swb {
		position: relative;
		margin-top: 40px;
	}
	.swb_left {
		margin-left: 41%;
		margin-top: 10px;
	}
	.swb_right {
		margin-left: 55%;
		margin-top: -29px;
	}
}

@media only screen and (max-width: 1200px) {
	.fkk {
		background-color: peru;
	}
	.title_eng {
		padding: 0px;
	}
}

@media only screen and (max-width: 992px) {
	.fkk {
		background-color: blue;
	}
	.title_eng {
		padding: 5px;
	}
	.slide_title {
		padding: 30px 0px;
	}
}

@media only screen and (max-width: 767px) {
	.fkk {
		background-color: gold;
	}
	.swb_left {
		margin-left: 30%
	}
	.swb_right {
		margin-left: 60%;
	}
	.slide_title {
		padding: 20px 20px;
		text-align: center;
	}
	.title_ch {
		text-align: center;
	}
	.title_eng {
		text-align: center;
	}

}
@media only screen and (max-width: 992px) and(min-width:568px){
	.small_container{
		height: 500px;
	}
}
@media only screen and (max-width: 568px) {
	.fkk {
		background-color: red;
	}
		#back_home img{
		height: 20px;
		width: 20px;
	}
	.home_back{
		line-height: 100px;
	}
	.navg img{
		height: 15px;
		width: 15px;
		margin-left: -30px;
	}
	
	.dhdz{
		margin-top: 0px;
		margin-bottom: 30px;
		font-size: 13px;
	}
	.fi_w{
		font-size: 15px;
	}
	.title_eng{
		height: 20px;
		font-size: 10px;
		line-height: 15px;
	}
	.title_ch{
		font-size: 10px;
	}
	.oneofbullentins{
		font-size: 10px;
		margin-top: 20px;
	}
	.button{
		font-size: 10px;
	}
	/*.mid-box{
		height: 500px;
	}*/
	.bulletin_title_cont{
		font-size: 10px;
	}
	.bulletin_date{
		height: 50px;
	}
	
	.swiper-container{
		width: 90%;
	}
	.small_container{
		height: 460px;
	}
	.swb{
		height: 30px;
		width: 30px;
	}
	.swb_left {
		margin-left: 30%
	}
	.swb_right {
		margin-left: 60%;
	}
	.big_container{
		min-height: 420px;
	}
}
@media only screen and (max-width: 320px) {
	.navg img{
		margin-left: 0px;
	}
}