/* 321 */
.flex {
    display: flex;
}
a {
    border: 0 ;
    padding: 0;
    margin: 0;
    text-decoration: none;
    outline: none;
}
.container {
    text-align: center;
    background-color: #F9F4ED;
}
/*213123  */
.header_swipper_box {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
}
.header_swipper {
    display: flex;
    width: auto;
    transition: all 0.5s ease;
}
.header_swipper_item {
    height: 40px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    background-color: #B4975F;
    justify-content: center;
    /* pointer-events: none; */
    user-select: none;
}
.header {
    position: sticky;
    top: 0;
    z-index: 999;
    min-width: 1980px;
    width: 100%;
}
.header_filter {
    position: relative;
}
.header_filter_logo {
    width: 92px;
    height: 58px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header_filter {
    background-color: white;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding-right: 40px;
}

.header_filter_left {
    align-items: center;
    margin-left: 40px;
}
.header_filter_left_item_box {
    display: flex;
    position: relative;
    height: 80px;
    box-sizing: border-box;
    align-items: center;
}
.header_filter_left_item_select {
    position: absolute;
    top: 100%;
    left: 0;
    height: 0;
    font-size: 12px;
    overflow: hidden;
    background-color: white;
    transition: all 0.4s;
}
.header_filter_left_item_box:hover .header_filter_left_item_select{
    height: auto;
    transition: all 0.4s;
}
.header_filter_left_item_select:hover{
    height: auto;
    transition: all 0.4s;
}
.h_l_select_item {
    padding: 10px 20px;
    width: auto;
    white-space: nowrap;
}
.h_l_select_item:hover {
    background-color: #B4975F;
    color: white;
}
.header_filter_left_item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 12px;
    cursor: pointer;
    font-weight: 700;
    letter-spacing:1px;
    transition: all 0.4s ease-in-out;
}
.header_filter_left_item_active {
    color: #B4975F;
}
.header_filter_left_item_box:not(:first-child){
    margin-left: 20px;
}
.header_filter_left_item:hover{
    opacity: 0.6;
}
.header_filter_left_ft{
    width: 24px;
    height: 25px;
}

.header_filter_right>:not(:first-child) {
    margin-left: 24px;
}
.header_filter_right_item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 12px;
    cursor: pointer;
    font-weight: 700;
    letter-spacing:1px;
    transition: all 0.4s ease-in-out;
}
.header_filter_right_img {
    width: 22px;
    height: 22px;
}

/* content */
.content {
    text-align: center;
    /* display: inline-block; */

}

/* 新闻 */
.news_box {
    background-color: white;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
    min-width: 1980px;
    padding-bottom: 100px;
}
.news_info {
    width: 1818px;
}
.news_poster {
    font-size: 24px;
    color: #8E8E8E;
    text-align: start;
}
.news_total {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.news_total_left {
    transform: scale(0.8);
}
.news_total_center {
    font-size: 36px;
    margin: 0 30px;
}
.news_total_center_title_english {
    font-weight: 400;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
.news_total_right {
    transform: rotate(180deg) scale(0.8);
}

.news_content {
    display: flex;
    margin-top: 62px;
}
.news_content_img {
    width: 712px;
    height: 770px;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 42px;
}
.news_content_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_list {
    flex: 1;
    height: 770px;
    overflow: auto;
    scrollbar-width: none;
    -webkit-scrollbar: none;
}
.news_list_item {
    display: flex;
    border: 1px solid #8BB396;
    border-radius: 12px;
    align-items: center;
    padding: 13px;
    margin-bottom: 10px;
}
.news_list_item_img {
    width: 175px;
    height: 118px;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 20px;
}
.news_list_item_info {
    text-align: start;
    flex: 1;
}
.news_list_item_title {
    font-size: 29px;

}
.news_list_item_time {
    font-size: 24px;
    margin-top: 36px;
}












.follow_box {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 1980px;

}
.follow {
    width: 1200px;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #CCCCCC;
}
.follow_title{
    font-size: 45px;
}

.follow_right_img {
    width: 25px;
    height: 25px;
}
.follow_right>:not(:first-child){
    margin-left: 12px;
}



.footer_box {
    display: flex ;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    width: 100%;
    min-width: 1980px;
}
.footer {
    width: 1200px;
    padding-bottom: 50px;
    border-bottom: 1px solid #CCCCCC;
}
.footer_li {
    width: 300px;
}
.footer_li_title{
    font-size: 20px;
    color: #b4975f;
    margin-bottom: 30px;
    text-align: start;
}
.footer_li_list {
    text-align: start;
}
.footer_li_list_item {
    display: block;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    font-family: priori-sans, sans-serif;
    align-items: center;
}
.footer_li_list_item_img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}


/* 页脚 */
.footer_bottom_box {
    display: flex;
    justify-content: center;
    align-self: center;
}
.footer_bottom {
    width: 1200px;
    padding-bottom: 100px;
    font-size: 13px;
    justify-content: space-between;
    user-select: none;
}
.footer_bottom_right {
    justify-content: flex-end;
}
.footer_bottom_right_item:not(:first-child){
    margin-left: 12px;
}


/*  */


