html {
	font-size: 62.5%;
}
body {
	font-size:15px;
	color: #333;
	font-family:"microsoft yahei",Tahoma,Helvetica,Arial,sans-serif;
	background-color: #f6f6f6;
	position: relative;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4,h5,h6 {
	font-size:12px;
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i, span i{
    margin-right: 5px;
}
a {
	color: #333;
}
a:hover {
    color: #d43d3d;
	text-decoration: none;
}
ul, dl, li {
    list-style-type: none;
    margin: 0px;
	padding: 0px;
}
.clear {
    clear: both;
}
.fontsize14 {
	font-size:14px;
}
.fontsize15 {
	font-size:15px;
}
.fontsize16 {
	font-size:16px;
}
.margin0 {
	margin:0px;
}
.padding0 {
	padding:0px;
}
.mt5 {
	margin-top:5px;
}
.mb5 {
	margin-bottom:5px;
}
.mt10 {
	margin-top:10px;
}
.mb10 {
	margin-bottom:10px;
}
.mt15 {
	margin-top:15px;
}
.mb15 {
	margin-bottom:15px;
}
.mb30 {
	margin-bottom:30px;
}
.pl5 {
	padding-left:5px;
}
.pr5 {
	padding-right:5px;
}
.pl15 {
	padding-left:15px;
}
.pr15 {
	padding-right:15px;
}
.pl0pr0 {
	padding-left:0px!important;
	padding-right:0px!important;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 1px;
    padding-left: 1px;
}
.shadow-effect-2 {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
#logo-header {
	height:30px;
}
/* navbar */
.navbar {
    z-index: 99;
    position: relative;
    background-color: #fff!important;
    border-top: 2px solid #d43d3d;
    border-bottom: 1px solid #EAEAEA;
	margin-bottom:4px;
}
.navbar-nav .nav-link {
    padding-right: .3rem!important;
    padding-left: .3rem!important;
}
/* 常用box */
.box-wrapper {
	overflow:hidden;
	padding:15px;
    background-color: #fff;
	/*
    border-radius: 4px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    */
}
/* 灰色字体，用于淡化显示 */
.box-gray-fonts, .box-gray-fonts a {
	color:#999;
	font-size:12px;
}
/* 列表矩形（带标题） */
.listbox, .listbox-float, .listbox-tags {
	overflow:hidden;
	margin-bottom:15px;
}
.listbox a {
	display:block;
	overflow: hidden;
    line-height: 30px;
    height: 30px;
    padding-left:0px;
    padding-right:0px;
}
.listbox h3, .listbox-tags h3, .listbox-imgs h3 {
	overflow:hidden;
	padding:0px 0px 5px 2px;
	margin:0px 0px 5px 0px;
	font-size:15px;
	font-weight: 600;
 	border-bottom: #F1F1F1 solid 1px;
	color:#d43d3d;
}
.listbox h3 a {
	display:inline;
    color: #d43d3d;
}
.listbox-tags li {
	float:left;
	padding: 7px 0 7px 4px;
}
.listbox-tags li a {
    color: #555;
    font-size: 13px;
    padding: 5px 10px;
    border: solid 1px #f1efef;
}
.listbox-tags li a:hover {
	color: #fff;
	background: #d43d3d;
	border-color: #d43d3d;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.listbox-imgs {
	display:block;
	overflow:hidden;
}
.listbox-imgs a {
	overflow:hidden;
	padding:5px;
}
.listbox-imgs img {
	width: 100%;
    height: 110px;
    box-shadow: 0 0 5px #ddd;
    transition: box-shadow 0.2s ease-in-out;	
}
.listbox-imgs p {
	overflow:hidden;
	height:30px;
	line-height:30px;
    text-align: center;
	word-break:breakall;
}
/* 列表标题  */
.list-title {
	padding:0px 0px 5px 2px;
}
.list-title h1  {
	overflow:hidden;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #F1F1F1;
    padding-bottom: 10px;
	margin-bottom: 10px;
}
.list-title h2, .list-title h3, .list-content h2, .list-content h3 {
	overflow:hidden;
	padding:0px 0px 5px 2px;
	font-size: 15px;
	font-weight: 600;
    color: #d43d3d;
}
.list-title h2 a, .list-title h3 a, .list-content h2 a, .list-content h3 a {
	display:inline;
	color: #d43d3d;
}
/* 链接列表 */
.list-links {
	overflow: hidden;
}
.list-links a {
	float: left;
    margin-right: 5px;
    margin-bottom: 5px;	
}
/* 图文列表项 */
.item-tuwen {
	display:block;
	overflow:hidden;
	border-bottom: 1px solid #f5f5f5;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.item-tuwen img {
	overflow:hidden;
	float:left;
	padding-right:10px;
	width: 120px;
    height: 80px;
}
.item-tuwen span,.item-tuwen h3 {
	overflow:hidden;
	color: #222;
	font-weight:500;
	font-size:16px;
	line-height:20px;
	padding:0 0;
	margin-bottom:2px;
}
.item-tuwen p {
    color: #999;
    font-size: 14px;
    line-height: 20px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-bottom:0px;
}
.item-tuwen p .time {
	color: #999;
	margin-top: 5px;
	font-size:12px;
	line-height:12px;
}

/* 面包屑 */
.breadcrumb {
	padding:0px;
	background-color: #fff;
}
/* 关于我们 */
.about-sidebar {
	text-align:center;
}
.about-sidebar ul li{
    padding: 10px;
    margin: 5px;
    font-size: 1.2em;
}
/* 详细页CSS */
.article-title {
	overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}
.article-title h1 {
	font-size:20px;
	font-weight:700;
}
.article-title .from {
	float:left;
	padding-right:15px;
	color: gray;
    font-size: 13px;
}
.article-title .author {
	float:left;
	padding-right:15px;
	color: gray;
    font-size: 13px;
}
.article-title .time {
	float:left;
	color: gray;
    font-size: 13px;
}
.article-content {
	font-size:16px;
	overflow:hidden;
	line-height:25px;
	word-break:break-all;
}
.article-summary, .list-title .summary {
	font-size:14px;
	padding:15px;
    background: #fafafa;
    border: solid 1px #eee;
    border-left: solid 2px #d43d3d;
    margin-bottom:15px;
}
.article-content img {
	/* 图片居中 */
	clear: both;
	display: block;
	margin: 5px auto!important;
}
/* 大字体和文章排版参数 */
.el-font {
	font-size: 80px;
    overflow: hidden;
    text-align: center;
    line-height: 100%;
}
.art-params {
	overflow:hidden;
}
.art-params li {
	margin-top:8px;
}
/* 翻页 */
.page-nav-bar {
	overflow:hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align:right;
}
.page-nav-bar b {
	background: #d43d3d!important;
    color: #fff!important;
}
.page-nav-bar a, .page-nav-bar b {
	font-size: 12px;
	display: inline-block;
	padding: 3px 6px;
	background: #fff;
	color: #999;
	text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.page-nav-bar a:hover {
	background: #d43d3d;
	color: #fff
}
/* tags bar */
.tags-bar {
	overflow:hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tags-bar a {
    background: #f2f2f2;
    display: inline-block;
    line-height: 16px;
    white-space: nowrap;
    font-size: 12px;
    color: #999;
    padding: 3px 7px;
    margin: 0 5px 2px 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.tags-bar a:hover {
	background: #d43d3d;
	color:#fff;
}
/* 上下篇 */
.page-prev-next {
	overflow:hidden;
	padding-top:15px;
	padding-bottom:15px;
}
.page-prev-next a {
	height:30px;
	line-height:30px;
}
/* footer */
.footer-v1 {
	border-top: 1px solid #eaeaea;
    border-bottom: 2px solid #d43d3d;
}
/* 返回顶部 */
#scrollUp {
	background-color: #777;
	color: #eee;
	font-size: 26px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	opacity: .8
}
#scrollUp:hover {
	background-color: #333
}
@media screen and (min-width: 992px) {
	#scrollUp {
		bottom: 100px
	}
}
