


/* 机台列表 */
.MachineList{
    float:left;
    width:100%;
}
.MachineList .MachineList_left {
    width: 270px;
    margin: auto;
    float: left;
}

.MachineList .List_leftTitle {
    border-bottom: 1px dashed #999999;
    text-align: center;
}

.MachineList .List_leftTitleBg {
    width: 260px;
    height: 64px;
    background: #424242;
    margin: auto;
}

.MachineList .perosj {
    width: 196px;
    height: 70px;
    background: #355ec4;
    margin: -35px auto 20px;
    padding-top: 7px;
}

    .MachineList .perosj a {
        display: block;
        color: white;
    }

        .MachineList .perosj a:nth-of-type(1) {
            font-size: 25px;
        }

        .MachineList .perosj a:nth-of-type(2) {
            font-size: 13px;
            margin-top: 4px;
        }

.MachineList .MachineList_left ul li {
    width: 260px;
    height: 34px;
    margin: 14px auto;
    line-height: 34px;
    color: black;
    font-size: 17px;
}

.MachineList .MachineList_left .List_leftTitle ul li {
    width: 260px;
    height: 34px;
    margin: 15px auto;
    line-height: 34px;
    color: white;
    font-size: 17px;
}

.MachineList .MachineList_left ul .active_green {
    background: #355ec4;
}

    .MachineList .MachineList_left ul .active_green a {
        color: white;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .MachineList .MachineList_left ul .active_green a:hover {
        margin-left:15px;
    }

.MachineList_Table {
    text-indent: 2em;
    padding-top: 15px;
}

    .MachineList_Table h6 {
        font-size: 17px;
    }

.MachineList_right {
    width: 900px;
    float: left;
    padding: 0 0 0 40px;
}

    .MachineList_right .Position {
        border-bottom: 1px solid black;
        padding: 6px 0;
        width: 100%;
        display: inline-block;
    }

        .MachineList_right .Position span {
            height: 40px;
            float: left;
            line-height: 40px;
        }

        .MachineList_right .Position label:before {
            content: '';
            display: inline-block;
            width: 4px;
            height: 20px;
            background: #ff7701;
            vertical-align: middle;
            margin-right: 7px;
        }

        .MachineList_right .Position span a {
            margin: 0 5px;
        }

        .MachineList_right .Position .LookJd {
            color: #979797;
            font-size: 12px;
            margin-left: 28px;
        }

    .MachineList_right .search {
        vertical-align: middle;
        float: right;
    }

        .MachineList_right .search input {
            height: 40px;
            float: left;
        }

            .MachineList_right .search input:nth-of-type(1) {
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
                width: 202px;
                text-indent: 1em;
                border: none;
                border: 1px solid #ccc;
            }

            .MachineList_right .search button {
                width: 60px;
                border: none;
                font-size: 14px;
                height: 40px;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
                background: #355ec4;
                color: white;
                cursor: pointer;
            }

    .MachineList_right .ability ul {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin: 10px 0;
    }

        .MachineList_right .ability ul li {
            float: left;
            padding-bottom: 3px;
        }

            .MachineList_right .ability ul li.active {
                border-bottom: 3px solid #355ec4;
            }

            .MachineList_right .ability ul li:nth-child(3) {
                border-right: unset;
            }

            .MachineList_right .ability ul li a {
                font-size: 13px;
                font-weight: bold;
                padding: 0 5px;
                border-right: 1px solid #8c8686;
            }

    .MachineList_right .ability_title {
        float: left;
        width: 100%;
        margin: 15px 8px;
    }

        .MachineList_right .ability_title .ability_Lef {
            float: left;
        }

            .MachineList_right .ability_title .ability_Lef span {
                font-size: 17px;
            }

                .MachineList_right .ability_title .ability_Lef span:nth-child(1) {
                    color: red;
                }

        .MachineList_right .ability_title .ability_Rit {
            float: right;
            color: #0f69eb;
            font-size: 15px;
        }

    .MachineList_right .ability_Label {
        padding-bottom: 30px;
    }

        .MachineList_right .ability_Label span {
            color: black;
            font-size: 14px;
        }

        .MachineList_right .ability_Label .active {
            background: #355ec4;
            color: white;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            padding: 1px;
        }

    .MachineList_right .ability_Content {
        background: #f4f4f4;
        float: left;
        width: 100%;
    }

    .MachineList_right .ability_ContAll {
        float: left;
        border: 1px solid #ccc;
        padding: 10px 15px;
        width: 420px;
        height: 234px;
        margin: 5px 5px;
        background: white;
    }
        .MachineList_right .ability_ContAll:hover .ability_ContAllListTop a:nth-of-type(2) span {
            color: #23527c;
        }
        .MachineList_right .ability_ContAll .ability_ContAllListTop {
            height: 63px
        }
            .MachineList_right .ability_ContAll .ability_ContAllListTop .abil_ConTil {
                height: 70px;
                width: 70px;
            }
            .MachineList_right .ability_ContAll .ability_ContAllListTop a {
                display:table-cell;
                vertical-align: middle;
            }
                .MachineList_right .ability_ContAll .ability_ContAllListTop a img{
                    max-width:100%;
                    max-height:100%;
                    width:auto;
                    height:auto;
                }

                .MachineList_right .ability_ContAll .ability_ContAllListTop span {
                    font-size: 15px;
                    font-weight: bold;
                    margin: 0 10px 0 10px;
                    height: 34px;
                    vertical-align: bottom;
                    color: black;
                }

        .MachineList_right .ability_ContAll .lxdj {
            margin: 10px 0 16px 0;
        }

            .MachineList_right .ability_ContAll .lxdj em {
                color: #666666;
                padding: 0 8px;
                border-left: 1px solid #8c8686
            }

                .MachineList_right .ability_ContAll .lxdj em:nth-child(1) {
                    border-left: unset;
                    padding-left: unset;
                }

        .MachineList_right .ability_ContAll .ability_ContThr {
            text-align: center;
        }

            .MachineList_right .ability_ContAll .ability_ContThr .ability_ContThrImg {
                display: inline-block;
                -moz-box-shadow: 0px 2px 8px 1px #939393; /*firefox*/
                -webkit-box-shadow: 0px 2px 8px 1px #939393; /*webkit*/
                box-shadow: 0px 2px 8px 1px #939393;
                /* For IE 8 */
                -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#939393')";
                /* For IE 5.5 - 7 */
                filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#939393');
                width: 110px;
                height: 110px;

            }

                .MachineList_right .ability_ContAll .ability_ContThr .ability_ContThrImg img {
                    width: 100%;
                }
                .MachineList_right .ability_ContAll .ability_ContThr .ability_ContThrImg a {
                    height: 110px;
                    display: table-cell;
                    vertical-align: middle;
                }

                .MachineList_right .ability_ContAll .ability_ContThr .ability_ContThrImg:nth-child(2) {
                    margin: 0 10px;
                }

        .MachineList_right .ability_ContAll .zycp {
            margin: 22px 0 14px 0;
            border-bottom: 1px solid #666666;
            padding-bottom: 9px;
        }

            .MachineList_right .ability_ContAll .zycp em {
                color: #868383;
                width: 272px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                display: inline-block;
            }

            .MachineList_right .ability_ContAll .zycp a {
                float: right;
                background: #355ec4;
                color: white;
                -webkit-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                padding: 4px 9px;
                font-size: 12px;
                box-shadow: 2px 1px 7px 1px rgba(52, 52, 52, 0.6);
            }

        .MachineList_right .ability_ContAll p {
            color: #868383;
        }
/* 机台列表结束 */


