.introduce{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 4% 0;
    text-align: center;
}
.introduce div{
    width: 33.33333%;
}
.introduce div img{
    width: 50%;
    margin-bottom: 1em;
}
.introduce div p{
    font-size: 1.05rem;
    padding: 0 4%;
    color: #1b6d85;
}
.in-text{
    text-indent: 2rem;
    font-size: 1.05rem;
}

/*浼樺娍*/
.advantage{
    margin-bottom: 5%;
padding:5%;
    background-color: rgb(238,238,238);
}
.thumbnail{
    text-align: center;
}
.thumbnail img{
    width: 5rem;
}
.advantage p{
margin-top:10px;
}

/*鏂伴椈*/
.news{
    position: relative;
}
.time{
    position: absolute;top: 0;left: 0;
    color: #fff;
    background-color: rgba(0,145,212,.8);
    padding: 0 2%;
    text-align: center;
}
.time p:first-child{
    font-size: 2rem;
    margin-bottom: -8px;
}
.news-pic img{
    width: 100%;
}
.indent{
    text-indent: 2rem;
}