@import url(R-css.css); 
@import url(fonts.css); 
@import url(@.css); 
@import url(../iconfont/iconfont.css); 
::-webkit-scrollbar {
  width: .5rem;
  height: .5rem;
  background: hsla(0, 0%, 100%, 0.6);
}
::-webkit-scrollbar-track {
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(95,95,95,.4);
  transition: all .2s;
  border-radius: .5rem;
}
body{overflow-x: hidden;}
*{list-style-type: none; text-decoration: none; color: var(--zt01); padding: 0; margin: 0;}

:root {
  --zt01: #1d1d1f;
  --zt02: #a0a0a0;
  --zt03: #818181;
  --xiantiao01: #e7e7e7;
  --bairgba10: rgba(255, 255, 255, 1);
  --bairgba08: rgba(255, 255, 255, .8);
  --bairgba05: rgba(255, 255, 255, .5);
  --bairgba03: rgba(255, 255, 255, .3);
  --bairgba01: rgba(255, 255, 255, .1);
  --heirgba10: rgba(0, 0, 0, 1);
  --heirgba08: rgba(0, 0, 0, .8);
  --heirgba05: rgba(0, 0, 0, .5);
  --heirgba03: rgba(0, 0, 0, .3);
  --heirgba01: rgba(0, 0, 0, .1);
  --lanrgba08: rgba(35, 176, 227, .8);
  --lanrgba05: rgba(35, 176, 227, .5);
  --lanrgba03: rgba(35, 176, 227, .3);
  --lanrgba01: rgba(35, 176, 227, .1);
  --shenlanrgba10: rgba(4, 45, 82, 1);
  --shenlanrgba06: rgba(4, 45, 82, .6);
  --chengsergba08: rgba(233, 205, 198, .8);
  --chengsergba05: rgba(233, 205, 198, .5);
  --chengsergba03: rgba(233, 205, 198, .3);
  --chengsergba01: rgba(233, 205, 198, .1);


  --zt-f8-0: 8rem;
  --zt-f5-0: 5rem;
  --zt-f4-0: 4rem;
  --zt-f3-5: 3.5rem;
  --zt-f3-0: 3rem;
  --zt-f2-5: 2.5rem;
  --zt-f2-0: 2rem;
  --zt-f1-8: 1.8rem;
  --zt-f1-6: 1.6rem;
  --zt-f1-3: 1.3rem;
  --zt-f18px: 18px;
  --zt-f16px: 16px;
  --zt-f14px: 14px;
}

.renteng {
  font-family: "renteng" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p{padding: unset; margin: unset;}
em,i
{ font-style: normal;}/* 清楚字体斜体 */

table{width: 100% !important; border-collapse: collapse; margin: 0 auto; text-align: center;}
table td, table th{border: 1px solid #cad9ea;}

a
{display: inline-block;}

a,a:hover,a::before,li:hover,li::before,li,i,h3,span,div,div::before,img,strong,p,b,::after,::before,header
{
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.D-flex{display: flex;}
::-moz-selection{background:#3d3c81;color: #fff;} 
::selection {background:#3d3c81; color:#fff;} 
.text-lddq{text-align:justify;}/*文字两端对齐*/
.grid-quchong{margin: 0 0 -1px -1px;}/*去网格周边重叠线条*/
.img-auto{width: auto; height: auto; max-width: 100%; max-height: 100%;}/*图片自适应*/

.relative{position: relative;}
.relative::before{position: absolute; content: '';}
.relative::after{position: absolute; content: '';}
.absolute{position: absolute;}
.absolute::after{content: '';}
.absolute::before{content: '';}

.Nr-huanheng
{
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    visibility: visible;
    overflow: hidden;
    padding: unset;
} 
.Nr-huanheng p{display: contents;}
.Nr-3h{-webkit-line-clamp: 3;}
.Nr-8h{-webkit-line-clamp: 8;}
.Nr-15h{-webkit-line-clamp: 15;}

.BtDanhang
{
    width: 100%; 
    display: block; 
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

#allmap{width: 100%; height: 50vh;}

.SLimg{height: 20vh; border-radius: 3px 3px 0 0; overflow: hidden;}
.SLimg > a{width: 100%; height: 100%; background-repeat: no-repeat; background-position:  center center; background-size: cover,24px 24px; background-color: #f5f5f5; display: block;}


.max-font{font-size: calc(1em + 1.5vw); line-height: 1.5em;}
.zc-font{font-size: calc(1em + 1vw); line-height: 1.5em;}

.GDwz{position:sticky; position:-webkit-sticky;}
.GDwz-shuzi{top: 20px;}

.nx-anniu{display: flex; justify-content: space-around;}
.nx-anniu > .shang{}
.nx-anniu > .xia{}
.nx-anniu a,.nx-anniu a:hover{color: #333;}