*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
    font-family: "hanyiqihei";
}
.aligncenter{
    display: block;
    margin: 0 auto;
}
.alignright{
    float: right;
}
.container{
    width: 100%;
}
header{
    width: 100%;
    height: 60px;
    /*background-color: #C79D6E;*/
    background-color: white;
    border-bottom: 1px solid #DBDBDB;
}
header div{
    /*width: calc(100% - 160px);*/
    width: calc(1440px - 160px);
    margin: 0 auto;
    height: 60px;
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
}
header div .logo-box{
    height: 60px;
    width: auto;
}
header div .logo-box .logo-menu{
    display: none;
}
header div .logo-box .logo {
    margin-top: 17px;
    width: 150px;
    height: 26px;
    cursor: pointer;
}
header div .nav{
    list-style: none;
    flex-grow: 1;
}
header div .nav li{
    /* height: 60px; */
    margin-left: 30px;
    line-height: 60px;
    display: inline-block;
}
header div .nav li a{
    font-size: 14px;
    /*color: white;*/
    color: black;
    display: block;
    height: 40px;
}
header div .nav li a:hover{
    border-bottom: 1px solid #C18E55;
}
.tool-ul{
    list-style: none;
}
.tool-ul li{
    display: inline-block;
    margin-left: 30px;
}
.tool-img{
    display: block;
    width: 24px;
    height: 24px;
    margin-top: 18px;
}
.search-box{
    display: flex;
    width: 250px;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(247, 247, 247, 1);
    transform: translateY(-7px);
}
.search-box input{
    display: block;
    width: calc(100% - 70px);
    height: 100%;
    outline: none;
    font-size: 14px;
    color: black;
    background-color: transparent;
    margin-left: 15px;
}
.search-box img {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(./../images/search.png);
    background-size: 100%;
    margin-top: 8px;
    margin-right: 8px;
    cursor: pointer;
}
.language a{
    color: black;
    font-size: 14px;
    display: inline-block;
    transform: translateY(-7px);
}
.language img{
    width: 15px;
    height: 15px;
    transform: translateY(-5px);
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: black;
    opacity: 0.5;
    font-size: 14px;
}


footer{
    width: 100%;
    height: 298px;
    background-color: #D7B180;
}
.footer-menu-box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 80px;
}
.footer-menu-box > div > .title{
    color: white;
    font-size: 18px;
}
.footer-menu-box > div > a{
    display: block;
    color: white;
    font-size: 14px;
    margin-top: 15px;
}
.footer-menu-box > div > .site-info{
    color: white;
    font-size: 14px;
    margin-top: 15px;
}
.footer-menu-box > div > .site-remark{
    color: white;
    font-size: 28px;
}
.footer-menu-box > div > .site-logo{
    width: 188px;
    height: 33px;
    margin-top: 15px;
}
.footer-menu-box > .logo-box{
    text-align: right;
}
.footer-menu-box > div > .follow{
    text-align: right;
    margin-top: 15px;
}
.footer-menu-box > div > .follow > img{
    width: 24px;
    height: 24px;
}
footer > .site-copyright{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: white;
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
}footer{
     width: 100%;
     height: 298px;
     background-color: #D7B180;
 }
