/* 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: #ff7a3a;bottom: 5px;left: 5px;border-radius: 30px;}
#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 25px; height: 27px; line-height: 170%; font-size: 25px; color: #666; -webkit-line-clamp: 1; }
#newTextBox ul li h4 font { margin-top: 5px; font-weight: normal; font-size: 16px; color: #989898; -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; }

/* 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:first-child { padding: 5px 10px; background: #3b9abd; }
#categoryBox .mobelnews > li > p:first-child a { font-size: 16px; color: #fff; }
#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-wrapper .content-main p {
    padding: 10px 0 20px;
    color: #3c3c3c;
}
/* 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; }

@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; }
	.advBox { margin-bottom: 20px; }
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 450px) {
}