/* 公共样式 */
body {
    font-family: "Helvetica Neue", Helvetica, "Microsoft YaHei", "微软雅黑",
        Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8em;
}
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none !important;
}
a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}
a:hover {
    color: inherit;
}
p {
    margin: 0 0 20px;
}
h2 {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1.5em;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
.section {
    padding-top: 80px;
}
.center {
    text-align: center;
}
.text-primary-color {
    color: #0072ff;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.btn-one {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    background-color: #0072ff;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    padding: 14px 42px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
}
.btn-one:hover {
    background: #4d4dff;
    color: #ffffff;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.btn-one.btn-lg {
    font-size: 18px;
    padding: 20px 64px;
}
.btn-one.btn-sm {
    font-size: 14px;
    padding: 10px 28px;
}
.btn-one.btn-xs {
    font-size: 14px;
    padding: 5px 20px;
}
/* 布局 */
.layout-top {
    background-color: #0c2239;
    color: #fff;
    padding: 10px 0;
    position: relative;
    font-size: 14px;
}
.layout-top::before {
    content: "";
    background: #0072ff;
    position: absolute;
    height: 100%;
    width: 15%;
    left: 37%;
    top: 0;
    transform: skew(45deg, 0);
}
.layout-top::after {
    content: "";
    position: absolute;
    background: #0072ff;
    height: 100%;
    width: 48%;
    left: 0;
    top: 0;
    transform: skew(0, 0);
    z-index: 1;
}
.layout-top .phone {
    position: relative;
    padding-right: 20px;
}
.layout-top .phone::after {
    background: #fff;
    content: "";
    position: absolute;
    height: 90%;
    width: 1px;
    right: 0;
    top: 2px;
}
.layout-top .email {
    padding-left: 20px;
}
.layout-header-wrap {
    width: 100%;
    height: 120px;
}
.layout-header {
    padding: 30px 0;
    background-color: #fff;
    transition: all 300ms ease-out 0s;
}
.layout-header.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    padding: 10px 0;
    box-shadow: 0px 20px 30px rgb(0 0 0 / 10%);
    opacity: 0.9;
}
.layout-header .logo img {
    height: 60px;
}

.layout-page-top {
    position: relative;
    height: 300px;
    overflow: hidden;
    margin-bottom: 50px;
}
.layout-page-top h1 {
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 300px;
    background-color: rgba(0, 0, 0, 0.6);
}
.main-menu-item {
    position: relative;
    float: left;
    padding-left: 50px;
    line-height: 60px;
    cursor: pointer;
    color: #2f2b2b;
    font-weight: 600;
}
.main-menu-item:hover {
    color: #0072ff;
}
.main-menu-item .layui-icon {
    font-size: 12px;
}
.main-sub-menu {
    position: absolute;
    width: 220px;
    background: #f5f5f5;
    z-index: 2;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    opacity: 0;
    visibility: hidden;
    left: 0;
    transform-origin: top;
    top: 100%;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}
.main-menu-item:hover .main-sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.main-sub-menu li {
    display: block;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    line-height: 1.8em;
}
.main-sub-menu li a {
    display: block;
    color: #2f2b2b;
    padding: 8px 20px;
    font-size: 14px;
}
.main-sub-menu li:hover a {
    padding-left: 25px;
    background: #0072ff;
    color: #fff;
}
@media (max-width: 768px) {
    .layout-header-wrap {
        height: auto;
    }
    .layout-header {
        padding: 10px;
    }
    .layout-header .logo img {
        height: 40px;
    }
    .main-menu {
        display: none;
        position: absolute;
        top: 70px;
        right: 0;
        width: 50%;
        background-color: rgba(0, 114, 255, 0.8);
        z-index: 999;
        padding: 10px 16px;
        box-shadow: 0 26px 48px 0 rgb(0 0 0 / 15%);
        box-sizing: border-box;
    }
    .main-menu-item {
        color: #fff;
        float: none;
    }
}
.menu-navbtn {
    width: 30px;
    height: 20px;
    margin-top: 10px;
}
.menu-navbtn:after,
.menu-navbtn:before,
.menu-navbtn span {
    display: block;
    height: 2px;
    width: 100%;
    background: #0072ff;
    transition: all 0.5s;
}

.menu-navbtn span {
    margin: 7px 0;
}

.menu-navbtn:after,
.menu-navbtn:before {
    content: "";
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}