.footer-menu-box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 80px;
}
.footer-menu-box > div > .title{
    color: white;
    font-size: 18px;
}
.footer-menu-box > div > a{
    display: block;
    color: white;
    font-size: 14px;
    margin-top: 15px;
}
.footer-menu-box > div > .site-info{
    color: white;
    font-size: 14px;
    margin-top: 15px;
}
.footer-menu-box > div > .site-remark{
    color: white;
    font-size: 28px;
}
.footer-menu-box > div > .site-logo{
    width: 188px;
    height: 33px;
    margin-top: 15px;
}
.footer-menu-box > .logo-box{
    text-align: right;
}
.footer-menu-box > div > .follow{
    text-align: right;
    margin-top: 15px;
}
.footer-menu-box > div > .follow > img{
    width: 24px;
    height: 24px;
}
footer > .site-copyright{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: white;
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
}
.content-box{
    position: relative;
    /*width: calc(100% - 160px);*/
    width: calc(1440px - 160px);
    margin: 0 auto;
    overflow: hidden;
}
.post-body{
    width: 100%;
    min-height: 600px;
    display: flex;
}
.post-body > .right{
    width: 400px;
    margin-left: 60px;
}
.post-body > .left{
    width: calc(100% - 400px - 60px);
}
.post-body > .left > .post-title{
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 76px;
    font-size: 28px;
    color: #C18E55;
    letter-spacing: 0;
    line-height: 40px;
    margin-top: 30px;
}
.post-body > .left > .post-title > a:hover{
    color: #C18E55;
}
.post-body > .left > .post-info{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.post-body > .left > .post-info > span{
    font-size: 14px;
    color: rgba(0,0,0,0.40);
    letter-spacing: 0;
    line-height: 24px;
}
.post-body > .left > .post-info > span:nth-child(2) {
    margin-left: 60px;
}
.post-body > .left > .post-content{
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 25px;
    color: #4D4D4D;
    padding-top: 30px;
    padding-bottom: 30px;
}
.post-body > .left > .post-content > p,
.post-body > .left > .post-content div,
.post-body > .left > .post-content > section
{
    margin-bottom: 15px;
    width: 100%;
    display: block;
}

.post-body > .left > .post-content  h1,
.post-body > .left > .post-content  h1,
.post-body > .left > .post-content  h3,
.post-body > .left > .post-content  h4,
.post-body > .left > .post-content  h5 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.post-body > .left > .post-content img{
    max-width: 100%;
    height: auto;
}
.post-body > .right > .post-model{
    margin-top: 30px;
    width: 100%;
    /*background-color: red;*/
    margin-bottom: 30px;
}
.post-body > .right > .post-model > .model-title{
    width: 100%;
    height: 36px;
    font-size: 28px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 15px;
    font-family: tencent;
}
.post-body > .right > .post-model > .model-content{
    width: 100%;
}
.post-body > .right > .post-model > .model-content > .list-1{
    width: 100%;
    margin-bottom: 24px;
}
.post-body > .right > .post-model > .model-content > .list-1 > p{
    display: block;
    width: 100%;
    height: 50%;
    overflow: hidden;
}
.post-body > .right > .post-model > .model-content > .list-1 > p > a{
    font-size: 16px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    line-height: 24px;
}
.post-body > .right > .post-model > .model-content > .list-1 > p > a:hover{
    color: #C18E55;
}
.post-body > .right > .post-model > .model-content > .list-1 > p > span{
    margin-right: 5px;
    font-size: 16px;
    color: #C18E55;
    letter-spacing: 0;
    line-height: 24px;
}
.post-body > .right > .post-model > .model-content > .list-1 > p:nth-child(2) {
    font-size: 14px;
    color: rgba(0,0,0,0.40);
    letter-spacing: 0;
    line-height: 22px;
}
.post-body > .right > .post-model > .model-content > .list-2{
    width: 100%;
    height: 90px;
    margin-bottom: 15px;
    display: flex;
    /*justify-content: space-between;*/
}
.post-body > .right > .post-model > .model-content > .list-2 > .left {
    width: 160px;
    height: 100%;
}
.post-body > .right > .post-model > .model-content > .list-2 > .left > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-body > .right > .post-model > .model-content > .list-2 > .right {
    width: calc(100% - 160px - 15px);
    height: 100%;
    margin-left: 15px;
}
.post-body > .right > .post-model > .model-content > .list-2 > .right > .post-title{
    width: 100%;
    height: 48px;
    font-size: 16px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    line-height: 24px;
    overflow: hidden;
}
.post-body > .right > .post-model > .model-content > .list-2 > .right > .post-title > a{
    font-size: 16px;
    color: rgba(0,0,0,0.80);
}
.post-body > .right > .post-model > .model-content > .list-2 > .right > .post-title > a:hover{
    color: #C18E55;
}
.post-body > .right > .post-model > .model-content > .list-2 > .right > .post-date{
    width: 100%;
    height: 22px;
    font-size: 14px;
    color: rgba(0,0,0,0.40);
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 20px;
}

/* 适配 Ipad Pro 及以下 */
@media screen and (max-width: 1366px) {
    header div .logo-box .logo-menu {
        display: block;
        width: 24px;
        height: 24px;
        float: right;
        margin-top: 15px;
        margin-right: 15px;
    }

    header div .logo-box .logo {
        margin-left: 15px;
        height: 24px;
        /* content: url(./../images/logo_yellow.png); */
        margin-top: 15px;
    }

    header div .logo-box {
        width: 100%;
        /* border-bottom: 1px solid #FDFDFD; */
    }

    header div {
        width: 100%;
        margin: 0;
        height: 60px;
        display: block;
        /* background-color: white; */
    }

    header div .nav {
        position: relative;
        z-index: 999;
        /* background-color: white; */
    }

    header div .nav li {
        width: 100%;
        height: 60px;
        line-height: 60px;
    }

    header div .nav li a {
        color: black;
    }

    .search-box, .tool-ul {
        width: 100%;

    }

    header div .nav,
    header div .tool-ul {
        display: none;
    }

    .search-box {
        margin-top: 25px;
        display: flex;
        width: 85%;
        height: 40px;
        border-radius: 20px;
        background-color: rgba(199, 157, 110, 1);
        transform: translateY(-7px);
    }

    .search-box input {
        display: block;
        width: calc(100% - 70px);
        height: 100%;
        outline: none;
        font-size: 14px;
        color: white;
        background-color: transparent;
        margin-left: 15px;
    }

    .content-box {
        width: calc(100% - 32px);
        margin: 0 auto;
    }

    footer {
        height: 555px;
    }

    .footer-menu-box {
        display: flex;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .footer-menu-box > .service,
    .footer-menu-box > .law {
        width: 50%;
        order: 2;
    }

    .footer-menu-box > .logo-box {
        order: 3;
    }

    .footer-menu-box > div {
        width: 100%;
        margin-bottom: 30px;
        border-bottom: 1px solid white;
        padding-bottom: 30px;
    }

    .footer-menu-box > div > a {
        margin-top: 10px;
    }

    .footer-menu-box > .logo-box,
    .footer-menu-box > .logo-box > .follow {
        border-bottom: none;
        text-align: center;
    }

    .site-copyright {
        display: none;
    }

    .post-body {
        display: block;
    }

    .post-body > .left, .post-body > .right {
        width: 100%;
    }

    .post-body > .right {
        margin-left: 0;
    }
    .post-body > .left > .post-info{
        width: 100%;
        height: auto;
    }
    .post-body > .left > .post-info > span{
        margin-top: 15px;
        display: block;
        width: 100%;
        min-height: 24px;
        font-size: 14px;
        color: rgba(0,0,0,0.40);
        line-height: 24px;
        /*background-color: red;*/
    }
    .post-body > .left > .post-info > span:nth-child(2) {
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}