* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
@media screen and (min-width: 769px) {
  .navigation {
    width: 100%;
    height: 50px;
    background-color: #2b66b4;
  }
  .navigation .container.yd {
    display: none;
  }
  .navigation .container.pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navigation .container.pc ul {
    width: 1002px;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  .navigation .container.pc ul li {
    width: 167px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
  }
  .navigation .container.pc ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 23px;
  }
  @font-face {
    font-family: 'navfont';
    src: url('/v2024/css/font/FZXBSJW.TTF')
  }

  .navigation .container.pc ul li a{
    font-family: 'navfont';
  }
  .navigation .container.pc ul li.active {
    background-color: #eef4ff;
  }
  .navigation .container.pc ul li.active a {
    color: #000 !important;
  }
  .navigation .container.pc ul li:hover {
    background-color: #eef4ff;
  }
  .navigation .container.pc ul li:hover a {
    color: #000 !important;
  }
  .navigation .container.pc .search {
    width: 205px;
    height: 39px;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-left: 17px;
  }
  .navigation .container.pc .search img {
    width: 17px;
    height: 17px;
  }
  .navigation .container.pc .search input {
    width: 150px;
    border: none;
    outline: none;
    margin-left: 2px;
  }
  .navigation .container.pc .search input::placeholder {
    font-size: 14px;
    color: #0b4bbf;
  }
  #page {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 83px;
  }
  #page a {
    display: block;
    width: 48px;
    height: 48px;
    background-color: #f3f4f7;
    border-radius: 4px;
    border: solid 1px #ffffff;
    margin-right: 30px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #252525;
    cursor: pointer;
  }
  #page a.on {
    background-color: #9d3131;
    color: #fff;
  }
  #page a.text {
    width: 90px;
  }
  .foot span a {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  #page {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 83px;
  }
  #page a {
    width: 7.40740741vw;
    height: 7.40740741vw;
    background-color: #f3f4f7;
    border-radius: 0.74074074vw;
    border: solid 0.18518519vw #ffffff;
    margin-right: 2.77777778vw;
    line-height: 7.40740741vw;
    text-align: center;
    font-size: 3.33333333vw;
    color: #252525;
    cursor: pointer;
  }
  #page a.on {
    background-color: #9d3131;
    color: #fff;
  }
  #page a.text {
    width: 14.81481481vw;
    margin-right: 0;
  }
  .foot span a {
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .box .top {
    width: 100%;
    height: 314px;
    background: url(/v2024/img/top/background-top.jpg) center center no-repeat;
    position: relative;
  }
  .box .top p {
    position: absolute;
    top: 22px;
    left: 360px;
  }
  .box .top p a {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    margin-right: 55px;
  }
  .box .container {
    width: 1200px;
    margin: 0 auto;
  }
  .box .navigation {
    width: 100%;
    height: 50px;
    background-color: #2b66b4;
  }
  .box .navigation .container.yd {
    display: none;
  }
  .box .navigation .container.pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box .navigation .container.pc ul {
    width: 1002px;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  .box .navigation .container.pc ul li {
    width: 167px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
  }
  .box .navigation .container.pc ul li a {
    color: #ffffff;
    font-size: 23px;
  }
  @font-face {
    font-family: 'navfont';
    src: url('/v2024/css/font/FZXBSJW.TTF')
  }

  .navigation .container.pc ul li a{
    font-family: 'navfont';
  }
  .box .navigation .container.pc ul li.active {
    background-color: #eef4ff;
  }
  .box .navigation .container.pc ul li.active a {
    color: #000;
  }
  .box .navigation .container.pc .search {
    width: 205px;
    height: 39px;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-left: 17px;
  }
  .box .navigation .container.pc .search img {
    width: 17px;
    height: 17px;
  }
  .box .navigation .container.pc .search input {
    width: 150px;
    border: none;
    outline: none;
    margin-left: 2px;
  }
  .box .navigation .container.pc .search input::placeholder {
    font-size: 14px;
    color: #0b4bbf;
  }
  .box .middle .title {
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    margin-top: 29px;
    margin-bottom: 26px;
  }
  .box .middle .title a {
    color: #373737;
  }
  .box .middle .content {
    display: flex;
    height: 1637px;
  }
  .box .middle .content .topic {
    width: 140px;
    height: 100%;
    background-color: #f6f1e7;
    margin-right: 31px;
    padding-right: 3px;
  }
  .box .middle .content .topic li {
    width: 140px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 13px 0 16px;
    justify-content: space-between;
    cursor: pointer;
  }
  .box .middle .content .topic li a {
    display: block;
    width: 72px;
    /* height: 19px; */
    font-size: 16px;
    line-height: 21px;
    color: #252525;
    text-align: center;
    width: 100%;
    /* height: 50px; */
  }
  .box .middle .content .topic li div {
    width: 15px;
    height: 19px;
    background: url(/v2024/img/list/icon.svg) center;
    background-size: contain;
  }
  .box .middle .content .topic li.active {
    background-color: #9d3131;
  }
  .box .middle .content .topic li.active a {
    color: #fff;
  }
  .box .middle .content .topic li.active div {
    background: url(/v2024/img/list/icon-active.svg) center;
    background-size: contain;
  }
  .box .middle .content .list {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .box .middle .content .list div {
    width: 100%;
    height: 32px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
  }
  .box .middle .content .list div h2 {
    /* width: 180px; */
    height: 32px;
    font-size: 22px;
    line-height: 22px;
    color: #9d3131;
    border-bottom: 3px solid #0b4bbf;
    text-align: center;
    padding: 0 10px;
  }
  .box .middle .content .list ul {
    width: 100%;
    flex: 1;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
  }
  .box .middle .content .list ul li {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #d9d9d9;
  }
  .box .middle .content .list ul li a {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .middle .content .list ul li a p {
    width: 900px;
    height: 21px;
    font-size: 20px;
    line-height: 21px;
    color: #222222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .middle .content .list ul li a span {
    height: 19px;
    font-size: 18px;
    line-height: 19px;
    color: #222222;
  }
  .box .middle .page {
    margin-top: 83px;
    display: flex;
    width: 100%;
    padding: 0 141px 0 142px;
    justify-content: space-between;
  }
  .box .middle .page .left {
    display: flex;
  }
  .box .middle .page .left a {
    width: 48px;
    height: 48px;
    background-color: #f3f4f7;
    border-radius: 4px;
    border: solid 1px #ffffff;
    margin-right: 30px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #252525;
    cursor: pointer;
  }
  .box .middle .page .left a.active {
    background-color: #9d3131;
    color: #fff;
  }
  .box .middle .page .left a.next {
    width: 90px;
  }
  .box .middle .page .right {
    display: flex;
    align-items: center;
  }
  .box .middle .page .right p {
    margin-right: 20px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    color: #252525;
  }
  .box .middle .page .right input {
    width: 48px;
    height: 48px;
    background-color: #f3f4f7;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    outline: none;
    text-align: center;
    font-size: 18px;
    color: #252525;
    margin-right: 20px;
  }
  .box .middle .page .right button {
    margin-left: 3px;
    width: 48px;
    height: 48px;
    background-color: #f3f4f7;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    outline: none;
    font-size: 18px;
    color: #252525;
  }
  .box .foot {
    height: 169px;
    background-color: #9d3131;
    margin-top: 122px;
  }
  .box .foot .container {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 100px;
    justify-content: center;
  }
  .box .foot .container img {
    width: 70px;
    height: 89px;
    margin-right: 37px;
  }
  .box .foot .container p {
    width: 701px;
    font-size: 16px;
    color: #ffffff;
  }
  .box .foot .container p span {
    line-height: 16px;
    display: block;
    margin-bottom: 15px;
  }
  .box .foot .container p span:nth-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .box .top {
    width: 100vw;
    height: 42.22222222vw;
    background: url(/v2024/img/yd/background.jpg) center;
    background-size: cover;
    position: relative;
  }
  .box .top p {
    position: absolute;
    top: 3.7037037vw;
    left: 3.88888889vw;
  }
  .box .top p a {
    font-size: 3.14814815vw;
    line-height: 3.14814815vw;
    color: #ffffff;
    margin-right: 5.37037037vw;
  }
  .box .container {
    width: 100%;
    padding: 0 3.51851852vw 0 3.7037037vw;
  }
  .box .navigation {
    width: 100%;
    height: 10.55555556vw;
    background-color: #0b4bbf;
    padding: 0 0.18518519vw;
  }
  .box .navigation .container.pc {
    display: none;
  }
  .box .navigation .container.yd {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .box .navigation .container.yd .Title {
    display: flex;
    align-items: center;
  }
  .box .navigation .container.yd .Title img {
    width: 4.81481481vw;
    height: 3.51851852vw;
  }
  .box .navigation .container.yd .Title select {
    width: 23.44444444vw;
    height: 10.55555556vw;
    font-size: 3.7037037vw;
    line-height: 10.55555556vw;
    color: #ffffff;
    background-color: #0b4bbf;
    border: none;
    outline: none;
    margin-left: 1.85185185vw;
  }
  .box .navigation .container.yd .search {
    width: 32.22222222vw;
    height: 7.03703704vw;
    border-radius: 3.7037037vw;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-left: 3.33333333vw;
  }
  .box .navigation .container.yd .search img {
    width: 3.33333333vw;
    height: 3.33333333vw;
  }
  .box .navigation .container.yd .search input {
    width: 22.22222222vw;
    border: none;
    outline: none;
    margin-left: 1.11111111vw;
    line-height: 3.14814815vw;
    margin-top: 0.37037037vw;
    font-size: 3.14814815vw;
  }
  .box .navigation .container.yd .search input::placeholder {
    font-size: 3.14814815vw;
    color: #0b4bbf;
  }
  .box .middle .title {
    height: 2.96296296vw;
    font-size: 2.96296296vw;
    line-height: 2.96296296vw;
    color: #373737;
    margin-top: 5.37037037vw;
    margin-bottom: 4.81481481vw;
  }
  .box .middle .content .topic {
    width: 100%;
    background-color: #f6f1e7;
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
  .box .middle .content .topic li {
    height: 11.11111111vw;
    display: flex;
    align-items: center;
    padding: 0 1.48148148vw 0 1.85185185vw;
    cursor: pointer;
  }
  .box .middle .content .topic li a {
    max-width: 40px;
    font-size: 3.33333333vw;
    line-height: 3.51851852vw;
    color: #252525;
    text-align: right;
    margin-right: 0.37037037vw;
    overflow: hidden;
    text-align: center;
  }
  .box .middle .content .topic li div {
    width: 2.77777778vw;
    height: 3.51851852vw;
    background: url(/v2024/img/yd/drop-down.svg) center;
    background-size: contain;
  }
  .box .middle .content .topic li.active {
    background-color: #9d3131;
  }
  .box .middle .content .topic li.active a {
    color: #fff;
  }
  .box .middle .content .topic li.active div {
    background: url(/v2024/img/yd/drop-downActive.svg) center;
    background-size: contain;
  }
  .box .middle .content .list {
    display: flex;
    flex-direction: column;
    margin-top: 3.7037037vw;
  }
  .box .middle .content .list div {
    width: 100%;
    height: 5.92592593vw;
    border-bottom: 0.18518519vw solid #d9d9d9;
  }
  .box .middle .content .list div h2 {
    width: 16.2962963vw;
    height: 5.92592593vw;
    font-size: 4.07407407vw;
    line-height: 4.07407407vw;
    color: #9d3131;
    border-bottom: 0.55555556vw solid #0b4bbf;
  }
  .box .middle .content .list ul {
    width: 100%;
    flex: 1;
    margin-top: 0.92592593vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box .middle .content .list ul li {
    width: 100%;
    height: 14.81481481vw;
    border-bottom: 0.18518519vw solid #d9d9d9;
  }
  .box .middle .content .list ul li a {
    height: 14.81481481vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .middle .content .list ul li a p {
    width: 70.37037037vw;
    height: 3.88888889vw;
    font-size: 3.7037037vw;
    line-height: 3.88888889vw;
    color: #222222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box .middle .content .list ul li a span {
    height: 3.51851852vw;
    font-size: 3.33333333vw;
    line-height: 3.51851852vw;
    color: #222222;
  }
  .box .middle .page {
    margin-top: 10.18518519vw;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .box .middle .page .left {
    display: flex;
  }
  .box .middle .page .left a {
    width: 7.40740741vw;
    height: 7.40740741vw;
    background-color: #f3f4f7;
    border-radius: 0.74074074vw;
    border: solid 0.18518519vw #ffffff;
    margin-right: 2.77777778vw;
    line-height: 7.40740741vw;
    text-align: center;
    font-size: 3.33333333vw;
    color: #252525;
    cursor: pointer;
  }
  .box .middle .page .left a.active {
    background-color: #9d3131;
    color: #fff;
  }
  .box .middle .page .left a.next {
    width: 14.81481481vw;
    margin-right: 0;
  }
  .box .middle .page .right {
    display: flex;
    align-items: center;
    display: none;
  }
  .box .middle .page .right p {
    margin-right: 1.85185185vw;
    height: 3.33333333vw;
    font-size: 3.33333333vw;
    line-height: 3.33333333vw;
    color: #252525;
  }
  .box .middle .page .right input {
    width: 8.88888889vw;
    height: 8.88888889vw;
    background-color: #f3f4f7;
    border-radius: 0.74074074vw;
    border: solid 0.18518519vw #e5e5e5;
    outline: none;
    text-align: center;
    font-size: 3.33333333vw;
    color: #252525;
    margin-right: 3.7037037vw;
  }
  .box .middle .page .right button {
    margin-left: 0.55555556vw;
    width: 8.88888889vw;
    height: 8.88888889vw;
    background-color: #f3f4f7;
    border-radius: 0.74074074vw;
    border: solid 0.18518519vw #e5e5e5;
    outline: none;
    font-size: 3.33333333vw;
    color: #252525;
  }
  .box .foot {
    height: 22.22222222vw;
    background-color: #9d3131;
    margin-top: 10.74074074vw;
    padding: 0 2.77777778vw;
  }
  .box .foot .container {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
  }
  .box .foot .container img {
    width: 7.96296296vw;
    height: 10vw;
    margin-right: 2.77777778vw;
  }
  .box .foot .container p {
    width: 129.81481481vw;
    font-size: 1.85185185vw;
    color: #ffffff;
    text-align: center;
  }
  .box .foot .container p span {
    line-height: 2.96296296vw;
    display: block;
    margin-bottom: 1.85185185vw;
  }
  .box .foot .container p span:nth-child(2) {
    margin-bottom: 0;
  }
}

.ldjg{font-size:20px;color:#000000;font-family:"Î¢ÈíÑÅºÚ";font-weight:bold}
.style1 .block{display:inherit;width:30%;}
.style1 p{font-size: 20px; padding: 5px 0;font-family: 'Î¢ÈíÑÅºÚ';}
.style1 p img{display:inline;width:132px;}
.ldjg a{
  font-size: 20px;
  font-weight:normal;
  margin-right: 10px;
  color:#000
}
.ldjg p{
  font-size: 20px;
  font-weight:normal;
  margin-right: 10px;
  font-family:"Î¢ÈíÑÅºÚ";
}
.box .middle .content .list div.style1{
  height:unset;
}
.box .middle .content .list div.TRS_Editor{
  height:unset;
}

@media screen and (min-width: 769px) and (max-width: 1360px) {
  .box .top {
    width: 99.1vw;
    height: 17vw;
    background: url(/v2024/img/top/background-top.jpg) center center no-repeat;
    position: relative;
    background-size: cover;
  }
}