﻿/**!
 * author: gaoli;
 * date:2022-01-14
 */
.r-bd {
    min-height: 757px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

.website-block {
    padding: 20px 0px;
}

.website-block+.website-block {
    border-top: 1px dashed #ddd;
}

.website-l {
    float: left;
    line-height: 28px;
}

.website-l a{
       color: #333;
}

.website-items {
    margin-left: 120px;
}

.website-item {
    float: left;
    padding-left: 12px;
    line-height: 28px;
    margin-left: 10px;
    background: url("../images/point.jpg") no-repeat left center;
}

.website-item:hover {
    background-image: url("../images/point-cur.jpg");
}

.website-item>a {
    color: #333;
}

.website-item>a:hover {
    color: #3276bc;
}