﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input{margin:0; padding:0; border:0;font:inherit; vertical-align:baseline; -webkit-tap-highlight-color:transparent;}
html{font-size:16px;}
body{font-family: 'Noto Sans','Noto Sans KR','Noto Sans JP','Noto Sans TC','맑은 고딕',Dotum,'Apple SD Gothic Neo',Sans-serif !important;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{display:block;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:''; content:none;}
table{border-collapse:collapse; border-spacing:0;}
caption,th{text-align:left; font-weight:normal;}
td, th{padding:0;}
a:active, a:hover{outline:0;}
a{text-decoration:none; -webkit-tap-highlight-color:transparent;}
img{max-width:100%;}
input[type='text'],input[type='number'],input[type='email'],input[type='password'],input[type='reset'],input[type='submit'],input[type='button'],input[type='tel'],input[type='search'],button,textarea{-webkit-appearance:none; outline:0;}
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{box-shadow:0 0 0 1000px #fff inset;}
.link-top {
	width: 100%;
	height: 1px;
	border-top: solid #bdb6b6  1px;
    position: fixed;
}

.link-right {
	width: 50px;
	height: 20%;
	border-right: solid #ACC0D8 1px;
}

.full-reduction {
    width: 100%;
    height: auto;
    text-align: left;
    box-sizing: border-box;
    padding: 12px;
}

/*文字大小，颜色，行距定义*/
.fz_12px{font-size:.75rem;}
.fz_14px{font-size:.875rem;}
.fz_16px{font-size:1rem;}
.fc_red{color:#ff0000;}
.fc_grey{color:#aaa;}
.fc_gory{color:#666;}
.fc_white{color:#fff;}
.fc_yellow{color:#ff6600;}
.flh_150{line-height:150%;}
.flh_180{line-height:180%;}
/*浮动*/
.fl{
    float:left;
}
.fr{
    float:right;
}
/*图片居中*/
.pic_box{
    text-align:center;
}
.pic_box span{
    vertical-align:middle;
    height:100%;
    display:inline-block;
}
.pic_box img{
    vertical-align:middle;
}
/*清除浮动*/
.clean:after,.clean:before{display:table; content:'';}
.clean:after{clear:both;}
.clear{height:0; line-height:0; font-size:0; overflow:hidden; clear:both;}
.clearfix:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}
.posabs{position:absolute;}
.posrel{position:relative;}

/*border 1px解决方案 Start*/
.ui_border_t{border-top:1px solid #ddd;}
.ui_border_b{border-top:1px solid #ddd;}
.ui_border_p{border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.ui_border_tb{border-top:#ddd 1px solid; border-bottom:#ddd 1px solid; background-image:none;}
.ui_border_l{border-left:1px solid #ddd;}
.ui_border_r{border-right:1px solid #ddd;}
.ui_border{border:1px solid #ddd;}
.ui_border_radius{border:1px solid #ddd; border-radius:4px;}

@media screen and (-webkit-min-device-pixel-ratio:2) {
    .ui_border_radius{position:relative; border:0;}
    .ui_border_radius:before{content:""; width:200%; height:200%; position:absolute; top:0; left:0; border:1px solid #ddd; transform:scale(0.5); transform-origin:0 0; padding:1px; box-sizing:border-box; border-radius:8px; pointer-events:none;}
    }
    
@media screen and (-webkit-min-device-pixel-ratio:2) {
    .ui_border{position:relative; border:0;}
    .ui_border_t, .ui_border_b, .ui_border_l, .ui_border_r, .ui_border_tb{border:0;}
    .ui_border_t{background-position:left top; background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #ddd), to(#ddd));}
    .ui_border_b{background-position:left bottom; background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #ddd), to(#ddd)); margin-bottom:-1px;}
    .ui_border_t, .ui_border_b, .ui_border_tb{background-repeat:repeat-x; background-size:100% 1px;}
    .ui_border_tb{background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #ddd), to(#ddd)), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #ddd), to(#ddd)); background-position:top, bottom;}
    .ui_border_l{background-position:left top; background-image:-webkit-gradient(linear, right top, left top, color-stop(0.5, transparent), color-stop(0.5, #ddd), to(#ddd));}
    .ui_border_r{background-position:right top; background-image:-webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #ddd), to(#ddd));}
    .ui_border_l, .ui_border_r{background-repeat:repeat-y; background-size:1px 100%;}
    .ui_border:after{content:""; width:100%; height:100%; position:absolute; top:0; left:0; background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #ddd), to(#ddd)), -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #ddd), to(#ddd)), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #ddd), to(#ddd)), -webkit-gradient(linear, right top, left top, color-stop(0.5, transparent), color-stop(0.5, #ddd), to(#ddd)); -webkit-background-size:100% 1px, 1px 100%, 100% 1px, 1px 100%; background-size:100% 1px, 1px 100%, 100% 1px, 1px 100%; -webkit-background-size:100% 1px, 1px 100%, 100% 1px, 1px 100%; background-size:100% 1px, 1px 100%, 100% 1px, 1px 100%; background-repeat:no-repeat; background-position:top, right, bottom, left; padding:1px; box-sizing:border-box; z-index:10; pointer-events:none;}
}

.wrapper{
    width:100%;
    overflow: hidden;
    margin:0 auto;
}
.wrapper:before{
    display:table;
    content:"";
}
.wrapper_header{
	margin-top:2.5rem;
}

.crumb{
    height:1rem;
    padding:.625rem .625rem;
    color:#999;
    word-wrap:break-word;
    word-break:normal;
    background-color:#fff;
}
.icon_crumb_home{
    width: 1rem;
    height:1rem;
    background:url(/images/list/icon_crumb_home.png) no-repeat center center/100%;
    display:block;
}
.crumb>em{
    margin: .2rem .375rem 0;
    border-width: .4rem 0 .4rem .4rem;
    border-color: transparent transparent transparent #999;
    border-style: solid;
    float: left;
    display: block;
    position: relative;
    top:-.1rem;
    z-index: 1;
}
.crumb>em>i{
    border-width:.4rem 0 .4rem .4rem;
    border-color:transparent transparent transparent #fff;
    border-style:solid;
    display:block;
    position: absolute;
    top:-.4rem;
    right:.1rem;
    z-index:11;
}
.crumb>a{
    line-height:1.25rem;
    color:#202020;
    font-weight:300;
    float:left;
    display: block;
    word-break: break-all;
    margin-top:-.07rem;
}
.art_content{
    font-size:.75rem;
    padding:1.25rem .625rem;
    line-height:1rem;
    box-sizing: border-box;
}
.art_content *{
    font-size:.75rem;
    line-height:1.2rem;
    font-family:arial;
}
.divide_8px{
    height:.5rem;
    background-color:#f6f6f6;
}
.art_menu{
    padding:0 .625rem;
    border:#cecece solid;
    border-width:.0625rem 0;
}
.art_menu>a{
    height:2.5rem;
    line-height:2.5rem;
    font-size:.875rem;
    color:#535353;
    background:no-repeat .8rem center;
    background-size:1.5rem;
    display:block;
    border-bottom:1px solid #ddd;
}
.art_menu>a:last-child {
    border: 0;
}
.art_menu>a>em{
    margin-top:.9rem;
    border-width:.4rem 0 .4rem .4rem;
    border-color:transparent transparent transparent #999;
    border-style:solid;
    float:right;
    display:block;
    position:relative;
    z-index:1;
}
.art_menu>a>em>i{
    border-width:.4rem 0 .4rem .4rem;
    border-color:transparent transparent transparent #fff;
    border-style:solid;
    display:block;
    position:absolute;
    top:-.4rem;
    right:.1rem;
    z-index:11;
}
a:active{
    color:#ff3366;
}
.off {
    color: #ff9900 !important;
    margin-left: 5px !important;
}
.blank40{
    height:2.5rem;
    overflow:hidden;
    font-size:0;
    clear:both;
}
.cname{
	color:black;
    font-size:12px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
	margin:0px 0px 8px 0px;
}
.pname{
	padding: 2px 8px 2px 2px;
    border-radius: 3px;
    position: relative;
	color:#f00;
    font-size:12px;
    font-weight:600;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.top-ads{
	display:none;
	position:relative;
	background: blanchedalmond;
	height: 40px;
}
.ads-content{
	position: fixed;
	top:0px;
    z-index: 999;
    width: 100%;
	overflow: hidden;
}
.top-ads a{
	position: absolute;
}
.top-ads .ads-close{
	position: absolute;
	right:1%;
	top:10%;
}

:root {
	--origin-safe-area-inset-top: 0px;
	--origin-safe-area-inset-bottom: 0px;
	--safe-area-inset-top: var(--windvane-safe-area-inset-top, var(--origin-safe-area-inset-top));
	--safe-area-inset-bottom: var(--windvane-safe-area-inset-bottom, var(--origin-safe-area-inset-bottom));
}

@supports (width:constant(safe-area-inset-top)) {
	:root {
		--origin-safe-area-inset-top: constant(safe-area-inset-top);
		--origin-safe-area-inset-bottom: constant(safe-area-inset-bottom)
	}
}

@supports (width:env(safe-area-inset-top)) {
	:root {
		--origin-safe-area-inset-top: env(safe-area-inset-top);
		--origin-safe-area-inset-bottom: env(safe-area-inset-bottom)
	}
}

