.box-rae-1{
    width: 100%;
}
.title-one-rae h1{
    margin: 15px 0px;
    color: rgb(168, 168, 5);

}
.title-one-rae h2{
    /* margin: 15px 0px; */
    color: rgb(168, 168, 5);
    margin: 20px 0px;
}

.title-one-rae h2 a{
    color: rgb(168, 168, 5);
}

.text-rae p{
    text-indent: 2em;
    font-size: 17px;
    line-height: 30px;
    padding: 10px 0px;
    box-sizing: border-box;
}
.imgs-rae{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.imgs-rae-a{
    width: 460px;
    height: 370px;
    margin-top: 15px;
    /* background-color: blue; */
}
.imgs-rae-a img{
    width: 460px;
    height: 370px;
}

.merit-rae{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.merit-rae-a{
    width: 460px;
}
.merit-rae li{
    margin-bottom: 15px;
    font-size: 17px;
}
.corjc{
    font-size: 16px;
    font-weight: 600;
    color: rgb(168, 168, 5);
}
.imgs3-rae{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.imgs3-rae li{
    margin-top: 10px;
    font-size: 17px;
}
.imgs3-rae-a{
    width: 300px;
    /* height: 270px; */
}
.imgs3-rae-a img{
    width: 300px;
    height: 270px;
}
.table-a-rae{
    width: 100%;
}
.table-a-rae table{
    width: 100%;
    border: 0px;
    border-collapse:collapse;
}
.table-a-rae table tr:hover{
    background-color:#ffdc185a;
    color: black;
    font-weight: 600;
}
.table-a-rae td{
    border: 1px solid black;
    font-size: 17px;
    padding: 3px;
    padding-left: 10px;
    box-sizing: border-box;
}