/*

Theme Name: Begin

Theme URI: https://zmingcx.com/begin.html

Author: 知更鸟

Author URI: https://zmingcx.com/

Description: HTML5+CSS3 响应式设计，博客、杂志、图片、公司企业多种布局可选，集成SEO自定义功能，丰富的主题选项，众多实用小工具。

Version: 2022/12/21

*

/*-- 样式文件位置 "css/be.css" --*/
.dc-childs{
	display:none !important;
}
.dc-childs,.dc-childs2{
	display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 !important;
}
.dc-childs li,.dc-childs2 li{
	float:unset !important;
	width:25% !important;
	display:flex;
	flex-direction: column;
	height:240px;
	padding-right: 10px;
	padding-bottom: 15px;
}
.dc-childs li a,
.dc-childs2 li a{
	background: transparent;
    border: 0 none;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow:hidden;
    border-radius: 5px;
}
.dc-childs li a:hover img,
.dc-childs2 li a:hover img{
    transform: scale(1.2);
}
.dc-childs li a img,
.dc-childs2 li a img{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:all 0.3s;
}
.dc-childs li a span,
.dc-childs2 li a span{
	position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    line-height: 30px;
    background: rgba(0,0,0,0.55);
    color: #Fff;
}
.cat-des-img{
	width:100%;
}
@media screen and  (min-width:320px) and (max-width: 767px) {
	.dc-childs li, .dc-childs2 li{width:100% !important}
}