component-pages-lists-a a, component-pages-lists-a a:hover {
    text-decoration: none !important;
}
component-pages-lists-a .text-center {
    text-align: center;
}
component-pages-lists-a .cover_ {
    box-shadow: 0px 1px 1px #dddddd;
    border: 1px solid #dddddd;
}
component-pages-lists-a .left {
    position: absolute;
    left: 0px;
    opacity: 1;
    z-index: 1;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
    opacity: 1;
}
component-pages-lists-a .right {
    position: absolute;
    right: 0px;
    opacity: 1;
    z-index: 1;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
    opacity: 1;
}
component-pages-lists-a ._category_child_list .i_cover .box_text {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
}
component-pages-lists-a ._category_child_list {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
component-pages-lists-a ._category_child_list a:hover .box_text {
    color: #FF5100;
}
component-pages-lists-a ._category_child_list .i_cover {
    width: 100%;
    height: auto;
}
component-pages-lists-a ._category_child_list .i_cover .i_img {
    width: 100%;
    height: 300px;
    max-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
component-pages-lists-a ._category_child_list .i_intro {
    text-align: center;
    color: #666666;
    padding-top: 5px;
}
component-pages-lists-a ._category_child_list .i_intro .i_name {
    font-size: 16px;
    padding: 6px 12px 14px;
    float: left;
}
@media (min-width: 1200px) {
    component-pages-lists-a ._category_child_list .i_cover .i_img {
        /*height: 239px;*/
        height: 220px;
    }
}
@media (max-width: 1199px) {
    component-pages-lists-a ._category_child_list .i_cover .i_img {
        height: 172px;
    }
}
@media (max-width: 992px) {
    component-pages-lists-a ._category_child_list .i_cover .i_img {
        height: 178px;
    }
}
@media (max-width: 768px) {
    component-pages-lists-a ._category_child_list .i_cover .i_img {
        height: 290px;
    }
}