body{
    margin: 0;
    padding:0;
    font-family: "微软雅黑";
    color: #333;
}
li{list-style: none}
body ul,body li,body ol{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
iframe{
    border: none;
}
/*.layout{*/
/*    width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/

.current{
    padding: 0 20px;
    height: auto;
    line-height: 60px;
    font-size: 16px;
    margin-bottom: 18px;
    color: #333;
    background: #fff;
    box-sizing: border-box;
}

.current img {
    vertical-align: -3px;
}

.current a,.current span {
    color: black;
    font-size: 16px;
    font-weight: bold;
}

/**/
