body {
	background:url(001.png) repeat 0 0;
}
a:hover{
	text-decoration: none;
}
form.inline {
    position: relative;
}form.inline .inline-field {
    margin-bottom: 0;
    padding-right: 20px;
    text-overflow: ellipsis;
    outline: none;padding: 5px;
width: 180px;
}form.inline button[type="submit"] {
    background-color: #3088d700;
color: #1a1a1a;
font-size: 12px;
height: 30px;
line-height: 30px;
margin-top: -15px;
padding: 2px 10px;
position: absolute;
right: 0;
text-align: center;
top: 50%;
width: auto;
}
.report-icon-pdf{background: url(pdf.png) no-repeat;}
.report-icon-doc,.report-icon-docx{background: url(doc.png) no-repeat;}
.report-icon-xls,.report-icon-xlsx{background: url(xls.png) no-repeat;}
.report-icon-ppt,.report-icon-pptx{background: url(ppt.png) no-repeat;}
.report-icon-txt{background: url(txt.png) no-repeat;}
.report-icon-jpg{background: url(jpg.png) no-repeat;}
.report-icon-png{background: url(png.png) no-repeat;}
.report-icon-gif{background: url(gif.png) no-repeat;}
.report-icon-rar{background: url(rar.png) no-repeat;}
.report-icon-zip{background: url(zip.png) no-repeat;}
.report-icon-html,.report-icon-exe{background: url(html.png) no-repeat;}
.report-icon-weixin,.report-icon-wechat{background: url(weixin.png) no-repeat;}
.report-icon{background-size: auto;background-size: auto 100%; width: 20px; display: inline-block; height: 20px; vertical-align: middle; margin: -3px 3px 0 0;}
.single-download-item{height: 20px;
margin: 20px 0;}
.single-download-item > a{
    margin-right: 10px;
float: left;
width: 106px;
height: 30px;
border-radius: 3px;
background: #409eff;
color: #fff;
text-align: center;
line-height: 30px;
flex-shrink: 0;
}
.fileinfo {border: 1px dashed #ddd;
    padding: 10px;
    font-size: 14px;
    list-style: none;
    color: #535353;
    min-height: 220px;
}.fileinfo > li {
    height: 50px;
    line-height: 50px;
    float: left;
    width: 50%;
}.fileinfo > li > span {
    border-bottom: 1px dashed #ddd;
    height: 50px;
    padding: 0 10px;
}
.finfo_left {
    float: left;
    width: 35%;
    padding: 4px 0 4px 10px;
    border-bottom: 1px dashed #333;
    background: #f7f7f7;
    text-align: right;
}.single-detail-content a {
    border-bottom: 1px dashed #ccc;
    color: #3a6de6;
    font-weight: bold;
}.single-detail-content a::before {
    font-family: zblog !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\ec18";
    margin-right: 2px;
}#moreBlog
{
    margin-top: 35px;
}
.page-number > li {
    margin: auto 5px;
}.page-number > li > span {
    background: linear-gradient(125deg,#eb4d53,#ed1c24);
    color: #fff;
}
.page-number > li > a, .page-number > li > span {
    display: flex;
    min-width: 30px;
    height: 30px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    align-items: center;
    justify-content: center;width: auto;
float: left;
}
.post-article {
    position: relative;
overflow: hidden;
padding: 15px;
width: auto;
border-bottom: 1px solid rgba(0,0,0,.05);
background-color: #fff;
margin-bottom: 15px;
}.post-article .post-info {
    float: left;
    overflow: hidden;
    max-width: calc(100% - 130px);
}.post-go {
    float: right;
    margin-top: 12.5px;
    padding: 0 15px;
    height: 25px;
    border-radius: 6px;
    background: #03a9f4;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
}.post-article .post-info > h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
}
.container:after { /*优化container高度*/
	content:""; 
	display: block; 
	clear: both; 
} 
/*导航条*/
.navbar.navbar-fixed-top {
    border-bottom: 1px #222 solid;
}
.navbar .container .navbar-userbar {
    top: 8px;
    right: 32px;
}
.nav ul li.active a {
    color:#000;
}
.nav>ul>li>a {
    padding: 0 30px;/*导航宽度*/
    outline: none;
    color: #838383;
    text-decoration: none;
    letter-spacing: 5px;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 1.25em;
}
.nav>ul>li>a::before {
    color: #000;
    content: attr(data-hover);
    position: absolute;
    opacity: 0;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    -moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}
