<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.head{
    margin-top: 10px;
}
.head .title{
    background-color:#e7e7e8;
    width: 880px;
}
.head .title span{
    float: left;
    background-color: #d1d2d4;
    height: 40px;
    width: 80px;
    text-align: center;
    line-height: 40px;
}
.head .title ul {
    float: left;
    height: 40px;
    padding-left: 10px;
}
.head .title ul li{
    float: left;
    line-height: 40px;
    margin: 0 15px;
}
.head .title ul li a{
    display: block;
    color: #666;
}
.head .title ul li a:hover,
.head .title ul li a.active{
    color: #5179a8;
}

.head .tel{
    background-color:#57585a;
    height: 40px;
    color: #fff;
    line-height: 40px;
}
.head .tel span{
    padding-left: 20px;
}
.head .tel span img{
    width: 20px;
    vertical-align: middle;
    margin-right: 8px;
}
.head .tel span a{
    color: #fff;
}

.items{
    margin-top: 20px;
    padding-bottom: 30px;
}
.items ul li{
    float: left;
    width:380px;
    padding: 25px 18px;
    border-bottom:1px solid #cecece;
}
.items ul li a.info1{
  display: block;
}
.items ul li a.info1 img{
    width: 100%;
}
.items ul li a.info1 .p1{
    font-size: 16px;
    color: #333;
    margin: 10px 0;
}
.items ul li a.info1 .p2{
    font-size: 14px;
    color: #666;
    margin: 10px 0;
}
.items ul li a.info2{
     width: 80px;
    height: 30px;
    border:1px solid #cecece;
    border-radius: 10px;
    line-height: 32px;
    text-align: center;
    display: block;
    margin-top: 15px;
   
}</pre></body></html>