*{
	margin:0;
	padding:0;
	list-style: none;
	box-sizing: border-box;
	outline: none;
}
body{
	color: #333;
}
a{
	color: #333;
	text-decoration: none;
	display: block;
}
a:hover{
	color: #DB1318;
}

.app{
	width: 100%;
	max-width: 1200px;
	margin:0px auto;
}

/* 标题样式  类型1 */
.title-type1,.title-type2,.title-type3{
	line-height: 50px;
	display: flex;
	border-bottom: 1px solid #eee;
	justify-content: space-between;
}
.title-type1-txt,.title-type2-txt{
	padding-left: 26px;
	background-image: url(/template/home/default/icon/toutiao.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	font-size: 24px;
	color: #db1318;
	font-weight: 900;
	position: relative;
}
.title-type1-txt a,.title-type2-txt a{
	color: #db1318;
}
.title-type2-txt{
	padding:0px;
	background: none;
	color: #333;
}
.title-type1-txt::after,.title-type2-txt::after{
	content:"";
	position: absolute;
	width: 100%;
	height: 4px;
	bottom:0;
	left:0;
	background-color: #DB1318;
}
.title-more{
	height: 50px;
	padding-top: 10px;
	padding-right: 20px;
	font-size: 14px;
	color: #999;
	cursor: pointer;
	background-image: url(/template/home/default/icon/add.png);
	background-repeat: no-repeat;
	background-position: 60px 32px;
}

.title-type3{
	margin-top: 40px;
	margin-bottom: 30px;
	height: 58px;
	padding-left: 62px;
	background-repeat: no-repeat;
	background-position: left center;
}
.title-type3 a:hover{
	color: #333;
}
.title-type3 .title-more:hover{
	color: #DB1318;
}
.title-type3-txt-title{
	font-size: 36px;
	position: relative;
	z-index: 1;
	top: -4px;
}
.title-type3-txt-sub{
	font-size: 16px;
	color: #999;
	background-color: #fff;
	position: relative;
	top:-20px;
}

.title-type4{
	color: #DB1318;
	font-size: 24px;
	border-bottom: 1px solid #ececec;
	width: 100%;
	height: 50px;
}
.title-type4-txt{
	position: relative;
	padding-bottom: 16px;
}
.title-type4-txt::after{
	content:"";
	position: absolute;
	bottom: 0px;
	left:0;
	width: 100%;
	height: 2px;
	background-color: #DB1318;
}

/* 广告 */
.ad{
	position: relative;
}
.ad::after{
	content:"广告";
	/* border: 1px solid #fff; */
	color: #fff;
	position: absolute;
	bottom: 2px;
	left: 2px;
	font-size: 12px;
	padding: 0 4px;
	background-color: rgba(0,0,0,0.6);
}