.section{
	padding-bottom: 1.26rem;
    padding-top: 0.87rem;
}
.section h2 {
    margin: 0.4rem 0;
    font-size: .4rem;
    font-weight: 600;
    color: #fff;
    line-height: .56rem;
}
.section1-content,.section2-content,.section3-content{
	margin-top: 0.4rem;
}
.section1-content,.new-content{
	justify-content: space-between;

}
.content-item{
	width: 48%;
    box-shadow: 0px 10px 17px 3px rgb(0 0 0 / 5%);
    background: rgba(255,255,255,0.7);
    padding: 0.73rem 0.42rem 0.5rem;
    transition: all .3s;
}
.section1-content h3{
	font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0.17rem;
}

.section-item{
	width: 48%;
	box-shadow: 0px 10px 17px 3px rgb(0 0 0 / 5%);
    background: #fff;
    padding: 20px;
    position: relative;
    padding-bottom: 50px;
    transition: all 0.36s;
}
.section-item::before {
    content: '';
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #2c9e6b, #2799a0, #2495ca);
}
.section-item-title{
	margin-bottom: 21px;
}
.section-item-title h5{
    font-size: 20px;
    color: #333;
    line-height: 1.5;
}
.section-item-title h5::before {
    content: '';
    width: 191px;
    height: 2px;
    background: #ebebeb;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section-item-content{
	height: 168px;
    overflow: hidden;
}
.section-item-content p{
	padding: 0 10px;
    color: #666;
    text-align: left;
}

.new-content .new-content-item {
    width: 32%;
    padding: 0.4rem;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 0px rgb(141 154 174 / 20%);
    transition: all .5s ease;
    cursor: pointer;
    margin-bottom: 0.42rem;
}
.new-content .new-content-item:hover {
    background: #0e59d1;
}
.new-content-item:hover .new-content-item-title span, .new-content-item:hover .new-content-item-title p, .new-content-item:hover .new-content-item-txt p, 
.new-content-item:hover .new-content-item-txt-link a, .new-content-item:hover .news-list-more {
    color: #fff;
}
.new-content-item-title span {
    font-size: 14px;
    color: #484848;
    line-height: 20px;
}

.new-content-item-title p {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    line-height: 30px;
    height: 60px;
    margin-top: 0.15rem;
    margin-bottom: 0.2rem;
    transition: all .5s ease;
}

.new-content-item-img {
    height: 2.44rem;
    margin-bottom: 0.2rem;
}

.new-content-item-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.new-content-item-txt p {
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 24px;
    text-shadow: 0px 0px 12px rgb(0 0 0 / 5%);
    transition: all .5s ease;
}
.news-list-more {
    background: transparent;
    color: #484848;
    padding: 0;
    border-top: 2px solid #d8d8d8;
    width: 100%;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
}
.news-list-more .more-box {
    border: 1px solid #484848;
}
.news-list-more .more-box::before {
    background: #484848;
}
.news-list-more .more-box::after {
    background: #484848;
}

.new-content-item:hover .news-list-more .more-box {
    border: 1px solid #fff;
}
.new-content-item:hover .news-list-more .more-box::before {
    background: #fff;
}
.new-content-item:hover .news-list-more .more-box::after {
    background: #fff;
}

.section3-content-item {
    transform: translateY(0);
    transition: all .3s;
}
.section3-content p{
    font-size: 20px;
    color: #222222;
    font-weight: 600;
    line-height: 28px;
    max-width: 85%;
    margin: .28rem auto;
    text-align: center;
}
.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}