@charset "UTF-8";

* {
	margin: 0;
	padding: 0
}

html,body {
	background-color: white;
	height: 100%
}

.Frame {
	width: 100%
}

.w_Frame {
	width: 100%;
	background-color: #fff
}

.ico_arrow {
	width: 10px;
	height: 18px
}

.ico_arrow>a>img {
	width: 100%;
	height: auto
}

.yin_ca_ic {
	width: 15px;
	height: 18px
}

.yin_ca_ic>div>a {
	display: inline-block
}

.yin_ca_ic>div>a>img {
	display: inline-block;
	width: 100%;
	height: auto
}

.header_h p {
	font-size: 16px
}

.yin_ca {
	width: 20px;
	height: 20px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 20px;
	border-radius: 20px
}

.yin_ca img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.fen_g {
	width: 100%;
	height: 10px;
	background-color: #f8f8f8
}

section {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
}

.plate {
	line-height: 1.2;
    float: left;
    width: 40%;
    height: 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5%;
}

.content_1 {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
}

.content_1 div:nth-child(1) {
	width: 60px;
	height: 60px;
	float: left;
	margin-left: 0
}

.content_1>div>img {
	width: 100%;
	height: 60px;
	-webkit-border-radius: 10px;
	border-radius: 10px
}

.content_1 div:nth-child(2) {
	width: 48%;
	height: 55px;
	float: left;
	position: relative;
	margin-left: 12px
}

.content_1>div>p:nth-child(2) {
	width: 100%;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
	margin-top: 5px
}

.content_1>div>p:nth-child(1) {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.title_l {
	display: inline-block;
	font-size: 15px;
	font-weight: 500
}

.number_n {
	display: inline-block;
	font-size: 12px;
	color: #999
}

.content_1>div>p:nth-of-type(3) {
	width: 100%;
	font-size: 12px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	bottom: 0
}

.content_2 {
	width: 48%;
	height: 80px;
	position: absolute;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.content_2 div:nth-child(1) {
	width: 60px;
	height: 60px;
	float: left;
	margin-left: 0
}

.content_2>div>img {
	height: 100%
}

.content_2 div:nth-child(2) {
	width: 50%;
	height: 55px;
	float: left;
	position: relative;
	margin-left: 12px
}

.content_2>div>p:nth-child(1) {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.content_2>div>p:nth-child(2) {
	width: 100%;
	font-size: 12px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px
}

.content_2>div>p:nth-child(3) {
	width: 100%;
	font-size: 12px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	bottom: 0
}

.cut_off {
	width: 1px;
	height: 26px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -13px;
	background-color: #f0f0f0
}

article {
	min-height: -webkit-calc(100% - 48px - 110px);
	min-height: -moz-calc(100% - 48px - 110px);
	min-height: calc(100% - 48px - 110px);
	background-color: #f8f8f8
}

@media screen and (max-width:359px) {
	article {
		min-height: -webkit-calc(100% - 48px - 128px);
		min-height: -moz-calc(100% - 48px - 128px);
		min-height: calc(100% - 48px - 128px)
	}
}