* {margin: 0;padding: 0;}
body {font-size: 16px;}
ul, li {list-style:none;}
a,a:link, a:visited {text-decoration: none;outline: none;outline: 0;}
button, img {border: 0;outline: 0;}
img {vertical-align: middle;}
input {outline: 0; vertical-align:middle;}
input:focus, textarea:focus,select:focus {outline:0; }
html, body{width: 100%; height: 100%;}
i{font-style: normal;}
div { box-sizing: border-box;}

@font-face {
	font-family: 'mytitle';
	src: url('../fonts/思源黑体 CN Bold.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'myword';
	src: url('../fonts/SourceHanSansCN-Regular.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'figure';
	src: url('../fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.main {
	width: 1200px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 20px 14.5px;
}
.con_title {
	font-family: 'mytitle';
	font-size: 28px;
	color: #121212;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 28px;
}
.content {
	display: flex;
	flex-wrap: wrap;
}
.item {
	display: flex;
	flex-direction: column;
	width: 156px;
	/*width: 184px;*/
	margin: 0 5.5px 20px;
}
.photo img {
	width: 156px;
	height: 233px;
	/*width: 184px;
	height: 255px;*/
}
.infor {
	/*background-color: #efefef;*/
	padding: 8px 4px;
}
.infor dt {
	height: 38px;
	font-family: 'myword';
	color: #333333;
	line-height: 19px;
}
.infor dd {
	display: flex;
	font-family: 'myword';
	margin-top: 4px;
	color: #333333;
}
.infor dd i {
	margin-left: 3px;
	margin-right: 10px;
}
.infor dd span {
	width: 100%;
	border-bottom: 1px dashed rgba(102,102,102,0.35);
	margin-right: 4px;
	padding-bottom: 4px;
}
.infor .figure {
	font-family: 'figure';
	font-size: 14px;
}

