.honor-list .item{
	margin-bottom: 45px;
	display: block;
	color: #000000;
}
.honor-list .item .img{

}
.honor-list .item .name{
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	font-size: 15px;
}


.video .video-tit{
    padding-left: 18px;
    position: relative;
    margin-top: 61px;
    margin-bottom: 37px;
    font-size: 23px;
}
.video .video-tit::before{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 5px;
	height: 24px;
	background-color: #165963;
}
.video .video-tit .more{
    font-size: 14px;
}
.video .video-tit .more a{
    color: #818181;
}
.video-list{
	display: flex;
	flex-wrap: wrap;
}
.video-list .item{
	flex-shrink: 0;
	margin-right: 20px;
	width: 266px;
	margin-bottom: 45px;
	display: block;
	color: #000000;
}
.video-list .item::nth-of-type(5n){
	margin-right: 0
}
.video-list .item .img{

}
.video-list .item .name{
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	font-size: 15px;
}

.job-list{
    margin-top: 36px;
}
.job-item{
	margin-bottom: 36px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px  27px;
	border: solid 1px #d9d9d9;
	border-radius: 8px;
}
.job-item .more{
	flex-shrink: 0
}
.job-item .more a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	background-color: #0747b0;
	color: #ececec;
	font-size: 18px;
}
.job-item .j-info .j-gw{
	margin-right: 36px;
	font-size: 16px;
	font-weight: bold;
}
.job-item .j-desc{
	font-size: 15px;
	margin-top: 20px;
}
.job-item .j-desc span{
	color: #d90d0d
}
.job-item .j-info .j-xz{
	color: #d10202
}


.job-detail .detail-info{
	padding-top: 30px;
	padding-bottom: 27px;
	border-bottom: 17px solid  #ececec;
	font-size: 15px;
	color: #464646;
}
.job-detail .d-gw{
	font-size: 25px;
	color: #000
}
.job-detail .d-ms{
	padding: 18px 0;
}
.job-detail .detail-info span{
	color: #d90d0d;
	font-weight: bold;
}

.detail-desc .d-tit{
	font-size: 20px;
	padding: 20px 0;
}
.detail-desc .d-info{
	line-height: 2
}
.detail-contact{
	padding: 37px 0;
	font-size: 20px;
	color: #d90d0d;
	font-weight: bold;
}

.honor-list{
	padding-bottom: 50px;
}
.honor-list .item{
	margin-top: 42px;
}
.honor-list .item .tit{
	margin-top: 10px;
	height: 52px;
	line-height: 52px;
	background-color: #ececec;
	overflow: hidden;
}
.honor-list .item:hover .tit{
	background-color: #004986;
	color: #fff;
}
