@charset "utf-8";

/*Technical Support SudyTech*/
html {
    font-size: calc(100vw / 2920);
}

body {
    font-family: "Microsoft YaHei";
    background: #fff;
}

.post .tt {
    margin-bottom: 14px;
}

.post.post-131 .tt {
    display: flex;
    flex-direction: column;
    width: 1.5rem;
    align-items: flex-end;
}
.en_z {
    color: #ddd;
    font-size: 0.35rem;
}

/**标题字体**/
.post .tt .tit .title {
    color: #9f5527;
    font-size: 0.36rem;
    font-weight: normal;
    background: none;
    padding: 0;
    line-height: 50px;
    margin: 0;
}

.post.post-131 .tt .tit .title {
    font-size: 0.3rem;
    line-height: 0.5rem;
    border-top: 5px solid #cfa877;
    border-bottom: 1px solid #cfa877;
    flex-direction: column;
}

.post .more_btn {
    height: auto;
    margin-top: 0;
    line-height: 50px;
}

.post.post-121 .more_btn {
    float: none;
    text-align: center;
    display: block;
    margin-top: 22px;
}

.post.post-121 .more_btn .more_text,
.post.post-121 .more_btn a {
    line-height: 38px;
    background: rgb(255 255 255 / 10%);
    color: #fff;
    height: 38px;
    width: 200px;
    display: inline-block;
    border-radius: 12px;
    border: 1px solid #fff;
}

.post .more_btn .more_text,
.post .more_btn a {
    font-size: 0.2rem;
    cursor: pointer;
    background: unset;
    width: auto;
    height: auto;
    color: #9f5527;
}

.post .more_btn a {
    color: #9f5527;
}

.post .more_btn a:hover {
    color: #9f5527;
}

.post .news_list .news .news_imgs {
    background: none;
}

.post .news_list .news .news_imgs a {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.post .news .news_imgs img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    object-fit: cover;
    transition: all .4s ease-in-out
}

.post .news:hover .news_imgs img {
    transform: scale(1.1)
}

.main1 {
    background: #fff;
}

.main1 .inner {
    padding: 30px 0
}

.main1 .ml {
    width: 47.14%;
    float: left
}

.main1 .mr {
    width: 45.36%;
    float: right
}

.post-111 .news_list .news {
    display: flex;
    gap: 30px
}
.post-111 .news_list .news .news_imgs{
    width:280px;
    height: 185px;
}
.post-111 .news .news_imgs a {
}

.post-111 .news .news_wz {flex:1;padding: 10px 0;}

.post-111 .news .news_date {
    color: #9f5527;
    display: flex;
    gap: 5px;
    align-items: flex-end;
}

.post-111 .news .news_year {
    font-size: 13px;
    line-height: 15px;
}

.post-111 .news .news_days {
    font-size: 20px;
}
.post-111 .news .news_title a{color: #9f5527;}
.post-111 .news .news_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #9f5527;
    line-height: 30px;
    height: 90px;
}

.post-111 .news_list li.news .news_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}

.post-111 .news_list.list1 {
    margin-top: 35px;
}

.post-111 .news_list.list1 .news {
    display: block;
    margin-bottom: 5px
}

.post-111 .list1 .news .news_title {
    -webkit-line-clamp: 1;
    border: 1px solid #999;
    line-height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    height: 50px;
}

