.columnRight {
	margin-top: 32px;
}
.columnLeft {
	width: 800px; margin-right: 70px;
}
.tabBottom li {
	width: 800px; border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid; cursor: pointer;
}
.tabBottom .imgbox {
	margin: 32px 15px 32px 0px; width: 180px; height: 120px; overflow: hidden;
}
.tabBottom .imgbox img {
	width: 180px; height: 120px; -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out;
}
.tabBottom .imgRight {
	margin-top: 32px; position: relative;
}
.tabBottom p.title {
	color: rgb(34, 34, 34); font-family: SourceHanSansCN-Medium; font-size: 20px; font-weight: 500; margin-top: 12px; margin-bottom: 12px;
}
.tabBottom p.tips {
	width: 575px; height: 40px; color: rgb(136, 136, 136); line-height: 21px; font-family: SourceHanSansCN-Regular; font-size: 14px; font-weight: 400;
}
.tabBottom em.time {
	color: rgb(136, 136, 136); font-family: SourceHanSansCN-Regular; font-size: 12px; font-weight: 400; margin-top: 23px; display: block;
}
.tabBottom .btnBox {
	right: -14px; bottom: -8px; position: absolute;
}
.tabBottom .btnBox div {
	width: 30px; height: 30px;
}
.tabBottom .btn_wechat {
	background: url("../../images/article/wechat.png") no-repeat center; margin-right: 8px;
}
.tabBottom .btn_weibo {
	background: url("../../images/article/weibo.png") no-repeat center;
}
.tabBottom li:hover {
	background: rgb(248, 248, 248);
}
.tabBottom li:hover p.title {
	color: rgb(223, 37, 47);
}
.tabBottom .btn_wechat:hover {
	background-image: url("../../images/article/wechat_hover.png");
}
.tabBottom .btn_weibo:hover {
	background-image: url("../../images/article/weibo_hover.png");
}
.tabBottom img:hover {
	cursor: pointer; -ms-transform: scale(1.2); -webkit-transform: scale(1.2); transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2);
}
