.bgc {
    background-color: #dc4439 !important;
}

.Gbox {
    width: 1200px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.Gbox .GbLeft {
    width: 697px;
}

.Gbox .GbLeft .GblTop {
    width: 697px;
    height: 204px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Gbox .GbLeft .GblTop .contina1 {
    width: 343px;
    height: 204px;
    background-color: #2e6695;
}

.Gbox .GbLeft .GblTop .contina1 .imgBox {
    width: 343px;
    text-align: center;
    margin-top: 20px;
}

.Gbox .GbLeft .GblTop .contina1 .imgBox img {
    width: 85px;
    height: 98px;
}

.Gbox .GbLeft .GblTop .contina1 .titBox {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
}

.Gbox .GbLeft .GblTop .contina1 .conTex {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    margin-top: 5px;
}

.Gbox .GbLeft .GblTop .contina2 {
    width: 343px;
    height: 204px;
    background-color: #2e6695;
}

.Gbox .GbLeft .GblTop .contina2 .imgBox {
    width: 343px;
    text-align: center;
    margin-top: 20px;
}

.Gbox .GbLeft .GblTop .contina2 .imgBox img {
    width: 85px;
    height: 98px;
}

.Gbox .GbLeft .GblTop .contina2 .titBox {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
}

.Gbox .GbLeft .GblTop .contina2 .conTex {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    margin-top: 5px;
}

.Gbox .GbLeft .GblCen {
    width: 697px;
    height: 204px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Gbox .GbLeft .GblCen .contina3 {
    width: 343px;
    height: 204px;
    background-color: #2e6695;
}

.Gbox .GbLeft .GblCen .contina3 .imgBox {
    width: 343px;
    text-align: center;
    margin-top: 20px;
}

.Gbox .GbLeft .GblCen .contina3 .imgBox img {
    width: 85px;
    height: 98px;
}

.Gbox .GbLeft .GblCen .contina3 .titBox {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
}

.Gbox .GbLeft .GblCen .contina3 .conTex {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    margin-top: 5px;
}

.Gbox .GbLeft .GblCen .contina4 {
    width: 343px;
    height: 204px;
    background-color: #2e6695;
}

.Gbox .GbLeft .GblCen .contina4 .imgBox {
    width: 343px;
    text-align: center;
    margin-top: 20px;
}

.Gbox .GbLeft .GblCen .contina4 .imgBox img {
    width: 85px;
    height: 98px;
}

.Gbox .GbLeft .GblCen .contina4 .titBox {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
}

.Gbox .GbLeft .GblCen .contina4 .conTex {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    margin-top: 5px;
}

.Gbox .GbLeft .GblBottom {
    width: 697px;
    height: 115px;
    margin-top: 10px;
    background-color: #2e6695;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Gbox .GbLeft .GblBottom .botBox {
    width: 63px;
    height: 74px;
    margin-right: 20px;
}

.Gbox .GbLeft .GblBottom .botBox img {
    width: 100%;
    height: 100%;
}

.Gbox .GbLeft .GblBottom .botTex {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}

.Gbox .GbRight {
    width: 490px;
}

.Gbox .GbRight .GbrTop {
    width: 490px;
    display: flex;
    justify-content: space-between;
}

.Gbox .GbRight .GbrTop .conint {
    width: 240px;
    height: 418px;
    background-color: #2e6695;
}

.Gbox .GbRight .GbrTop .conint .imgbox {
    width: 100%;
    text-align: center;
    margin-top: 144px;
}

.Gbox .GbRight .GbrTop .conint .imgbox img {
    width: 85px;
    height: 99px;
}

.Gbox .GbRight .GbrTop .conint .texc {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 15px;
    text-align: center;
}

.Gbox .GbRight .GbrBottom {
    width: 490px;
    height: 115px;
    margin-top: 10px;
    background-color: #2e6695;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Gbox .GbRight .GbrBottom .botBox {
    width: 63px;
    height: 74px;
    margin-right: 20px;
}

.Gbox .GbRight .GbrBottom .botBox img {
    width: 100%;
    height: 100%;
}

.Gbox .GbRight .GbrBottom .botTex {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}

.yst{
    cursor: pointer;
}