﻿@mainColor: #03B9F1;

.ng_page {
    padding: 30px 0;

    .menutypeBox {
        .item {
            margin-bottom: 10px;

            @namew: 80px;

            .name {
                width: @namew;
                font-size: 14px;
                color: #666;
                float: left;
                line-height: 30px;
            }

            .list {
                width: calc(~"100% - @{namew} - 10px");
                float: right;

                li {
                    float: left;
                    line-height: 30px;
                    height: 30px;
                    overflow: hidden;
                    padding: 0 10px;
                    cursor: pointer;
                    color: #666;
                    margin-right: 5px;
                    font-size: 14px;

                    &.active, &:hover {
                        background: @mainColor;
                        color: #fff;
                    }
                }
            }
        }
    }

    .tablebox {
        .paixu {
            padding: 20px 0;
            width: 45%;
            float: left;

            ul {


                li {
                    float: left;
                    width: 110px;
                    text-align: center;
                    height: 35px;
                    line-height: 35px;
                    color: #4142A2;
                    border: 1px #4142A2 solid;
                    border-radius: 20px;
                    margin-right: 10px;
                    font-size: 14px;
                    cursor: pointer;

                    &:hover, &.active {
                        color: #fff;
                        background: #4142A2;
                    }
                }
            }
        }

        .searchPanel {
            float: right;
            width: 410px;
        }

        .tab {
            min-height: 700px;
        }
    }
}

.el-table {
    .weigthBox {
        background: url(../../../Images/baidu5.png) no-repeat center;
        width: 55px;
        height: 22px;
        padding-left: 23px;
        text-align: center;
        color: #fff;
        font-weight: 700;
        margin: 0 auto;
    }

    .tableHeader {

        th {
            background: #898ae8;
            color: #fff;
            text-align: center;
        }
    }

    .dtr {
        .cell {
            text-align: center;
        }


        .resname {


            a {
                color: #333;


                span {
                    color: @mainColor;
                }

                &:hover {
                    color: #03B9F1;
                    text-decoration: underline;
                }
            }
        }

        .note {
            height: 40px;
            line-height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    }
}
