.rtLtTitleLinesNo1v1 .meMsg_MsgBlk {
    text-align: center;
    width: 100%;
    max-width: 930px;
    position: relative;
}
.rtLtTitleLinesNo1v1 .meMsg_MsgBlk .meMsg_MsgTitle {
    color: #000000;
    font-weight: 800;
    font-size: 20px;
    display: block;
    text-align: center;
    margin: 95px auto 50px;
}
.rtLtTitleLinesNo1v1 .meMsg_MsgBlk .meMsg_MsgTitle:before {
    background: #FF5C00;
    content: "";
    position: absolute;
    height: 2px;
    top: 13%;
    width: 41%;
    left: 0;
}
.rtLtTitleLinesNo1v1 .meMsg_MsgBlk .meMsg_MsgTitle:after {
    background: #FF5C00;
    content: "";
    height: 2px;
    position: absolute;
    top: 13%;
    width: 41%;
    right: 0;
}



/*=================手機版  開始===================*/

@media (max-width: 700px) {

.rtLtTitleLinesNo1v1 .meMsg_MsgBlk .meMsg_MsgTitle {
    margin: 30px auto 10px; }

}
