.two img {
    width: 100%;
    height: 129px;
}

.culori {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0;
    display: inline-block;
}

.container-list {
    border-bottom: 1px solid #e6e6e6;
    height: 50px;
    margin-top: 13px;
}

.container-list ul {
    text-align: left;
    height: 100%;
}

.container-list li {
    display: inline-block;
    margin: 0 1.9%;
    padding: 10px;
    width: 100px;
    text-align: center;
    height: 100%;
    border-radius: 10px;
    background: #afabab;
}

.container-list ul li a {
    display: block;
    font-size: 21px;
    color: #fff;
    transition: all 0.5s;
    position: relative;
}

.container-list-r {
    margin-top: 13px;
}

.container-list-r ul {
    text-align: left;
    height: 100%;
}

.container-list-r li {
    display: inline-block;
    margin: 6px;
    text-align: center;
    border-radius: 10px;
    width: 11%;
    height: 47px;
    line-height: 32px;
}

.container-list-r ul li a {
    font-size: 14px;
    position: relative;
}

.ave {
    color: #92d050!important;
}

.container-box {
    margin-top: 35px;
    display: none;
    position: relative;
    min-height: 157px;
}

.pr {
    background: url('/templets/chuxin/skin/images/pr_button.png') no-repeat;
}

.pr1 {
    background: url('/templets/chuxin/skin/images/pr_button1.png')!important;
}

.m0 {
    margin-left: 0!important;
}

.con-box {
    display: none;
}

.con-box:first-child {
    display: block;
}

.more {
    text-align: center;
    padding: 56px;
}

.more a {
    padding: 10px;
    box-shadow: 0 0 30px rgb(38 38 38 / 20%);
}

.more a:hover {
    background: #8cc63f;
    color: #fff;
}

.container-box>.two {
    border-right: 4px solid #8cc63f!important;
}

h4 {
    color: #8cc63f!important;
}

.container-box .two:first-child {
    border-right: 4px solid #8cc63f!important;
}

.el-icon-arrow-down1::after {
    content: "";
    height: 3px;
    height: 3px;
    width: 10%;
    background-color: #8cc63f;
    position: absolute;
    opacity: 0;
    top: 30px;
    left: 0;
    transition: all 0.4s ease-in-out;
}