
#bigbanner_l{
	height:364px;
	background:url(../images/bigbanner-01.png) no-repeat right;
}
#centercenter_l{
	width:1400px;
	height: 600px;
	left: 50%;
	margin-left: -700px;
	position: relative;
}
#login_box {
	position: absolute;
	left:0px;
	top: -100px;
	width: 570px;
	height:550px;
	border:2px solid #aeaeae;
	border-radius:10px;
	background-color: #fff;
	box-shadow: 5px 5px 5px rgba(66, 66, 66, 0.2);
}
#login_box .job_year{
	padding-top: 45px;
	padding-bottom: 45px;
	text-align: center;
	font-size:36px;
	color: #a91414;
	letter-spacing:2px;
}
#login_box .login_bottom_box{
	height: 109px;
	width: 400px;
	margin: auto;
}
#login_box .login_bottom_box .regin_bottom{
	float: left;
}
#login_box .login_bottom_box .login_bottom{
	float: right;
}
#login_box .some_link_box{
	padding-top: 15px;
	width: 400px;
	margin: auto;
}
#login_box .some_link_box .one_link{
	background: url(../images/somelinkline-01.png) no-repeat center bottom;
	width: 161px;
	height: 42px;
	font-size: 24px;
	text-align: center;
	line-height: 42px;
	letter-spacing:3px;
	padding-top:30px;
}
#login_box .some_link_box .one_link a{
	color: #000;
	text-decoration: none;
}
#login_box .some_link_box .left{
	float: left;
}
#login_box .some_link_box .right{
	float: right;
}
#announcement_box{
	position: absolute;
	width:700px;
	height: 450px;
	right:0px;
	top:80px;
}
#announcement_box .important_announcement{
	background: url(../images/littlei-01.png) no-repeat center left;
	font-size: 18px;
	line-height:35px;
	letter-spacing:3px;
	min-height: 35px;
	padding-left: 20px;
}
#announcement_box .announcement_list{
	padding:15px;
	font-size: 14px;
	line-height: 350%;
}
#announcement_box .announcement_list li{
	list-style-image: url(../images/littledot-01.png);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 650px;
}
#announcement_box .announcement_list a:link{
	color: #000000;
	text-decoration: none;
}
#announcement_box .announcement_list a:visited{
	color: #000000;
	text-decoration: none;
}
#announcement_box .announcement_list a:hover{
	color: #720000;
	text-decoration: none;
}
#announcement_box .announcement_list .announcement_more{
	text-align:right;
}
@media screen and (max-width: 1100px) {
	html,body {
	font-size:34px;
	}
	#centercenter_l {
		width: 100%;
		height: 600px;
		left:auto;
		margin-left:auto;
		position:initial;
	}
	#login_box {
		position: inherit;
		width: 90%;
		height: auto;
		border: 2px solid #aeaeae;
		border-radius: 10px;
		background-color: #fff;
		box-shadow: 5px 5px 5px rgb(66 66 66 / 20%);
		margin: 1rem 5%;
		float: left;
		padding-bottom: 1rem;
	}
	#announcement_box {
		position: inherit;
		width: 90%;
		height: 450px;
		right:inherit;
		top:inherit;
		float:inherit;
		margin: 2rem auto;
	}
	.iblockdiv {
		width: 100%;
		float: left;
		margin-top: 15rem;
		position: inherit;
		/* width: 90%; */
		height: 450px;
	}
	#announcement_box .announcement_list {
		padding: 15px;
		font-size:1rem;
		line-height: 2.5rem;
	}
	#announcement_box .important_announcement {
	font-size:1.2rem;
	}
}
