﻿.u-bg-Title img {
    width: 100%;
}

.u-bg-wrap {
    padding-top: 20px;
}

.TitleText {
    width: 100%;
    min-height: 200px;
    margin: 25px 0px 44px 0px;
    position: relative;
    font-size: 1.8rem;
}

.TitleText p {
    margin: 38px 0px 10px 0px;
    text-align: justify;
    line-height: 3.5rem;
}

.MoreDiv {
    text-align: end;
    padding-bottom: 25px;
    margin-right: 50px;
    font-size: 1.6rem;
}

.MoreDiv a {
    text-decoration: underline;
    cursor: pointer;
    font-style: italic;
}

.Line {
    min-height: 3px;
    position: relative;
    font-size: 1.85rem;
    margin: 0px 0px 30px 0px;
}

.Line hr {
    width: 100%;
    height: 2px;
    background: #709cc3;
}

.Line p {
    position: absolute;
    top: -15px;
    left: 40%;
    background: white;
    padding: 2px 8px;
    font-width: bold;
}

.List {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.5rem;
    color: white;
}

.List p {
    width: 21%;
    padding: 10px 10px;
    margin: 10px 21px;
    background: #709cc3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.8rem;
    text-align: center;
}

.Listul {
    margin: 25px 0px;
}

.Listul li,
.Listol li {
    /* height: 8rem; */
    display: flex;
    align-items: center;
    list-style: none;
    border-bottom: 1px dashed #adadad;
    font-size: 1.8rem;
    line-height: 3.5rem;
}

.Listul li a {
    text-decoration: none;
    color: #000000;
}

.PicList {
    width: 100%;
    height: 327px;
    display: flex;
}

.PicListLeft {
    width: 50%;
    height: 100%;
    background: url(../images/there.png) no-repeat;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.8rem;
}

.PicListLeft p {
    height: 60px;
    display: flex;
    align-items: center;
    margin-left: 44px;
    cursor: pointer;
}

.PicListRight {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.PicListRight .MoreDiv {
    text-align: left;
}
.PicText {
    width: 78%;
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    margin-bottom: 15px;
    text-align: justify;
    font-size: 1.8rem;
}

.Foot a {
    text-decoration: none;
}

.FooterBig {
    width: 100%;
    height: 63px;
    background: url(../images/Footer.png) no-repeat;
    background-size: 100% auto;
    color: white;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.List p:hover {
    background: #033769;
}

.List .ActiveA {
    background: #033769;
}

.Listul,
.PicText {
    display: none;
}

.ActiveAA,
.ActiveBB {
    display: block;
}
@media screen and (max-width: 768px) {
    .TitleText,
    .Listul li,
    .Listol li,
    .List p {
        font-size: 0.7rem;
    }
    .MoreDiv {
        font-size: 0.6rem;
    }
    .TitleText p,
    .Listul li,
    .Listol li {
        line-height: 1.3rem;
    }
    .Line {
        font-size: 1rem;
    }
    .List p {
        width:37%;
    }
    .List {
        padding-top: 10px;
    } 
}