.bar {
	margin-top: 20px;
	margin-top: .2rem;
}

.bar img {
	display: block;
	width: 100%;
	height: 100%;
}

.department h6 {
	font-size: 24px;
	font-size: .24rem;
	line-height: 30px;
	line-height: .3rem;
	font-weight: bold;
	color: #3771bb;
	margin: 30px 0;
	margin: .3rem 0;
}

.department h6 img {
	display: block;
	float: left;
	margin-right: 10px;
	margin-right: .1rem;
	width: 30px;
	width: .3rem;
	height: .3rem;
	height: .3rem;

}

.bm_list {
	background: #f2f5f7;
	padding: .2rem;
}

.bm_list li {
	float: left;
	width: calc(100% / 6);
}

.bm_list li:nth-child(8n) {
	margin-right: 0;
}


.bm_list li a {
	display: block;
	font-size: 16px;
	font-size: .16rem;
	line-height: 36px;
	line-height: .36rem;
	height: 36px;
	height: .36rem;
	overflow: hidden;
	color: #333;
	transition: none;

}

.bm_list .select a {
	font-size: 18px;
	font-size: .18rem;
	font-weight: bold;
	color: #3771bb;
}

.search {
	margin: 40px 0;
	margin: .4rem 0;
}

.search label {
	width: 150px;
	width: 1.5rem;
	margin-right: 10px;
	margin-right: .1rem;
	font-size: 24px;
	font-size: .24rem;
	line-height: 50px;
	line-height: .5rem;
	font-weight: bold;
	color: #3771bb;
	float: left;
}

.search label img {
	display: block;
	float: left;
	margin: 10px 10px 0 0;
	margin: .1rem .1rem 0 0;
	width: 30px;
	width: .3rem;
	height: .3rem;
	height: .3rem;
}

.search input {
	width: calc(100% - 330px);
	width: calc(100% - 3.3rem);
	display: block;
	line-height: 50px;
	line-height: .5rem;
	float: left;
	background: #f2f4f7;
	text-indent: 10px;
	text-indent: .1rem;
	outline: none;
	border: 0;
	font-size: 18px;
	font-size: .18px;
	color: #999;
}

.search button {
	display: block;
	width: 150px;
	width: 1.5rem;
	margin-left: 10px;
	margin-left: .10rem;
	line-height: 50px;
	line-height: .5rem;
	background: #3771bb;
	float: right;
	outline: none;
	border: 0;
	font-size: 18px;
	font-size: .18rem;
	color: #fff;
}

.ask li {
	padding: 40px;
	padding: .4rem;
	background: #f2f4f7;
	margin-bottom: 20px;
	margin-bottom: .2rem;
}

.ask li a {
	display: block;
}

.ask li h6 {
	display: inline-block;
	font-size: 20px;
	font-size: .2rem;
	line-height: 36px;
	line-height: .36rem;
	margin-bottom: 10px;
	margin-bottom: .1rem;
	font-weight: bold;
	color: #333;
	position: relative;
	z-index: 1;
}

.ask li h6::after {
	display: block;
	width: 100%;
	height: 5px;
	background: #789fd0;
	content: '';
	position: absolute;
	bottom: 4px;
	z-index: -1;
}

.ask li p {
	font-size: 18px;
	font-size: .18rem;
	line-height: 36px;
	line-height: .36rem;
	color: #333;
}

/* 清除浮动 */
.search:after,
.bm_list:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.zcwd-left {
    width: 80%;
    float: left;
}

.zcwd-right {
    width: 19%;
    float: right;
}

.zcwd-right .tit {
	font-size: 24px;
	font-size: .24rem;
	line-height: 30px;
	line-height: .3rem;
	font-weight: bold;
	color: #3771bb;
	margin: 30px 0;
	margin: .3rem 0;
}

.zcwd-right .img-ul li {
    margin-bottom: 20px;
    margin-bottom: .2rem;
}

.zcwd-right .img-ul li a {
    width: 100%;
    display: block;
}

.zcwd-right .img-ul li label {
    width: 100%;
    height: 165px;
    height: 1.65rem;
    overflow: hidden;
    display: block;
}

.zcwd-right .img-ul li img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.zcwd-right .img-ul li span {
    width: 100%;
    line-height: 40px;
    line-height: .4rem;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .zcwd-left,
    .zcwd-right {
        width: 100%;
        float: none;
    }
    
    .zcwd-right .img-ul li {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
        float: left;
    }
    
    .zcwd-right .img-ul li:nth-child(2n) {
        margin-right: 0;
    }
    
    .zcwd-right .img-ul li label {
        height: calc(100vw * .3);
    }
    
	.bm_list {
		padding: 20px;
		padding: .2rem;
	}

	.bm_list li {
		width: 32%;
		margin-right: 2%;
	}

	.bm_list li:nth-child(8n) {
		margin-right: 2%;
	}

	.bm_list li:nth-child(3n) {
		margin-right: 0;
	}

	.bm_list li a {
		font-size: 18px;
		font-size: .18rem;
	}

	.search label {
		margin-bottom: 20px;
		margin-bottom: .2rem;
	}

	.search input {
		width: 70%;
	}

	.search button,
    .search a {
		width: 25% !important;
		margin-left: 3% !important;
	}

	.ask li {
		padding:20px;
		padding: .2rem;
	}
}