@charset "utf-8";
.header{
    box-shadow: 0px 10px 18.69px 2.31px rgba(0, 0, 0, 0.16);
}
.main1{
    margin: 40px auto;
}
body{background: #f3f8f8;}
.Publications{
    background: #00736d;
    padding: 29px 30px;
}
.Publications p{
    display: inline-block;
    color: #fff;
    font-family: "pala";
    font-size: 30px;
}
.Publications a{
    display: inline-block;
    color: #fff;
    font-family: "pala";
    font-size: 30px;
    border-bottom: 1px solid #fff;
}

.Representative{
    padding: 33px;
    background: #eaf8f7;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 1280px;
    min-height: 700px;
}
.Representative h2{
    font-family: "pala";
    font-size: 30px;
    color: #373636;
    background: url(../img/Representative.png) no-repeat left 4px;
    padding-left: 54px;
    font-weight:  600;
}
.Representative ul {
    margin-top: 30px;
}
.Representative ul li{
    padding: 22px;
}
.Representative ul li:nth-child(odd){
    background: #94b3b2;
}
.Representative ul li a{
    display: block;
    font-size: 24px;
    color: #373636;
    text-indent: 1em;
    position: relative;
}
.Representative ul li a:after{
    content: "";
    width: 10px;
    height: 10px;
    background: #00736d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}





























