@charset "utf-8";
@import "common.css?240805";

/** index
========================================*/
.index .secList a{
	display:block;
}
.index .blockStatus{
	height:36px;
	padding:0 3%;
	background:#E3E4DC;
}
.blockStatus .tagArea{
	display:inline-block;
	box-sizing:border-box;
	max-width:50%;
	background:#f90;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	padding:0 8px;
	margin:8px 0 0;
	line-height:22px;
	color:#fff;
	float:left;
}
.blockDate{
	width:50%;
	float:right;
	margin:11px 0 0;
}
.blockDate .txt{
	max-width:80%;
	display:inline-block;
	float:right;
	color:#630;
	line-height:16px;
	margin:0 0 0 4px;
}
.blockDate .tagNew{
	display:inline-block;
	padding:5px 6px;
	line-height:0;
	background:#f66;
	float:right;
}
.index .secList .wrapper{
	display:table;
	padding:10px 0 15px;
}
.index .secList .img{
	display:table-cell;
	width:80px;
}
.index .secList .blockData{
	display:table-cell;
	padding:0 0 0 10px;
	vertical-align:top;
}
.index .blockData .tit{
	max-height:36px;
	overflow:hidden;
	margin:0 0 5px;
	font-size:14px;
	line-height:18px;
}
.index .blockData .txt{
	height:36px;
	overflow:hidden;
	color:#333;
	line-height:18px;
}

/** details
========================================*/
.details .blockTit{
	padding:5px 3% 15px;
	background:#F1F1ED;
}
.details .blockStatus{
	padding:0 0 10px;
}
.details .blockTit .tit{
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	color:#630;
}
.details .btnCommon03{
	width:300px;
	height:60px;
	margin:0 auto 15px;
}
.secList  .appendList{
	margin-top: 20px;
}