.post-112 .news_list .news{/* position:relative; */}
.post-112 .news_list .news .play_btn {
    position: absolute;
    content: "";
    width: 20%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    cursor: pointer;
}
.post-112 .news_list .news .play_btn  img{width:100%;}
.post-112 .news_list .news .news_video{
    padding-top: 55.9%;
    position:relative;
    width:100%
}
.post-112 .news_list .news .news_video video{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    
}
.post-112 .news .news_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    line-height: 66px;
}
.post-112 .news .news_title:hover a {color:#cfa776}
.main2 {
    background: #fff url(dhimg/main2.jpg) no-repeat center;
    background-size: 100%
}

.main2 .inner {
    padding: 0.7rem 0;
}

.post-121 {
    /* margin-top: -25px; */
    width: 100%;
}

.post-121 .news_list {
    display: flex;
    justify-content: space-between;
    margin: 0 -0.3rem;
}

.post-121 .news_list .news {
    width: 33.3%;
    border-radius: 15px;
    padding: 0 0.3rem;
}

.post-121 .news_list .news .news_imgs {
    border-radius: 8px;
    border: 1px solid #fff;
    width: 100%;
}
.post-121 .news_list .news .news_imgs a{
    border-radius:8px;
    padding-top: 33.33%;
}
.post-121 .news_list .news .news_imgs a img{/* height:auto; *//* margin: initial; */}
.main3 {
    background: #Fff
}

.main3 .inner {
    padding: 25px 0 110px;
}

.post-131 {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: center;
}
.post-131 .con{flex:1;width: calc(100% - 2.1rem);}
.post-131 .news_list {
    /* display: flex; */
    /* justify-content: center; */
    /* overflow: hidden; */
    position: relative;
}
.post-131 .slick-list{margin:0 -10px}
.post-131 .news_list .news {
    /* height: 465px; */
    margin: 0 10px;
}

.post-131 .news_list .news .news_imgs {
}
.post-131 .news_list .news .news_imgs a{padding-top:164%;}
.post-131 .news_list .news:hover .news_imgs img{transform:none}
.post-131 .slick-dots{right:0;width: auto;bottom: -64px;}
.post-131 .slick-dots li{width:14px;height:14px;margin:0 8px}
.post-131 .slick-dots li.slick-active{background:#cfa776}
.main4 {
    background: #Fff
}

.main4 .inner {
    padding: 0 0 50px;
    width: var(--innerWidth);
    display: block;
}

.post-141 {}

.post-141 .news_list {
    display: flex;
    justify-content: space-between;
}
.post-141 .news{width:calc((100% - 60px) / 3)}
.post-141 .news_list .news a{
    width: 100%;
    height: 267px;
    display:block;
    position: relative;
}
.post-141 .news_list .news .news_imgs{
    width:100%;
    height:100%;
    background: none;
    position: relative;
    overflow:hidden
}
.post-141 .news_list .news .news_title{position:absolute;font-size:30px;color:#fff;top:40px;width:100%;text-align:center;line-height:40px;font-weight:bold}

/* 图文列表 */
.list .news_list.list2 li.news {
    display: flex;
    justify-content: space-between;
margin-bottom:20px
}

    .list .news_list.list2 li.news .news_imgs{ width:100%;height:auto;background:none;width:300px}
    .list .news_list.list2 li.news .news_imgs a{width:100%;padding-top:60%;display: block;overflow: hidden;position: relative;}
    .list .news_list.list2 li.news .news_imgs img{width:100%;position: absolute;left:0;top:0;height:100%;object-fit:cover}
.list .news_list.list2 li.news .news_wz {
    width: calc(100% - 330px);
    padding: 33px;
    box-sizing: border-box;
}

.list .news_list.list2 li.news .news_title {
    position: initial;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px
}

.list .news_list.list2 li.news .news_meta {
    font-size: 16px;
    color: #9f5527;
    line-height: 20px
}

.list .news_list.list2 li.news .news_text {
    position: initial;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    height: 54px;
}

.nav .wp-menu .menu-item a.menu-link{}

.list.mas .news_list.list2  {display:flex;flex-wrap:wrap;column-gap:calc((100% - 4*22%) / 3)}
.list.mas .news_list.list2 li.news {flex-direction:column;width: 22%;margin-bottom: 0;}
.list.mas .news_list.list2 li.news .news_wz{width:100%;padding: 18px 0;}
.list.mas .news_list.list2 li.news .news_wz .news_title{text-align:center;}
.list.mas .news_list.list2 li.news .news_imgs{
    width: 100%;
}
.list.mas .news_list.list2 li.news .news_imgs a{
    padding-top: 171%;
}
.list.mas .news_list.list2 li.news .news_imgs a img{}
@media screen and (max-width: 999px) {
    .main1 .ml,.main1 .mr{width:100%;float:none}
    .main1 .ml{padding-bottom:30px}
.post-112 .news_list .news .news_imgs::before{width:20%;height:20%}
    .main2 {background-size:cover}
    .post-121 .news_list{flex-direction:column;gap:15px;justify-content:center;align-items: center;}
    .post-121 .news_list .news{width:80%;}
    .main3 .post-131{flex-direction:column}
    .post.post-131 .tt{flex-direction:row;justify-content: space-between;width: 100%;}
    .post-131 .con{
    width: 100%;
}
    .post-131 .news_list{width:80%;margin:0 auto}
    .post-131 .news_list .news{height:auto}
.post-131 .news_list .news .news_imgs{height: 100%;}
.post-131 .news_list .news .news_imgs a{height:auto;padding-top: 165%;}
.list.mas .news_list.list2 li.news .news_wz .news_title{font-size:16px}
    
}
@media screen and (max-width:767px){
.post-141 .news_list{flex-direction:column;gap:10px}
    .post-141 .news{width:100%}

}
@media screen and (max-width:640px){
    .list .news_list.list2 li.news{flex-direction:column}
    .list .news_list.list2 li.news .news_imgs{ width:100%;height:auto}
    .list .news_list.list2 li.news .news_imgs a{width:100%;padding-top:60%;display: block;overflow: hidden;position: relative;}
    .list .news_list.list2 li.news .news_imgs img{width:100%;position: absolute;left:0;top:0;height:100%;object-fit:cover}
    .list .news_list.list2 li.news .news_wz{width:100%;padding: 15px 0;}
    .list.mas .news_list.list2 li.news {flex-direction:column;width:30%;}
.list.mas .news_list.list2  {display:flex;flex-wrap:wrap;column-gap:calc((100% - 3*30%) / 2)}

    
}
@media screen and (max-width:567px){
    .post-111 .news_list.list1{margin-top:0px}
    .post-111 .news_list .news{flex-direction:column;}
    .post-111 .news .news_imgs{width:100%;}
    .post-111 .news_list .news .news_imgs {width:100%;height:auto;}
    .post-111 .news_list .news .news_imgs a{padding-top:66%}
    
}

