﻿.top-items .entery{width:calc(100% + 15px);transform:translateX(7.5px)}
.top-items .entery .micro-post .pic{height:320px}
@media only screen and (min-width:920px){
.top-items .entery .micro-post:nth-child(1){width:calc(66.66% - 15px)}
.top-items .entery .micro-post:nth-child(2){width:calc(33.33% - 15px)}
.top-items .entery .micro-post:nth-child(3),.top-items .entery .micro-post:nth-child(5){width:calc(25% - 15px)}
.top-items .entery .micro-post:nth-child(4){width:calc(50% - 15px)}
.top-items .entery .micro-post:nth-child(1) .insx .text{display:block;font-size:15px}
.top-items .entery .micro-post:nth-child(1) .insx .title{font-size:19px}
}
@media only screen and (max-width:920px){
.top-items .entery{width:calc(100% + 10px);transform:translateX(5px)}
.top-items .entery .micro-post{width:calc(50% - 10px)}
.top-items .entery .micro-post:nth-child(1){width:calc(100% - 10px)}
.top-items .entery .micro-post:nth-child(1) .insx .text{display:block;font-size:13px}
.top-items .entery .micro-post .pic{height:200px}
}