* {
	margin: 0;
	padding: 0;
	font-size: 0.16rem;
}


/* 杂志介绍 */
.jieshao {
	width: 100%;
	position: relative;
	z-index: -2;
	background: url(../img/xuehui_bg.jpg) center no-repeat;
}

.jieshao .main {
	display: flex;
	justify-content: space-between;
	padding: 0.8rem 0;
	box-sizing: border-box;
	position: relative;
	min-height: 8.53rem;
	align-items: center;
}


.jieshao_img {
	max-width: 100%;
	max-height: 6rem;
	padding: 0.1rem;
	background: #FFFFFF;
	border: 0.01rem solid #03AFAC;
	border-radius: 0.1rem;
	overflow: hidden;
	box-sizing: border-box;
}

.jieshao_img img {
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.jieshao_img img:hover {
	transform: scale(1.02);
}

.jieshao_txt {
	width: 9.3rem;
}

.jieshao_txt .jieshao_title {
	width: 100%;
	font-weight: bold;
	font-size: 0.4rem;
	color: #222222;
	margin-bottom: 0.1rem !important;
}

.jieshao_txt .jieshao_cont {
	width: 100%;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
}

.jieshao_txt {
	width: 8rem !important;
	padding-right: 0.5rem;
	box-sizing: border-box;
}

.jieshho_en {
	color: #999;
	font-size: 0.24rem;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.jieshao_pic {
	width: calc(100% - 8rem) !important;
	max-height: 6.6rem;
	height: 6.6rem;
	padding: 0.15rem;
}













