@charset "utf-8";
/* CSS Document */

/*list-ty1*/
.list2{
	margin: 0 auto;
}
.list2 h2{
    margin-bottom: .33rem;
}
.list2 ul a{
    height: 5.67rem;
}
.list2 ul a img{
	width: auto;
	height: 100%;
	float: left;
}
.list2 ul a div{
    width: 61.2%;
    float: left;
}
.list2 ul a div h3{
	width: 61.2%;
}
.list2 ul a div span{
	width: 61.2%;
}

/*list-ty2*/
.view-list2 ul a h3{
	top: .6rem;
}
.view-list2 ul a p{
	width: 91.74%;
    font-size: .82rem;
    line-height: 1.2;
    position: absolute;
    top: 2rem;
    padding: 0 4.13%;
	color: #adadad;
}

/*content*/
.content-main h3{
	width: 100%;
	height: 3.67rem;
	position: relative;
}
.content-main h3 a{
	width: .57rem;
	height: 1.03rem;
	background: url(fh-icon.png) center no-repeat;
	background-size: 100% 100%;
	position: absolute;
    top: 50%;
    left: 2%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}


.content-main1{
	width: 86.13%;
	padding: 0 6.935%;
}
.content-main1 h2{
	font-size: 1.36rem;
	line-height: 1.2;
}
.content-main1 span{
	font-size: 1rem;
	line-height: 1.2;
	color: #050000;
	margin: .8rem 0 1.8rem 0;
	/*display: block;*/
}
.content-main1 span time{
	margin-left: 1rem;
}
.content-main1 div{
	font-size: 1.27rem;
	line-height: 1.4;
	/*text-indent: 2em;*/
}
.content-main1 div p{
	margin-bottom: .6rem;
}
.content-main1 img{
        display:inline-block;
        max-width:100%;
        width:auto;
}