/*益佰招聘*/

body {
	background: #F5F5F5;
}


/*广告图*/

.banner {
	margin:45px auto;
	width: 1200px;
	height: 413px;
	/*background: red;*/
}

.banner>p {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.banner>p>span>a {
	color: #0080CC;
}


/*新闻列表*/

.content {
	width: 1200px;
	height: 100%;
	margin: auto;
	margin-top: 50px;
}

.content-left {
	width: 28%;
	height: 624px;
	float: left;
	border-radius: 5px;
}

.content-right {
	width: 70%;
	height: 100%;
	background: white;
	float: right;
	border-radius: 5px;
        padding-bottom: 100px;
}

.content-l-bottom {
	width: 100%;
	background: white;
	height: 300px;
	border-radius: 5px;
}

#find {
	width: 260px;
	margin: auto;
	padding-top: 20px;
}

#find>p:nth-of-type(1) {
	color: black;
	font-size: 16px;
	font-weight: 900;
}

#find>p:nth-of-type(2)>input {
	width: 255px;
	height: 40px;
	border-radius: 5px;
	border: 0px;
	background: #EEEEEE;
	padding-left: 5px;
	text-align: center;
	font-size: 15px;
	margin-top: 25px;
}

#find>p:nth-of-type(3)>button {
	background: #0080CC;
	text-align: center;
	line-height: 40px;
	width: 100%;
	height: 40px;
	border: 0px;
	border-radius: 5px;
	font-size: 16px;
	color: white;
	cursor: pointer;
	margin-top: 25px;
}

#find>p:nth-of-type(4) {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 35px;
}

#find>p:nth-of-type(5) {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

#find>p:nth-of-type(4)>a {
	color: black;
}

#find>p:nth-of-type(5)>a {
	color: black;
}

#find>p:nth-of-type(4)>a>span:nth-of-type(2) {
	float: right;
}

#find>p:nth-of-type(5)>a>span:nth-of-type(2) {
	float: right;
}

.content-new {
	width: 100%;
	height: 230px;
	border-bottom: 0.5px solid #EEEEEE;
}

.content-new-font {
	font-size: 17px;
	color: #333333;
	margin-top: 63px;
}

.content-new-img {
	margin-top: 35px;
}

.content-new-img01 {
	width: 30%;
	height: 130px;
	float: left;
	margin-right: 3%;
}

.content-new-img02 {
	width: 30%;
	height: 130px;
	float: left;
	margin-right: 3%;
}

.content-new-img03 {
	width: 30%;
	height: 130px;
	float: left;
}

.content-new-left {
	width: 30%;
	height: 100%;
	float: left;
}

.content-new-left>img {
	margin-top: 50px;
}

.content-new-right {
	width: 70%;
	height: 100%;
	float: left;
}

.content-new-r-top {
	width: 100%;
	height: 130px;
	font-size: 16.5px;
}

.content-new-r-top>h3 {
	margin-left: 20px;
	padding-top: 50px;
	color: #333333;
}

.content-new-r-bottom {
	width: 100%;
	height: 100px;
}


/*部门跳转*/

.content-right-t {
	width: 85%;
	height: 203px;
	margin: auto;
	padding-top: 57px;
}

.content-right-t>p {
	float: left;
	line-height: 60px;
	font-size: 16px;
	color: #333333;
	width: 15%;
}

.content-right-t>.bumen {
	float: left;
	width: 80%;
}

.content-right-t>.bumen>ul>li {
	width: 100px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	border-radius: 5px;
}

.content-right-t>.bumen>ul>li:hover {
	/*background: #F5F5F5;*/
	color: #333333;
	cursor: pointer;
}

.content-right-b {
	width: 85%;
	height: 100%;
	margin: auto;
	/*background: indianred;*/
}

.lu {
	background: #0080CC;
	color: white;
}

.list>div {
	display: none;
}

.list>div:nth-of-type(1) {
	display: block;
}
.hundred-box{
	width:30%;
	height:310px;
	border:1px solid #EAF0F9;
	float: left;
	margin-left:2.4% ;
	margin-bottom:2.4%;
	border-radius:5px;
}
.hundred-box:hover{
	background:rgba(215,221,228,0.2);
	cursor: pointer;
	border: 1px solid white;
}
.hundred-box:hover>.hundred-box-center>p:nth-of-type(1){
		border-bottom:1px solid  #EEEEEE;
}
.hundred-box:hover>.hundred-box-center>p{
		color:#333333;
}
.hundred-box-center{
	width:85%;
	height:100%;
	margin: auto;
}
.hundred-box-center>p:nth-of-type(1){
	width:100%;
	height:60px;
	line-height: 60px;
	border-bottom:1px solid #EAF0F9;
	font-size: 18px;
	color:#333333;
}

.hundred-box-center>p:nth-of-type(2){
	color: #333333;
	font-size: 15px;
	margin-top: 30px;
}
.hundred-box-center>p:nth-of-type(3){
	color: #999999;
	margin-top: 20px;
}
.hundred-box-center>p:nth-of-type(4){
	color: #999999;
	margin-top: 10px;
}
.hundred-box-center>p:nth-of-type(5){
	text-align: center;
}
.hundred-box-center>p:nth-of-type(5)>button{
	margin-top: 15px;
	width:130px;
	height: 30px;
	border:0px;
	border-radius: 5px;
	color:#0080CC;
	background:#f0f5fb;
}
.hundred-box-center>p:nth-of-type(5)>button:hover{
	cursor: pointer;
	background:#0080CC;
}
/*分页*/
.fenye{
	width:100%;
	height:40px;
	margin-top:46px;
}
.paging{
	width:420px;
	height:40px;
	float: right;
	margin-right: 50px;
	
}
.paging>ul>li{
	width:40px;
	height: 40px;
	border:1px solid #EEEEEE;
	float: left;
	margin-left: 10px;
	text-align: center;
	line-height:40px;
	border-radius:5px;
	color:#999999;
}
.paging>ul>li:hover{
	background: #0080CC;
}

.paging>ul>li:hover>a{
	color:white;
}
