/*

	Theme Name: PC端主题
	Theme URI: 
	Description: 
	Author: 
	Author URI: 
	Version: 1.0.8
	

*/

@import '/article/wp-content/themes/pc/assets/css/theme.css';

/* 以下代码修复JiaThis弹出微信框样式问题 */
#jiathis_webchat img{
	margin-top: 0!important;
}

#jiathis_modal_body {
	height: 238px!important;
}
/* 以上代码修复JiaThis弹出微信框样式问题 */

/* 以下代码移动端底部悬浮条样式 */
.footer-placeholder{
    height: 70px;
}

@media (min-width: 520px) {
  .footer-placeholder {
    display: none;
  }
}

.margingT {
    margin-bottom: 80px;
}

@media (min-width: 520px) {
  .footer-bar {
    display: none;
  }
}

.footer-bar {
    -webkit-box-sizing: border-box;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 0 10px;
    overflow: hidden;
    width: 100%;
    background: #EA5504;
}

.ien-col-5{
    float: left;
    width: 20%;
    height: 100%;
    padding-top: 9px;
    text-align: center;
}

.ien-col-5 img{
    width: 41px;
    height: 54px;
}
/* 以上代码移动端底部悬浮条样式 */

.ien-logo-img{
    width: 160px;
    height: 35px;
}

.column-wrap {
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
}
.column-wrap h1{
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    color: #121213;
    margin: 0;
    display: inline-block;
}
.column-wrap:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 32px;
    background: #EA5504;
    left: 0;
    top: 11px;
}
.footer p {
    color: #FFF;
}
.page-footer p {
    font-weight: 100;
    line-height: 30px;
}
.footer .f-sev li:nth-child(1){
    width: 138px;
}
.footerNav .right {
    padding: 20px 0 0 0px!important;
}
.post-contents .t-h1 {
    font-size: 28px;
    margin: 0;
    position: inherit;
    line-height: 1.5;
    color: #333;
    word-wrap: break-word;
    word-break: normal;
}
.article-img-box img{
    width: 100%;
}
.post-contents .article-author {
    position: relative;
    color: #bbb;
    font-size: 16px;
    margin: 20px 0 20px 0;
}
.post-contents .author-name {
    color: #303030;
    font-size: 14px;
}
.post-contents .column-link-box {
    position: relative;
    margin-top: 20px;
    bottom: 0;
    left: 0;
    font-size: 14px;
}
.post-contents .article-time {
    margin: 0 15px 0 0;
}
.post-contents .article-share {
    margin: 0 15px 0 0;
}
.post-contents .pull-left {
    float: left!important;
}
.post-contents .meta{
    margin: 10px 0!important
}
.post-contents .meta a{
    font-weight: 100;
    border-bottom: none;
}
.post-contents .meta i {
    margin-right: 5px!important;
}
.errortitle p{
    margin: 20px 0;
}
.wpagenavi {
    margin: 40px auto 10px;
}
.wpagenavi a:link, .wpagenavi a:visited, .wpagenavi a:active {
    margin: 0 4px;
    padding: 12px 16px;
    color: #EA5511;
    border: 1px solid #EA5511;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 4px;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -o-transition: color .4s ease;
    -ms-transition: color .4s ease;
    transition: color .4s ease
    text-decoration:none;
    background: #fff;
}
.wpagenavi a:hover {
    color: #fff;
    background: #EA5511;
}