.right_bt{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 150px;
}
.right_bt .right-text {
    padding: 28px 25px;
}
.right_bt .bg-lan {
    height: 12px;
    background-color: #004ea2;
    width: 100%;
}
.right_bt .bg-lan1 {
    position: absolute;
    bottom: 0;
    height: 12px;
    background-color: #004ea2;
    width: 100%;
}
.right_bt h3 {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top:0;
}
@media screen and (max-width: 767px) and (min-width: 1px){
    .right_bt .bg-lan {display:none;}
    .right_bt .bg-lan1 {display:none;}
}

/*******鑱旂郴浜�*******/
.right-text .cont div {border-bottom: 1px dashed #ccc;font-size: 14px;padding: 12px 5px;}
.right-text .cont div span {display: table-cell;line-height: 20px;}
.right-text .cont div span:first-child {display: table-cell; white-space: nowrap; padding-right: 8px; font-weight: bold;}
.right-text .cont p {margin-top: 30px;}
.right-text .cont img {display: block; text-align: center; margin: 0 auto;}
.right-text .cont p img {display: block;width: 80%;height: auto;}