@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #f8f8f8;
    font-size: 16px;
    font-family: "微软雅黑 light", "Microsoft YaHei Light";
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.bg-393D49 {
    background-color: #393D49;
}

.bg-transparent {
    background: transparent;
}

.nav-fixed {
    position: fixed;
    width: 100%;
}

.nav-fixed .layui-nav {
    padding: 0;
}

.nav-side {
    top: 60px;
    line-height: 2.4em;
    background-color: #000;
    opacity: 0.3;
    right: 0;
    left: auto;
    padding: 0 6px;
    display: none;
}

.nav-side li a {
    font-size: 13px;
    color: #ffffff;
}

.page-header {
    background-image: url(../images/page-header-bg.jpg);
    background-position: center center;
    background-size: cover;
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .page-header {
        padding-top: 60px;
    }
}


.page-header::before {
    background-color: #ebebeb;
    bottom: 0;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    opacity: 0.60;
    z-index: 10;
}

.page-header-area {
    display: inline;
    float: left;
    padding: 60px 0;
    width: 100%;
    position: relative;
    z-index: 20;
}

@media screen and (min-width: 768px) {
    .page-header-area {
        padding: 80px 0;
    }
}

@media screen and (min-width: 992px) {
    .page-header-area {
        padding: 120px 0;
    }
}

@media screen and (min-width: 1281px) {
    .page-header-area {
        padding: 150px 0;
    }
}

.page-header-title {
    color: #323232;
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 0;
}

article {
    padding: 35px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: solid 2px #e3e3e3;
    box-sizing: border-box;
}

article:hover {
    border: solid 2px #f90;
}

article .post-head {
    text-align: center;
}

article .post-head .post-title {
    font-size: 1.4em;
    line-height: 1.4em;
    height: 2.8em;
    overflow: hidden;
    border-bottom: 1px dashed #e3e3e3;
}

article .post-head .post-title a {
    color: #303030;
}

article .post-head .post-title a:hover,
article .post-head .post-title a:focus {
    color: #428bca;
    text-decoration: none;
}

article .post-head .post-meta {
    color: #959595;
    margin: 6px 0 0px;
    display: inline-flex;
}

article .post-head .post-meta span {
    margin: 0px 7px;
    float: left;
    white-space: nowrap;
}

article .post-excerpt {
    margin: 20px 0 5px 0;
    overflow: inherit;
    max-height: 6em;
    line-height: 2rem;
}

article.card .post-excerpt {
    height: 100px;
}

article .post-content {
    margin: 20px 0 5px 0;
    line-height: 25px;
    overflow: inherit;
}

article .post-content p {
    padding-bottom: 10px;
}

article .post-content img {
    max-width: 100%;
}

article .post-footer {
    border-top: 1px solid #ebebeb;
    padding: 15px 0 0;
}

.layui-flow-more {
    width: 100%;
    display: inline-block;
}

.sidebar .widget {
    background: #ffffff;
    padding: 21px 30px;
    float: left;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: solid 2px #e3e3e3;
}

.widget:hover {
    border: solid 2px #f90;
}

.main-footer .widget {
    padding: 0px 30px;
}

.widget {
    margin-bottom: 35px;
    line-height: 1.8;
}

.widget .community ol > li {
    line-height: 25px;
    height: 25px;
    margin: 8px 0px;
    overflow: hidden;
}

.widget .title {
    margin-top: 0;
    font-weight: 600;
    padding-bottom: 7px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    position: relative;
}

.widget .title:after {
    content: "";
    width: 90px;
    height: 1px;
    background: #e67e22;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.links {
    background-color: #222222;
    padding: 25px 0;
    line-height: 36px;
    text-align: center;
}

.links h3 {
    padding-left: 10px;
    font-size: 18px;
    color: rgb(194, 194, 194);
    text-transform: uppercase;
    line-height: 1.389;
    -moz-transform: matrix(1.00118110938643, 0, 0, 0.99913674918242, 0, 0);
    -webkit-transform: matrix(1.00118110938643, 0, 0, 0.99913674918242, 0, 0);
    -ms-transform: matrix(1.00118110938643, 0, 0, 0.99913674918242, 0, 0);
}

.links a {
    height: 36px;
    padding: 0 15px;
    color: #ccbbaa;
}

.layui-timeline a {
    color: #ccbbaa;
}

footer {
    background-color: #1C1C1C;
    padding: 25px 0;
    line-height: 36px;
    text-align: center;
    color: #666;
    font-weight: 300;
}

footer p {
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999999;
}

footer p a {
    color: #999999;
}
