.bold {
    font-weight: bold;
}

.red {
    color: #DF0124;
}

body {
    min-width: 1200px;
    color: #333333;
    font-family: "SourceHanSansCN-Regular";
    background-color: #F7F9F6;
    background-image: url("../img/bottombg.png");
    background-position-y: bottom;
    background-repeat: no-repeat;
}
.bottombg {
    position: absolute;
    bottom: 0;
}

.page-main {
    overflow: hidden;
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
}

.container {
    margin: 0 auto;
    width: 1300px;
}

.header img {
    display: block;
    width: 100%;
}

.nav {
    margin: 48px auto 40px auto;
    width: 1200px;
}

.nav li {
    position: relative;
    margin-left: 25px;
    float: left;
}

.nav li::after {
    content: "";
    position: absolute;
    right: -17px;
    top: 20px;
    width: 8px;
    height: 8px;
    background-color: #D19D62;
    transform: rotate(45deg);
}

.nav li:nth-last-child(1)::after {
    display: none;
}

.nav li.first {
    margin-left: 0;
}

.nav a {
    display: block;
    width: 178px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    color: #9d642b;
    background: url(../img/nav-border.png) no-repeat;
}

.nav a.active {
    color: #ffffff;
    background: url(../img/nav-border-active.png) no-repeat;
}

.goal {
    padding-top: 32px;
    margin: 0 auto;
    width: 1004px;
    height: 452px;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
    color: #443312;
    overflow: hidden;
    font-family: "PingFang-SC-Regular";
    background: url(../img/goalBg.png) no-repeat left;
}

.line {
    padding: 50px 0 50px 0;
    margin: 50px auto 0 auto;
}

.line .title {
    text-align: center;
}

.line .sub {
    margin-top: 12px;
    text-align: center;
    font-size: 24px;
}

.line img {
    margin: 0 auto;
    display: block;
}

.claim {
    margin: 0 auto;
    padding: 42px;
    width: 920px;
    height: 1204px;
    background: url(../img/yaoqiuBorder.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    font-size: 24px;
    line-height: 46px;
    font-family: "PingFang-SC-Regular";
}

.claim .title {
    margin-bottom: 20px;
    text-align: center;
}

.claim .content {
    margin-bottom: 40px;
}

.claim .content li {
    margin-bottom: 50px;
}

.claim .headline {
    margin-right: 20px;
}

.type {
    margin: 0 auto 150px auto;
    padding: 30px 42px;
    width: 920px;
    height: 287px;
    background: url(../img/type-border.png) no-repeat left;
    overflow: hidden;
}

.type .first {
    margin-bottom: 48px;
}

.type p {
    font-size: 24px;
    line-height: 46px;
}

.jubanfang {
    padding: 25px 42px;
    margin: 0 auto;
    width: 1004px;
    height: 247px;
    background: url(../img/jubanBorder.png) no-repeat left;
    font-size: 24px;
    line-height: 64px;
    overflow: hidden;
    color: #333333;
    box-sizing: border-box;
}

.jubanfang li {
    position: relative;
}

.setting {
    margin-top: 80px;
    font-family: 'SimSun';
}

.setting li {
    margin-left: 30px;
    float: left;
    width: 288px;
    height: 342px;
    background: rgba(235, 243, 234, 1);
    box-shadow: 2px 3px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
    font-family: SourceHanSansCN-Medium;
}

.setting .content {
    margin-top: 100px;
    font-weight: 600;
    text-align: center;
}

.setting .name {
    margin: 25px 0 20px 0;
    font-size: 30px;
    font-weight: 500;
    color: #DF0124;
}

.setting .sub {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 26px;
    height: 26px;
    color: #DF0124;
}

.setting .reward-li {
    font-size: 24px;
    line-height: 42px;
}

.headline {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #C3AA74;
    border-radius: 60px;
    font-size: 36px;
    color: #ffffff;
}

.about {
    padding: 42px;
    margin: 0 auto 200px auto;
    width: 920px;
    height: 1103px;
    background: url(../img/about-border.png) no-repeat center;
    overflow: hidden;
    font-size: 24px;
    line-height: 46px;
}

.about p {
    margin-bottom: 14px;
    text-indent: 2em;
}

.judges-list {
    margin: 0 auto;
    width: 1004px;
}

.judges-li {
    margin-bottom: 60px;
    position: relative;
    padding-left: 160px;
    width: 844px;
    letter-spacing: 1px;
}

.judges-li .avatar {
    position: absolute;
    top: 4px;
    left: 0;
    width: 140px;
    height: 140px;
}

.judges-li .title {
    font-size: 30px;
    letter-spacing: 4px;
    font-weight: bold;
}

.judges-li .desc {
    margin-top: 10px;
    font-size: 24px;
    line-height: 36px;
}

/* 
@media screen and (max-width: 1400px) {
    .claim{
        position: relative;
        right: 50px;
        padding: 0;
        width: 1200px;
        height: 1018px;
        background: url(../img/yaoqiuBorder.png);
        background-size: 100% 100%;
        font-size: 24px;
    }
    .claim .main{
        margin: 100px auto;
    }
    .goal{
        padding-top: 88px;
        width: 1000px;
        height: 424px;
        background: url(../img/goalBg.png);
        background-size: 100% 100%;
        font-size: 24px;
    }
    .type{
        position: relative;
        right: 50px;
        padding: 0;
        width: 1200px;
        height: 565px;
        background: url(../img/type-border.png);
        background-size: 100% 100%;
    }
    .type .headline, .type .content{
        font-size: 28px;
    }
    .type .sub{
        font-size: 22px;
    }
    .type .main{
        margin: 180px auto;
    }

    .contact{
        position: relative;
        right: 50px;
        padding: 0;
        width: 1200px;
        height: 384px;
        background: url(../img/contact-border.png) no-repeat;
        background-size: 100% 100%;
        font-size: 24px;
    }
    .contact .main{
        margin: 160px auto 0 auto;
        width: 600px;
    }
    .contact li{
        margin-bottom: 32px;
    }

    .jubanfang{
        position: relative;
        right: 50px;
        padding: 0;
        width: 1200px;
        height: 384px;
        background: url(../img/jubanBorder.png) no-repeat;
        background-size: 100% 100%;
        font-size: 24px;
    }
    .jubanfang .main{
        margin: 100px auto 0 auto;
        width: 600px;
    }
    .jubanfang li{
        margin-bottom: 20px;
    }

    .headline{
        position: relative;
        top: 4px;
    }
    .line img{
        height: 80px;
    }
    .setting li {
        margin-left: 32px;
        width: 360px;
        height: 338px;
        background-size: cover;
    }
    .setting .content{
        margin-top: 100px;
        font-size: 24px
    }
    .setting .sub{
        font-size: 18px;
    }

    .container{
        margin: 0 auto;
        width: 1200px;
    }
}

@media screen and (max-width: 1500px) {
    .reward{

        width: 1200px;
        height: 460px;
        background: url(../img/reward-border.png);
        background-size: 100% 100%;
    }
    .reward ul {
        margin: 180px auto 0 auto;
        width: 1160px;
    }
    .reward li{
        margin-left: 18px;
        width: 272px;
        height: 175px;
        font-size: 24px;
    }
}
.works-noData{
    margin: 0 auto 200px auto;
    width: 1200px;
}
.works .noData {
    display: block;
    width: 100%;
} */