/**视频支持样式**/
p.vbolu_video img{width:calc(100% / 3);max-width:150px !important;}
p.vbolu_video video{max-height:450px;display: block;max-width:100%;}

/**友情链接**/
ul.vbolu_links ul{vertical-align: middle;flex-wrap: wrap;list-style: none;margin:5px 0;}
ul.vbolu_links li{height:30px;line-height:30px;border-radius: 7px;font-size: 13px;margin: 5px 10px 5px 0;display: inline-block;background: rgba(188, 195, 206, 0.35);padding:0 8px;}
ul.vbolu_links > li:first-child{display:none;}
ul.vbolu_links li img{height:22px;width:22px;margin-right:5px;border-radius: 7px;vertical-align: middle;}

/**树型文档**/
ul.vbolu_tree{padding:0 0 0 42px;margin:0}
ul.vbolu_tree p{padding:0;margin:0}
ul.vbolu_tree > li:first-child{display:none;}
ul.vbolu_tree li{padding:0;margin:0}
ul.vbolu_tree li ul{padding:0 0 0 42px;margin:0 0 0 -12px;border-left:1px solid #ebebeb;display:none;}
ul.vbolu_tree li .dot{float:left;margin:0 0 0 -35px;width:20px;cursor:pointer;user-select:none;background:url(style/tree.ico.show.svg) center 50% no-repeat;}
ul.vbolu_tree li.open > ul{display:block;}
ul.vbolu_tree li.open > .dot{background:url(style/tree.ico.hide.svg) center 50% no-repeat;}

/**时间轴**/
ul.vbolu_timeline{position: relative;list-style: none;margin-left:103px;font-size:14px;line-height:22px;}
ul.vbolu_timeline:before{content:"";position: absolute;left:-15px;top:5px;width:2px;height:calc(100% - 30px);background-color: #f5f5f5;}
ul.vbolu_timeline > li:first-child{display:none;}
ul.vbolu_timeline li{position: relative;min-height: 40px;}
ul.vbolu_timeline li:before{content: "";position: absolute;left: -20px;top:5px;width:4px;height:4px;margin: auto;background-color: #ccc;border:4px solid #fff;border-radius: 100%;}
ul.vbolu_timeline li > *:first-child{font-weight: normal;float:left;margin:0 0 0 -103px;text-align:right;width: 77px;color:#999;font-size:12px;line-height:22px;}

/**微语样式**/
.tweet_text{overflow:hidden;}
.tweet_more{cursor: pointer;margin:2px 0;display: inline-block;font-weight:bold;}
.tweet_imgs{line-height:0;width:100%;max-width:450px;}
.tweet_imgs a{margin:2px;width:calc(100% / 3 - 4px);display:inline-block;padding-top:calc(100% / 3 - 4px);position: relative;}
.tweet_imgs img{width:100%;height:100%;position: absolute;top: 0;left:0;vertical-align:middle;-o-object-fit:cover;object-fit:cover;cursor: zoom-in;}