.news .banner-page{padding: 38px 0 37px;background: #DCDCDC;background-position: center center;background-size: cover;background-repeat: no-repeat;}
.news .banner-page .banner-title{text-align: center;}
.news .banner-page .banner-title h1{display: table;margin: 0 auto;padding: 3px 23px 1px;border: 3px solid #FFF;}
.news .wrapper-page{padding: 25px 0px 62px;}
.news .wrapper-news{max-width: 1310px;}
.news .title-page{max-width: 768px;margin: 0 auto;padding-bottom: 44px;text-align: center;}
.news .container-news .row{margin: 0 -9px;}
.news .container-news .row .column{padding: 45px 9px 0;}
.news .container-news .row .column:not(:nth-child(-n+8)){display: none;}
.news .container-news .row .column .image{position: relative;}
.news .container-news .row .column .image img{display: block;width: 100%;}
.news .container-news .row .column .desc{padding-top: 10px;}
.news .container-news .row .column .desc .item-title{padding-bottom: 1px;}
.news .container-news .row .column .desc .item-date{padding-bottom: 9px;}
.news .container-news .row .column .desc a{margin-top: 24px;}
.news .container-news .bottom-news{display: none;padding-top: 107px;text-align: center;}

@media screen and (min-width: 768px){
	.news .container-news .row .column:nth-child(-n+4){padding-top: 0;}
	.news .container-news .row .column:nth-child(4n+1){clear: left;}
}

@media screen and (max-width: 768px){
	.news .banner-page{padding: 20px 0;}
	.news .wrapper-page{padding: 15px 0 40px;}
	.news .title-page{padding-bottom: 30px;}
	.news .container-news .row{margin: 0 -15px;}
	.news .container-news .row .column{padding: 30px 15px 0;}
	.news .container-news .row .column:first-child{padding-top: 0;}
	.news .container-news .row .column .desc{padding-top: 10px;}
	.news .container-news .row .column .desc .item-date{padding-bottom: 5px;}
	.news .container-news .row .column .desc a{margin-top: 10px;}
	.news .container-news .bottom-news{padding-top: 30px;}
}