@charset "utf-8";

.flexbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*align-items: flex-start;	*/
    position:relative;


}	
	.flex-row{
		flex-direction: row;	
	}
	.flex-column{
		flex-direction: column;
	}

    .scroll {
        display: flex;
        float: left;
        overflow-x: scroll;
        overflow: auto;
        width: 100%;
        padding-right: 10px;
}

.pic-grid{	
	font-size: 1.4em;
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	/*overflow-wrap: break-word;*/
    overflow:hidden;
}	
	.pic-grid .item-half{
		width: 50%;
		font-size: 1em;
        overflow:hidden;
        background-color:rgba(0,0,0,0);	
	}		
	.pic-grid .zoom {
		position: relative;
		margin: auto;
		overflow: hidden; 	
	}
	.pic-grid .zoom img {	
    transition: all 0.3s;
    display: block;
    overflow: hidden;
    transform: scale(1);
    width: 100%;
    position: relative;		
	}
	.pic-grid .zoom img:hover {
		transform: scale(1.1); 
	}

	/* Bottom left text */
         .cate{
          	
    font-size: 0.7em;
    color: #777;
    /* background: #FFF; */
    /* width: fit-content; */
    border-radius: 8px;
    /* padding: 0px 5px; */
    font-weight: bold;
    margin-bottom: 5px;

}

   .cate:after {
        content: "";
        display: block;
        width: 1.8em;
    /* border-bottom: 2px solid #0044ff; */
        margin: 0px 0px;
      }
	 .text{
    bottom: 0px;
    padding: 24px;
    font-weight: bold;
    background: #fff;
    position: relative;
	}

     .text2{
    bottom: 0px;
    padding-left: 16px;
    font-weight: bold;
    background: ;
    overflow: hidden;
	}


	.pic-grid .big{
		/*min-width: 350px;*/
    margin: 16px 16px 30px 16px;
    border-radius: 7px;
    box-shadow: 0 3px 10px 0px rgb(0 0 0 / 2%);
}


	}
	.pic-grid .big img{		
		width: 100%;
		height: 250px;
		object-fit: cover;	
		padding: px;	
	}
	.scroll .small img{
        width: 105px;
        height: 105px;
        object-fit: cover;
        padding: px;
        float: left;
        border-radius: 7px;
	}	

  .b_title {
font-size: 20px;
    display: block;
    /* background-image: linear-gradient( 
0deg
 , rgba(0,0,0,0), rgba(0,0,0,0.7)); */
    text-align: left;
    padding: 15px 10px 0px 25px;
    width: 100%;
    z-index: 10;
    font-weight: bold;
}


.subject {
    display: block;
    clear: both;
    line-height: 1.4em;
}

.subject2
{    font-size: 0.8em;
    /* display: inline; */
    color: #777;
/*    margin-top: 5px;*/
    font-weight: normal;
        line-height: 1.6em;
}
.date
{font-size: 0.8em;
    display: block;
    color: #777;
    margin-top: 7px;
    font-weight: 500;
}

@media screen and (max-width: 4000px) {
	.pic-grid .item-half{
		    width: auto;

		/*font-size: 0.8em;		*/
	}
	.scroll .small{
    width: 320px;
    margin: 0 16px;
    padding: 30px 0;
    display: inline-table;
    font-size: 1.1em;
        flex:none;
	}
}	

@media (prefers-color-scheme: dark) {
    
    .pic-grid .text {background: #313131; }
    
    .text {background:#313131 }
}
    
    
}