.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);
}

.title_eng{
	background-color: #4E2A84;
	color: white;
	font-size: 26px;
	padding-left: 5px;
}

.home_back{
	line-height: 60px;
}

.fi_w{
	font-size: 32px;
}

.title_ch{
	color: rgb(236,169,38);
	font-size: 22px;
	min-height: 35px;
	line-height:53px;
	height: 37px;
}

#container{
	min-height: 600px;
}

.oneofbullentins{
	font-size: 20px;
	color: rgb(57,57,57);
	font-family: "微软雅黑";
	letter-spacing: 1px;
	margin-top: 40px;
}

.bulletin_title{
	padding-left: 0px;
}
.bulletin_title_cont{
	margin-top: 10px;
	font-size: 15px;
	max-height: 50px;
	overflow: hidden;
	display: none;
	letter-spacing: 2px;
}
.bulletin_date{
	color: dimgray;
	/*line-height: 25px;*/
}

.bulletin_btn{
	font-size: 20px;
	color: rgb(20,20,20);
	font-family: "微软雅黑";
	letter-spacing: 1px;
	margin-top: 60px;
}

.button{
	background-color: white;
	border: none;
}

a{
	color: dimgray;
}

a:hover{
	color: rgb(104,54,103);
	text-decoration: none;
}

@media only screen and (max-width: 1300px) {
	.fkk {
		background-color: salmon;
	}
}


@media only screen and (max-width: 1200px) {
	.fkk {
		background-color: peru;
	}
}

@media only screen and (max-width: 992px) {
	.fkk {
		background-color: blue;
	}
	.bulletin_title_cont{
		max-height: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.fkk {
		background-color: gold;
	}
	.title_ch{
		text-align: center;
	}
	.title_eng{
		text-align: center;
	}
}

@media only screen and (max-width: 568px) {
	.fkk {
		background-color: red;
	}
	.oneofbullentins{
		border-bottom: 1px solid gainsboro;
		padding-left: 3%;
	}
		#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{
		font-size: 10px;
	}
	.title_ch{
		font-size: 10px;
	}
	.oneofbullentins{
		font-size: 10px;
		margin-top: 20px;
	}
	.button{
		font-size: 10px;
	}
	/*.mid-box{
		height: 500px;
	}*/
	
	.bulletin_btn{
		padding-left: 14%;
	}
	.bulletin_title_cont{
		font-size: 10px;
	}
	.bulletin_date{
		height: 50px;
		line-height: 50px;
	}
}
@media only screen and (max-width: 320px) {
	.navg img{
		margin-left: 0px;
	}
	.bulletin_btn{
		padding-left: 10%;
	}
	
}