/* css重写 */
.update_area_content, .update_area {
    overflow: visible;
}
.inptit_show .indextk-opt-text{
    background: rgba(0,0,0,0.1);
    opacity: 1;
}
.fl {
    margin-bottom: 10px;
}
.flbg {
    margin-bottom: 15px;
}
.home-filter {
    align-items: flex-end;
}
.flow-mode {
    line-height: 36px;
    display: flex;
    padding-right: 5px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.flow-mode span {
    padding: 0px 6px;
    font-size: 1.5em;
    cursor: pointer;
    color: #3c4756;
}
span.flow-mode-curl {
    color: #ff2f4d;
}

.fl .fl_title {
    position: relative;
}
.cat_mode {
    margin-right: 10px;
    position: absolute;
    right: 0;
    line-height: 70px;
}
.cat_mode span {
    padding: 0px 8px;
}

.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 {
    list-style-type: none;
}
.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); 
}
.Article_list li .post_meta {
    font-size: 12px;
} 
.Article_list li .post_meta i{
    font-size: 14px !important;
    color: #585858;
} 

/******************
    图片格子布局
******************/
.flow-image .Article_list {
    max-width: 1300px;
    width: 100%;
    margin: 5px auto 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;
    border-radius: 4px;
    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: 40px;
    line-height: 40px;
    padding: 0 10px;
}
.Articles .post_right .cat .sort {
    background: #2196F3;
    padding: 0 8px;
    font-size: 12px;
    border-radius: 2px;
    line-height: 24px;
    display: inline-block;
    transform: scale(.8);
}
.Articles .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;
    color: #6a7180;
    border-top: 1px solid #e9eaed;
    padding: 0 15px;
    line-height: 40px;
    text-align: right;
}
.flow-image .post_right .post_meta .post-time {
    float:left;
}
.flow-image .post_right .post_meta .post-comment {
    margin-right: 10px;
}

@media (max-width: 800px){
    .flow-image .Article_list li {
        width: 50%;
        padding: 5px;
    }
    .flow-image .post_meta .post-comment {
        display: none;
    }
}

/******************
    Blog列表布局
******************/
.flow-blog{
    max-width: 1280px;
    margin-top: 5px;
}
.flow-blog .Article_left {
    max-width: 1300px;
    width: 68.5%;
    padding-right: 15px;
    float: left;
}
.flow-blog .Article_list{
    max-width: 1300px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    height: auto;
}
.flow-blog .Article_list li{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    zoom: 1;
    position: relative;
    border-radius: 6px;    
}
.flow-blog .Article_list li:hover{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);

}
.flow-blog .Article_list li:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.flow-blog .post_left {
    float: left;
    width: 30%;
    position: relative;
}
.flow-blog .post_left img{
    width: 100%;
    height: auto;
}

.flow-blog .post_right {
    float: right;
    width: 70%;
    padding-left: 20px;
}

.flow-blog .post_right h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 25px;
}
.flow-blog .post_right h2 a {
    color: #27374d;
}
.flow-blog .post_right p{
    color: #999;
    line-height: 25px;
}
.flow-blog .thumb-srcbox {
    border-radius: 6px;
    overflow: hidden;
}

.flow-blog .post_right .post_meta {
    position: absolute;
    bottom: 20px;
    right: 10px;
    color: #666;
}
.flow-blog .post_right .post_meta span {
    margin-right:10px;
}
.flow-blog .post_meta .iconfont {
    font-size: 1em;
}
.flow-blog .post_right .cat {
    position: absolute;
    bottom: 20px;
    z-index: 2;
}
.flow-blog .aggd.list_aggd {
    padding: 0;
}

/******************
    Blog列表侧边
******************/
.flow-blog .widget_images {
    background: #fff;
}
.Article_right .widget:first-child {
    margin-top: 0;
}
.Article_right .widget {
    border-radius: 6px;
}
.flow-blog .Article_right{
    width: 31.5%;
    float: right;
    margin-top: 5px;
    border-top: 3px solid #333;
    border-radius: 6px;
    margin-bottom: 20px;
}

.flow-blog .Article_right .fixed {
    width: 370px;
}

@media (max-width: 900px){
    .flow-blog .Article_left {
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
    }
    .flow-blog .Article_right {
        display: none
    }
    .flow-mode {
        line-height: 40px;
        padding-right: 0;
    }
}

@media (max-width: 700px){
    .flow-blog .post_right p {
        display: none
    }
}

@media (max-width: 600px){
    .flow-blog .Article_list li {
        padding: 10px;
        margin-bottom: 10px;
    }
    .flow-blog .post_right .post_meta {
        bottom: 10px;
    }
    .flow-blog .post_right h2 {
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .flow-blog .post_right .cat {
        bottom: 10px;
        transform: scale(.9);
        transform-origin: left bottom;
    }
    .flow-blog .post_meta .post-time{
        display: none;
    }
    .flow-mode {
        padding-left: 5px;
    }
    .flow-mode span {
        font-size: 1.3em;
    }
}
@media (max-width: 350px){
    .flow-blog .usree_met {
        position: absolute;
        top:0;
        left: 0;
        color:#8bb836;
    }
}


/******************
    多功能小工具
******************/

.blog_widget {
    background: #fff;
    padding: 0 20px 20px;
}
.blog_widget a{
    font-weight: 500;
    color: #27374d;
}

.blog_widget li{
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}
.blog_widget li .post-img{
    float: left;
    width: 100px;
    height: auto;
    max-height: 75px;
    position: relative;
}
.blog_widget li .post-img img {
    width: 100%;
    height: auto;
}
.blog_widget li .posts-title{
    margin-left: 115px;
}
.blog_widget li .posts-title span {
    font-size: 12px;
    color: #9A9A9A;
}
.blog_widget li .posts-title h4 {
    font-size: 15px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
    padding-right: 15px;
}
.one-images li:first-child .post-img,
.max-images li .post-img {
    width: 100%;
    max-height: none;
    border-radius: 6px;
    overflow: hidden;
}
.one-images li:first-child .posts-title,
.max-images li .posts-title{
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.81);
    margin-left: 0;
    width: 100%;
    padding: 10px;
    border-radius: 0 0 6px 6px;
}
.one-images li:first-child .posts-title h4,
.max-images li .posts-title h4 {
    position: absolute;
    bottom: -18px;
    height:20px;
    margin-bottom: 28px;
}
.one-images li:first-child .posts-title h4 a,
.max-images li .posts-title h4 a {
    color: #E4E4E4;
}
.one-images li:first-child .posts-title span,
.max-images li .posts-title span {
    display: block;
    margin-bottom: 30px;
    color: #CCC;
}

.widget_hyh {
    background: #ddd;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #27374d;
    cursor: pointer;
    font-size: 12px;
}



.th-srcbox {
    padding-top: 64%;
    display: flex;
    position: relative;
    width: 100%;
    border-radius: 6px;
    overflow: hidden
}

.th-srcbox figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.th-srcbox figure img {
    height: 100% !important;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.one-images li:first-child .th-srcbox,
.max-images li .th-srcbox {
    padding-top: 50%;
}

