a:focus{
    text-decoration: none
}
a:hover{
    text-decoration:none;
    color:#333;
}
a{
    color: #000;
}
.key-screen{
    background: #fff;
    box-shadow: 0px 4px 5px #e2e2e2;
}
.list-title{
    width: 100%;
    height: 40px;
    background: #fff;
    margin-top: 15px;
    border-bottom: solid 2px #0099ff;
}
.list-title div{
    width: 114px;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #0099ff;
}
.list-title div span{
    color:white;
    font-size: 16px;
}
.provider-list{
    width: 1200px;
    height:1670px;
}
.provider-list .provider-item{
    margin-top: 15px;
    width: 100%;
    height: 145px;
    background-color: #fff;
    box-shadow:0px 4px 5px #e2e2e2;
}

.provider-item img{
    height: 100%;
    width:220px;
}

.provider-item .item-detail{
    float: right;
    height: 100%;
    width: 950px;
    display: inline-block;
    margin-right: 15px;
}
.item-detail .title{
    display: block;
    width: 100%;
    font-weight: bold;
    padding-top: 5px;
}

.item-detail .area{
    display: block;
    font-size: 10px;
    padding: 10px 0px;
    color: #737373;
}

.item-detail .label{
    display: inline-block;
    width: 100px;
    height: 30px;
    border: solid 1px #e2e2e2;
    line-height: 30px;
    text-align: center;
    font-size: 10px;
}

.item-detail>div>.label:not(:first-child){
    margin-left: 10px;
}


