
	body {
		overflow-y: scroll;
	}
	
	.content {
		height: 100%;
		margin-top:80px;
	    padding-top: 40px;
		padding-bottom: 40px;
	    background-color: #f5f5f5;
	}
		
	.separator_line {
	    width: 100%;
	    height: 1px;
	    background-color: lightgray;
	}
	
	.verti_line {
		margin:0;
		padding:0;
		width: 1px;
		height:25px;
		background-color: lightgray;
	}
	
	.base_container {
		width: 80%;
	}
	
	.footer {
	    background-color: #ffffff;
	    padding-top: 60px;
	    padding-bottom: 40px;
	}
	
	.block_container {
		width: 100%;
		padding-top: 45px;
	    padding-bottom: 45px;
	}
	
	.text_title_center {
		color: black;
		text-align: center;
		font-size: 2.0em;
		line-height: 1.5;
	    letter-spacing: 0.5px;
	}
	
	.text_desc_center {
		color: #888888;
	    text-align: center;
	    font-size: 1.0em;
	    line-height: 1.5;
	    letter-spacing: 0.5px;
	}
	
	.text_desc_center_big {
		padding: 0px;
		color: #888888;
		text-align: center;
		font-size: 1.5em;
		line-height: 1.0;
	}
	
	.text_center_large {
		padding: 0px;
		color: black;
		text-align: center;
		font-size: 2.5em;
		line-height: 1.0;
	}
	
	.common_works_item {
		margin: auto;
		padding: 10px!important;
	}
	
	.common_works_item_img {
	  	margin: auto;
		width:100%;
		height: 250px;
		object-fit: cover; 
		object-position: center; 
	}
	
	.common_works_title {
		color: black;
		font-size: 14px;
		margin-top:14px;
		margin-bottom:0px;
		font-family:MSYH;
		overflow:hidden;
		text-overflow:ellipsis;
		display:-webkit-box;
		line-height:16px;
		max-height:16px;
		-webkit-line-clamp:1;
		-webkit-box-orient:vertical;
	}
	
	.common_works_auther {
		line-height:15px;
		max-height:15px;
		overflow:hidden;
		color: #6F6F6F;
		font-size: 12px;
		margin-top:6px;
		margin-bottom:14px;
		font-family:MSYH;
	}
	
	.bottom_container {
		min-height:92px;
		height: 100%;
	}

    .tab_container {
    	width: 100%;
    	padding:30px 0 0 0;
    	margin:0px;
        display: none;
    }
	
	