.elementor-693 .elementor-element.elementor-element-ae4a07c > .elementor-container{min-height:40vh;}.elementor-693 .elementor-element.elementor-element-ae4a07c:not(.elementor-motion-effects-element-type-background), .elementor-693 .elementor-element.elementor-element-ae4a07c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("http://www.qdxinquan.cn/wp-content/uploads/2021/10/20211011871-scaled.jpeg");background-position:top left;background-repeat:no-repeat;background-size:cover;}.elementor-693 .elementor-element.elementor-element-ae4a07c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:50px 0px 0px 0px;}.elementor-693 .elementor-element.elementor-element-ae4a07c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-693 .elementor-element.elementor-element-0d52624 .elementor-heading-title{color:var( --e-global-color-826dc46 );font-size:60px;font-weight:600;}.elementor-693 .elementor-element.elementor-element-a027f00{margin-top:50px;margin-bottom:50px;}@media(max-width:767px){.elementor-693 .elementor-element.elementor-element-ae4a07c > .elementor-container{min-height:150px;}.elementor-693 .elementor-element.elementor-element-0d52624 .elementor-heading-title{font-size:26px;}}/* Start custom CSS */#cat-lists .elementor-shortcode {
        display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
#cat-lists .item{
    //margin-bottom: 40px;
    background: #e6e6e617;
    transition: all .3s;
    border: 1px solid #eee;
    border-radius: 5px
}
#cat-lists .item:hover {
    
      box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .1);
}
#cat-lists img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
#cat-lists .pic {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 65%;
    overflow: hidden;
}

#cat-lists h4 {
    font-size: 20px;
    padding:0 10px;
}

#cat-lists .intro {
    display: none;
    padding:0 10px;
    line-height: 2;
    color: #666;
    margin-bottom: 20px
}


#cat-lists .more {
    display: none;
    font-weight: 600;
    color: #333;
    padding:0 10px;
    margin-bottom: 20px
}

#cat-lists a:hover,#cat-lists a:hover h4{
    color: #005199
}
@media (max-width:767px){
    #cat-lists .elementor-shortcode {
        display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 8px;
}
#cat-lists h4 {
    font-size: 16px;
    padding:0 10px;
}
}/* End custom CSS */