﻿.twou ul li a {
    display: block;
    padding: .1875rem;
    box-sizing: border-box;
}

.twou ul li a:hover {
    background-color: #019444;
    color: #fff !important;
    transition: all 0.6s;
}

.twou_act {
    background-color: #019444;
    color: #fff !important;
}

.twou_act a {
    color: #fff !important;
}

.twoubox {
    margin: 0 0 .5rem 0;
}

.abtnbox {
    font-size: 16px;
}

.product_list ul li .item .text_box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 60%;
}


.product_list ul li  {
   background-color: #ecefed; padding: 10px 20px;  border-radius: 10px;
}


.product_list ul li .item .text_box span {
    line-height: .45rem;
}

.product_list ul li .item .p_box {
    padding: 10px;
    box-sizing: border-box;
    width: 30%;
    border: 1px solid  #a8abaa;
    border-radius: 10px;
}

.product_list ul li .item .p_box img {
    display: block;
    width: 100%;
}

.abtnbox a {
    display: block;
    margin: 0 .375rem 0 0;
    padding: .1875rem;
    width: 20%;
    box-sizing: border-box;
    background-color: #019444;
    color: #fff !important;
    text-align: center;
    border: 1px solid #019444;
    border-radius: 10px;
}

.abtnbox a:hover {
    color: #019444 !important;
    background-color: #fff;
    transition: all 0.6s;
}

.product_list ul li {
    margin: 0 0 .375rem 0;
}

.change_pagebox {
    margin: .75rem 0;
}

.more ul li {
        margin: 0 3%;
    width: 20%;
}

.more ul li a .p_box {
    padding: .1875rem .375rem;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 10px;
}

.more ul li a .p_box img {
    display: block;
    width: 100%;
}

.more ul {
    margin: .5rem 0 .75rem 0 !important;
}

.more ul li a p {
    text-align: center;
    margin: .375rem 0 0 0 !important;
}

.more h4 {
    margin: 0 auto;
    padding: .1875rem 0;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50px;
    width: 20%;
    box-sizing: border-box;
    font-size: 26px;
    font-weight: 500;
}

.more ul li a:hover p {
    color: #019444;
    transition: all 0.6s;
}

.more ul li a:hover .p_box {
    border: #019444;
    box-shadow: 0 0 10px 2px #019444;
    transition: all 0.6s;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    .twou ul li {
        width: 45%;
        line-height: 1.5;
        text-align: center;
    }
    .twou ul {
        align-items: center;
        flex-wrap: wrap;
    }
    .product_list ul li .item .text_box,
    .product_list ul li .item .p_box {
        width: 100%;
    }
    .product_list ul li .item {
        flex-wrap: wrap;
    }
    .product_list ul li .item .text_box span {
        margin: 10px 0;
        line-height: 1.5;
    }
    .abtnbox a {
        width: 30%;
    }
    .product_list ul li .item .text_box {
        margin: 10px 0;
        line-height: 1.5;
    }
    .more h4 {
        width: 30%;
    }
  .more ul li {
    margin: 0 2% 10px 2%;
    width: 45%;
}
    .more ul {
        flex-wrap: wrap;
    }
    .more ul li a p {
        margin: 10px 0 0 0 !important;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}