@charset "gb2312";
/* style ©унд╪Ч */
*{
-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
-webkit-tap-highlight-color: rgba(210,210,210,0.35); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
}
ul,li{list-style:none;}
.ylcon{width:100%;min-width:320px;line-height:26px!important;font-size:12px}
.ylcon p{line-height:26px!important;margin:0px!important}
.tit{height:26px;line-height:26px;padding:0px 15px;position:relative;font-size:15px;color:#aaa;border-bottom:1px solid rgba(0, 0, 0, 0.15);}

.story{border-bottom:1px dashed #cecece;padding:0 15px 3px;position:relative;}
.story_t{font-size:1.2em;color:rgba(0,0,0,1);padding-top:5px;padding-bottom:2px;}
.story_m{color:rgba(110,110,110,1);line-height:21px;word-break:break-all;word-wrap:break-word;overflow:hidden;font-size:1.2em;padding:2px 0;}
.story_time{color:rgba(154,154,154,1);padding:2px 0;}
.story_hf{background:rgb(245,245,245);font-size:1.2em;border:1px solid rgba(204,204,204,0.2);border-radius:2px;color:rgba(110,110,110,1);padding:4px;margin-bottom:5px;}
.opbtn{position:absolute;top: 0;right: 0;}


::-webkit-input-placeholder { /* WebKit browsers */ 
color: #555; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #555; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #555; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #555; 
} 