.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
}

*+.uk-h1,
*+.uk-h2,
*+.uk-h3,
*+.uk-h4,
*+.uk-h5,
*+.uk-h6,
*+.uk-heading-2xlarge,
*+.uk-heading-large,
*+.uk-heading-medium,
*+.uk-heading-small,
*+.uk-heading-xlarge,
*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6 {
    margin: 10px 0 0 0;
}
.uk-background-muted {
    background-color: #f6f6f6!important;
}
a {
    color: #333;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a:hover {
    text-decoration: none;
}
button,code,div,img,input,label,pre,select,span,svg,table,td,textarea,th,
.uk-radius {
    border-radius: 6px!important;
}


.uk-index-radius {
    border-radius: 6px!important;
    border: solid 1px #efefef;
    background: #efefef;
    overflow: hidden;
}
.uk-badge { background:#f6f6f6; color:#2254f4; }


ul,li{  list-style: none; padding: 0; margin: 0 }
.uk-hr,
hr {
    border-top: 1px solid hsla(0, 0%, 39%, .1);
    margin: 15px 0;
}


#header-nav{ margin-right: 20px; }
#header-nav .uk-nav-default>li>a {
    font-size: 14px;
}


.uk-logo img {
    max-height: 40px;
}
.uk-tab.indextab{ margin-top: 0px; padding-left: 20px; background: #fff;}
.uk-tab.indextab>*>a{ padding: 2px 15px; margin: 10px 0;}
.uk-tab.indextab>.uk-active>a {
border-bottom:0px solid #2254f4;
color: #fff;
background:#2254f4;
border-radius: 100px!important;
font-size: 13px;

}

.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
    min-height: 62px;
    padding: 0;
    margin: 0 15px;
    position: relative;
}
.uk-navbar-nav>li.uk-active>a,.uk-navbar-nav>li>a:hover {
    color: #2254f4;
    font-weight: bold;
    /*border-bottom: 3px solid #2254f4;*/
}
.uk-navbar-nav>li.uk-active>a::before,.uk-navbar-nav>li:hover>a::before{
    position: absolute;
    content: '';
    height: 3px;
    width: 100%;
    background: #2254f4;
    bottom: 0;
}



.uk-heading-bullet::before {
    border-left: calc(3px + .1em) solid #2254f4;
    border-radius: 2px;
}

img[data-src][src*='data:image'] {
    background: rgba(0, 0, 0, 0.1);
}

img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.uk-index-right-news-list li {
    font-size: 0.8rem;
    line-height: 2
}

.uk-index-right-news-list li i {
    color: #ccc;
    top: .64285714em;
}

.uk-index-right-news-list li a {
    color: #333;
}

.uk-index-right-news-list li a:hover {
    color: #2254f4
}

.uk-index-right-news-list.fa-ul {

    margin-left: 1.5em;

}

.uk-index-slides ul {
    border-radius: 6px;
    overflow: hidden;
}

.uk-index-slides-right ul li {
    border-radius: 6px;
    overflow: hidden;
}

.uk-flink {}

.uk-flink ul li a {
    display: block;
    overflow: hidden;
}

.uk-flink ul li a img {
    border: solid 1px #eee;
}

.uk-flink-txt span {
    margin-right: 15px;
}

.uk-flink-txt span a {
    font-size: 0.8rem;
}


.uk-footer {
    color: #5f676f;
    background: #2d3237;
    font-size: 0.8rem;
}

.uk-footer p {
    margin-top: 10px;
}

.uk-footer .uk-footer-nav a {
    color: #5f676f;
}

.uk-footer .uk-footer-nav a:hover {
    color: #ddd;
}

.uk-footer .uk-footer-nav span {
    margin-right: 10px;
}

.uk-footer .uk-footer-logo img {
    max-height: 80px;
}

/*margin: 20px 0!important; */

.uk-index-radius img:hover {
    transform: scale(1.08);
}

.uk-index-image-title {
    padding: 6px 0;
    font-size: 0.8rem;
    background: rgba(34, 34, 34, .8);
    color: rgba(255, 255, 255, .7);
    padding: 4px 10px;
}

.uk-news {
    margin: 0px !important;
    padding: 0px !important;
}

