*{
    margin: 0px;
    padding: 0px;
}
li{
    list-style: none;
}
.header{
    width: 1300px;
    margin: 0 auto;
    height: 140px;
    padding-top: 70px;
    background: url(../image/header-bg.png) -364px 0 no-repeat;
}

.nav{
    height: 50px;
    width: 1300px;
    margin: 0 auto;
    background-color: rgb(36,149,299);
}
.nav ul{
    width: 1300px;
    margin: 0 auto;
}

.nav ul li{
    width: 10%;
    text-align: center;
    float: left;
    line-height: 48px;
    color: #FFFFFF;
    border-bottom: 2px solid rgb(36,149,299);
    cursor: pointer;
}

.nav ul li:hover{
    border-bottom: 2px solid #FFFFFF;
    color: #4b57e7 !important;
}
.nav ul li a{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
}
.nav ul li.select{
    width: 10%;
    text-align: center;
    float: left;
    list-style: none;
    line-height: 48px;
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}

.nav .sub-menu{
    position: absolute;
    width: 100%;
    left: 0px;
    top:50px;
    z-index: 1000;
    color: #333333;
    display: none;
    background-color: #FFFFFF;
}

.nav .menu-item:hover .sub-menu{
    display: block;
}

.nav .menu-item .sub-menu li{
    color: #333333;border-bottom:0px;clear: both;border-bottom: 1px solid #E1E1E1
}

.nav .menu-item .sub-menu li a{
    color: #333333;
}
.nav .menu-item .sub-menu li:hover a{
    color: #2495E5 !important;
}

.view-text{
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
}

.el-descriptions .is-bordered .el-descriptions-item__cell{
    padding: 5px !important;
}

.triangle-right {
    width: 0;
    height: 0;
    border-left: 5px solid #ffffff;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
