.safety #setCenter{
    margin: 0 auto;
}

.safety section.main>div.tit{
    overflow: hidden;
}

.safety #list>div.tool{
    overflow: hidden;
    width: 90%;
    margin: 0 auto 10px auto;
}
.safety #list>div.tool>select{
    width: 44%;
    height: 25px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    color: #52964d;
}
.safety #list>div.tool>select.select1{
    float: left;
}
.safety #list>div.tool>select.select2{
    float: right;
    margin-right: 3%;
}
.safety div#list{
    position: relative;
    float: left;
    width:18.75% ;
    height: 500px;
    margin-left:2%;
    margin-right:2%;
    border: 1px solid #d6d5dd;
    overflow: hidden;
}
.safety div#list>div{
    padding-left: 10px;
}
.safety div#list>div.tit{
    background-color: #727e8e;
    color: white;
    font-size: 20px;
    line-height: 30px;
    height: 30px;

}
.safety div#list>div.tool>div>div{
    font-size: 14px;
}
.safety div#list>div.tool>div:nth-child(2){
    margin-bottom: 10px;
}
.safety div#list>div.tool>div{
    overflow: hidden;
    width: 82px;
    line-height: 22px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.safety div#list>div.tool>div div{
    width: 60px;
    font-weight: bold;
}
.safety div#list>div.tool>div p{
    margin-left: 2em;
}
.safety div#list>div.tool>div a:hover{
    text-decoration: underline;
}
.safety div#list>span{
    position: absolute;
    left: 20px;
    bottom: 40px;
    cursor: pointer;
}
.safety div#list>.icons{
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.safety div#list>.icons li{
    cursor: pointer;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
    background-color: white;
    display: inline-block;
    margin-right: 5px;

}
.safety div#list>.icons li.active{
    background-color: #718191;
}
.safety div#list>.icons li:hover{
    background-color: #718191;
}
.safety ul.addData>*{
    height: 25px;
    line-height: 25px;
}
.safety ul.addData>ul{
    background-color:#dfeffc ;
    text-align: center;
}

.safety ul.addData>li{
    text-align: center;
    height: 25px;
    line-height: 25px;
    cursor:pointer;
}

.safety ul.addData>li a{
    color: #000033;
}
.safety ul.addData>li:hover{
    text-decoration: underline;
    color: #003300;
}

.safety #content_data{
    overflow: hidden;
    float: left;
    width: 76%;
    height: 500px;
}
.safety #content_data li{
    float: left;
    width:49%;
    height: 165px;
    border: 1px solid red;
    box-sizing: border-box;
    margin:0 1% 5px 0;
}



.safety .bottom{
    overflow: hidden;
    float: left;
    width: 75%;
    border: 1px solid #d6d5dd;
}
.safety .bottom {
    margin-top: 10px;
}
.safety .bot{
    background-color: #727e8e;
    color: white;
    font-size: 16px;
    height: 30px;
    position: relative;
    text-indent: 15px;
}


.safety #lc_down{
    margin-top: 40px;
    margin-bottom: 20px;
    overflow: hidden;
}
.safety #lc_down>div{
    margin-left: 20px;
    float: left;
}
.safety #lc_down>div img{
    text-align: center;

    cursor: pointer;
    display: inline-block;
    padding-left: 10px;
}
.safety #lc_down>div>span{
    display: inline-block;
    text-align: center;
    width: 20px;
    padding-left:8px;

}
.safety #lc_down>p{
    margin-right: 20px;
    float: right;
}


/*�߿�Բ��*/
.safety .border_radius{
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 2px #ccc;
}