/*side*/
.side{
	width: 300px;
    color: #333;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.side .wg{
	background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
    overflow: hidden;
}
.side .wg:last-of-type{
	margin-bottom: 0;
}
.side .wg a{
	color: #7c7c7c;
}
.side .wg a:hover{
	color: #008AEE;
}
.wg .wg-title{
	border-bottom: 2px solid #f0f0f0;
    height: 32px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.wg .wg-title b{
    border-bottom: 2px solid #008AEE;
    display: inline-block;
    height: 32px;
}
.wg.recommend-blog .wg-content ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.wg.recommend-blog .wg-content li{
	padding: 10px 0;
	border-bottom: 1px solid #f5f6f9;
}
.wg.recommend-blog .wg-content li:first-child{
	padding-top: 0;
}
.wg.recommend-blog .wg-content li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.wg.recommend-blog .wg-content li>a{
	display: flex;
	justify-content: space-between;
}
.wg.recommend-blog .thumb{
	width: 80px;
	aspect-ratio: 4 / 3;
	display: flex;
	height: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.wg.recommend-blog .thumb img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.wg.recommend-blog .info{
	width: calc(100% - 90px);
    display: flex;
    flex-direction: column;
    position: relative;
}
.wg.recommend-blog .info .desc,
.wg.recommend-blog .time,
.wg.recommend-blog .goods{
	display: none;
}
.wg.recommend-blog .info .info-title{
	font-weight: bold;
	margin: 0;
	font-size: 14px;
	line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}
.wg.recommend-blog .info .meta{
	position: absolute;
	bottom: 0;
	right: 0;
}
.wg.recommend-blog .info .views{
	font-size: 12px;
    color: #777;
}

.wg.recent-comment .wg-content ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.wg.recent-comment li{
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 10px;
}
.wg.recent-comment li:last-child{
	margin-bottom: 0;
}
.wg.recent-comment .l{
	width: 36px;
	position: relative;
}
.wg.recent-comment .l .pic{
	position: absolute;
	top: 8px;
}
.wg.recent-comment .l .pic img{
	width: 36px;
	height: 36px;
	padding: 1px;
    background: #FFF;
    border: 1px solid;
    border-color: #F2F2F2 #CDCDCD #CDCDCD #F2F2F2;
    border-radius: 50%;
}
.wg.recent-comment .r{
	width: calc(100% - 36px);
	padding-left: 10px;
}
.wg.recent-comment .r .ct::before{
	content: "";
	display: block;
	width: 0px;
    height: 0px;
    position: absolute;
    /* background-color: pink; */
    border-left: 8px solid transparent;
    border-right: 8px solid #efefef;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    left: -16px;
    top: 20px;
}
.wg.recent-comment .r .ct{
	padding: 10px 10px 15px;
	background: #efefef;
	position: relative;
	min-height: 70px;
	border-radius: 5px;
}
.wg.recent-comment .r .ct .time{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 10px;
}
.wg.recent-comment .r .usr{
	font-size: 12px;
	margin-bottom: 4px;
	padding-right: 56px;
}
.wg.recent-comment .r .usr .side-comment-user{
	color: #273746;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.wg.recent-comment .r .usr .side-comment-user a{
	color: #273746;
}
.wg.recent-comment .r .usr .side-comment-user a:hover{
	color: #008AEE;
}
.wg.recent-comment .r .con{
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.wg.recent-comment .r .con a{
/*	color: #273746;*/
}
.wg.recent-comment .r .con a:hover{
	color: #008AEE;
}
.wg.recent-comment .r .cb{
	margin-top: 4px;
}
.wg.recent-comment .r .cb .device{
	font-size: 12px;
	display: flex;
	align-items: center;
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wg.recent-comment .r .cb .device img{
	width: 14px;
	height: 14px;
	margin-right: 4px;
}
.wg.recent-topic .wg-content ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.wg.recent-topic li{
	padding: 10px 0;
	border-bottom: 1px solid #f5f6f9;
}
.wg.recent-topic li:first-child{
	padding-top: 0;
}
.wg.recent-topic li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.wg.recent-topic .wg-content .tpc-title{
	font-size: 14px;
	line-height: 1.3;
	overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.wg.recent-topic .wg-content .tpc-title a{
/*	color: #273746;*/
}
.wg.recent-topic .wg-content .tpc-title a:hover{
	color: #008AEE;
}
.wg.recent-topic .wg-content .tpc-meta{
	position: relative;
	font-size: 12px;
}
.wg.recent-topic .wg-content .tpc-meta .usr{
	width: 100%;
	align-items: center;
	padding-right: 96px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wg.recent-topic .wg-content .tpc-meta .usr span{
	vertical-align: middle;
}
.wg.recent-topic .wg-content .tpc-meta .usr .pic{
	margin-right: 4px;
}
.wg.recent-topic .wg-content .tpc-meta .usr img{
	width: 20px;
	height: 20px;
	padding: 1px;
    background: #FFF;
    border: 1px solid;
    border-color: #F2F2F2 #CDCDCD #CDCDCD #F2F2F2;
    border-radius: 50%;
}
.wg.recent-topic .wg-content .tpc-meta .usr .nickname a{
	color: #273746;
}
.wg.recent-topic .wg-content .tpc-meta .usr .nickname a:hover{
	color: #008AEE;
}
.wg.recent-topic .wg-content .tpc-meta .other{
	position: absolute;
	bottom: 0;
	right: 0;
}


.wg.weibo-show .weiboShow_developer_pic{
	float: left;
    margin: 0;
}
.wg.weibo-show .weiboShow_developer_detail{
	margin-left: 60px;
}
.wg.weibo-show .weiboShow_developerDetail_name {
    height: 17px;
    overflow: hidden;
    margin: 0;
    margin-left: 2px;
}
.wg.weibo-show .weiboShow_developerDetail_name dd{
	margin: 0;
	font-size: 10px;
}
.wg.weibo-show .weiboShow_developerDetail_btn {
	margin: 0;
    margin-top: 8px;
    line-height: 1;
    height: auto;
}
.wg.weibo-show .weiboShow_developer_detail .weiboShow_developerDetail_name a{
	font-size: 14px;
	line-height: 16px;
	color: #008AEE;
	font-weight: normal;
}
.wg.weibo-show .weiboShow_developer_detail .weiboShow_developerDetail_name a:hover{
	text-decoration: underline;
}
.wg.weibo-show .WB_approve,
.wg.weibo-show .WB_approve_co,
.wg.weibo-show .WB_ico_club,
.wg.weibo-show .WB_ico_female,
.wg.weibo-show .WB_ico_male,
.wg.weibo-show .WB_ico_member{
    display: inline-block;
    background: url(https://img.t.sinajs.cn/t4/appstyle/widget/images/library/base/icon_user.png?id=1367910055834) no-repeat 0;
    _background-image: url(https://img.t.sinajs.cn/t4/appstyle/widget/images/library/base/icon_user_ie6.png?id=1367910055834);
}
.wg.weibo-show .WB_approve_co {
    width: 16px;
    height: 15px;
    background-position: 0 -60px;
    vertical-align: middle;
}
.wg.weibo-show .WB_approve,
.wg.weibo-show .WB_approve_co,
.wg.weibo-show .WB_ico_club{
    margin: 0 2px;
    vertical-align: middle;
}
.wg.weibo-show .weiboShow_developerDetail_name dd,
.wg.weibo-show .weiboShow_developerDetail_name dt {
    display: inline-block;
}
.wg.weibo-show .WB_btnA {
    text-align: center;
    padding-left: 4px;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
}
.wg.weibo-show .WB_btnA, 
.wg.weibo-show .WB_btnA span, 
.wg.weibo-show .WB_btnA_loading {
    display: inline-block;
    background: url(https://img.t.sinajs.cn/t4/appstyle/widget/images/library/base/btns_bg.png?id=1367910055834) no-repeat;
    color: #FFF;
    text-decoration: none;
    height: 29px;
    line-height: 28px;
    min-width: 35px;
    cursor: pointer;
    overflow: hidden;
}
.wg.weibo-show .WB_btnA span {
    background-position: 100% -28px;
    padding: 0 10px 0 6px;
}
.wg.weibo-show .WB_btnA em {
	font-style: normal;
    float: left;
}
.wg.weibo-show .WB_btnA .WB_btnicn_add, 
.wg.weibo-show .WB_btnC .WB_btnicn_each, 
.wg.weibo-show .WB_btnC .WB_btnicn_ok {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background: url(https://img.t.sinajs.cn/t4/appstyle/widget/images/library/base/icon_follow.png?id=1367910055834) no-repeat;
    margin: 10px 3px 0 0;
}
.wg.weibo-show .WB_btnA:hover, 
.wg.weibo-show .WB_btnA_loading {
    background-position: 0 -56px;
    text-decoration: none!important;
}
.wg.weibo-show .WB_btnA:hover span, 
.wg.weibo-show .WB_btnA_loading span {
    background-position: 100% -84px;
}
.wg.weibo-show .weibo-list{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 10px;
}
.wg.weibo-show .weiboShow_mainFeed_listContent{
	padding: 15px;
    background: #efefef;
    position: relative;
    min-height: 70px;
    border-radius: 5px;
}
.wg.weibo-show .weiboShow_mainFeed_listContent::before{
	content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    /* background-color: pink; */
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #efefef;
    border-top: 10px solid transparent;
    left: 16px;
    top: -20px;
}
.wg.weibo-show .weiboShow_mainFeed_listContent_txt{
	font-size: 14px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
}
.wg.weibo-show .weiboShow_mainFeed_listContent_action{
	margin: 0;
	margin-top: 10px;
}
.wg.weibo-show .weiboShow_mainFeed_listContent_action::after{
	content: "";
	display: table;
	clear: both;
}
.wg.weibo-show  .WB_linkB, 
.wg.weibo-show  .WB_linkB a {
    color: #178ebd;
    font-size: 12px;
}
.wg.weibo-show  .WB_linkB, 
.wg.weibo-show  .WB_linkB a:hover{
	color: #008AEE;
	text-decoration: underline;
}
.wg.weibo-show .weiboShow_mainFeed_listContent_actionTime{
	float: left;
}
.wg.weibo-show .weiboShow_mainFeed_listContent_actionMore {
    float: right;
}
.wg.weibo-show .weiboShow_fans_header {
    height: 18px;
    overflow: hidden;
    margin: 10px 0;
    line-height: 18px;
    font-size: 12px;
}
.wg.weibo-show .weiboShow_fans_title {
    float: left;
    font-size: 12px;
    margin: 0;
}
.wg.weibo-show .weiboShow_fans_title .weiboShow_fans_titlenum {
    margin: 0 2px;
    font-style: normal;
}
.wg.weibo-show .weiboShow_fans_more {
	color: #0078b6;
    float: right;
}
.wg.weibo-show .weiboShow_fans_more:hover{
	color: #008AEE;
	text-decoration: underline;
}
.wg.weibo-show .weibofans-wrap ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-around;
}
.wg.weibo-show .weibofans-wrap ul li{
	width: 50px;
	margin: 0;
	overflow: hidden;
}
.wg.weibo-show .weiboShow_fansList_name{
	font-size: 12px;
	margin: 0;
	margin-top: 3px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wg.weibo-show .weiboShow_mainFeed_listContent_picshow a:hover,
.wg.weibo-show .weiboShow_fansList_name a:hover{
	text-decoration: underline;
}


@media(max-width:1068px){
	.side{
		width: 100%;
	}
	.side .wg{
		padding: 20px 30px;
	}
	/*.wg.weibo-show,
	.wg.recent-comment{
		display: none;
	}*/
	/*.wg.recommend-blog .info .desc,
	.wg.recommend-blog .time,
	.wg.recommend-blog .goods {
	    display: block;
	}
	.wg.recommend-blog .thumb{
		width: 180px;
	}
	.wg.recommend-blog .wg-content li>a{
		height: 130px;
	}
	.wg.recommend-blog .info{
		width: calc(100% - 180px);
	}
	.wg.recommend-blog .info .info-title{
		font-size: 16px;
		-webkit-line-clamp: 2;
	}
	.wg.recommend-blog .info .desc{
		font-size: 14px;
		margin-top: 10px;
		line-height: 1.3;
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	}
	.wg.recommend-blog .info .meta{
		width: 100%;
	}
	.wg.recommend-blog .info .meta .time{
		position: absolute;
		left: 12px;
		bottom: 0;
	}
	.wg.recommend-blog .info .views{
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.wg.recommend-blog .info .goods{
		position: absolute;
		bottom: 0;
		right: 70px;
	}
	.wg.recommend-blog .info .time,
	.wg.recommend-blog .info .goods,
	.wg.recommend-blog .info .views{
		font-size: 12px;
    	color: #bbb;
	}
	.wg.recommend-blog .info .time:hover,
	.wg.recommend-blog .info .goods:hover,
	.wg.recommend-blog .info .views:hover{
    	color: #bbb;
	}*/
}
@media(max-width:820px){

}
@media(max-width:768px){

}
@media(max-width:734px){
	/*.wg.recommend-blog .info .meta .time,
	.wg.recommend-blog .info .desc{
		display: none;
	}
	.wg.recommend-blog .wg-content li>a{
		height: 106px;
	}
	.wg.recommend-blog .thumb{
		width: 160px;
	}
	.wg.recommend-blog .info{
		width: calc(100% - 160px);
	}
	.wg.recommend-blog .info .goods{
		right: auto;
		left: 12px;
	}*/
	.side .wg{
		padding: 18px 14px;
	}
}
@media(max-width:430px){
	.side .wg{
		padding: 15px 12px;
	}
	.side .wg:last-of-type {
	    margin-bottom: 0;
	}
	/*.wg.recommend-blog .wg-content li>a{
		height: 80px;
	}
	.wg.recommend-blog .info .info-title{
		font-size: 14px;
	}
	.wg.recommend-blog .thumb{
		width: 110px;
	}
	.wg.recommend-blog .info{
		width: calc(100% - 110px);
	}*/
}