﻿.TopLinks_SearchBox_Wrapper {
    width: 300px;
}

.News .R {
    width: 40%;
}

.News .L {
    width: 54%;
    margin: 2% 2% 2% 4%;
}

.Box {
    width: 100%;
    float: none;
}

.Box .Title {
    text-align: right;
    padding-right: 1%;
    width: 99%;
}

.Gv .Download {
    width: 30%;
}

.Gv th {
    padding: 2%;
}

.Gv td {
    padding: 2%;
}

.PersonInfo .R {
    width: 30%;
    float: none;
    margin: auto;
}

.PersonInfo .R img {
    width: 150px !important;
}

.PersonInfo .L {
    width: 100%;
    float: none;
    margin-top: 5%;
}

.PersonInfo .PI-F {
    width: 30%;
}

.PersonInfo td {
    border: dotted 1px #f3d5b2;
}

.PersonInfo td span {
    border-left-width: 0;
}

.personsW .person {
    flex-direction: column;
    align-items: center;
}

.personsW .person .imageW {
    margin-bottom: 1rem;
    width: 30%;
}

.personsW .person .textW {
    width: 100%;
    margin-right: 0;
}

.personsW .person .textW .item {
    width: 100%;
}

.personsW .person .textW .item.row1 {
    background-color: initial;
}

.personsW .person .textW .item:nth-child(2n+1) {
    background-color: rgb(253, 247, 240);
}