.ly_box{
	width: 1200px;
	margin: 35px auto 23px auto;
}
.ly_box .ly{
	width:calc(16.666666666666% - 21px) ;
	height: 86px;
	margin-right: 25px;
	display: inline-block;
	float: left;
	cursor: pointer;
	transition: .5s;
}
.ly_box .ly:hover{
	transform: scale(1.06);
}
.ly_box .ly:last-child{
	margin-right: 0;
}
.ly_box .ly01{
	background: url(../images/wz-index/ly_llxj.png) no-repeat center;
}
.ly_box .ly02{
	background: url(../images/wz-index/ly_jyfw.png) no-repeat center;
}
.ly_box .ly03{
	background: url(../images/wz-index/ly_whfw.png) no-repeat center;
}
.ly_box .ly04{
	background: url(../images/wz-index/ly_kjkp.png) no-repeat center;
}
.ly_box .ly05{
	background: url(../images/wz-index/ly_jsty.png) no-repeat center;
}
.ly_box .ly06{
	background: url(../images/wz-index/ly_bmfw.png) no-repeat center;
}
.list_box{
	width: 1200px;
	min-height: 500px;
	margin: 0 auto;
}
.inbody.active,.honer_year_list.active{
	display: block;
}
.outbox .inbody .innav a.active{
	background: #ff1d40;
	color: #FFFFFF;
}
.list_box .list{
	float: left;
	display: inline-block;
	width: 380px;
	height: 100%;
	margin-right: 30px;
	padding: 17px 20px 27px 24px;
	background: #ffffff;
}
.list_box .list:last-child{
	margin-right: 0;
}
.list_box .list_title{
	font-size: 22px;
	color: #000000;
	height: 45px;
	line-height: 45px;
	position: relative;
}
.list_box .list_title:before{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 44px;
	height: 2px;
	background: #f73b49;
}
.list_box .list_title a{
position: absolute;
top: 50%;
right: 10px;
margin-top: -3px;
color: #999999;
width: 10px;
height: 16px;

background: url(../images/wz-index/tj_bg.png) no-repeat;
}

.list_box .list_title span{
	display: inline-block;
	float: right;
	font-size: 13px;
	cursor: pointer;
}
.list_box .list_title span.pieces{
	margin-right: 5px;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	border-radius: 4px;
	font-size: 14px;
	margin-top: 8px;
}
.list_box .list_title span.pieces.active{
	background: #ff1c40;
	color: #ffffff;
}
.list_box .list_title span:hover{
	color: #f24a4a;
}
.index_req_box .index_req_li{
	font-size: 14px;
	color: #333333;
	padding: 18px 94px 1px 0;
	position: relative;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
.index_req_box .index_req_li:hover{
	color: #fd2121;
}
/*.index_req_box .index_req_li:hover:after{
	background: #fd2121;
}*/
/*.index_req_box .index_req_li:after{
	content: '';
	display: inline-block;
	width: 6px;
	margin-top: 7px;
	height: 6px;
	background: #E5E5E5;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 0;
	
}*/
.index_req_box .index_req_li .time{
	color: #999999;
	font-size: 14px;
	margin-top: 2px;
	position: absolute;
	top: 50%;
right: 0;
font-weight: normal;
}
.index_req_box{
	height: 411px;
}
.index_res_box{
	height: 411px;
	padding-top: 17px;
}
.index_res_box .index_res_li{
	height: 120px;
	background: #f8f8f8;
	padding: 10px 15px 0 174px;
	margin: 0 0 17px;
	position: relative;
	cursor: pointer;
}
.index_res_box .index_res_li:hover .res_title{
	color: #fd2121;
}
.index_res_box .index_res_li:hover img{
	transform: scale(1.06);
}
.index_res_box .index_res_li .imgs{
	width: 160px;
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.index_res_box .index_res_li .imgs img{
	width: 100%;
	height: 100%;
	transition: .5s;
}
.index_res_box .index_res_li .res_title{
	color: #333333;
	font-size: 17px;
	line-height: 28px;
	height: 56px;
	font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index_res_box .index_res_li .res_time{
	margin-top: 28px;
	color: #999999;
	font-size: 14px;
}
.index_res_box .index_res_li .res_time span.ing {
  font-size: 16px;
  color: #45d63e;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  border: 1px solid #45d63e;
  display: inline-block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #e7f9e6;
  position: relative;
  top: -16px;
}
/* line 322, ../sass/hs-front.scss */
.index_res_box .index_res_li .res_time span.end {
  font-size: 16px;
  color: #f0524f;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  border: 1px solid #f0524f;
  display: inline-block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ffe4e3;
  position: relative;
  top: -16px;
}
/* line 325, ../sass/hs-front.scss */
.index_res_box .index_res_li .res_time span.start {
  font-size: 16px;
  color: #ff6c2b;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  border: 1px solid #ff6c2b;
  display: inline-block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ffecd7;
  position: relative;
  top: -16px;
}
.zyk_list{
	width: 1200px;
	margin: 0 auto;
}
.zyk_list img{
	width: calc(50% - 23px);
	cursor: pointer;
	transition: .5s;
	float: left;
}
.zyk_list img:hover{
	transform: scale(0.97);
}
.ry_list{
	color: #333333 !important;
	font-size: 16px;
	
}
.ry_list span{
	display: inline-block;
	margin-right: 30px;
}
.ry_list .active,.ry_list span:hover{
	color: #c41a27;
}
.new_titls{
	height: 41px;
	border-bottom: 3px solid #c41a27;
	color: #666666;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding-right: 25px;
}
.new_titls span{
	display: inline-block;
	padding:0 18px ;
	cursor: pointer;
}
.new_titls span.active,.new_titls span:hover{
	color: #C41A27;
}
 .new_titls a {
    position: absolute;
    top: 50%;
    right: 10px;
    cursor: pointer;
    margin-top: -9px;
    color: #999999;
    width: 10px;
    height: 16px;
    background: url(../images/wz-index/tj_bg.png) no-repeat;
}
.index_team_box .index_req_li{
	padding-right: 15px;
}
.index_team_li{
	padding: 31px 0 31px 112px;
	position: relative;
	cursor: pointer;
}
.index_team_li .imgs{
	position: absolute;
	top: 20px;
	left: 0;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
}
.index_team_li .imgs img{
	width: 100%;
	height: 100%;
}
.index_team_li .names{
	line-height: 35px;
	font-size: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index_team_li:hover .names{
	color: #f24a4a;
}
.index_team_li .nums{
	line-height: 33px;
	font-size: 15px;
	color: #999999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index_team_li .nums b{
	font-size: 18px;
	color: #f73b49;
	display: inline-block;
	margin-left: 6px;
}
