@charset "utf-8";
p{margin:0;}
input,
button,
select,
textarea{
    outline: none!important;
}
div.site{
    margin:30px 0 30px 0;
}
div.site p.ykx-p18 em{
    margin-left: 15px;
}

div.site-select{
    margin-top:20px;
    height: 32px;
    vertical-align: middle;
}

div.site-child-left{
    float: left;
    margin-right: 30px;
}

.ykx-btn{
    width: 80px;
    line-height: 32px;
}

div.site-child-left>em{
    margin-right: 10px;
    float: left;
    margin-top:5px;
}

div.site-select .select{
    height: 30px;
    width: 180px;
    border:1px solid #dddddd;
}

.site-list-table{
    width: 100%;
    margin-top:30px;
    font-size: 14px;
    color:#333;
}
.site-list-table tr{
    height: 40px;
}
.site-list-table tr td{
    border:1px solid #dddddd;
    text-align: center;
}
.site-list-table tbody tr td a{
    text-decoration: underline;cursor: pointer;
}
.site-list-table tr td:last-child em{
    margin:0 3px;
}
.site-list-table thead tr{
    background-color: #f5f5f5;
}

/* 重置下拉列表样式 */
.select_box {
    width:180px;
    height:30px;
    border:1px solid #dddddd;
    position:relative;
    float:left;
}
.select_box span {
    display:inline-block;
    width:180px;
    height:30px;
    line-height:30px;
    cursor:pointer;
    text-indent:10px;
}
.select_box ul {
    width:180px;
    position:absolute;
    top:28px;
    left:-1px;
    border:1px solid #dddddd;
    background:#fff;
    max-height: 180px;
    overflow: auto;
}
.select_box li {
    cursor:pointer;
    line-height:20px;
    text-indent:10px;
    margin: 5px 0;
}
.select_box li:hover {
    background:#23AC38;
    color:#fff;
}
.select_box em {
    position:absolute;
    right:9px;
    top:8px;
    font-size:12px;
    color:#333;
    transform:rotate(180deg);
}