.nav>ul>li>a:hover::before,
.nav>ul>li>a:focus::before {
    -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    -moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    opacity: 1;
}
/*user login*/
.userInfo i {
    font-size: 12px;
    color: #838383;
    right: 33px;
}
.userInfo img.radius{
    border: 2px #777 solid;
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.22);
    -webkit-transition:.4s all ease-in-out;-moz-transition:.4s all ease-in-out;-o-transition:.4s all ease-in-out;transition:.4s all ease-in-out;
}
.userInfo img.radius:hover {
    -webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);
}

/*slider height*/
.slider .bd img {
    height: 230px;
}
/*分享*/
.Hui-share .Hui-iconfont {
    font-size: 30px;
}
/*面板头部*/
.tab-category a {
    display: inline-block;
    border-bottom: 3px solid #9E9E9E;
    margin: 0 5px;
}
.tab-category strong{
	color: #fff;
    background-color: #555555;
    margin: -1px 0 5px 0;
    display: inline-block;
    padding: 4px 15px;
    font-size: 14px;
}
/*tip*/
.slideTxtBox li a {
    line-height: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
}
/*文章列表*/
.index_arc li {
    position: relative;
    height: 45px;
    margin-bottom: 15px;
    padding: 15px 15px 15px 15px;
    list-style: none;
    background-color: #fff;
    border: solid 1px #ddd;
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
	transition: all .2s ease-out;
}
.index_arc li:hover{
	box-shadow: 0 8px 18px rgba(0,0,0,0.15);
	transition: all .2s ease-out;
	
    border-bottom: 1px solid #5a98de;
}

/*.index_arc li.pageNav-wrap {
	height: 20px;
	margin: 0 0 40px;
	padding: 0;
	border: none;
}*/

.index_arc .no_pic {
	padding: 15px;
}
.index_arc li .pic {
	display:none;
    /* position: absolute; */
    /* left: 15px; */
    /* top: 15px; */
    /* height: 110px; */
    /* overflow: hidden; */
    /* line-height: 110px; */
    /* width: 165px; */
}
.index_arc li .pic img {
    vertical-align: middle;
    width: 100%;
    display: inline-block;
    border: none;
}
.index_arc li .title {
    line-height: 26px;
    font-size: 0;
    position: relative;
    margin: 0;
    padding: 0;
}
.index_arc li .title a {
    max-width: 99%;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 26px;
}
.index_arc li .title * {
    display: inline-block;
    vertical-align: middle;
}
.index_arc li .date_hits {
    position: relative;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}
.index_arc li .date_hits span {
    padding-right: 15px;
    height: 20px;
    line-height: 20px;
}
.index_arc li .date_hits span a {
    color: #009688;
}
.index_arc li .date_hits .hits {
    position: absolute;
    right: 50px;
    top: 0;
}
.index_arc li .date_hits .commonts {
    position: absolute;
    right: 0;
    top: 0;
}
.index_arc li .desc {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    margin-top: 8px;
    color: #444;
}

/*面板body*/
.tab-category-item {
	border-top: 1px solid #EDEDED;
	padding: 10px 10px 10px 15px;
}
/*面板主体 li*/
.index_recd li {
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    list-style: decimal-leading-zero inside;
    font-style: oblique;
    font-size: 14px;
}
.index_recd li.index_recd_item {
	list-style:none;
}
.index_recd li a {
	color: #009688;
    max-width: 90%;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    font-style: normal;
}
.index_recd li .hits {
    font-size: 12px;
    color: #888;
    display: inline-block;
    vertical-align: top;
    font-style: normal;
}
/*面板主体 span*/
.tab-category-item>span {
	margin-right: 30px;
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
}
/*最近访客*/
.recent .item {
    display: inline-block;
    margin: 3px;
}
.recent .item img {
    width: 40px;
}

/*导航二级菜单*/
.nav-btn {
	width: 42%;
    margin: 5px;
}


