.sub_js_box {
    margin: 10px auto;
}
.sub_js_box .sub_js {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
}
.sub_js .sub_js_left {
    float: left;
    margin-right: 15px;
    width: 360px;
    height: 180px;
}
.sub_js .sub_js_left img {
    display: block;
    width: 100%;
}
.sub_js .sub_js_center {
    float: left;
    margin-right: 15px;
    width: 630px;
}
.sub_js .sub_js_center .sub_js_title {
    overflow: hidden;
    margin-bottom: 8px;
}
.sub_js .sub_js_center .sub_js_title>h1 {
    float: left;
    display: block;
    color: #262626;
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
}
.sub_js .sub_js_center>p {
    overflow: hidden;
    margin-bottom: 9pt;
    max-height: 88px;
    color: #565656;
    font-size: 15px;
    line-height: 22px;
}
.sub_js .sub_js_center .sub_js_share {
    overflow: hidden;
}
.sub_js .sub_js_center .sub_js_share span {
    float: left;
    display: block;
    margin-right: 30px;
    color: #999;
}
.sub_js .sub_js_center .sub_js_share span em {
    color: #869cb8;
    font-weight: 400;
    font-style: normal;
}
/* 列表 */
.sub_item .sub_item_tag {
    margin-left: -15px;
    color: #262626;
    font-size: 14px;
}
.sub_item .sub_item_tag dl {
    float: left;
    display: block;
    margin: 20px 0 0 15px;
    padding: 20px;
    width: 344px;
    border: 1px solid #f2f2f2;
    transition: all .3s linear;
}
.sub_item .sub_item_tag :hover {
    border: 1px solid #4EC184;
}
.sub_item .sub_item_tag dl :hover {
    border: 0px;
}
.sub_item .sub_item_tag dl dt .tagBox {
    overflow: hidden;
}
.tagBox .tagBox_img {
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 10px;
    width: 5pc;
    height: 5pc;
    border-radius: 5px;
}
.tagBox .tagBox_text {
    position: relative;
    overflow: hidden;
}
.tagBox .tagBox_text .tagBox_text_title {
    display: block;
    overflow: hidden;
    margin-bottom: 4px;
    height: 18px;
    color: #565656;
    font-weight: 700;
    font-size: 1pc;
    line-height: 18px;
}
.tagBox .tagBox_text .tagBox_text_title:hover{
    color:#262626;
    text-decoration:underline
}
.tagBox .tagBox_text ol {
    overflow: hidden;
    list-style: none;
}
.tagBox .tagBox_text ol li {
    color: #999;
    font-size: 9pt;
    line-height: 20px;
    display: list-item;
    text-align: -webkit-match-parent;
}
.floatLeft {
    float: left;
}
.tagBox .tagBox_text ol li.sub_tag_line {
    float: left;
    padding-left: 23px;
    background: url(../images/gameTopicicon.png) no-repeat -274px -36px;
}
.to_clear {
    clear: both;
}
.tagBox .tagBox_text_btn {
    position: absolute;
    top: 34px;
    right: 0;
    display: block;
    width: 79px;
    height: 36px;
    background: url(../images/gameTopicicon.png) #fafcfc no-repeat -86px -75pt;
}
.sub_item .sub_item_tag dl:hover .tagBox .tagBox_text_btn {
    background-color:#4EC184;
    background-position:-86px -4pc
}
.sub_item .sub_item_tag dl dt p {
    clear: both;
    overflow: hidden;
    height: 34px;
    color: #565656;
    line-height: 46px;
}
.sub_item .sub_item_tag dl dt p span {
    color: #bbb;
}
.sub_item {
    margin: 0 auto;
    padding: 20px 0 0;
    width: 75pc;
}
.sub_item .sub_item_tag dl dd {
    overflow: hidden;
    height: 25px;
}
.sub_item .sub_item_tag dl dd a {
    float: left;
    display: block;
    margin-right: 10px;
    padding: 0 9pt;
    border-radius: 3px;
    background: #f2f5f5;
    color: #999;
    font-size: 9pt;
    line-height: 25px;
}