.main{
    /* flex: 1; */
    background: #EDEDEC;
}
header{
    border-bottom: 6px solid;
    border-image: linear-gradient(#E0E0E0, #F2F1F1) 10;
    background: #fff;
}

.bg{
    width: 100%;
    height: 274px;
    background: url(../images/DJI_0226.jpg) no-repeat left top/100% 100%;
}
section{
    padding: 70px 0;
    overflow: hidden;
    width: 100%;
}
/*.comWidth{
    min-height:500px;width: 1000px;padding:50px;
}*/
.xinxi{
    width: 1054px;padding: 10px 20px;box-sizing: border-box;min-height: 500px;
}
.xinxi h1{
    text-align: center;
    font-size: 30px;
    font-family: "锐字粗";
    font-weight: lighter;
    color: #595959;
}
.xinxi p{
   /* text-align: center;
    margin: 0 auto;
    padding: 30px 250px;
    line-height: 1.7;
    color: #555;
    font-size: 15px;
    font-weight: 600;*/
}
.article{
    clear: both;line-height: 30px;font-size: 16px;margin-top: 20px;
}
ul li{
    width: 100%;
    display: flex;
}
.item{
    width: 50%;
    float: left;
    text-align: center;
    background: #fff;
    height: 206px;
    margin-bottom: 24px;
    color: #595959;
    line-height: 1.8;
}
.item img{
    width: 100%;
    height: 100%;
}
.item h2{
    margin-top: 46px;
}
.item i{
    font-style: normal;
    font-size: 20px;
    font-weight: 900;
}
.item p{
    padding: 0 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.item a{
    color: #595959;
}
ul li:last-child .item:first-child{
    background: #5FB637;
    color: #fff;
}
ul li:last-child .item:first-child a{
    color: #fff;
}
@media screen and (max-width:1200px){
    .xinxi p{
        padding: 30px 50px
    }
}
