.zhuyone{
    width: 100%;
    min-height: 100px;
    margin: 0 auto;
}
.sqsk1{
    background: linear-gradient(to bottom, #f5f5f5, #e9ebef);
    width: 100%;
    padding: 28px 30px 78px;
}
.sqsmc{
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #464646;
    font-weight: bold;
    margin-bottom: 10px;
}
.qskwm{
    width: 100%;
    text-align: center;
    color: #798696;
    font-size: 16px;
}
.lllp{
    border-radius: 20px;
    padding: 20px;
    background-image: url(../images/policy/polinxx.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    box-shadow: 0 2px 15px #00000036;
    margin: 30px auto 0;
    background-color: #f4f3f5;
    width: 1465px;
    display: flex;
    gap: 20px;
    justify-content: space-around;
}




.l {
  width: 70%;
  padding-top: 20px;
}
.l .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.l .t > div:first-child {
  padding-left: 15px;
  font-size: 26px;
  font-weight: bold;
  color: #e8614b;
  display: flex;
}
.l .t > div:first-child span{
  width: 5px;
  height: 24px;
  background-color:#e8614b;
  border-radius: 3px;
  display: flex;
  margin-top: 10px;
  margin-right: 15px;
}
.l .t > div:last-child {
  font-size: 14px;
}
.r {
  width: 28%;
}



/* 表格容器样式 */
.table-container {
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
/* 表格样式 */
.policy-table {
  width: 100%;
  border-collapse: collapse;
}
/* 表头样式 */
.policy-table thead {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  height: 50px;
}
.policy-table th {
  padding: 16px 20px;
  text-align: center;
  font-weight: 600;
  color: #031835;
  font-size: 18px;
}
tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}
/* 表格内容样式 */
.policy-table tbody tr {
  border-bottom: 1px solid #f0f2f5;
  transition: background-color 0.2s ease;
  height: 50px;
}
.policy-table tbody tr:hover {
  background-color: #f8f9fa;
}
.policy-table td {
  font-size: 14px;
  color: #798697;
}
.item-name{
    text-align: left;
    padding-left: 30px;
}
.kabv{
    text-align: right;
    padding-right: 30px;
}

.feature-card {
  position: relative;
  z-index: 9;
  background-color: #f8f9fa;
  border-radius: 14px;
  padding: 35px;
  display: flex;
  align-items: center;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 20px;
}
.feature-card a{
  display: flex;
}
.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background: url(../images/uio.png) no-repeat center;
  background-size: 100% 100%;
}
.n2w:hover  {
  background-image: url(../images/uio1.png);
  background-size: 100% 100%;
}
.feature-card:hover .feature-icon {
  margin-left: -100px;
  transition: all 0.4s;
  margin-right: 80px;
}
.feature-icon {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 30px;
  margin-left: 40px;
  transition: all 0.4s;
}
.feature-text {
  z-index: 1 !important;
  font-size: 22px;
  color: #011838;
  font-weight: bold;
  transition: all 0.4s;
}
.feature-card:hover .feature-text {
  color: #ffffff;
  font-size: 30px;
  margin-top: -10px;
  transition: all 0.4s;
}
.feature-card:hover .feature-text .feature-text-desc{
  color: #ffffff;
  transition: all 0.4s;
}
.feature-text-desc {
  color: #6d6d6d;
  font-size: 14px;
  font-family: "MyCustomFont", sans-serif; 
  transition: all 0.4s;
}

.ssqk2{
    background: linear-gradient(to bottom, #edf4fd, #c4d6f0);
    width: 100%;
    padding: 78px 30px;
}
.nekrdak{
    width: 1465px;
    margin: 0 auto 20px;
    background: url(../images/policy/yy2.png) no-repeat;
    background-size: 100% 100%;
    background-color: #e9f0ff;
    justify-content: space-between;
    padding: 50px;
    box-shadow: 0 2px 15px #00000036;
    border-radius: 20px;
}
.latest-policies-title {
  font-size: 26px;
  color: #2a5abb;
  font-weight: bold;
  display: flex;
}
.latest-policies-title span{
  width: 5px;
  height: 24px;
  background-color: #2a5abb;
  display: flex;
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 15px;
  display: flex;
}
.latest-policies-title samp{
    font-size: 14px;
    display: flex;
    color: #434343;
    margin-top: 14px;
    margin-left: 25px;
}
.latest-policies-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  width: 100%;
}
.latest-policies-header a{
    display: flex;
}
.dabaikk{
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    height: 450px;
    background-color: #ffffff;
    box-shadow: 0 2px 8px #00000036;
    padding: 30px 40px;
}
.kwbbk{
    border:#d3e1fe 2px solid;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.kwbbk input{font-size: 16px;color: #929292;}
.ysnb{background-color: #f66a53;}

.laikaibzb{
    width: 100%;
}
.lbkaob{
    width: 280px;
    float: left;
}
.lbkaob a{
    width: 276px;
    height: 58px;
    border:#d3e1fe 2px solid;
    text-align: center;
    line-height: 58px;
    display: block;
    margin: 5px auto;
    border-radius: 8px;
    font-size: 18px;
    position: relative;
}
.non::after{
    content: "";
    width: 20px;
    height: 20px;
    background-color: #457cfd;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    right: -6px;
    top: 19px;
}
.non{
    border: none!important;
    background-color: #457cfd;
    color: #ffffff;
}
.sblemb{
    border:#d3e1fe 2px solid;
    float: right;
    width: calc(100% - 300px);
    border-radius: 8px;
    display: none;
}
.faq-list li{
    width: 96%;
    margin: 0 auto;
    height: 65px;
    line-height: 65px;
    padding: 0 10px;
    border-bottom: #d3e1fe 2px solid;
    font-size: 16px;
    display: flex;
}
.faq-list li a{
    display: flex;
}
.faq-list li img{
    margin-right: 16px;
    margin-top: 20px;
    display: flex;
    height: 25px;
    width: auto;
    
}
.huanyib{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #47a2f1;
}