.uk-news>li {
    padding: 20px;
    background: #fff;
    border:solid 1px #fff;
    cursor: pointer;
}
.uk-news>li .uk-badge i{ margin-right: 5px; }
.uk-news>li .uk-badge:hover{background:#f6f6f6; color:#2254f4;}
.uk-news>li h5{ font-weight: bold; margin-bottom: 15px; }
.uk-news>li:hover {border:solid 1px rgba(34, 84, 244,.5);}
/*
.uk-news>li:hover .uk-news-date {
    background: #153f8f;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff !important
}

.uk-news>li .uk-news-date {
    background: #e5e5e5
}

.uk-news>li .uk-news-date p {
    color: #333 !important
}

.uk-news>li:hover .uk-news-date p {
    color: #fff !important
}

.uk-news>li:hover {
    background-color: #fdfdfd;
}
*/
/*
    .uk-news>li:hover a,
    .uk-news>li:hover p {
        color: #fff
    }
*/
.uk-news>li>div {
    z-index: 9
}

.uk-news>li {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
}

/*
    .uk-news>li:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        z-index: 0;
        display: block;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s
    }

    .uk-news>li:hover:after {
        width: 100%;
        background-color: #153f8f
    }
*/
/*
#ds-reset .ds-replybox{ padding: 0px 0px 0px 80px!important; border: 1px solid #efefef!important;}
#ds-reset .ds-replybox{ background: #fbfbfb!important; }
#ds-reset .ds-textarea-wrapper textarea{background: #fbfbfb!important; height: 120px!important; font-size: 14px!important;}
#ds-reset .ds-textarea-wrapper{ background: #fbfbfb!important; 
border: none!important;
border-left: 1px solid #efefef!important;

}
#ds-reset .ds-replybox .ds-avatar{ top:10px!important;  left: 20px!important;  }
#ds-reset .ds-post-button,#ds-reset .ds-gradient-bg{ 
    background: none!important;font-weight:normal!important;text-shadow:none!important; 

}
#ds-reset .ds-post-button{border-left: 1px solid #efefef!important;}
#ds-reset .ds-post-toolbar{border: none!important;border-left: 1px solid #efefef!important;border-top: 1px solid #efefef!important; margin: 0!important;box-shadow:none!important;}
*/

.uk-article-content {
    line-height: 2;
}

.uk-article-des {

    padding: 15px;
    margin: 25px 0;
    font-size: 15px;
    font-size: 0.825rem;
    line-height: 2;
    color: #999;
    background: #fbfbfb;
    border: 1px solid #efefef;
    border-radius: 3px;
}



.page {
    margin: 40px 0 40px 0;
    text-align: center;
    padding: 5px
}

.page ul li {
    display: inline
}

.page ul li a {
    display: inline-block;
    background-color: #fff;
    border: 0 none;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 9px;
    text-decoration: none;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    border: 1px solid #e3e3e3;
    padding: 0 12px;
    color: #333
}

.page.page ul li a:hover {
    background-color: #333;
    color: #FFF
}

.page.page ul li a:active {
    background-color: #333;
    color: #FFF
}

.page ul li.active a {
    background-color: #333;
    border: 0 none;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    font-weight: normal;
    margin-left: 9px;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #333
}

.page ul li.disabled a {
    border: #eee 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #ddd
}



.select-loginType {
    margin-top: 20px;
    text-align: center;
}

.select-loginType a {
    display: inline-block;
    font-size: 15px;
    text-align: center;
}

.select-loginType a i {

    background: rgba(0, 0, 0, 0) url("../images/icon_layerbox.png") no-repeat scroll 0 0;

    display: block;

    height: 82px;

    margin-bottom: 20px;

    width: 82px;

}

.select-loginType .qq {
    color: #898989;
}

.select-loginType .qq i {
    background-position: 0 0;
}

.select-loginType .qq:hover i {
    background-position: 0 -84px;
}



.select-loginType .weixin {
    color: #898989;
    margin-left: 60px;
    margin-right: 60px;
}

.select-loginType .weixin i {
    background-position: -168px 0;
}

.select-loginType .weixin:hover i {
    background-position: -168px -84px;
}



.select-loginType .weibo {
    color: #898989;
}

.select-loginType .weibo i {
    background-position: -84px 0
}

.select-loginType .weibo:hover i {
    background-position: -84px -84px;
}



/*消息提醒*/

#newmsg {

    position: absolute;

    top: -6px;

    left: 0px;

    z-index: 99999;

    background: #ff911b;

    color: #fff;

    display: inline-block;
    font-size: 14px;



    text-align: center;

    width: 10px;
    height: 10px;

    border-radius: 25px !important;

    animation: rotate .5s linear infinite;

}



@keyframes shadow {



    0%,

    100% {

        transform: scaleX(0.5);

    }



    50% {

        transform: scaleX(0.5);

    }

}



@keyframes rotate {

    0% {

        transform: translateY(0);

    }



    25% {

        transform: translateY(5px);

    }



    50% {

        transform: translateY(10px) scale(1.1, 0.9);



    }



    75% {

        ransform: translateY(5px);

    }



    100% {

        transform: translateY(0);

    }

}

/*浮动客服*/
.side {
    position: fixed;
    width: 42px;
    right: 20px;
    bottom: 50px;
    z-index: 100;
}

.side ul,
.side ul li {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
}

.side ul li {
    width: 42px;
    height: 42px;
    line-height: 42px;
    float: left;
    position: relative;
    margin-bottom: 3px!important;
    box-shadow: inset -1px -1px 0 0 rgba(0,0,0,.05);
    transition: all .2s ease-in-out;
}

