@charset "windows-1251";
.form_ybg { background:#FFD200 !important; }

.list_left { display:block; padding:0px; margin:0px !important; }
.list_left li { padding:0; margin:0; display: none; }
.list_left li.-cnts { display:inline-block; }
.list_left a { 
	display:block; 
	text-decoration: none; 
	color: #27292F; 
	padding: 5px 10px; 
	margin: 0 5px 5px 0; 
	font-size: 12px; 
	line-height: 1;
	border-radius: 30px;
	
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}
.list_left a:hover { color: #1797e5; }
.list_left sup { font-size:8px; }

.list_left li.cur a, .list_left li a:hover { background: #2791CC; color: #fff; }

.list_post { margin: 0; padding: 0; list-style: none; }
.list_post > li { padding: 0; margin: 0 17px 17px 0; display: inline-block; }
.list_post > li > a { display: inline-block; vertical-align: top; width: 100px; height: 100px; background: no-repeat center center; background-size: contain; border: 1px solid #ccc; }
.list_post > li > div { display: inline-block; vertical-align: top;  width: calc(100% - 105px); padding-left: 17px; }
.list_post > li > div .list_post_head .add_block, .list_post > li > div .list_post_date { display: inline-block; font-size: 11px; color: #9699a3; margin-top: 8px; }
.list_post > li > div .list_post_text a { color: #000; }
.list_post > li > div .list_post_head .add_block { display: none; }
.list_post > li > div .list_post_head .add_block > i { padding-right: 5px; }