.projectBox {
    width: 1200px;
    margin: auto;
}
.projectTitle {
    width: 100%;
    font-size: 36px;
    color: #2f7de1;
    text-align: center;
    margin-bottom: 20px;
}
.projectBox>ul {
    width: 100%;
}
.projectBox>ul>li {
    width: 100%;
    display: flex;
    border: 1px rgb(214,178,136) solid;
    border-radius: 5px;
    margin-top: 20px;
    padding: 5px;
}
.projectBody {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.projectBox>projectContent {
    width: 65%;
}
.projectBox>img {
    width: 65%;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}
.projectSpan {
    width: 60%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.projectSpan span {
    width: 100%;
    margin: 10px;
    font-size: 16px;
    flex-grow:3!important;
}
.projectSpan p {
    text-align: center;
    font-size: 24px;
    flex-grow:1!important;
    font-weight: bold;
}
.projectBottom {
    display: flex;
    text-align: center;
    flex-grow:1!important;
}
.upData {
    color: #DE6B00;
    font-weight: bold;
    font-size: 22px;
}
.flex-grow-1{
    -ms-flex-positive:1!important;
    flex-grow:1!important
}
.change {
    color: #6c757d;
    font-size: 16px;
}
.change:hover {
    color: rgb(214,178,136);
}
.border-right{
    border-right:1px solid #dee2e6!important
}
.btn {
    width: 80px;
    height: 35px;
    font-size: 16px;
    background-color: white;
    border: 1px rgb(214,178,136) solid;
    border-radius: 5px;
    margin: 20px 20px 0 20px;
}
.btn:hover {
    background-color: rgb(214,178,136);
    color: white;
}