/* about CSS Document */
/*.aboutcon{background:url(slider/aboutphoto.jpg) no-repeat bottom right; color:#696969}*/
h1.t_nav { border-bottom: #337ab7 1px solid; font-size: 12px; font-weight: normal; line-height: 40px; height: 40px; }
h1.t_nav a{width: 100px; display: block; text-align: center ; color: #fff; float:left}
h1.t_nav span{float:right; color:#999}
.n1 { background: #777; }
.n2 { background: #9d9d9d; }
/*.about{ width:75%;overflow: hidden; background: url(slider/r_line.jpg) repeat-y right; line-height:22px; }*/
.about h2{ font-size:22px; font-family: 'Architects Daughter', cursive; margin-bottom:20px}
.about p{ margin-bottom:20px}
.about_c,.about{margin:20px 0}
.about ul{ width:90%}
.about_c{ padding:10px 0 0 10px; color:#999; line-height:26px; }
.about_c img{ margin:5px 0}
.about_c span{ color:#19A566}
a.blog_link{ color:#1CA368;}
/*a.blog_link{ color:#1CA368; margin:0 20px}*/


/*文章详情*/
.w_main_left {
    font: 12px "宋体", Arial, Helvetica, sans-serif;
    color: #756F71;
}
.c_titile {
    font-size: 22px;
    text-align: center;
    color: #333;
	font-weight: bold;
}
.box_c {
    border: #ccc 1px dashed;
    text-align: center;
    padding: 5px 0;
    margin-right: 30px;
    color: #999;
}
.box_c span {
    margin: 0 10px;
}
.box_c span a {
    color: #099;
}
ul {
    list-style: none;
}
ul.infos {
    overflow: hidden;
    margin: 20px 30px 20px 0;
    line-height: 28px;
    font-size: 14px;
    text-indent: 2em;
    color: #666;
}

ul.infos p {
    margin-bottom: 5px;
}

.keybq {
    background: url(tab.png) no-repeat 10px center #F8F8F8;
    line-height: 30px;
    height: 30px;
    padding-left: 40px;
    border: 1px solid #F0F0F0;
    margin-top:10px;
}
.keybq span {
    color: #099;
}
.keybq .label{
	margin-right: 10px;
}
.nextinfo {
    margin: 20px 0;
    line-height: 30px;
    height: 30px;
}
.nextinfo .last{
	width: 50%;
    float: left;
}

.nextinfo .next{
    width: 50%;
    float: right;
    text-align: right;
}

.nextinfo a:hover{
	color: #337AB7;
}



@media screen and (max-width:640px) {
    .slider .bd img { height: 130px;}/*slider height*/
	.index_arc li{padding:10px 10px 10px 10px;height: auto;margin-top: 10px; padding-bottom: 10px;}
	.index_arc li .title a{max-width: 95%;margin-right: 10px;overflow: hidden;text-overflow:clip;white-space: normal;font-size: 14px;line-height: 20px;height: auto;}
	.index_arc li .pic{left:10px;top:10px;width:100px;height: 66px;line-height: 66px}
	.index_arc li .pic img{}
	.index_arc li .date_hits{margin-top: 5px;}
	.index_arc li .date_hits>span {display: none;}
	/*.index_arc li .hits{display: none;}*/
	.index_arc li .desc{display: none;}
	.index_arc{margin-bottom: 15px;}
	.index_arc li{line-height: 28px;}
	.index_arc li.pageNav-wrap a{max-width: 100%;}
	
	.index_recd li a {max-width: 99%;display: unset;
    overflow: auto;
    white-space: normal;
    text-overflow: unset;}

    /*评论头像*/
    .avatar.size-L, .avatar.size-L img {
        width: 30px;
        height: 30px;
    }
    .comment-main {
        margin-left: 40px;
    }
}
@media screen and (max-width:320px) {
    .slider .bd img { height: 100px;}
}
/*common  抖动*/
.dou {
    -webkit-animation: dou 0.5s .2s ease both;
    -moz-animation: dou 0.5s .2s ease both;
}

@-webkit-keyframes dou {
    0%,100% {
        -webkit-transform: translateX(0);
    }
    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-5px);
    }
    20%,40%,60%,80% {
        -webkit-transform: translateX(5px);
    }
}

@-moz-keyframes dou {
    0%,100% {
        -moz-transform: translateX(0);
    }
    10%,30%,50%,70%,90% {
        -moz-transform: translateX(-5px);
    }
    20%,40%,60%,80% {
        -moz-transform: translateX(5px);
    }
}

.dou2 {
    -webkit-animation: dou2 1s .2s ease both;
    -moz-animation: dou2 1s .2s ease both;
}

@-webkit-keyframes dou2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes dou2 {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}