.side ul li .sidebox {
    position: absolute;
    width: 42px;
    height: 42px;
    line-height: 42px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #eee;
    color: #fff;
    font: 14px/42px "微软雅黑";
    overflow: hidden;
    border-radius: 4px;
}
.side ul li .sidebox:hover i{
    color: #fff;
}
.side ul li .sidetop {
    display: inline-block;
    background: #eee;
    transition: all 0.3s;
    border-radius: 4px;
}

.side ul li .sidetop:hover {
    background: #000;
    color: #fff;
}
.side ul li .sidetop:hover i{
    color: #fff;
}

.side ul li i {
    width: 42px;
    margin: 9px 0;
    display: block;
    float: left;
    font-size: 24px;
    color: #666;
    text-align: center;
}

/*浮动客服*/


.uk-jingxuan{ padding: 0 8px; }
.uk-jingxuan li:first-child{}
.uk-jingxuan li{ margin-bottom: 2rem; }
.uk-jingxuan li p{ font-size:0.8rem; margin: 0rem; color: #999;}
.uk-jingxuan li:after{ content:'';display: table; clear: both; }
.uk-jingxuan li a.img{ width: 33.3%; float: left; }
.uk-jingxuan li .txt{ float: right; width: 60%}
.uk-jingxuan li .txt h6{ margin-bottom: .2rem; }
.uk-jingxuan li:first-child a.img{ display: block; width: 100%; float: none; margin-bottom: 10px; }
.uk-jingxuan li:first-child .txt{ display: block; width: 100%; float: none;margin-left:0; }


.uk-nicenews{}
.uk-nicenews li{ border-top: 1px dashed #ddd;  padding: 1rem 0;}
.uk-nicenews li:first-child{border-top:0;}
.uk-nicenews li p{ font-size:0.8rem; margin: 0rem; color: #999;}
.uk-nicenews li h6{ margin-bottom: .2rem; }
.uk-nicenews li:last-child{ margin-top: 10px; text-align: center; border-top:0}


.uk-index-right-user-list{}
.uk-index-right-user-list li{ width: 33.33%; float: left; text-align: center; margin: 10px 0; }
.uk-index-right-user-list li p{ padding: 0; width: 70%; margin: 0 auto;}
.uk-index-right-user-list li img{ border-radius: 50px!important; }
.uk-index-right-user-list li span{ font-size: 0.6rem; }


/* searchWrapper */




.searchbox {
 padding: 30px; margin-top: 0px!important;
}
.searchbox .uk-search-default{ width: 100%; }
.searchbox .uk-search-input{ width: 100%; border-radius: 22px; background: #f2f2f2; font-size: 0.875rem; }

.uk-panel{
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
    border-radius: 6px!important;
    overflow: hidden;
}

.uk-list-keyword{ font-size: 0.875rem; color: #999 }
.uk-list-keyword a{color: #999; padding:2px 8px; border-radius: 20px;}
.uk-list-keyword a:hover{ background: #2254f4; color: #fff;   }

.uk-message{font-size: 0.875rem;}
.uk-message li { padding: 15px 0; border-bottom: dashed 1px #eee; }
.uk-message li h6{font-size: .9rem;}
.uk-message li h6 span{ color: #999; font-size: 0.6rem; }
.uk-message li div.content{ 
    padding: 15px;
    border-radius: 4px;
    background: #f6f6f6;
    overflow: hidden;
    font-size: 0.875rem;
    margin: 10px 0
}
.uk-message li p{ margin: 0; font-size: 0.6rem; }
.uk-message li p b{color: #409eff;}
.uk-message li:last-child{border-bottom: dashed 0px #eee;}
.uk-message li .moreBtn {
    display: block;
    margin: 0 auto;
    line-height: 20px;
    text-align: center;
    width: 220px;
    padding: 10px 0;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    background: linear-gradient(270deg,#2254f4,#406dff);
    box-shadow: 0 12px 30px 0 rgba(34,84,244,.2);
    border-radius: 20px;
    
}

.pagelist .uk-list-keyword{ margin: 0!important; }


.entry-meta,
.entry-meta a {
    color: #aaa;
    font-size: 12px;
}

.entry-meta .meta-category a+a {
    margin-left: 8px;
}

.entry-meta .meta-category .dot {
    border-radius: 50%;
    height: 6px;
    margin-right: 5px;
    width: 6px;
    background-color: #fd721f;
}

.entry-meta .meta-category a:nth-child(2) .dot {
    background-color: #4CAF50;
}

.entry-meta .meta-category a:nth-child(3) .dot {
    background-color: #2196F3;
}


.uk-shownews {
    margin: 0px !important;
    padding: 0px !important;
}

.uk-shownews>li {
    padding: 20px 15px;
}

.uk-shownews>li:hover {
    background-color: #fdfdfd;
}

.uk-shownews>li>div {
    z-index: 9
}

.uk-shownews>li {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 1;
    border-bottom: dashed 1px #eee;
}