@charset "utf-8";
/* Blog Post CSS */

/* *****
 * 博客文章宽度设置
 * *****
.page-title > .wf-wrap { max-width: 1400px; width: 100%; }
#main { padding: 50px 0 70px 0; }
#main .wf-container-main {    
	max-width: 1300px;
    width: 100%;
    margin: auto;
}
.post-meta { display: none; }
*/

/* *****
 * 标题栏日期和地区分类设置
 * ******/
.page-title-head a { 
    color: #333 !important;
    text-decoration: none;
    font-size: 22px;
    line-height: 2;
    font-weight: 300;
}
.page-title-head i.icon-dot {    
	font-size: 18px;
    vertical-align: top;
    color: #333;
}
.page-title-head .icon-dot:before { line-height: 48px; }


/* *****
 * 标题栏面包屑设置
 * ******/
.page-title-breadcrumbs ol.breadcrumbs li:last-child { display: none; }

/* 文章导航 */
.nav-links .post-title { font-size: 18px; }


/* *****
 * 侧边栏
 * ******/

/* 目的地 */
.siade-bar-destination li.cat-item {    
	font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    margin: 5px 0 0 0;
    padding: 0 0 5px 0;
    border-bottom: 1px #8b8d94 dotted;
}
.siade-bar-destination>li.cat-item>a:before {
	content: '\e880';
	font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
}
.sidebar-content .siade-bar-destination li.cat-item:hover a { color:#333; }

/* 最新博客 */
#sidebar .widget_presscore-blog-posts h2.widgettitle {
    margin-top: 10px;
    padding-bottom: 5px;
}
#sidebar .post-content { display: table; width: 100%; }
#sidebar .post-content br { display: none; }
#sidebar .post-content a { font-size: 18px; margin-top: 10px; line-height: 1.4; font-weight: 700; font-family: 'roboto','Arial','Microsoft YaHei'; }
#sidebar .recent-posts .post-content>time { display: table-header-group; line-height: 1; font-size: 16px; width: 100%; font-weight: 300; }

