.section-page1{padding:20px 0 30px 0;}
.news-box .news-head{padding-bottom:15px;border-bottom:1px solid #e5e5e5;background: url(icon.png) left bottom no-repeat;}
.news-box .news-head h3{color:#171717;font-size:22px;line-height:40px;padding-left:50px;}
.news-box .news-head .title1{background: url(ico01.png) left center no-repeat;}
.news-box .news-head .title2{background: url(ico02.png) left center no-repeat;}
.news-box .news-head .title3{background: url(ico03.png) left center no-repeat;}
.news-box .news-head .title4{background: url(ico04.png) left center no-repeat;}
.news-box .news-head .title5{background: url(ico05.png) left center no-repeat;}
.news-box .news-head .more{margin-top:10px;}
.news-box .news-head .more a{color:#a2a2a2;}
.section-page2{padding:50px 0 20px 0;background-color:#f0f6ee;}
.quick-list{width:100%;}
.quick-list>li{float:left;display:block;margin-bottom:20px;}
.quick-list>li>a{display:block;font-size:16px;color:#292929;text-align:center;}
.quick-list>li>a>img{max-width:100%;height:auto;display:block;margin:0 auto 20px auto;background-color:#168a49;border-radius:15px;transition: 0.3s;}
.quick-list>li>a:hover{color:#15683a;}
.quick-list>li>a:hover>img{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}
@media (min-width:768px){
    .quick-list>li{width:20%;}
}
@media (min-width:1200px){
  .quick-list{display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;}
    .quick-list>li{flex:1;}
}
@media screen and (max-width:1500px){
.quick-list>li>a>img{max-width:68px;}
}
@media screen and (max-width:850px){
	.news-box .news-head{padding-bottom:10px;}
	.news-box .news-head h3{font-size:20px;}
	.quick-list>li{margin:10px 0;}
	.quick-list>li>a>i{margin:10px auto;}
}
@media screen and (max-width:767px){
	.quick-list>li{width:25%;}
}
@media screen and (max-width:480px){
	.news-box .news-head h3{font-size:18px;}
	.quick-list>li{width:50%;}
}