.menu-navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.menu-navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-navbtn.clicked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.layout-footer-main {
    background: url("../images/v2/foot-bg.png") #0c2239 no-repeat;
    padding: 70px 0;
    color: #9d98bf;
}
.layout-footer-main .logo {
    margin-bottom: 20px;
}
.footer-item {
    padding-top: 20px;
}
.footer-item h5 {
    position: relative;
    font-size: 22px;
    margin-bottom: 30px;
    color: #fff;
    padding-left: 15px;
}
.footer-item h5:after {
    position: absolute;
    content: "";
    height: 18px;
    width: 5px;
    left: 0;
    top: 3px;
    background: #0072ff;
}
.footer-item li {
    margin-bottom: 10px;
}
.footer-item li a {
    color: #9d98bf;
    position: relative;
}
.footer-item li a:hover {
    color: #0072ff;
}
.layout-footer-bottom {
    background: #152a41;
    color: #9d98bf;
    padding: 20px 0;
}
/* 首页 */
.features-section {
    position: relative;
    margin-top: -30px;
    padding-bottom: 40px;
    z-index: 3;
    background-color: #f9fafe;
}
.features-item {
    background: #fff;
    padding: 30px 30px 40px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    -moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    -webkit-box-shadow: 0px 15px 12px 0px rgb(0 0 0 / 20%);
    -khtml-box-shadow: 0px 15px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 15px 12px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 15px 12px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 15px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 12px 0px rgb(0 0 0 / 20%);
}
.features-item h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.2;
}
.features-item:hover {
    transform: translateY(-10px);
}
.features-item:before {
    position: absolute;
    background: #0072ff;
    width: 100%;
    height: 25px;
    border-radius: 50%;
    left: 0;
    content: "";
    bottom: -15px;
    opacity: 0.15;
    -moz-transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    z-index: -1;
}
.features-item:hover:before {
    height: 115%;
    border-radius: 0;
    opacity: 0.05;
}
.features-item a {
    color: #0072ff;
}
.features-item p {
    font-size: 14px;
}
@media (max-width: 768px) {
    .features-section {
        margin-top: 10px;
    }
    .features-item {
        padding: 20px 30px;
    }
    .features-item img {
        float: left;
    }
    .features-item h4 {
        float: left;
        margin-top: 18px;
    }
    .features-item p {
        padding-top: 80px;
    }
}

