.diytype-section-search {
    background: url(../images/banner.jpg) center top no-repeat #353b65;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    padding: 60px 0;
    margin-bottom: 15px;
}
.diytype-section-search .search-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0,0,0,.42);
    text-align: center;
}
.diytype-section-search .search-tag-line {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    z-index: 44;
    text-align: center;
    margin-top: 5px;
}
.diytype-section-search .diytype-search-form{
    position: relative;
    z-index: 44;
    margin: 40px 0 0;
    text-align: center;
    margin-bottom: 20px;
}
.diytype-section-search .diytype-search-form .search-term {
    color: #858c91;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 9px;
    width: 50%;
    border: none;
    outline:none;
}
.diytype-section-search .diytype-search-form button {
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    background:0 0;
    background-color: #38f;
    font-size: 16px;
    color: #fff;
    box-shadow:none;
    font-weight: 400;
    border: none;
    border-bottom:none;
}
/** 文章列表 **/
.flow-image .flow-image-h2 {
    margin-left: 10px;
    margin-top: 5px;
    font-size: 16px;
    height: 15px;
    line-height: 15px;
}
.flow-image .article_list{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    height: auto;
    overflow: hidden;
}

.flow-image .Article_right {
    display: none;
}

.flow-image .article_list li {
    float: left;
    width: 25%;
    overflow: hidden;
    position: relative;
    padding-bottom: 46px;
    padding: 10px;
}

.flow-image .article_list li .Articles{
    width:100%;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.10);

}
.flow-image .article_list li:hover .Articles{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);

}
.flow-image .post_left{
    position: relative;
    
}
.flow-image .post_left img{
    width:100%;
    height:auto;
}
.flow-image .post_right p{
    display: none;
    
}
.flow-image .post_right .cat {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}
.flow-image .post_right .cat .sort {
    background: #2196F3;
    padding: 2px 8px;
}
.flow-image .post_right .cat .sort a{
    color:#fff;
}
.flow-image .post_right h2 {
    font-size: 15px;
    padding: 5px 10px;
    line-height: 25px;
    font-weight: 500;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.flow-image .post_right h2 a{
    color: #333b4b;
}
.flow-image .post_right .post_meta>span>i{
    color: #565656;
    font-size: 1.2em;
}

.flow-image .post_right .post_meta {
    font-size: 12px;
    background: rgb(253, 252, 252);
    color: #6a7180;
    border-top: 1px solid #e9eaed;
    padding: 15px;
    height: 40px; 
    line-height: 10px;
}
.kzpost-body .qs_content a {
    color: #f66;
}
.kzpost-body .qs_content h2 {
    margin: 15px -30px;
    padding: 0 25px;
    border-left: 5px solid #51aded;
    background-color: #f7f7f7;
    font-size: 18px;
    line-height: 40px;
}
.cx-cover {
    opacity: 0;
}
.cx-cover {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.45);
    height: 100%;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    font-size: 25px;
}
.cx-cover img {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    -webkit-filter: blur(0px)!important;
    -moz-filter: blur(0px)!important;
    -ms-filter: blur(0px)!important;
    filter: blur(0px)!important;
}
.article_list li:hover .cx-cover{
    opacity: 1;
    transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    -o-transition:.5s
}
.article_list li:hover .post_left img{
    -webkit-filter: blur(1px);
       -moz-filter: blur(1px);
        -ms-filter: blur(1px);    
            filter: blur(1px); 
}
/* 列表 */
.qakz-main-inner {

}
.qakz-main-inner > div{
    float: left;
    padding: 0 8px;
    box-sizing: border-box;
}
.qakz-main-inner .main-left  {
    width: 70%;
    padding-left: 0; 
    
}
.qakz-main-inner .main-right {
    width: 30%;
    padding-right: 0; 
}

.aqkz-postlist{

}
.aqkz-postlist > li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    list-style: none;
}
.aqkz-postlist > li > div{
    position: relative;
    min-height: 50px;
    padding-left: 0;
}
.aqkz-postlist .aqkz-cat {
    position: absolute;
    left: 0;
    top: 5px;
    background: #0084ff;
    text-align: center;
    width: 70px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
}
.aqkz-postlist .aqkz-cat.adkz-cat-tow{
    color: #0084ff;
    background: rgba(0,132,255,.1);
    line-height: 15px;
    padding-top: 2px;
    height: 35px;
}
.aqkz-postlist .aqkz-cat.adkz-cat-tow>span{
    display: inline-block;
    width: 100%;
}
.aqkz-postlist .aqkz-vnum {
    position: absolute;
    top: 5px;
    left: 70px;
    width: 50px;
    height: 50px;
    text-align: center;
}
.aqkz-postlist .aqkz-vnum > span {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #999;
}

.aqkz-postlist .aqkz-meta p{
    color: #999;
    font-size: 12px;
}
.aqkz-postlist .aqkz-meta h2{
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #222;
    margin-top: 2px;
    width: 100%;
}

