@font-face {
    font-family: FontAwesome;
    src: url('../font/fa-solid-900.eot');
    src: url('../font/fa-solid-900.eot?#iefix') format('embedded-opentype'),
    url('../font/fa-solid-900.woff2') format('woff2'),
    url('../font/fa-solid-900.woff') format('woff'),
    url('../font/fa-solid-900.ttf') format('truetype'),
    url('../font/fa-solid-900.svg#FontAwesome') format('svg');
}

@font-face {
    font-family: Yekan;
    src: url('../font/Yekan.eot');
    src: url('../font/Yekan.eot?#iefix') format('embedded-opentype'),
    url('../font/Yekan.woff') format('woff'),
    url('../font/Yekan.ttf') format('truetype');
}

body {
    position: relative;
    float: right;
    width: 1000px;
    height: auto;
    margin: 0 calc((100% - 1000px) / 2);
    font-family: Yekan;
}

header {
    position: relative;
    float: right;
    width: 1000px;
    height: 251px;
    background-image: url("../image/pakpp.png");
}

header div:nth-child(1) {
    position: relative;
    float: right;
    width: 175px;
    height: 175px;
    background-color: #fff;
    margin: 20px;
    border-radius: 50%;
}

header div img {
    position: relative;
    float: left;
    width: 155px;
    height: auto;
    margin: 50.5px 10px;
}

header h1 {
    position: relative;
    float: right;
    width: 500px;
    height: auto;
    text-align: right;
    font-size: 42px;
    color: #2E3192;
    margin: 10px 55px 0 0;
}

header h2 {
    position: relative;
    float: right;
    width: 500px;
    height: auto;
    text-align: right;
    font-size: 22px;
    color: #A98B29;
    margin: 0 165px 0 0;
}

header img:nth-child(4) {
    position: absolute;
    width: 92px;
    height: 92px;
    top: 30px;
    left: 30px;
}

header h3 {
    position: absolute;
    width: auto;
    height: auto;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    color: #EA0307;
    top: 125px;
    left: 15px;
    margin: 0;
}

.list1 {
    position: relative;
    float: right;
    width: 1000px;
    height: 45px;
    margin: 15px 0 5px 0;
}

.list1 div:nth-child(1) {
    position: relative;
    float: left;
    width: 35%;
    height: 45px;
    line-height: 45px;
    background-color: #A98B29;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.list1 div:nth-child(2) {
    position: relative;
    float: left;
    width: 15%;
    height: 45px;
    line-height: 45px;
    background-color: #2E3192;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.list1 div:nth-child(3) {
    position: relative;
    float: left;
    width: 25%;
    height: 45px;
    line-height: 45px;
    background-color: #A98B29;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.list1 div:nth-child(4) {
    position: relative;
    float: left;
    width: 25%;
    height: 45px;
    line-height: 45px;
    background-color: #2E3192;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.list2 {
    position: relative;
    float: right;
    width: 1000px;
    height: 35px;
    margin: 0;
}

.list2:nth-child(2n+1) {
    background-color: #d8d8d8;
}

.list2 div {
    position: relative;
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #000;
    font-weight: bold;
}

.list2 div:nth-child(1) {
    width: 35%;
}

.list2 div:nth-child(2) {
    width: 15%;
}

.list2 div:nth-child(2):after {
    content: '\f005';
    font-family: FontAwesome;
    color: #ffcf46;
    margin-left: 5px;
}

.list2 div:nth-child(3) , .list2 div:nth-child(4) {
    width: 25%;
}

footer {
    position: relative;
    float: right;
    width: 1000px;
    height: auto;
    margin: 10px 0 0 0;
}

footer div {
    position: relative;
    float: right;
    width: 99%;
    height: auto;
    border-radius: 15px;
    border: 2px solid #000;
    margin: 0 .5%;
    text-align: right;
    padding: 10px;
    box-sizing: border-box;
}