@CHARSET "UTF-8";
*{
    padding: 0;
    margin: 0;
}
ul{
    list-style: none;
}
.no_padding{
    padding-left: 0;
    padding-right: 0;
}
.margintop20{
    margin-top: 40px;
}
.nav-tabs{
    border-bottom:none;
}
.nav-tabs>li>a{
    margin-right: 0;
    border:none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    background-color: #1e77bd;
    color: #fff;
    margin-right: 0;
    border:none;
}
.nav-tabs>li>a{
    color: #333333;
}
.main{
    width: 100%;
    height: auto;
    border: 1px solid #e5e5e5;
    /* background-color: #fcfefd; */
    position: relative;
    margin-bottom: 80px;
    
}
.ul_box{
    width: 15%;
    height: auto;
    min-height: 400px;
    float: left;
    list-style: none;
    padding: 15px 0;
    margin: 0;
}
.ul_box a{
    color: #333;
}
.ul_box a:hover{
    color: #777;
    text-decoration: none;
}
.ul_box li{
    padding: 0 10px;
    line-height: 34px;
    cursor:pointer;
}
.ul_box .active{
    background-color: #ffffff;
    color: #1e77bd;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.ul_box li i{
    float: right;
    line-height: 32px;
    color: #999;
    display: none;
}
.ul_box .active i{
    float: right;
    line-height: 34px;
    color: #999;
    display: block;
}
.table{
    width: 70%;
    float: left;
    text-align: center;
}
.table thead th{
    text-align: center;
}
.table tbody{
    background-color: #fff;
}
.table tr{
    height: 50px;
    line-height: 50px;
}
.table tr a{
    color:#1e77bd;
    text-decoration: none!important;
}
.main .zyk-list-borderone,.main .zyk-list-bordertwo{
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    left: 15%;
}
.main .zyk-list-bordertwo{
    left: 30%;
}