* {
	margin: 0;
	padding: 0;
	border: 0;
}
.for_searching
{
	position: absolute;
	top: 0px;
	z-index: 1;
	opacity: 0.01;
}
header
{
	max-width: 720px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 10px;
	line-height: 60px;
	height: 60px;
}
.home-logo
{
	display: inline-block;
	width: 50%;
	height: 100%;
	background: url('../../img/index.png') no-repeat left center;
	background-size: 123px 32px;
}
.trademark 
{
	position: relative;
	left: 79px;
	top: -9px;
}
.title
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 5px 10px;
} 
.container
{
	max-width: 720px;
	margin: 0 auto;
}
.container > div:nth-child(1)
{
	border-top: 1px solid #e5e5e7;
}
.container > div
{
    overflow: hidden;
	border-bottom: 1px solid #e5e5e7;
    font-size: 18px;
}
a
{
	color: #000;
	display: block;
    padding: 16px 15px;
	text-decoration: none;
	font-size: 18px;
	overflow: hidden;
}
.image
{
	float: right;
    width: 5.125em;
    height: 4.1em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.describe
{
	display: inline-block;
    vertical-align: top;
    width: 68%;
}
h4
{
	font-weight: 400;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 1.4;
}
p
{
	color: rgba(0,0,0,0.3);
    padding-top: .4em;
    font-size: 14px;
}