@charset "utf-8";

.wordbox {
	position: relative;
}

.box {
	position: absolute;
	text-align: center;
	word-wrap: break-word; /*注意设置word-wrap属性*/
	overflow: hidden;
	border: 0px solid #fff;
}

.box a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.box_inner{
	border: 2px solid #fff;
}
.hotword .box img {
}
.hotword .box a {
    color: #fff;
    display: block;
    height: 100%;
    text-decoration: none;
}
.hotword .box div {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
}
.hotword .box div p {
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 0 8px;
    text-align: left;
}
.hotword .box p strong {
    display: block;
    padding-bottom: 5px;
}
.hotword .box:hover {
/*     background-color: #fd8b8f !important; */
}
.hotword .box .main_title {
    cursor: pointer;
    display: inline-block;
    font-family: "Microsoft Yahei";
    padding: 0 3px;
}
.hotword .box .img_title {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: 0.85;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    right: 0;
    z-index: 100;
}
.hotword .box .sub_title {
    color: #ccc;
}
.hotword .box .tp_11 {
    font-size: 12px;
}
.hotword .box .tp_12, .hotword .box .tp_21 {
    font-size: 14px;
}
.hotword .box .tp_22 {
    font-size: 22px;
}
.hotword .box .main_title2 {
    display: block;
    height: 22px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}
.hotword .box .main_longtitle {
    display: block;
    font-size: 12px;
    height: 18px;
    overflow: hidden;
    padding: 3px 5px 0;
}