﻿.content-fzlc{
    margin-top: 80px;
}
.content-fzlc .outside{
    display: flex;
    justify-content: space-between;
    height: 300px;
    margin-bottom: 20px;
}
.content-fzlc .outside .years{
    width: 13.35%;
}
.outside .years .numbox{
    width: 100%;
    height: 50px;
	background-color: #589868;
	border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
	color: #ffffff;
}
.outside .years .line{
	width: 1px;
	height: 230px;
	background-color: #589868;
    margin: auto;
    margin-top: 20px;
    position: relative;
}
.outside .years .line::after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    content:"";
    width: 16px;
	height: 16px;
	background-color: #589868;
	border: solid 1px #589868;
    border-radius: 100%;
}
.outside .years .line::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    content:"";
    width: 22px;
    height: 23px;
	border: solid 1px #589868;
    border-radius: 100%;
}
.content-fzlc .outside .inside{
    width: 76.5%;
    height: 270px;
	background-color: #f7f7f7;
	border-radius: 30px;
    position: relative;
    padding: 25px 68px;
}
.outside .inside .title{
    font-size: 22px;
    line-height: 22px;
	letter-spacing: 1px;
	color: #589868;
}
.outside .inside .sp{
    display: inline-block;
    width: 4px;
	height: 20px;
	background-color: #589868;
	opacity: 0.6;
    margin-right: 17px;
}
.outside .inside .title{
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}
.outside .inside .desc{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
	line-height: 30px;
	color: #666666;
    margin-top: 20px;
}
.outside .inside::before{
    content: "";
    display: block;
    position: absolute;
    left: -100px;
    top: 25px;
    width: 134px;
	height: 1px;
	background-color: #589868;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .content-fzlc {
        margin-top: 60px;
    }
    .outside .inside .desc {
        font-size: 14px;
        line-height: 28px;
        margin-top: 25px;
    }
    .content-fzlc .outside .inside {
        padding: 20px 45px;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .content-fzlc {
        margin-top: 45px;
    }
    .outside .inside .desc {
        font-size: 13px;
        line-height: 25px;
        margin-top: 20px;
    }
    .content-fzlc .outside .inside {
        padding: 20px;
    }
    .content-fzlc .outside .inside{
        width: 85%;
    }
    .outside .inside::before{
        display: none;
    }
    .outside .inside .title {
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 1px;
        color: #589868;
    }
}
/* 移动端 */
@media (max-width:767px){
    .content-fzlc {
        margin-top: 30px;
    }
    .outside .inside .desc {
        font-size: 12px;
        line-height: 22px;
        margin-top: 15px;
    }
    .content-fzlc .outside .inside {
        padding: 10px;
    }
    .content-fzlc .outside .inside{
        width: 73%;
    }
    .outside .inside::before{
        display: none;
    }
    .outside .inside .title {
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 1px;
        color: #589868;
    }
    .outside .inside .desc img{
        display: none;
    }
    .content-fzlc .outside{
        height: 270px;
    }
    .outside .years .line{
        height: 200px;
    }
    .content-fzlc .outside .years {
        width: 21%;
    }
    .outside .years .numbox {
        height: 36px;
        font-size: 16px;
    }
}
