/* newTextBox */
#newTextBox ul li { overflow: hidden; margin: 10px 0; padding-bottom: 10px; border-bottom: 1px #ccc solid; }
#newTextBox ul li:last-child { border-bottom: 0; }
#newTextBox ul li >div {  position: relative; float: left; width: 37%; }
#newTextBox ul li >div font {position: absolute;padding: 5px 10px 5px 10px;display: block;background: #0d69c1;bottom: 5px;left: 5px;}
#newTextBox ul li >div font a { color: #fff; }
#newTextBox ul li h4 { margin-right: 25px; float: right; width: calc(63% - 50px); }
#newTextBox ul li h4 b {padding: 30px 0 15px;height: 50px;line-height: 140%;font-size: 22px;color: #333;-webkit-line-clamp: 2;}
#newTextBox ul li h4 font {margin-top: 5px;font-weight: normal;font-size: 16px;color: #777777;-webkit-line-clamp: 2;}
#newTextBox ul li h4 font.time { margin-top: 15px; display: block; text-align: right; font-size: 12px; }
#newTextBox ul li h4 font.time img { margin-right: 5px; width: 13px; vertical-align: initial; }

/* Verdict */
#Verdict ul li { overflow: hidden; margin: 10px 0; padding-bottom: 10px; border-bottom: 1px #ccc solid; }
#Verdict ul li:last-child { border-bottom: 0; }
#Verdict ul li >div {  position: relative; float: left; width: 37%; }
#Verdict ul li >div font {position: absolute;padding: 5px 10px 5px 10px;display: block;background: #0d69c1;bottom: 5px;left: 5px;}
#Verdict ul li >div font a { color: #fff; }
#Verdict ul li p { padding-right: 25px;width: 100%;box-sizing: border-box;}
#Verdict ul li p b { padding: 30px 0 25px; height: 25px; line-height: 170%; font-size: 25px; color: #666; -webkit-line-clamp: 1; }
#Verdict ul li p font { margin-top: 5px; font-weight: normal; font-size: 16px; color: #989898; -webkit-line-clamp: 2; }
#Verdict ul li p font.time { display: block; text-align: right; font-size: 12px; }
#Verdict ul li p font.time img { margin-right: 5px; width: 13px; vertical-align: initial; }

/*ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â*/
.Verdict article{white-space: pre-wrap;font-size: 18px;}

/* categoryBox */
#categoryBox .mobelnews > li { margin-right: 15px; width: calc((100% - 15px) / 2); }
#categoryBox .mobelnews > li:nth-child(2n) { margin-right: 0; }
#categoryBox .mobelnews > li > p img{aspect-ratio: 1 / 1;object-fit: cover;object-position: top;}
#categoryBox .mobelnews > li > p:first-child { padding: 5px 10px; background: #3b9abd; }
#categoryBox .mobelnews > li > p:first-child a { font-size: 16px; color: #fff; }
#categoryBox .mobelnews > li > p:first-child a img{
	display:block;
	position: absolute;
}
#categoryBox .mobelnews li ul { min-height: 245px;}
#categoryBox .mobelnews li ul li { position: relative; margin-top: 5px; padding: 10px; border:  0.2px #F0F0F0 solid; }
#categoryBox .mobelnews li ul li a { height: 20px; font-size: 16px; color: #464545; -webkit-line-clamp: 1; }
#categoryBox .mobelnews li ul li:after { position: absolute; width: 0; height: 0; border-style: solid; border-width: 12px 12px 0 0; border-color: #3b9abd transparent transparent transparent; top: 0; left: 0; content: ""; }
#categoryBox .advBox { margin: 0 0 25px; }

/* content-main */
.content-main .topBar {overflow: hidden;padding: 10px 0;}
.content-main .topBar .date { float: right; width: auto; }
.content-main #tagBox { padding: 10px 0; }
.content-main #tagBox a { position: relative; margin: 5px 10px 5px 0; padding: 0 10px 0 25px; height: 26px; background: #3B9ABD; display: inline-block; line-height: 26px; color: #fff; }
.content-main #tagBox a:before { position: absolute; width: 0; height: 0; background: #fff; border-style: solid; border-width: 13px 10px 13px 0; border-color: transparent #3B9ABD transparent transparent; content: ""; left: 0; top: 0; }
.content-main #tagBox a:after { position: absolute; width: 5px; height: 5px; background: #fff; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; content: ""; left: 10px; top: calc(50% - 2.5px); }
.content-main article { overflow: hidden; }
#content-wrapper .content-main p {padding: 10px 0 20px;color: #0f69bf;}

@media screen and (max-width: 1200px) {
	#newTextBox ul li >div { width: 48%; }
	#newTextBox ul li h4 { margin-right: 0; width: calc(52% - 25px); }
}
@media screen and (max-width: 960px) {
	#newTextBox ul li >div , #newTextBox ul li h4 {float: none;width: 100%;}
	#newTextBox ul li h4 b {padding: 5px 0 0;font-size: 18px;height: 27px;}
	.advBox { margin-bottom: 20px; }
}
@media screen and (max-width: 480px) {
	.Verdict article{font-size: 16px;}
}
@media screen and (max-width: 450px) {
}