﻿*{
    margin: 0;
    padding: 0;
}
body{
    width: 100%;
    height: 100vh;
    background-color: #FEFEFE;
}
.content{
    /*background-color: #248C65;*/
}
/*.head{*/
    /*height: 18vh;*/
    /*width: 100vw;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*background-color:#FEFEFE ;*/
    /*background: url("images/logo.jpg") no-repeat;*/
/*}*/
.mainTitle{
    height: 1.5vh;
    margin-bottom: 5px;
    margin-top: 3vh;
}
.title{
    color: #20AB7B;
    font-size: 18px;
    display: inline-block;
}
.address{
    float: right;
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 500;
    display: block;
    /*margin-bottom: 5px;*/
    padding: 0;
}
.hr1{
    color:#20AB7B;
    background-color: #20AB7B;
    height: 5px;
    width: 100%;
}
.artitleTitle{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.prize ul{
    list-style-type: none;
    font-size: 17px;
}
.tab{
    border: 1px solid black;
}
a{
    text-decoration: none;
    color: black;
}