﻿.content-ln{
    margin-top: 80px;
    overflow: hidden;
}
.content-ln .boxitems{
    display: flex;
    margin-bottom: 80px;
}
.content-ln .boxitems .desc{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 36.5%;
    background-color: #fafafa;
}
.content-ln .boxitems:nth-child(odd){
    justify-content: flex-end;
}
.content-ln .boxitems:nth-child(even){
    justify-content: flex-end;
    flex-direction: row-reverse;
}
.content-ln .boxitems:nth-child(odd) .desc{
    border-radius: 120px 0px 0px 20px;
}
.content-ln .boxitems:nth-child(even) .desc{
    border-radius: 0px 140px 20px 0px;
}
.content-ln .boxitems .imgs{
    width: 50%;
}
.boxitems .desc h4{
    font-size: 26px;
	line-height: 26px;
	color: #333333;
}
.boxitems .desc .line{
    width: 32px;
	height: 5px;
    margin: 25px 0;
	background-color: #589868;
}
.boxitems .desc p{
    font-size: 16px;
	line-height: 22px;
	color: #333333;
    text-align: center;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .content-ln {
        margin-top: 60px;
    }
    .content-ln .boxitems .desc{
        width: 50%;
    }
    .content-ln .boxitems {
        display: flex;
        margin-bottom: 60px;
    }
    .boxitems .desc h4 {
        font-size: 22px;
        line-height: 22px;;
    }
    .boxitems .desc p {
        font-size: 14px;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .content-ln {
        margin-top: 40px;
    }
    .content-ln .boxitems .desc{
        width: 55%;
        padding: 0 15px;
    }
    .content-ln .boxitems {
        display: flex;
        margin-bottom: 40px;
    }
    .boxitems .desc h4 {
        font-size: 20px;
        line-height: 20px;
    }
    .boxitems .desc p {
        font-size: 13px;
    }
    .boxitems .desc .line {
        width: 32px;
        height: 5px;
        margin: 12px 0;
  }
  .content-ln .boxitems .imgs {
    width: 45%;
}
}
/* 移动端 */
@media (max-width:767px){
    .content-ln {
        margin-top: 30px;
    }
    .content-ln .boxitems .desc{
        width: 100%;
        padding: 30px 15px;
    }
    .content-ln .boxitems {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 35px;
    }
    .boxitems .desc h4 {
        font-size: 20px;
        line-height: 20px;
    }
    .boxitems .desc p {
        font-size: 13px;
    }
    .boxitems .desc .line {
        width: 32px;
        height: 5px;
        margin: 12px 0;
  }
  .content-ln .boxitems .imgs {
    width: 100%;
}
}