*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
    font-family: "hanyiqihei";
}
.container{
    /* max-width: 1440px; */
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
body{
    width: 100%;
    height: auto;
    background-color: #F7F7F7;
}
header{
    width: 100%;
    height: 60px;
    /*background-color: rgba(215, 177, 128, 0.5);*/
    background-image: linear-gradient(180deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.20) 100%);
    filter: blur(6);
    position: absolute;
    z-index: 9999;
}
header div{
    /* width: calc(100% - 160px); */
    max-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;
    display: block;
    color: white;
    height: 40px;
}
header div .nav li a:hover{
    border-bottom: 1px solid white;
}
.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(133, 83, 83, 0.2);
    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;
}
.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: white;
    font-size: 14px;
    display: inline-block;
    transform: translateY(-7px);
}
.language > img{
    width: 15px;
    height: 15px;
    transform: translateY(-5px);
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: white;
    opacity: 0.6;
    font-size: 14px;
}
.content-box{
    position: relative;
    /* width: calc(100% - 160px); */
    max-width: calc(1440px - 160px);
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto;
    overflow: hidden;
}
#_banner{
    width: 100%;
    height: 320px;
    background-image: url("./../images/banner1.png");
    background-repeat: no-repeat;
    background-size: cover;
}
#_banner > .desc{
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 120px;
}
#_banner > .desc > p{
    color: white;
    font-family: "tencent";
}
#_banner > .desc > p:nth-child(1) {
    font-size: 48px;
    color: #FFFFFF;
}
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;
    font-family: "tencent";
}
.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;
}
.nav-bar{
    width: 100%;
    height: 72px;
    background: #FFFFFF;
    box-shadow: inset 0 1px 0 0 #ABABAB;
}
.nav-bar > ul{
    list-style: none;
    display: flex;
    justify-content: center;
}
.nav-bar > ul > li{
    width: 100px;
    height: 100%;
    text-align: center;
    line-height: 72px;
}
.nav-bar > ul > li > a{
    font-size: 16px;
    color: rgba(0,0,0,0.80);
}
.nav-bar > ul > li > a:hover{
    color: #C18E55;
}
.nav-bar > ul > .active{
    border-bottom: 2px solid #C18E55;
}
.nav-bar > ul > .active > a{
    color: #C18E55;
}

.activity-posts{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.activity-posts > div{
    width: calc(100% - 22px);
    height: calc(160px - 20px);
    background-color: white;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    overflow: hidden;
    border-right: 1px solid #DBDBDB;
}
.activity-posts > div:hover{
    border-right: 2px solid #C18E55;
    box-shadow: 0 4px 12px 8px rgba(0,0,0,0.03);
}
.activity-posts > div:hover > .post-date > .day,
.activity-posts > div:hover > .post-title > .title {
    color: #C18E55;
}{
    color: #C18E55;
}
.activity-posts > div > .post-date{
    width: 112px;
    height: 144px;
    background-color: #F8F8F8;
}
.activity-posts > div > .post-date > .month{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    color: #000000;
    margin-top: 20px;
}
.activity-posts > div > .post-date > .day{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 32px;
    color: #000000;
    margin-top: 5px;
}
.activity-posts > div > .post-date > .year{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    color: #000000;
    margin-top: 15px;
}
.activity-posts > div > .post-img{
    width: 266px;
    height: 144px;
    margin-left: 15px;
}
.activity-posts > div > .post-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.activity-posts > div > .post-title{
    width: calc(100% - 112px - 266px - 220px - 180px - 60px);
    height: 144px;
    margin-left: 15px;
}
.activity-posts > div > .post-title-noimg > .activity-date,
.activity-posts > div > .post-title > .activity-date
{
    display: none;
}
.activity-posts > div > .post-title-noimg{
    width: calc(100% - 112px - 220px - 180px - 45px);
    height: 144px;
    margin-left: 15px;
}
.activity-posts > div > .post-title > .title,
.activity-posts > div > .post-title-noimg > .title
{
    display: block;
    max-height: 58px;
    width: 100%;
    font-size: 20px;
    color: #000000;
    overflow: hidden;
    margin-top: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.activity-posts > div > .post-title-noimg > .title{
    color: #C18E55;
}
.activity-posts > div > .post-title > .desc,
.activity-posts > div > .post-title-noimg > .desc{
    display: block;
    max-height: 60px;
    width: 100%;
    font-size: 14px;
    color: rgba(0,0,0,0.40);
    overflow: hidden;
    margin-top: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.activity-posts > div > .activity-date{
    width: 220px;
    height: 144px;
    margin-left: 15px;
    text-align: left;
}
.activity-posts > div > .activity-date > .date{
    font-size: 18px;
    color: #000000;
    margin-top: 40px;
}
.activity-posts > div > .activity-date > .type{
    font-size: 14px;
    color: rgba(0,0,0,0.40);
    margin-top: 15px;
}
.activity-posts > div > .post-tool{
    /*background-color: red;*/
    width: 180px;
    height: 144px;
    margin-left: 15px;
    line-height: 144px;
}
.activity-posts > div > .post-tool > p > a{
    font-size: 16px;
    color: #C18E55;
}
.activity-posts > div > .post-tool > p > img{
    width: 14px;
    height: 14px;
}

/* 适配 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;
        padding: 0;
    }
    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;
    }
    .activity-posts > div{
        border-right: 2px solid #C18E55;
    }
    .activity-posts > div > .post-date{
        width: 66px;
    }
    .activity-posts > div > .post-title,
    .activity-posts > div > .post-title-noimg
    {
        width: calc(100% - 66px - 35px);
    }
    .activity-posts > div > .post-title > .title,
    .activity-posts > div > .post-title-noimg > .title
    {
        color: rgba(0,0,0,0.80);
        font-size: 16px;
        max-height: 45px;
    }
    .activity-posts > div > .activity-date,
    .activity-posts > div > .post-title-noimg > .desc,
    .activity-posts > div > .post-title > .desc,
    .activity-posts > div > .post-img,
    .activity-posts > div > .post-tool
    {
        display: none;
    }
    .activity-posts > div > .post-title-noimg > .activity-date,
    .activity-posts > div > .post-title > .activity-date{
        display: block;
    }
    .activity-posts > div > .post-title-noimg > .activity-date  > .date,
    .activity-posts > div > .post-title > .activity-date  > .date{
        font-size: 14px;
        color: rgba(0,0,0,0.80);
        margin-top: 30px;
    }
    .activity-posts > div > .post-title-noimg > .activity-date  > .type,
    .activity-posts > div > .post-title > .activity-date  > .type{
        font-size: 14px;
        color: rgba(0,0,0,0.40);
        margin-top: 0;
    }
}