html,
body {height: 100%;width: 100%;}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
}
ul,li{ margin: 0;padding: 0; }
a {-webkit-transition: all 0.35s;-moz-transition: all 0.35s;transition: all 0.35s;color: #474157;}
a:hover,
a:focus{color: #474157;}
hr {max-width: 100px;margin: 25px auto 0;border-width: 1px;border-color: rgba(34, 34, 34, 0.1);}
hr.light {border-color: white;}
h1, h2, h3, h4, h5, h6 {font-weight: 200;letter-spacing: 1px;}
p {font-size: 16px;line-height: 1.5;margin-bottom: 20px;}
/* xabox */
.xabox .navbar-default{ background: #000; }
.navbar-header .navbar-brand{ padding-top:6px; }
.navbar-header .logo{ width: 120px; }

.xabox .navbar-default .navbar-nav>li>a{ color: #fff;font-size: 16px; }
.xabox .navbar-default .navbar-nav>.active>a,
.xabox .navbar-default .navbar-nav>.active>a:focus,
.xabox .navbar-default .navbar-nav>.active>a:hover{ background: #12d8f8; }
.banner{ background: #4bb0f5; }
@media (min-width: 1200px) {
    .xabox .container{ padding: 0; }
    .xabox .navbar{ margin-bottom: 0;border-bottom-color: transparent; }
    .xabox .navbar-nav{ margin-left: 135px; }
    .xabox .navbar-nav>li{ margin: 0 15px; }
}
.article-list li{ padding: 30px 0;background: #fdfdfd;margin-top: 20px }
.article-list li:not(:last-child){ border-bottom: 1px solid #c8c8c8; }
.article-list li a{ display: flex;align-items: center; }
.article-list .remark{ width: calc(100% - 120px);padding: 0 40px 0 0;color: #000; }
.article-list .remark h5{ font-size: 18px;font-weight: bold; }
.article-list .remark .desc{ margin: 10px 0 20px;font-size: 15px; }
.article-list .remark .time{ color: #666; }
.article-list .amore{ position: relative; width: 120px;color: #000;text-align: right; }
.article-list .amore:after{ width: 1px;height: 120px; position: absolute;top: -50px;left: 0;content: "";background: #c8c8c8; z-index: 4; }

.footer{ background: #000;padding: 20px 0 0; color: #fff;margin-top: 50px; }