* {
    margin: 0;
    padding: 0;
}

.banner{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    /*background:url(../imgs/home_bg@2x.png) no-repeat top;*/
    background-size: 100%;
    height: 400px;
}
.banner .img{
    width: 490px;
    height: 80px;
    overflow: hidden;
    margin-top: 8%;
    margin-left: 10%;
} 
.banner .img img{
    width: 100%;
}
.center{
    width: 1200px;
    margin:20px auto 68px;
    overflow: hidden;
}
.center .in_left{
    width: 14%;
    overflow:hidden;
    float: left;
    height: 870px;
    background:#fff;
    border:1px solid #ECECEC;
}
.title{
    font-size: 16px;
    padding-left: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 60px;
}
ul li{
    padding-left: 20px;
    line-height: 50px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #666666;
}
.mo{
    border-left: 2px solid #21A357;
    color:#21A357;
    background:#F6F9F7;
}
.nva_le{
    width: 100%;
    overflow: hidden;
    line-height:50px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #21A357; 
    cursor: pointer;
}
.nva_le li{
   
    cursor: pointer;
}
.nva_le .mo{
    color: #21A357; 
}
.in_right{
   width: 94%;
 padding: 0 2%;
 float: right;
 overflow: hidden;
 height: 870px;
 background: #fff;
 border: 1px solid #ECECEC;
}
.right_title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 50px;
    color: #333333;
}
.ta_ble{
    width: 100%;
        overflow-x:scroll;
    overflow-y:scroll; 
    height: 750px;
}
table{
    border-spacing: 0;
    font-size: 14px;
    font-family: "微软雅黑";
    width: 1100px;  
}
th{
    line-height: 50px;
    background: #21A357;
    color: #fff;
    text-align: left;
}
table td,table th{

    padding:0 5px;
    line-height: 80px;
}
table td{
   color: #606B80; 
}

table tr:nth-child(2n){
    background:#F8F8F8;
}
.page{
    width: 530px;
    margin:0 auto;
    margin-left: 200px;
    display: flex;
    justify-content:space-between;
    overflow:hidden;
    line-height: 38px;
    margin-top: 20px
}
.page .last{
    width: 85px;
    line-height: 38px;
    font-size: 12px;
    border:1px solid #D8D8D8;
    text-align: center;
}
.page .last img{
       width:14%;
    vertical-align: -2px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0px;
    color: #CCCCCC;
}
.page  .one{
    width: 38px;
    text-align: center;
    line-height: 38px;
    background: #F8F8F8;
    opacity: 1;
    border-radius: 4px;
}
.page  .qu input{
border:1px solid #D8D8D8;
line-height: 35px;
width: 38px;
margin:0 3px;
}
.cen_nei{
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 40px;
    color: #666666;
}
.foot{
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    height: 80px;
    line-height: 80px;
    color: #8D979B;
    background:#3F5057;
}
.layui-layout-body{padding:0}