/* CSS Document */
/*初始化样式*/
* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑", "Segoe UI", Arial;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
	color:#2488f9;
}

div {
    display: block;
	
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.clear {
    clear: both;
}


/* 内容开始 */
.rb_pop{width: 370px; min-height: 330px;background: #fff;  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.1);position: fixed; right: 5px; bottom: 5px;border-radius: 0px 0px 4px 4px;border: 1px solid #e1e1e1; z-index: 9999}
.rb_top{width: 100%;height: 40px;background: url(/oa/inform/images/t_bg.png) repeat;font-size: 16px; line-height: 40px;font-weight: bold;color: #fff;text-align: center;border-radius: 4px 4px 0px 0px; margin-bottom: 16px;}

.rb_body{padding:0 20px;}
.rb_title,.rb_title span{font-weight: bold;font-size: 16px; color: #333;line-height: 28px;padding-bottom: 10px;}

.rb_con{color: #666;font-size: 14px;  line-height: 26px;word-break: break-all;max-height: 320px}

.detail{
    display: inline-block;
}

.rb_con a{color: #4188f3;cursor: pointer;}
.rb_con a:active{color: #3e7cda;}

.rb_inf{padding-top: 16px; overflow: hidden;}
.rb_inf .inf_dw{float: left;color: #ccc;}
.rb_inf .inf_time{ float: right; color: #ccc;}


.rb_footer{width: 360px;padding-top: 36px;text-align: center;position: absolute;bottom: 20px;}

.rb_footer button {border-radius: 4px;cursor: pointer;outline: none;}

.rb_footer .tips,.rb_footer .tips:hover,.rb_footer .tips:active{ height: 30px; text-align: center;color: #999;background: #eee;border: 1px solid #e1e1e1; padding: 0 10px;margin-right: 30px;}
.rb_footer .tips:active{ background: #e1e1e1;}

.rb_footer .close,.rb_footer .close:hover,.rb_footer .close:active{ height: 30px; text-align: center;color: #fff;background: #4188f3; border:none;  box-shadow: 0px 4px 10px 0px rgba(65, 138, 244, 0.38);width: 60px; }
.rb_footer .close:active{background: #3e7cda;}

.unshowclass{
    display: none;
}



