.news-header {
    height: calc(var(--base-font) * 380);
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}
.news-header .t1{
  width: calc(var(--base-font) * 150);
  height: calc(var(--base-font) * 36);
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: calc(var(--base-font) * 36);
  font-family: MicrosoftYaHei;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  line-height: calc(var(--base-font) * 36);
  margin: calc(var(--base-font) * 155) 0 0 calc(var(--base-font) * 350);

}
.news-header .t2 {
  width: calc(var(--base-font) * 201);
  height: calc(var(--base-font) * 15);
  overflow-wrap: break-word;
  color: rgba(223, 223, 223, 1);
  font-size: calc(var(--base-font) * 18);
  font-family: MicrosoftYaHei;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: calc(var(--base-font) * 18);
  margin: calc(var(--base-font) * 20) 0 calc(var(--base-font) * 154) calc(var(--base-font) * 350);
}

.left{
    width: calc(var(--base-font) * 1090);
    float: left;
}
.group_2 {
  margin: calc(var(--base-font) * 50) 0 0 0;
  display: flex;
  align-items: center;
}

.group_2 .title {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: calc(var(--base-font) * 18);
  font-family: MicrosoftYaHei;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  margin-right: calc(var(--base-font) * 20);
}

.group_2 .section_1 .text_1{
    border-radius: 0.33rem;
    height: calc(var(--base-font) * 40);
    width: calc(var(--base-font) * 120);
    line-height: calc(var(--base-font) * 40);
    text-align: center;
    color: rgba(102, 102, 102, 1);
    margin-right: calc(var(--base-font) * 20);
    border-radius: 0.33rem;
    border: 1px solid #DDDDDD;
    
}
.group_2 .section_1 .text_1.c2{
    border:1px solid rgba(242, 164, 97, 1);
    color: rgba(242, 164, 97, 1);
}
.group_2 .section_1 .text_1:hover,.group_2 .section_1 .text_1.cur{
    background: #F0A35F;
    color: #fff;
    border: none;
}

.list{display: flex;flex-wrap: wrap;margin-top:calc(var(--base-font) * 30)}
.list .anli-item{
    display:flex;
    background-color: rgba(246, 246, 246, 1);
    border-radius: calc(var(--base-font) * 9);
    width: calc(var(--base-font) * 1090);
    height: calc(var(--base-font) * 240);
    border: 1px solid rgba(230, 230, 230, 1);
    padding: calc(var(--base-font) * 30);
    margin-top: calc(var(--base-font) * 20);
}
.list .anli-item a{display:flex;}
.list .anli-item .lf{margin-right:calc(var(--base-font) * 20)}
.list .anli-item .thumb{
    width: calc(var(--base-font) * 240);
    height: calc(var(--base-font) * 180);
    border-radius: 0.33rem;
}
.list .anli-item .lr{margin-top: calc(var(--base-font) * 11);}
.list .anli-item .lr .title{
    width: calc(var(--base-font) * 488);
    height: calc(var(--base-font) * 25);
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: calc(var(--base-font) * 24);
    font-family: MicrosoftYaHei;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    line-height: calc(var(--base-font) * 24);
}
.list .anli-item .lr .info{margin-top:calc(var(--base-font) * 20);width: calc(var(--base-font) * 600);}
.list .anli-item .lr .info .t1{
    font-family: MicrosoftYaHeiLight;
    margin-top: calc(var(--base-font) * 5);
    color: #333333;
    font-size: calc(var(--base-font) * 16);
}
.list .anli-item  .btn-box{
    width: calc(var(--base-font) * 200);
    display: flex;
    flex-wrap: wrap;
    margin: calc(var(--base-font) * 30) calc(var(--base-font) * 10) 0 0;
}
.list .anli-item  .btn-box a{
     color: #FFFFFF;
     font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: calc(var(--base-font) * 24);
    border-radius: calc(var(--base-font) * 24);
    width: calc(var(--base-font) * 155);
    height: calc(var(--base-font) * 50);
    line-height: calc(var(--base-font) * 50);
    text-align: center;
    
}
.list .anli-item  .btn-box .btn1{
    background: #E39552;
    text-align: center;
    display: block;
}
.list .anli-item  .btn-box .btn2{
    background: #FFF;
    margin-top: calc(var(--base-font) * 10);
    color: #DB8D49;
    display: block;
    border: 1px solid #DB8D49;
}
.list .anli-item  .btn-box .btn1:hover{
    background: linear-gradient(to bottom, #CE8749, #f0a35f);
    color: #FFF;
}
.list .anli-item  .btn-box .btn2:hover{
    background: #FFF0E3;
    border: 1px solid #DB8D49;
}

/*detail 详情*/
.detail-content{margin-top: calc(var(--base-font) * 50);}
.detail-content .top .title{
   
    color: #333333;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: calc(var(--base-font) * 24);
    color: #333333;
    text-align: center;
}
.detail-content .top .time{
    margin-top: calc(var(--base-font) * 20);
    color: #999999;
    text-align: center;
}
.detail-content .top .time span{margin-right:calc(var(--base-font) * 10)}
.detail-container{margin-top: calc(var(--base-font) * 30);}
.detail-container .t1{padding-left:calc(var(--base-font) * 20); height:calc(var(--base-font) * 20);line-height:calc(var(--base-font) * 20); border-left:4px solid #C77935;color:#666666;font-size:calc(var(--base-font) * 24)}
.detail-container .info-group{display:flex;flex-wrap:wrap;justify-content: space-between;}
.detail-container .info-item{
    margin-top: calc(var(--base-font) * 35);
    display: flex;
    flex-wrap: wrap;
    width: 45%;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: calc(var(--base-font) * 15);
    font-size: calc(var(--base-font) * 18);
}
.detail-container .info-item .r1{
    color: #666666;
}
.detail-container .info-item .r2{
    color: #333333;
    font-weight: bold;
    max-width: calc(var(--base-font) * 370);
    text-align: right;
}
.detail-container .intro{
    padding: calc(var(--base-font) * 30) 0px;
    color: #666666;
    font-size: calc(var(--base-font) * 18);
}

/*right*/
.right{
    width: calc(var(--base-font) * 270);
    float: right;
}
.right .title{margin-top: calc(var(--base-font) * 60); display:flex;text-align:center; height:calc(var(--base-font) * 40); line-height:calc(var(--base-font) * 40)}
.right .title .text{
    height: calc(var(--base-font) * 25);
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: calc(var(--base-font) * 24);
    color: #666666;
    line-height: calc(var(--base-font) * 24);
    padding-left: calc(var(--base-font) * 5) ;
    border-left: calc(var(--base-font) * 4) solid #C77935;
}
.right .box{
    /*padding-left: calc(var(--base-font) * 16);*/
}
.right .box li{color:#C77935;margin-top: calc(var(--base-font) * 10);}
.right .box li a{
    color: rgba(102, 102, 102, 1);
    font-size: calc(var(--base-font) * 14);
    font-family: MicrosoftYaHei;
    line-height: calc(var(--base-font) * 24);
    
     display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.right .box li a:hover{color:#C77935}
.right .box li a .dian{margin-right:0.23rem;vertical-align: middle;}
.right .gg{
    background-color: rgba(31, 33, 32, 1);
    border-radius: 0.33rem;
    height: calc(var(--base-font) * 210);
    margin-top: calc(var(--base-font) * 30);
    width: calc(var(--base-font) * 270);
}

.right .gg img {
    width: 100%;
    height: 100%;
    border-radius: 0.33rem;
}