body {
    font-family: 'Open Sans', sans-serif;
    
    background-color: #fff;
    color: #a5a5a5;
    font-size: 14px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;

}

a {
 text-decoration: none;
 color: #000;
} 

.clear {
    clear:both
}
.wrapper{
    width: 95%;
    margin: 20px auto;
    

}
.k_title{
    font-size: 18px;   
    margin-top: 25px;
    margin-bottom: 25px;
        color: #000;
     

}
.k_title a {
    font-size: 14px;
    text-align: right;
    position: absolute;
    left: 0;
    right: 20px;
    color: #4c4c4c;
    
}

.k_article-list{
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.k_article-list article{
    width: 49%;
    height: 270px;
    margin-bottom: 15px;
    padding: 0 0 10px 0;
    
    background-color: #fff;
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    -ms-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    -o-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
}

.k_article-list img{
   width: 100%;
    height: 140px;
    max-height: 150px;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;

}

.k_article-list a{
   
}

.k_article-list p{
    font-size: 16px;
    padding: 0 8px 0 8px;
    line-height: 20px;

}

.k_excerpt{
    padding: 0 8px 0 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
}


.k_meta{
    padding: 0 8px 0 8px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
}


.k_item b{
    font-size: 25px;
    color: #e91e63;
}



/*方案二*/
.kb_article-list{
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.kb_article-list article{
    width: 48%;
    height: 270px;
    margin-bottom: 25px;
    
    
    
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

   
}

.kb_article-list img{
   width: 100%;
    height: 150px;
    max-height: 160px;
    margin-bottom: 10px;
   -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

}

.kb_article-list a{
    
}

.article_title{
   font-size: 16px;   
    line-height: 22px;

}

.kb_excerpt{
   margin-top: 5px;
   margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
}


.kb_meta{
   
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
}


.kb_item b{
    font-size: 22px;
    color:#f44336;
}

.kb_item_price b{
    font-size: 32px;
    color:#f44336;
}


.kb_ad img {
    width: 100%;
    height: 110px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    -ms-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    -o-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
}


.pCard_card {
    width: 95%;
    height: 305px;
    margin: 20px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    /*background-color: #f6fcfe;*/
    -webkit-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    -ms-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    -o-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    position: relative;
    overflow: hidden;
}

.pCard_card_select {
    width: 95%;
        height: 100%;
    margin: 10px auto;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    
    -webkit-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    -ms-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    -o-box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.21);
    position: relative;
    overflow: hidden;
}


/****************
select
****************/

.pCard_card_select_row{
    padding: 16px;
    
}

.pCard_filter-box {
    font-size: 14px;
    line-height: 30px;

    
}

.pCard_filter-tit{

}

.pCard_filter-cen {

}

.pCard_filter-cen a{
    color: #a5a5a5;
    padding-right:10px;
    padding-left:10px;
    border: 1px solid #a5a5a5;
    border-radius: 10px;
    white-space: nowrap;
}

.pCard_filter-cen b{
font-size: 14px;
color: #000;
border-bottom: 3px solid #f44336;


}



/****************
Back
****************/


.pCard_card .pCard_back {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 220px;
    margin-top: -139px;
    font-weight: 600;
    z-index: 1;
    color: #000;
    
    
}

.pCard_back img {
    width: 90px;
    height: 90px;
}

.pCard_card .pCard_back a {
    text-decoration: none;
}

/****************
UP
****************/

.pCard_card  .pCard_up {
    position: absolute;
    width: 100%;
    height: 200px;
    background-image: url(../image/image_heand.jpg);
    background-position: 50%;
    background-size: cover;
    z-index: 3;
    text-align: center;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    
}

.pCard_on  .pCard_up {
    height: 85px;
    box-shadow: 0 0 30px #CFD8DC;
}

.pCard_card  .pCard_up .pCard_text {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    color: #f1f7f9;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pCard_on  .pCard_up .pCard_text {
    top: 20px;
}

.pCard_card  .pCard_up .pCard_text h2{
    margin: 0;
    font-size: 25px;
    font-weight: 600;
}

.pCard_card  .pCard_up .pCard_text p{
    margin: 0;
    font-size: 16px;
    color: #E3F1F5;
}

.pCard_card  .pCard_up .pCard_add {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius:50%;
    border-radius: 50%;
    background-color: #ed145b;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
    -ms-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
    -o-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.43);
    position: absolute;
    top: 125px;
    left: 0;
    right: 0;
    margin: auto;
    width: 55px;
    height: 55px;
    cursor: pointer;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pCard_on  .pCard_up .pCard_add {
    -webkit-transform: rotate(360deg) scale(.5);
    -moz-transform: rotate(360deg) scale(.5);
    -ms-transform: rotate(360deg) scale(.5);
    -o-transform: rotate(360deg) scale(.5);
    transform: rotate(360deg) scale(.5);
    top: 185px;
}

/****************
Down
****************/

.pCard_card .pCard_down {
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 140px;
    padding-left: 18px;
    z-index: 2;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pCard_on .pCard_down {
    height: 85px;
    -webkit-box-shadow: 0 0 30px #CFD8DC;
    -moz-box-shadow: 0 0 30px #CFD8DC;
    -ms-box-shadow: 0 0 30px #CFD8DC;
    -o-box-shadow: 0 0 30px #CFD8DC;
    box-shadow: 0 0 30px #CFD8DC;

}

.pCard_card .pCard_down div {
    width: 18%;
    float: left;
    text-align: center;
    margin-top: 56px;
    font-size: 14px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.pCard_card .pCard_down  img {
    
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.pCard_on .pCard_down div {
    margin-top: 0px;
}



.pCard_card .pCard_down div p:first-of-type {
    color: #68818c;
    margin-bottom: 5px;
}

.pCard_card .pCard_down div p:last-of-type {
    color: #334750;
    
    margin-top: 0;
}


.footer_text{
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
}




.kv_excerpt{
    padding: 5px 8px 30px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
}


.kv_meta{
    padding: 0 8px 0 8px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
}

.kv_title{
    font-size: 18px;   
    margin-top: 25px;
    margin-bottom: 25px;
    color: #000;
        border-bottom: 1px solid #ccc;
     

}

.kv_key{
    
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 14px;
}


.kv_item b{
    font-size: 16px;
    color: #fff;
    border-radius: 25px;
    background: #ff9800;
    padding: 5px 15px 5px 15px;
    font-weight: normal;
}

.kv_key_item b{
    font-size: 14px;
    color: #2a2a2a; 
}

.kv_post  {
   
    border-top: 1px solid #ccc;
    line-height: 24px;
      font-size: 14px;
      color: #2a2a2a;

        }
        
.kv_post p {
    line-height: 14px;
        }


.kv_post img {
    width: 100%;
    border-radius: 10px;
}

/* 移动端快捷菜单 */
.blank50 {
    height: 50px;
    line-height: 50px;
    clear: both;
}

#m-b-bar {
    color: #FFF;
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: block;
    background-color: #fff;
    text-align: center;
}

#m-b-bar a {
    width: 100%;
    color: #F2F2F2;
    display: block;
    
    line-height: 20px;
    font-size: 14px;
}

#m-b-bar a i {
    font-size: 22px;
    display: block;
    color: #a5a5a5;
}

#m-b-bar  i {
    font-size: 22px;
    display: block;
    color: #a5a5a5;
}
.x3 {
    width: 15%;
    padding-top: 9px;
    float: left;
    position: relative;
    min-height: 1px;
}

.x4 {
    width: 40%;
    float: right;
    padding-top: 15px;
    position: relative;
    min-height: 1px;
}

#m-b-bar a {
    width: 100%;
    color: #a5a5a5;
    display: block;
   
    line-height: 20px;
    font-size: 12px;
}



/*分页 begin*/
.list-pager{
    text-align: center;
        display: flex;
    vertical-align: bottom;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.list-pager li {
    list-style: none;
    margin: 0 3px;
    font-size: 14px;
    border: none;
    border-radius: 3px;
}

.list-pager li a,
.list-pager li .disabled {
    border-radius: 3px;
    color: #6e6e6e;
    background: #fff;
    padding: 8px 12px;
    border: 1px solid #DCDCDC;
}

.list-pager li.active a,
.list-pager li a:hover {
    background: #f44336;
    color: #fff;
    border: 1px solid #f44336;
}

.list-pager li .current {
    background: #a5a5a5;
    color: #fff;
    border-radius: 3px;
    padding: 7px 11px;
    border: 1px solid #a5a5a5;
    display: inline-block;
}

/*分页 end*/