/*
Theme Name: lb18004
Theme URI: http://demo.hotwp.net/lb18004
Author: 河南浪博电子科技开发有限公司-sss
Author URI: https://www.hotwp.net/
Description: Development Based on wordpress 5.2.2.
Requires at least:
Version: 1.0.0
License:
License URI:
Tags:	Wordpress,主题模板,浪博科技
*/

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}


/* 分页样式 */

.fenye {
    height: 25px;
    line-height: 25px;
    background: #F9F9F9;
    padding: 2px 5px;
    margin: 20px 4px;
    _border: solid 1px #ccc;
    text-align: center;
}

.fenye a {
    padding: 4px 8px 4px 8px;
    margin: 0 2px 0 2px;
    border: 1px solid #aaa;
    text-decoration: none;
    color: #333;
    border-radius: 3px;
}

.fenye a.current {
    background: black;
    color: #fff;
}

.fenye a:hover {
    background: black;
    color: #fff;
}


/*-- footer --*/

.footer {
    width: 100%;
    height: 64px;
    background: #E6E9ED;
    border-top: 1px solid #e2e2e3;
}


/*-- post --*/

.post {
    background: none;
}

.post .entry-cnt {
    height: auto;
    line-height: 2;
    font-size: 14px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #eee;
    padding: 15px 0 0;
}

.post .entry-cnt p {
    line-height: 2;
    font-size: 14px;
}

.related {
    padding: 10px 15px 10px 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 20px auto 10px auto;
}

.r-left {
    float: left;
}

.r-right {
    float: right;
}


/*-- discuss --*/

.discuss {
    padding: 25px;
}