﻿body {
}


.rsfwqy {
  
    margin-top:10px;
    margin-bottom:10px ;
    padding:20px;
}

    .rsfwqy:hover .rsfwqy-content {
        background-color: #f7fafd;
    }

    .rsfwqy:hover .rsfwqy-title {
        background-color:  #4e6ef2;
    }


.rsfwqy-title {
    position: relative;
    background-color: #4e6ef2;
    height: 40px;
    font-size: 20px;
    border-radius: 20px;
    text-align: center;
    vertical-align: central;
    line-height: 40px;
    color: white;
    font-weight: 700;
    z-index: 1;
}

.rsfwqy-content {
    position: relative;
    margin-top: -10px;
    height: 150px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding: 30px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 2;
}




.rsfw_wmtg_item {
    background-color: #ffffff;
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.1);
    padding: 38px 25px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    height:250px;
    text-align:center ; 
}

    .rsfw_wmtg_item:hover {
        margin-top: -10px;
        background-color: #f7fafd;
    }

        .rsfw_wmtg_item:hover span {
            color: #137ef6;
        }

    .rsfw_wmtg_item::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 6px;
    width: 100%;
    z-index: 9;
    background: #fff;
    left: 0;
    transition: all 0.5s;
}
    .rsfw_wmtg_item:hover::after {
        background: #137ef6;
    }


.rsfw_wmtg_item_img {
    width:80px;
    height:80px ;
    margin:0 auto ; 
}
    .rsfw_wmtg_item_img span {
        font-size: 60px;
    }

.rsdlfwyd .content {
    margin:10px;
    height:120px;
    width:600px;
    margin:0 auto ;

}
.rsdlfwyd .left {
    width: 200px;
    float: left;
}

.rsdlfwyd .right {
    margin-left:230px;
}



.rsfwwmys .right, .rsfwwmys .left {
    width: 550px;
    height: 480px;
}

.rsfwwmys .titletext {
    text-align: left;
    border-bottom: 3px solid #2c99c0;
    padding-top: 20px;
    padding-left: 20px;
    height: 80px;
}
.rsfwwmys .contenttext {
    text-align: left;
    padding:20px;
    font-size:14px;
    line-height:30px;
    color:dimgray;
}



.rsfwwmys .left {
    border: 3px solid #2c99c0;
}