.home-product-section {
    background: url("../images/v2/home-bg6.png") center bottom no-repeat #f9fafe;
    padding-bottom: 110px;
}
.home-product-intro h5 {
    text-decoration: underline;
    margin-bottom: 15px;
    color: #0072ff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}
.home-product-intro h2 {
    margin-bottom: 25px;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: #0c2239;
}
.home-product-intro ul li {
    margin: 12px 0;
}
.home-product-intro .btn-one {
    margin-top: 30px;
}
@media (max-width: 768px) {
    .home-product-intro .btn-one {
        display: block;
        text-align: center;
    }
}
.home-product-intro .layui-icon-praise {
    color: #0072ff;
}
.home-history-section {
    background: url("../images/v2/home-bg2.jpg") center bottom no-repeat;
    color: #fff;
    padding-top: 110px;
    padding-bottom: 80px;
    margin-top: 0;
}
.home-history-section h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 40px;
}
.home-history-section p {
    text-indent: 2em;
}
.home-service-section {
    position: relative;
    padding: 90px 0;
    margin-top: 0;
}
.home-service-section h2 {
    text-align: center;
    font-size: 38px;
    padding-bottom: 40px;
}
.service-item {
    background: #f5f6fc;
    padding: 30px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 14px 36px 0px #e3dfdf;
    -khtml-box-shadow: 0px 14px 36px 0px #e3dfdf;
    -moz-box-shadow: 0px 14px 36px 0px #e3dfdf;
    -ms-box-shadow: 0px 14px 36px 0px #e3dfdf;
    -o-box-shadow: 0px 14px 36px 0px #e3dfdf;
    box-shadow: 0px 14px 36px 0px #e3dfdf;
    -moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    min-height: 220px;
    box-sizing: border-box;
}
.service-item .icon-box {
    float: left;
    margin-right: 30px;
    margin-top: 20px;
}
.service-item .icon-box i::before {
    font-size: 56px;
}
.service-item .content {
    overflow: hidden;
    position: relative;
}
@keyframes spinInfinit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.service-item .content::before {
    content: "\f111";
    position: absolute;
    color: #0072ff;
    font-family: webexindustryicon;
    bottom: 5px;
    right: 0px;
    opacity: 0.15;
    -moz-transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    transition: all 600ms ease 0s;
    font-size: 95px;
    line-height: 110px;
    animation: spinInfinit 6000ms infinite linear;
}
.service-item .content h4 {
    color: #0072ff;
    font-size: 24px;
    margin-bottom: 15px;
}
.service-item:hover {
    color: #fff;
    background-color: #0072ff;
}
.service-item:hover .content h4 {
    color: #fff;
}
.home-bottom-section {
    position: relative;
    margin-bottom: -54px;
    z-index: 1;
    margin-top: -54px;
}
.home-bottom-section h3 {
    text-align: center;
    color: #fff;
    font-size: 26px;
    background: url("../images/v2/home-bg3.png") no-repeat;
    background-color: #0072ff;
    padding: 40px 0;
    border-radius: 6px;
}
.layout-row-item {
    box-shadow: 1px 1px 16px 6px #e8e8e8;
}
.layout-row-item .thumb {
    overflow: hidden;
}
.layout-row-item .thumb img {
    width: 100%;
    transition: all 400ms ease-out 0s;
}
.layout-row-item:hover .thumb img {
    transform: scale(1.1);
}
.layout-row-item .description {
    padding: 25px;
    background: #f9f9f9;
}
.layout-row-item .description h2 {
    font-size: 24px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.layout-row-item .description p {
    margin: 0;
}
.layout-row-item .description a:hover {
    color: #0072ff;
}
.layout-row-item .bottom {
    border-top: 1px solid #eee;
    padding: 15px 25px;
    background: #f9f9f9;
}

.layout-sidebar-widget {
    padding: 30px;
    margin-bottom: 30px;
    background: #f4f5f8;
    border: 1px solid #eee;
}
.layout-sidebar-widget h4 {
    position: relative;
    font-size: 24px;
    background: #fff;
    padding: 5px 15px 5px 20px;
    margin-bottom: 15px;
}
.layout-sidebar-widget h4:after {
    position: absolute;
    content: "";
    height: 18px;
    width: 5px;
    left: 0;
    top: 10px;
    background: #0072ff;
}
.layout-sidebar-widget li {
    padding: 8px 0;
    color: #677286;
}
.layout-sidebar-widget li label {
    float: left;
    color: #233d63;
    font-weight: 600;
    margin-right: 5px;
}
.layout-sidebar-widget li span {
    overflow: hidden;
    display: inherit;
}
.layout-sidebar-widget li label .layui-icon {
    color: #0072ff;
}
.layout-detail-text h3 {
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}
.layout-detail-text p {
    text-indent: 2em;
}
.navigation-links {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 30px;
}
.project-top {
    background: url("../images/v2/project-bg2.jpg") center center no-repeat;
    margin-bottom: 0;
}
.project-main {
    padding-top: 40px;
    padding-bottom: 120px;
}
.project-info {
    height: 80px;
    padding: 20px 0;
    box-sizing: border-box;
}
.project-info .iconfont {
    float: left;
    font-size: 40px;
    color: #fff;
    background-color: #0072ff;
    padding: 20px;
    border-radius: 40px;
    width: 80px;
    height: 80px;
    line-height: 40px;
    box-sizing: border-box;
    margin-right: 20px;
}
.project-info h4 {
    font-weight: bold;
}
.project-info p {
    text-indent: 0;
    padding-left: 100px;
}
.about-top {
    background: url("../images/v2/about-bg1.jpg") center 0 no-repeat;
}
.about-section {
    margin-top: 100px;
    margin-bottom: 100px;
}
.about-history h2,
.about-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 42px;
}
.about-history h2::after,
.about-section h2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: #0072ff;
}
.about-culture {
    position: relative;
    background-color: rgba(22, 43, 65, 0.8);
    height: 300px;
    overflow: hidden;
    margin-bottom: 100px;
}
.about-culture::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/v2/about-bg2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    -webkit-animation: heartBeat 5s infinite linear;
    animation: heartBeat 5s infinite linear;
}
@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.culture-item {
    color: #fff;
    text-align: center;
    padding-top: 45px;
}
.culture-item h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 30px;
}
@media (max-width: 768px) {
    .culture-item {
        padding-top: 10px;
        font-size: 14px;
    }
    .culture-item img {
        width: 20%;
    }
    .culture-item h4 {
        font-size: 18px;
        font-weight: 600;
        margin: 10px 0 20px;
    }
}
.about-history {
    background: url("../images/v2/about-bg4.png") center 0 no-repeat;
}
.team-item ul li .layui-icon {
    color: #0072ff;
    float: left;
}
.team-item ul li span {
    display: inherit;
    overflow: hidden;
    position: relative;
    padding-left: 20px;
}
.team-card {
    position: relative;
    padding: 35px;
    background: #162b41;
    position: relative;
    border-radius: 8px;
    border-top: 2px solid #0072ff;
    margin-bottom: 20px;
}
.team-card::after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border-top: 14px solid #162b41;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
}
.team-card::before {
    content: "\f111";
    font-family: webexindustryicon;
    position: absolute;
    font-size: 105px;
    opacity: 0.2;
    color: #baa185;
    animation-name: spinInfinit;
    animation-duration: 6000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    right: 50px;
    top: 60px;
}
.team-card-content {
    margin-left: 20px;
    padding-top: 10px;
    color: #fff;
}
.team-card-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.about-qualification {
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 120px;
    background: url("../images/v2/about-bg5.png");
}
.about-qualification h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 42px;
}
.about-qualification .container {
    position: relative;
}
.about-qualification .swiper {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.product-top {
    background: url("../images/v2/product-bg1.jpg") center 0 no-repeat;
}
.product-main {
    padding-bottom: 120px;
}
.section-desc {
    padding: 0 2%;
    text-align: center;
    margin: 20px 0 40px;
}
.product-info {
    padding-top: 30px;
}
.product-info h2 {
    margin-bottom: 20px;
}
.product-feature {
    padding-top: 5px;
}
.product-feature li::before {
    font-family: layui-icon;
    content: "\1005";
    margin-right: 10px;
    color: #0072ff;
}
.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed > i {
    color: #0072ff;
}
.layui-form-text {
    padding: 9px 0;
    line-height: 20px;
}
.layui-badge {
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    padding: 0 10px;
}
.contact-top {
    background: url("../images/v2/contact-bg1.jpg") center 0 no-repeat;
    margin-bottom: 0;
}
.contact-main {
    background: url("../images/v2/contact-bg3.jpg") no-repeat;
    padding: 60px 20px 120px;
}
.contact-main h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}
.contact-main li {
    margin-bottom: 10px;
}
.contact-sidebar {
    background-color: #eee;
}
.layui-breadcrumb a:hover {
    color: #0072ff !important;
}
.layui-timeline-axis {
    color: #0072ff;
}
.home-article-section {
    padding-bottom: 100px;
    background: url("../images/v2/home-bg5.png") center bottom no-repeat #f9fafe;
    margin-top: 0;
    padding-top: 80px;
}
.home-article-section-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}
.home-article-section-header h2 {
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
}
.home-article-section-header .btn-one {
    float: right;
    margin-top: 5px;
}
.home-article-one {
    padding: 20px;
    background-color: #f9fafe;
}
.home-article-one h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}
.home-article-one h3:hover {
    color: #0072ff;
}
.home-article-one .date {
    opacity: 0.8;
    margin-top: 10px;
}
.article-list-item {
    padding: 10px;
}
.article-list-item h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.article-list-item h3:hover {
    color: #0072ff;
}
.home-article-list .thumb {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.home-article-list .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-bg-left {
    position: absolute;
    top: -5px;
    left: 0;
    bottom: 0;
    width: 780px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    z-index: -1;
    background-image: url("../images/v2/home-bg8.png");
}
.section-bg-right {
    position: absolute;
    top: -5px;
    bottom: 0;
    right: 0;
    width: 950px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    z-index: -1;
    background-image: url("../images/v2/home-bg7.png");
}
.overlay-style-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
}
.article-list-item .overlay-style-one {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    background: #0072ff;
    z-index: 1;
}
.article-list-item:hover .overlay-style-one {
    opacity: 0.6;
    transform: scale(1);
}
.article-top {
    background: url("../images/v2/article-bg1.jpg") center center no-repeat;
}
.article-date {
    margin-bottom: 10px;
    padding-right: 10px;
}
.article-date .layui-icon {
    color: #0072ff;
}
.date {
    color: #999;
    font-size: 14px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0072ff;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0072ff;
    border-color: #0072ff;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.clear {
    clear: both;
}
