body {
    background-color: #fafafa;
}
h1 {
    font-family: '宋体';
    font-size: 37px;
    color: #000000;
    text-align: center;
    margin-top: 1.9rem;
}
h1::after {
    content: '';
    width: 3rem;
    height: 0.1rem;
    display: block;
    background-color: #6b8567;
    margin: 0 auto;
}
p.desc.top {
    font-size: 19px;
    font-family: 'Arial Regular';
    line-height: 1.85rem;
    color: #474646;
    text-align: center;
}

.i-list {
    font-family: 'Arial Regular';
    padding-top: 2.55rem;
}
.i-list h2.title {
    
    color: #6b8567;
    font-size: 20px;
    font-weight: 400;
    margin-top: 2.9rem;
}
.i-list h2.title::after {
    content: '';
    width: 3rem;
    height: 0.1rem;
    display: block;
    background-color: #a5a2a2;
    margin-top: 1.1rem;
}
.i-list p.desc {
    font-size: 18px;
    color: #646464;
    padding-top: 1.05rem;
}
.i-list p.desc a.more {
    font-size: 16px;
    color: #760202;
}
.i-list ul {
    color: #646464;
    font-size: 0.9rem;
}
.i-list ul li {
    position: relative;
}
.i-list ul li span {
    padding-left: 0.45rem;
}
.i-list ul li::before {
    content: '';
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #282e32;
    position: absolute;
    top: 0.5rem;
}
.i-list .col-md-8 {
    padding-right: 4.9rem;
}
.i-list .col-md-12 .col-md-8 {
    padding-left: 1.5rem;
}
.i-list .col-md-12.row {
    padding-top: 2.25rem;
}
.i-list .col-md-12.row h2.title {
    margin-top: 0.1rem;
}
.i-list .col-md-12.row:last-child {
    padding-top: 1.15rem;
}


.pic-box {
    overflow: hidden;
    /* margin: 10px; */
}
.pic-box .pic {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.pic img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.pic-box:hover img {
    transform: scale(1.1);
	overflow: hidden;
}
.last-list {
    padding-bottom: 3.6rem;
}

.last-list .col-md-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}