/***************************升级记录 start**************************************************************/
.u_banner{
    width:100%;
    height:230px;
    background:url("../images/index/u_banner.jpg") no-repeat center;
    overflow:hidden;
}
#update_table{
    margin:20px 0;
    text-align: center;
}
#update_table thead tr th{
    text-align: center;
}
#update_table td span{
    color:#ff982a;
}
#update_table td i{
    color:#5FB878;
}
.looker{
    float:right;
    padding:0 10px;
    background:#31c6ce;
    border-radius: 5px;
    color:#fff;
    text-align: center;
    margin-left:20px;
    font-size:13px;
    overflow:hidden;
    text-decoration:none;
}
.looker:hover{
    background:#ff982a;
    color:white;
}
/***************************升级记录 end**************************************************************/


/***************************升级记录——详情 start**************************************************************/
.update_nav{
    width:1170px;
    overflow:hidden;
}
.update_nav li{
    float:left;
    width:575px;
    border:1px solid #eee;
    margin-bottom:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.update_nav li:not(:nth-child(2n)){
    margin-right:20px;
}
.update_nav li h3{
    width:100%;
    height:40px;
    line-height:40px;
    background:#f7f7f7;
    padding:0 15px;
    font-size:15px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.update_nav_nr{
    width:100%;
    padding:10px 15px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.update_nav_nr img{
    float:left;
    width:35px;
    height:35px;
    margin-top:12px;
}
.update_nav_r{
    float:right;
    width:500px;
    overflow:hidden;
}
.update_nav_r h4{
    width:100%;
    height:30px;
    line-height:30px;
    font-size:15px;
    overflow:hidden;
}
.update_nav_r p{
    width:100%;
    height:30px;
    line-height:30px;
    color:#666;
    font-size:13px;
    overflow:hidden;
}
.update_nav_r p span{
    padding-right:10px;
}
/***************************升级记录——详情 end**************************************************************/
.layui-table-view .layui-table{
    width:100%;
}
.layui-table-view .layui-table td, .layui-table-view .layui-table th{
    padding:10px 0;
}
.layui-table-view .layui-table th{
    background: #31c6ce;
    color: #fff;
    text-align:center;
}
.layui-table tr td:first-child{
    text-align:center;
}