@charset "UTF-8";
body {
	color: #333;
	font: 18px/1.5 'Microsoft YaHei','微软雅黑',Tahoma,Arial,sans-serif;
	margin:0;
	padding:0;
	list-style-type:none;
	border:none
}


a {
	color: #333;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #888;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.main {
    max-width: 720px;
    margin: 0px auto;
    box-shadow: 0 7px 17px #ccc;
    padding: 1px 0 0;
	overflow:hidden;
	margin:0 auto;
	width:98%;
	background:#fff;
	box-shadow:0 0 15px #ccc;
	line-height:1.5;
}
.main img {
	margin:2px 8px 8px;
	max-width:98%;
}
.main p {
	margin: 0 0 1px 0;
}

.text {
	color:#333;
	font-size:18px;
	margin-top:5px;
	word-break:break-all;
	line-height:1.6em;
	margin:0px 3px 20px;
	letter-spacing:1px
}


.link {
	font-size:19px;
	font-weight:normal;
	margin:0px 10px;
}
.ad a {
	display:block;
	padding:8px 10px;
	color:#ef173e;
	font-size:17px;
}
.content-title {
	font-size: 18px;
	font-weight: 700;
	margin-top: 12px;
	text-align: center;
}

.content-wrap {
	word-break: break-all;
	margin-left: 10px;
}



.xx{border-bottom:1px solid #f4f5f5;padding:3px 0 3px 1px}
.xx{padding:3px 0 3px 11px}


/* 首页列表S */
.ind-line {
	margin: .2rem 0;
	width: 100%;
	border-bottom:1px solid #f4f5f5;
	background: #ddd;
	text-align: center;
	line-height: 2rem;
}

.ind-line a{
	width: 100%;
	display:block;
	background: #FFF;
	line-height: 2rem;
}
/* 首页列表E */

/* 首页栏目三个一行S */
.classtemp3 {
    overflow: hidden;
    width: 100%;
    margin-bottom: -1px;
    background: #fff;
}
.classtemp3 a {
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	width: 33.33%;
	height: 2rem;
	border-right: 1px solid #f4f5f5;
	border-bottom: 1px solid #f4f5f5;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2rem;
	cursor: pointer;
}
.classtemp3 a:hover {
    background: #FFFAF3;
}
/* 首页栏目三个一行E */

/* 首页栏目五个一行S */
.classtemp5 {
    overflow: hidden;
    width: 100%;
    margin-bottom: -1px;
    background: #fff;
}
.classtemp5 a {
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	width: 20%;
	height: 2rem;
	border-right: 1px solid #f4f5f5;
	border-bottom: 1px solid #f4f5f5;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2rem;
	cursor: pointer;
}
.classtemp5 a:hover {
    background: #FFFAF3;
}
/* 首页栏目五个一行E */






/* 搜索S */
.searchbar {
	border-bottom:1px solid #f4f5f5;
	width: 98%;
	padding: 2px 2px;
	text-align: center;
}
#searchform input {
	width: 58%;
	height: 31px;
	font: 16px "Microsoft YaHei", Helvetica;
	padding: 2px 10px;
	background: #ebebeb;
	border: 1px solid #ebebeb;
	border-radius: 8px 0 0 8px;
}
#searchform input:focus {
	outline: 0;
	background: #fff
}
#searchform button {
	overflow: visible;
	position: relative;
	border: 0;
	cursor: pointer;
	height: 37px;
	width: 22%;
	color: #fff;
	font-size:16px;
	text-transform: uppercase;
	background: #2196f3;
	border-radius: 0 8px 8px 0
}
#searchform button:hover {
	background: #F44336
}
/* 搜索E */


/* 内容列表S */
.list {
	background:#ffffff;
    padding:1px;
    font-size:18px;
}
.list a {
	line-height:40px;
	display:block;
	border-bottom:1px solid #f4f5f5;
	position:relative;
}
/* 内容列表E */

/* 分页S */
.pages {
	margin:2px 0 0 0;
	text-align:center;
	width:100%;
	overflow:hidden;
}
.pages a {
	display:inline-block;
	height:30px;
	line-height:30px;
	padding:0 12px;
	border-radius:2px;
	border:1px solid #C1C1C1;
	text-align:center;
	margin:3px 3px;
}
.pages>b,.pages a:hover {
	border:1px solid #00aeff;
	margin-top:-2px;
	background:#00aeff;
	border-radius:2px;
	color:white;
	display:inline-block;
	height:30px;
	line-height:30px;
	padding:0 12px;
	text-align:center;
	margin:3px 3px;
	font-weight:100;
}
/* 分页E */

/* 内容标题S */
.header {
	background-color:#ddd;
	height: 28px;
}
.header h1 {
	font-size:18px;
	text-align:center;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	width:100%;
}
/* 内容标题E */



/* TAG标签S */
.single-cat-tag {
	font-size: 17px;
	text-align:center;
}
.single-cat-tag a {
	display: inline-block;
	margin-right: 5px;
	padding: 0 10px;
	line-height: 28px;
	height: 28px;
	background: #f5f5f5;
	border-radius: 14px;
	font-size: 16px;
	transition: all .2s ease;
}
.single-cat-tag a:before {
	content: "更多:";
	color: #2196F3;
	margin-right: 1px;
	font-weight: 700;
}
.single-cat-tag a:hover {
	background: #2196F3;
	color: #fff;
	text-decoration: none;
}
/* TAG标签E */


/* 上下篇S */
.next-prev {
	padding: 3px;
}
.next-prev  a {
	display:block;
	margin-bottom: 3px;
	padding: 5px;
	border: solid 1px #e5e5e5;
}
/* 上下篇E */


.aa1 a{display:block;padding:8px 10px;color:#ef173e;font-size:17px;}
.aa2 a{display:block;padding:8px 10px;color:#ef173e;font-size:17px;background-color:#00FF00;}



/* 导航栏目页S */
.dh {
	display:block;
	height:36px;
	line-height:36px;
	text-align:center;
	margin:0px 1px 10px;
	border:1px dashed #d3d3d3;
	background:#f6f6f6;
	font-size:15px;
}
.dh a {
	font-size:18px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.dh a:hover {
	background: #2196F3;
	color: #fff;
	text-decoration: none;
}
/* 导航栏目页E */

/* 导航内容页S */
.breadcrumb {
	margin: 5px;
	background: #f5f5f5;
	padding-left: 10px;
}
.breadcrumb a{
    margin-right: 8px;
}
/* 导航内容页E */

/* 最底部S */
.footet {
	text-align:center;
	font-size:12px;
	background-color:#ddd;
}
/* 最底部E */


/* 版权S */
.copyright {
	background-color: #333;
	color: #ddd;
	font-size:12px;
	line-height: 22px;
	padding: 5px 5px;
	text-align: center;
}
.copyright a {
	color: #3F8AF0;
}
.copyright span {
	margin: 0 10px;
}
/* 版权E */
