
.the-ugc-wrap *{box-sizing: border-box;}
.the-ugc-wrap .clearfix {
  overflow: auto;
}
.the-ugc-wrap .clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.the-ugc-wrap *{
  font-family: 'Open Sans';
  font-style: normal;
}
.the-ugc-wrap{
  width: 100%;
  margin: 0 auto;
  margin-bottom: -5em;
}

.the-ugc-wrap .sidebar{
  min-width: 182px;
  float: left;
  display: inline-block;
  max-width: 182px;
  padding-top: 27px;
}
.the-ugc-wrap .sidebar ul{
  list-style-type: none;
}
.the-ugc-wrap .sidebar .cats{
}
.the-ugc-wrap .sidebar .cats li a{
  display: block;
  width: 140px;
  min-height: 40px;

  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #0E002B;
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;

  padding-left: 40px;
  padding-right: 20px;
  margin: 2px 0;
  position: relative;
}
.the-ugc-wrap .sidebar .cats li a:hover:not(.active){
  background: #0e002b0d;
  border-radius: 6px;
}
.the-ugc-wrap .sidebar .cats li a.active {
  background: #307FE2;
  border-radius: 20px;
  color: #FFFFFF;
}
.the-ugc-wrap .sidebar .cats li a i{
  position: absolute;
  width: 20px;
  height: 20px;

  left: 10px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.the-ugc-wrap .sidebar .cats li a.active i svg,
.the-ugc-wrap .sidebar .cats li a.active i svg *{
  fill: #fff;
}
.the-ugc-wrap .sidebar .cats {
  margin-bottom: 40px;
}
.the-ugc-wrap .sidebar .tags {
  margin-bottom: 10px;
}

.the-ugc-wrap .sidebar .tags .name{
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  font-feature-settings: 'tnum' on, 'onum' on;
  color: #0E002B;
  mix-blend-mode: normal;
  opacity: 0.4;
  margin-bottom: 16px;
}
.the-ugc-wrap .sidebar .tags li a{
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  font-feature-settings: 'tnum' on, 'onum' on;
  color: #0E002B;
  background: #0e002b0d;
  border-radius: 6px;
  padding: 2px 8px;
  text-decoration: none;
}
.the-ugc-wrap .sidebar .tags li a:hover{
  text-decoration: underline;
}
.the-ugc-wrap .sidebar .tags li{
  margin: 4px;
  display: inline-block;
}
.the-ugc-wrap .sidebar .tags ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.the-ugc-wrap .content{
  width: calc(100% - 182px);
  background: #f5f5f7;
  float: left;
  display: inline-block;
  padding: 40px 58px;
}

.the-ugc-wrap .content .head-title{
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  color: #000000;
  margin-bottom: 24px;
}
.the-ugc-wrap .content .items .item{
  width: 294px;
  height: 360px;
  padding: 20px;

  background: #FFFFFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.the-ugc-wrap .content .items .item .thumb{
  display: block;
  height: 160px;
  width: 100%;
  position: relative;
  outline: 0;
  background: linear-gradient(0deg, rgba(14, 0, 43, 0.3), rgba(14, 0, 43, 0.3));
  border-radius: 3px;
}
.the-ugc-wrap .content .items .item .thumb img{
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.the-ugc-wrap .content .items .item .thumb .time{

}

.the-ugc-wrap .content .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.the-ugc-wrap .content .items .item:first-child,
.the-ugc-wrap .content .items .item:nth-child(3n+1){
  margin-left: 0;
}
.the-ugc-wrap .content .items .item:nth-child(3n){
  margin-right: 0;
}

.the-ugc-wrap .content .items .item{
  flex: 0 0 294px;
  margin: 10px;
}

.the-ugc-wrap .content .items .item a {
  text-decoration: none;
  color: #000;
  outline: 0;
}

.the-ugc-wrap .content .items .item .wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.the-ugc-wrap .content .items .item .author {
  float: left;
  margin-top: 16px;
  margin-bottom: 20px;
}
.the-ugc-wrap .content .items .item .views {
  float: right;
  margin-top: 16px;
  margin-bottom: 20px;
}
.the-ugc-wrap .content .items .item .author a {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #0E002B;
  mix-blend-mode: normal;
  opacity: 0.4;
}
.the-ugc-wrap .content .items .item .time {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #FFFFFF;
  mix-blend-mode: normal;
  background: #0E002B;
  border-radius: 4px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding: 3px 4px 5px;
}
.the-ugc-wrap .content .items .item .views a {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
  color: #0E002B;
  mix-blend-mode: normal;
  opacity: 0.4;
}
.the-ugc-wrap .content .items .item .title {
  clear: both;
  display: block;
}
.the-ugc-wrap .content .items .item .title a{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
.the-ugc-wrap .content .items .item .source {
  position: absolute;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.the-ugc-wrap .content .items .item .source a{
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  color: #0E002B;
  mix-blend-mode: normal;
}
.the-ugc-wrap .content .items .item .source i{
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.the-ugc-wrap .content .items .item .source i svg{
  opacity: 0.4;
}

@media only screen and (max-width: 1024px){
  .the-ugc-wrap{width: 100%;}
  .the-ugc-wrap .content{width: calc(100% - 182px);}

  .the-ugc-wrap .content .items .item:nth-child(3n+1){margin-left: 10px;}
  .the-ugc-wrap .content .items .item:nth-child(3n){margin-right: 10px;}

  .the-ugc-wrap .content .items .item:first-child,.the-ugc-wrap .content .items .item:nth-child(2n+1){margin-left: 0;}
  .the-ugc-wrap .content .items .item:nth-child(2n){margin-right: 0;}
}
@media only screen and (max-width: 768px){
  .the-ugc-wrap .content{
    padding-left: 28px;
    padding-right: 28px;
  }
  .the-ugc-wrap .content .items .item{
    flex-basis: 250px;
  }
}
@media only screen and (max-width: 768px){
  .the-ugc-wrap .content .items .item{
    flex-basis: 190px;
    margin: 10px 0;
  }
}
