@charset "utf-8";
/*=========================start==========================*/
.user_huoyue{margin: 30px auto 30px;font-size: 12px;color: #0a161d;line-height: 1.5;width: 1100px;}
h2{font-size: 23px;font-weight: 400;margin:20px 0 10px;}
h4{font-size: 13px;font-weight: 400;color: #888;}
.user_huoyue_day{overflow: hidden;}
/*.user_huoyue_all_{overflow: hidden;}*/
.user_huoyue_day_all{width: 50%;float: left;box-sizing:border-box;padding: 0 15px;margin-bottom: 20px;margin-top: 30px;}
.user_huoyue_day_all h2{text-align: center;border-top: 1px solid #eee;padding-top: 20px;}
.user_huoyue_all_ul{width: 50%;float: left;list-style-type: decimal;padding: 0 30px;box-sizing:border-box;}
.user_huoyue_all_li{margin-bottom: 12px;list-style: inherit;color: #999;line-height: 25px;}
/*.user_huoyue_all_li a{float: left;}*/
.user_huoyue_all_li a{display: inline-block;}
.user_huoyue_all_li img{width: 25px;height: 25px;margin-right: 5px;}
.user_huoyue_all_li em{;color: #6092e8;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;width:auto;max-width: 150px;display: inline-block;line-height: 1.5;vertical-align: middle}
.user_huoyue_all_lzi em:hover{;color: #3767cc;}
.user_huoyue_all_length{float: right;color: #333;}
/*.user_huoyue_all_ul2{padding-left: 30px;}*/



.greatgod
{
    width: 33%;
}
.greatgod table{
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #333;
    width: 96%;
    margin-left: 10px;
    table-layout: fixed;
}

.greatgod thead tr {
    height: 34px; /* 设置表头行的高度 */
    border-bottom: 1px #333 solid;
}

.greatgod tbody tr {
    height: 34px; /* 设置表体行的高度 */
    vertical-align: middle;
}

.greatgod a{
    font-size: 12px;
    color: #6092e8;
    align-items: center; /* 垂直居中 */
    cursor: pointer;
}

.greatgod img{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    float: left;
    margin: 1px 5px 1px 0px;
}


.greatgod th:nth-child(1){
    width: 100px;
    text-align: left;
    padding-left: 22px;
}
.greatgod td:nth-child(1) {
    width: 100px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*background-color: #0b7fd7;*/
}

.greatgod th:nth-child(2) {
    width: 60px;
    text-align: left;
    /*background-color:red;*/
}

.greatgod td:nth-child(2) {
    width: 60px;
    text-align: left;
    /*padding-left: 10px;*/
    /*background-color:red;*/
}

.greatgod th:nth-child(3) {
    width: 100px;
    text-align: left;
}
.greatgod td:nth-child(3) {
    width: 100px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*background-color: #0fb294;*/
}

/*=========================end==========================*/