.aqkz-postlist .aqkz-addguang h2{
    background-image: -webkit-linear-gradient(0deg, #d614f9 0%, #007bff 100%);
    background-image: linear-gradient(90deg, #d614f9 0%, #007bff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: normal;
    font-size: 16px;
}
.aqkz-postlist .aqkz-tag{
    margin-top:5px;
}
.aqkz-postlist .aqkz-tag a{ 
    padding: 0 8px;
    height: 20px;
    line-height: 20px;
    font-weight: 400;
    font-size: 13px;
    color: #0084ff;
    background: rgba(0,132,255,.1);
    display: inline-block;
}
.main-post-box {
    background: #fff;
    padding: 15px;
}
.main-sidebar-box .kzpanel{
    background: #fff;
    margin-bottom: 15px;
    padding: 0 15px;
}
.main-sidebar-box .kzpanel>.panel-heading {
    position: relative;
    font-size: 16px;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    color: #333;
}
.main-sidebar-box .kzpanel>.panel-heading > h3{
    margin-top: 0;
    font-size: 22px;
    font-weight: normal;
}
.panel-body {
    padding-top:15px;
}
.kzhot-article {
    position: relative;
    line-height: 20px;
    margin-bottom: 15px;
    padding-left: 23px;
}
.kzhot-article .media-left {
    width: 18px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #666;
}
.kzhot-article .media-body a{
    color: #43515f;
    text-decoration: none;
    font-size: 14px;
}
.kzpanel.widget_media_image {
    padding: 0;
}
.kzpanel.widget_media_image img {
    width:100%;
    height:auto;
}

.main-kzqa-single {
    margin-top: 93px;
}
.main-kzqa-single .main-post-box{
    background: none;
    padding:0;
}
.main-kzqa-single .kzpost-meta {
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 15px;
}
.main-kzqa-single .kzpost-body {
    background: #fff;
    padding: 15px 30px 30px;
}
.kzpost-tag {
    background: #fff;
    padding: 0 0 20px 15px;
}
.qs_detail_box .post_views {
    padding-right: 8px;
}
.qs_content p {
    margin: 0.8em 0;
    font-size: 16px;
    color: #333;
    line-height: 1.9;
}
.qs_content strong {
    font-size: 18px;
}
.qs_detail_box {
    color: #aaa;
    font-size: 13px;
}
.kzpost-tag a {
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    font-weight: 400;
    font-size: 13px;
    color: #999;
    background: #eee;
    border-radius: 3px;
    display:inline-block;
    margin-right: 5px;
}
.kzpost-meta .kzpost-title {
    margin: 20px 0 10px 0;
    color: #333;
    font-size: 28px;
    font-weight: 500; 
}
.kzpost-meta .kzpost-desc{
    color: #666;
    font-size: 13px;
    margin-bottom: 5px;
}
.kzpost-body .kzpost-author {
    height: 50px;
    line-height: 25px;
    padding-left: 60px;
    position: relative;
    color: #bfbdbd;
    font-size: 12px;
    margin-bottom:20px;
}
.kzpost-body .kzpost-author img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 30px;
}
.kzpost-body .kzpost-content p {
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 10px;
}
.kzpost-body .kzpost-content h2 {
    line-height: 25px;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #eaeefb;
}
.kzpost-body .kzpost-content h3 {
    line-height: 25px;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 6px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #eaeefb;
}
.cx-live a {
    font-size: 14px;
    color: #999;
}
.cx-live a:hover {
    color: #f66;
}
.kzpost-body .kzpost-content img {
    max-width: 100%;
    height: auto;
    margin: 10px auto;
}
.kzpost-body .kzpost-content img.aligncenter{
    display:block;
}
.kzpost-meta-data {
    height: 45px;
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
}
.kzpost-meta-data .myshare {
    display: block;
    border: none;
    box-shadow: none;
    float: right;
    margin-top: 5px;
    margin-right: -15px;
}
.kzpost-meta-data .kzpost-live{
    float: left;
    padding-top: 20px;
}
.kzpost-meta-data .kzpost-live a {
    color: #666;
}
.kzpost-meta-data .kzpost-live a .ct_ding {
    font-style: normal;
    padding-left: 3px;
}
.panel-body-tag {
    position: relative;
    padding: 15px 0;
}
.panel-body-tag > a{
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    font-weight: 400;
    font-size: 13px;
    color: #0084ff;
    background: rgba(0,132,255,.1);
    margin: 5px 10px 5px 0;
    display: inline-block;
}
.panel-body-tag > a:hover{
    background: #0084ff;
    color:#fff;
}
.aqkz-postlist > li.aqkz-nopost {
    line-height: 50px;
    text-align: center;
    color: #666;
    border:none;
}
@media (max-width: 800px){
    .flow-image .article_list li {
        width: 50%;
        padding: 5px;
    }
    .qakz-main-inner .main-left {
        width: 100%;
    }
    .qakz-main-inner .main-right {
        display: none;
    }
}
@media (max-width: 600px){
    .diytype-section-search .search-title{
        font-size: 18px;
    }
    .diytype-section-search .search-tag-line {
        font-size: 14px;
    }
    .aqkz-postlist > li > div {
        padding-left: 80px;
    }
    .aqkz-postlist .aqkz-vnum {
        display: none;
    }
}