.ductitem .block{
    width: 48.7%;
    padding: 54px;
    background-color: #f5faff;
	border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 47px;
}
.ductitem .block h4{
    font-size: 28px;
	line-height: 28px;
	color: #000000;
    font-weight: bold;
}
.ductitem .block .text{
    width: 57%;
}
.ductitem .block .text .line{
    width: 54px;
	height: 4px;
	background-color: #d8d8d8;
	border-radius: 2px;
    margin-top: 18px;
    margin-bottom: 35px;
}
.ductitem .block .text p{
    font-size: 14px;
	line-height: 28px;
	color: #ababab;
}
.ductitem .block .text .detail a{
    width: 163px;
	height: 45px;
	background-color: #026eb6;
	box-shadow: 0px 3px 10px 0px 
		rgba(56, 132, 219, 0.47);
	border-radius: 6px;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
}
.ductitem{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    flex-wrap: wrap;
}
.ductitem .imgs{
    width: 36%;
    height: 200px;
}
.ductitem .imgs img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.infomore{
    margin-top: 80px;
    background-color: #f5faff;
}
.infomore .area{
    padding: 80px 190px;
}
.infomore .text span{
    font-size: 18px;
	letter-spacing: 1px;
	color: #333333;
}
.infomore .text span strong{
    color: #026eb6;
}
.morepro .text li::before{
    display: none;
}
.morepro .text ul{
    padding-left: unset;
}
.infolist{
    background-color: unset;
    padding-top: unset;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .ductitem .block{
        padding: 40px;
    }
    .ductitem .block h4{
        font-size: 20px;
    }
    .infomore .area {
        padding: 60px 80px;
    }
    .infomore{
        margin-top: 60px;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .ductitem .block{
        padding: 40px;
    }
    .ductitem .block h4{
        font-size: 20px;
    }
    .infomore .area {
        padding: 30px 45px;
    }
    .infomore{
        margin-top: 60px;
    }
    .infomore .text{
        width: 48%;
    }
    .infomore .imgs{
        width: 48%;
    }
    .infomore .text span{
        font-size: 13px;
    }
}
/* 移动端 */
@media (max-width:767px){
    .ductitem .block{
        padding: 35px;
        width: 100%;
        margin-bottom: 15px;
    }
    .ductitem .block h4{
        font-size: 18px;
    }
    .infomore .area {
        padding: 20px 30px;
        flex-wrap: wrap;
    }
    .infomore{
        margin-top: 60px;
    }
    .infomore .text,.infomore .imgs{
        width: 100%;
    }
    .infomore .text span{
        font-size: 13px;
    }
    .ductitem .block .text p {
        font-size: 12px;
        line-height: 24px;
        color: #ababab;
    }
    .ductitem .block .text .line{
        margin-top: 12px;
    margin-bottom: 22px;
    }
}