
.header_style{
	height: 68px;
	line-height: 68px;
}
.header_style a{
	color: #444;
	text-decoration: none;
}
.content .fl{
	width: 800px;
}
.title{
	margin-top: 20px;
	margin-bottom: 20px;
}
.title span{
	background: linear-gradient(to right, #ee7700, #ea4730);
    -webkit-background-clip: text;
    color: transparent;
}
.title span:nth-of-type(1){
	font-size: 40px;
	font-weight: 1000;
	margin-right: 20px;
	vertical-align: 5px;
}
.content .fl > span{
	color: #777;
	margin-bottom: 35px;
	display: block;
}
.content .fl img{
	width: 100%;
	margin-bottom: 42px;
	padding-right: 10px;
}
.content .fl p{
	line-height: 35px;
	font-size: 18px;
}
.content .fr{
	padding-top: 30px;
	width: 321px;
}
.content .fr > .more{
	width: 321px;
	height: 97px;
	border: 1px solid #e70;
	display: inline-block;
	font-size: 30px;
	line-height: 97px;
	text-align: center;
	color: #e70;
	margin-bottom: 25px;
}
.content .fr > .more img{
	margin-right: 25px;
	vertical-align: -3px;
}
.content .fr ul{
	padding-left: 17px;
	width: 321px;

}
.content .fr ul li{
	width: 308px;
	margin-bottom: 30px;
	color: #aaa;
	list-style-type: square;
}
.content .fr ul li a{
	display: inline-block;
	width: 308px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	color: #2f2f2f;
	vertical-align: -7px;
}
.content .fr ul li span{
	margin-top: 8px;
	color: #777;
	display: inline-block;
}
body {
    font-size: 14px;
}