
.content-newadd {
  height: 100vh;
  justify-content: center;
}

.content-newadd .title {
  align-items: flex-end;
  margin-bottom: 2em;
}

.content-newadd .title .left {
  flex: 1;
}

.fwbold {
  font-weight: bold;
}

.contentadd-warp {
  flex: 1;
  margin: 0 12.5%;
  padding-top: 8%;
}

.contentfabu-warp {
  flex: 1;
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}

.con-pleft {
  padding-left: 60px;
  padding-right: 60px;
}

.lianxitel-list {
  overflow: hidden;
  margin-bottom: 2em;
}

.lianxitel-list ul {
  margin: 0 -30px;
}

.lianxitel-list li {
  width: 33.33%;
  padding: 0 30px;
  box-sizing: border-box;
}

.lianxitel-list .img_ratio {
  padding-bottom: 40.90909%;
}

.lianxitel-list .img_ratio img {
  transition: all 0.4s;
}

.lianxitel-list ul {
  display: flex;
}

.lianxitel-list .c-item {
  position: relative;
}

.lianxitel-list .c-item a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.8s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 12%;
  color: #FFF;
}

.lianxitel-list .c-item a:hover {
  background-color: rgba(240, 0, 25, 0.7);
}

.lianxitel-list .c-item h3 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

.lianxi-joinlist {
  max-width: 80%;
}

.lianxi-joinlist a {
  color: #222;
  display: block;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  padding: 7px 0;
  transition: all 0.5s;
}

.lianxi-joinlist a:hover {
  color: #F00019;
}

.tleft {
  text-align: left;
}

.wenhua-cont {
  display: flex;
}

.wenhua-cont .imgshow {
  flex-shrink: 0;
  width: 31%;
  position: relative;
  height: 100%;
  cursor: pointer;
}

.wenhua-cont .imgshow .img_ratio {
  padding-bottom: 58.80952%;
}

.wenhua-cont .imgshow .img_ratio img {
  transition: all 0.4s;
}

.wenhua-cont .imgshow:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6) url("../images/newsadd/all.png") no-repeat 50% 50%;
  transition: all 0.6s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.wenhua-cont .imgshow:hover:after {
  opacity: 1;
  visibility: visible;
}

.wenhua-cont .text {
  width: 69%;
  box-sizing: border-box;
  padding-left: 40px;
  color: #222;
}

.wenhua-cont h3 {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1em;
}

.wenhua-cont .text-p {
  line-height: 1.875;
  font-weight: 500;
}

.fabu-list .f-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  line-height: 1.2;
}

.fabu-list .f-item h3 {
  font-weight: 500;
}

.fabu-list .f-item:hover span {
  background-color: #F00019;
  color: #FFF;
}

.fabu-list .f-item span {
  display: inline-block;
  padding: 7px 16px;
  line-height: 1;
  border-radius: 15px;
  transition: all 0.5s;
}

.header .box li .hascode {
  position: relative;
}

.header .box li .hascode:hover .h-nav {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.header .box li .hascode .h-nav {
  position: absolute;
  right: 100%;
  top: 20px;
  background-color: #FFF;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.header .box li .hascode .h-nav img {
  width: 63px;
  height: 63px;
  object-fit: cover;
}

.content-page {
  position: relative;
}

.content-menu {
  width: 128px;
  position: fixed;
  left: calc((100vw - 1080px)/4);
  top: 50%;
  z-index: 2;
  text-align: center;
  transform: translate(-50%, -50%);
}

.content-menu li {
  margin-bottom: 10px;
}

.content-menu li.cur a, .content-menu li:hover a {
  background-color: #F00019;
  color: #fff;
}

.content-menu a {
  display: block;
  color: #333;
  line-height: 1;
  border-radius: 15px;
  padding: 8px;
  transition: all 0.3s;
}

.touzi-list .f-item {
  display: block;
  color: #222222;
  line-height: 1;
  padding: 18px 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}

.touzi-list .f-bot {
  display: flex;
}

.touzi-list .f-bot p {
  color: #222;
  opacity: 0.6;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.touzi-list .f-bot .date {
  margin-left: 100px;
}

.touzi-list .date {
  color: #222;
  opacity: 0.6;
}

.touzi-list h3 {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 12px 0 18px;
}

.touzi-list .text-p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contentdongshi-warp {
  box-sizing: border-box;
  flex: 1;
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  padding-top: 10%;
  display: flex;
}

.contentdongshi-warp .title {
  width: 48%;
  align-items: initial;
}

.contentdongshi-warp .touzi-dshlist {
  width: 52%;
}

.touzi-dshlist {
  font-size: 16px;
  margin-top: 30px;
}

.touzi-dshlist .t-btns {
  padding-left: 72px;
  position: relative;
}

.touzi-dshlist .t-btns .iconfont {
  position: absolute;
  display: block;
  transform: rotate(90deg);
}

.touzi-dshlist .text-p {
  color: #222;
  opacity: 0.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.touzi-dshlist .text-hide {
  font-weight: 500;
  color: #333;
  opacity: 0.6;
}

.touzi-dshlist .d-t {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 22px;
  cursor: pointer;
}

.touzi-dshlist .d-t h3 {
  font-weight: 500;
}

.touzi-dshlist .d-t span {
  padding-left: 24px;
}

.touzi-dshlist .d-item {
  padding: 28px 0 24px;
  position: relative;
  padding-left: 72px;
  border-top: 1px solid rgba(34, 34, 34, 0.2);
}

.touzi-dshlist .d-item .icon {
  position: absolute;
  left: 0;
  top: 30px;
  font-size: 26px;
  font-weight: bold;
  width: 20px;
  height: 20px;
}

.touzi-dshlist .d-item .icon:after {
  content: '+';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.touzi-dshlist li.act .text-p {
  display: none;
}

.touzi-dshlist li.act .d-item .icon:after {
  content: '-';
}

.touzi-dshlist .text-hide {
  line-height: 1.7;
  display: none;
}

.touzi-msg-list {
  max-height: 40vh;
  overflow-y: auto;
  padding-right: 25%;
}

.touzi-msg-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.touzi-msg-list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #F00019;
}

.touzi-msg-list::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(34, 34, 34, 0.1);
}

.touzi-msg-list .f-item {
  display: block;
  color: #222222;
  line-height: 1;
  padding: 18px 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}

.touzi-msg-list .date {
  color: #222;
  opacity: 0.6;
  margin: 30px 0;
}

.touzi-msg-list h3 {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.touzi-msg-list li:nth-child(1) .f-item {
  padding-top: 0;
}

.touzi-msg-list .text-p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 2.3;
}

.flexacenter {
  align-items: center !important;
}

.msg-btn {
  background-color: #F00019;
  border-radius: 15px;
  color: #FFF !important;
  padding: 4px 20px;
  display: inline-block;
}

.msg-btn .iconfont {
  vertical-align: middle;
}

.contenttouzi-warp {
  flex: 1;
  padding-left: calc((100vw - 1080px)/2);
  margin: 0 auto;
  width: 100%;
  padding-right: 6.25%;
}

.jiegou-table {
  max-height: 40vh;
  overflow-y: auto;
  padding-right: 30px;
}

.jiegou-table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.jiegou-table::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #F00019;
}

.jiegou-table::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(34, 34, 34, 0.1);
}

.jiegou-table table {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.jiegou-table th {
  background-color: #F00019;
  color: #FFF;
  line-height: 1;
  padding: 10px;
}

.jiegou-table td {
  color: #222222;
  font-weight: 500;
  height: 64px;
}

.jiegou-table th, .jiegou-table td {
  text-align: center;
  border: 1px solid #D2D2D2;
}

#layermsg {
  display: none;
}

.mylayer .layui-layer-title {
  text-align: center;
  border-bottom: none;
  background-color: transparent;
  font-size: 20px;
  color: #333;
  padding: 31px 0 12px;
  font-weight: bold;
}

.mylayer .layui-form {
  padding: 0 70px 40px;
}

.mylayer .layui-form .layui-input, .mylayer .layui-form .layui-select, .mylayer .layui-form .layui-textarea {
  background-color: rgba(229, 229, 229, 0.2);
  border: none;
  height: 60px;
  border-radius: 0;
  padding-left: 18px;
  padding-right: 18px;
  color: #333;
}

.mylayer .layui-form .layui-input::placeholder, .mylayer .layui-form .layui-select::placeholder, .mylayer .layui-form .layui-textarea::placeholder {
  font-size: 16px;
  color: #333;
  opacity: 0.4;
}

.mylayer .layui-form .layui-btn {
  border-radius: 20px;
  background-color: #F00019;
  font-size: 20px;
  padding: 0px 49px;
  line-height: 1;
  height: 40px;
  line-height: 40px;
}

.mylayer .layui-form .layui-center {
  text-align: center;
  padding-top: 24px;
}



.content-dangjian-page {
  width: 100%;
  justify-content: space-between;
}

.content-dangjian-page .dangjian-left {
  width: 45%;
  display: flex;
}

.content-dangjian-page .dangjian-left img {
  /*width: 8.8vw;*/
  width:170px;
}

.content-dangjian-page .dangjian-right {
  width: 50%;
  box-sizing: border-box;
  padding-right: 18vw;
}

.newsdang-list .f-item {
  color: #333;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 0.8vw 0;
}
.newsdang-list li:nth-child(1) .f-item{
  padding-top: 0;
}
.newsdang-list .f-item .date {
  padding-top: 8px;
  opacity: 0.5;
  display: block;
}

.newsdang-list .imgshow {
  width: 35%;
  margin: 0.8vw 0;
  margin-right: 1vw;
}

.newsdang-list .text {
  flex: 1;
}

.newsdang-list .text h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newsdang-list .img-box {
  display: block;
  padding-bottom: 55.813%;
  position: relative;
  overflow: hidden;
}

.newsdang-list .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news-page-box {
  padding-top: 1.1vw;
  display: flex;
  justify-content: flex-end;
}

.news-page-box a {
  display: inline-block;
  width: 62px;
  height: 44px;
  border-radius: 3px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAEhJREFUKFNjZCARMJKonoF0Df///28A2cLIyAimcQG4OpACQpqQ5eFOwqUJXRzFD+iS2AzB8DRMEcwv6H7DGkr4/ER6sNI84gB/7SeKYqPe6gAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-color: #D54E27;
  background-position: 50% 50%;
  margin: 0 4px;
  transition: all 0.4s;
  opacity: 0.5;
}

.news-page-box a:hover {
  opacity: 1;
}

.news-page-box .prev {
  transform: rotate(-180deg);
}


/* 新增 */
.dang-layer {
  padding: 0 40px;
  margin-bottom: 40px;
  overflow-y: auto;
  max-height: 50vh;
}

.dang-layer::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.dang-layer::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #F00019;
}

.dang-layer::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(34, 34, 34, 0.1);
}

.circle-container {
  position: relative;
  width: 30vw;
  height: 30vw;
  /* Optional: for visualizing the circle, you can remove or adjust the border */
  /* border: 2px dashed #ccc;
  box-sizing: border-box; */
}

.circle-container .center-swiper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 20vw;
  background: url("../images/newsadd/cen-bg.png") no-repeat center center;
  background-size: 100%;
  height: 270px;
display: flex;
align-items: center;
}

.circle-container .center-swiper .swiper-slide {
  /*width: 256px;*/
  /*height: 255px;*/
  width: 170px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-container .center-swiper .swiper-slide a{
    display: block;
}
.circle-container .center-swiper .swiper-slide.swiper-slide-duplicate-prev,.circle-container .center-swiper .swiper-slide.swiper-slide-duplicate-next{
    cursor: pointer;
}
.circle-container .center-swiper .swiper-slide .h-text {
  display: none;
}

.circle-container .center-swiper .swiper-slide.swiper-slide-prev, .circle-container .center-swiper .swiper-slide.swiper-slide-next {
  opacity: 0.2 !important;
}

.circle-container .center-swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.circle-container:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(181, 181, 181, 0.2);
  box-sizing: border-box;
  border-radius: 50%;
  width: 20vw;
  height: 20vw;
  margin: 8px 0 0 8px;
}

.circle-container::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(181, 181, 181, 0.2);
  box-sizing: border-box;
  border-radius: 50%;
  width: 30vw;
  height: 30vw;
  margin: 7px 0 0 7px;
}

.orbiting-element {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: -10vw -10vw;
  /* Center of the circle-container */
  animation: orbit 20s linear infinite;
  animation-play-state: running;
  /* Default state */
  box-sizing: border-box;
  z-index: 4;
  cursor: pointer;
}

.orbiting-element .dot {
  width: 14px;
  height: 14px;
  background-color: #3498db;
  border-radius: 50%;
}

.orbiting-element .t-left .text {
  left: auto;
  right: 100%;
  padding-left: 0;
  padding-right: 10px;
}

.orbiting-element .text {
  position: absolute;
  left: 100%;
  top: 0;
  line-height: 1.1;
  padding-left: 10px;
  text-align: center;
  margin-top: -5px;
}

.orbiting-element .text h3 {
  font-weight: 600;
  white-space: nowrap;
}

.orbiting-element .text p {
  color: #333;
  opacity: 0.5;
  white-space: nowrap;
  font-size: 16px;
}

.orbiting-element .h-text {
  display: none;
}

.orbiting-element.c1 {
  color: #F3B946;
}

.orbiting-element.c1 .dot {
  background-color: #F3B946;
}

.orbiting-element.c2 {
  color: #52AF5A;
}

.orbiting-element.c2 .dot {
  background-color: #52AF5A;
}

.orbiting-element.c3 {
  color: #D2441A;
}

.orbiting-element.c3 .dot {
  background-color: #D2441A;
}

.orbiting-element.c4 {
  color: #3F58D6;
}

.orbiting-element.c4 .dot {
  background-color: #3F58D6;
}

.element1 {
  animation-delay: 0s;
}


.element2 {
  animation-delay: -10s;
  /* Counter-rotation effect */
}

.element3 {
  /* animation: orbit2 20s linear infinite; */
  animation-delay: -15s;
  /* Counter-rotation effect */
}

.element4 {
  /* animation: orbit2 20s linear infinite; */
  animation-delay: -25s;
  /* Counter-rotation effect */
}

@keyframes orbit {
  from {
    transform: rotate(0deg) translate(15vw) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(15vw) rotate(-360deg);
  }
}

@keyframes orbit2 {
  from {
    transform: rotate(0deg) translate(15vw) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(15vw) rotate(-360deg);
  }
}

@keyframes orbit3 {
  from {
    transform: rotate(0deg) translate(100px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(100px) rotate(-360deg);
  }
}

/* Pause the animation when hovering over the circle-container */
.circle-container:hover .orbiting-element {
  animation-play-state: paused;
}

/* 新增 end*/

@media only screen and (max-width: 1500px) {
  .lianxitel-list li {
    padding: 0 10px;
  }
  .lianxitel-list ul {
    margin: 0 -10px;
  }
  .pages {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1466px) {
  .touzi-dshlist .d-item {
    padding: 9px 0;
    padding-left: 70px;
  }
  .touzi-dshlist .d-item .icon {
    top: 16px;
  }
  .lianxitel-list .c-item h3 {
    font-size: 2.0rem;
  }
  .fabu-list .f-item {
    padding: 10px 0;
  }
  .touzi-dshlist .text-hide p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .touzi-dshlist {
    font-size: 14px;
  }
  .touzi-dshlist .d-item {
    padding: 18px 0 12px;
    padding-left: 72px;
  }
  .touzi-list .f-item {
    padding: 12px 0;
  }
  .touzi-list h3 {
    margin: 5px 0 10px;
  }
  .news-page-box a{
    width: 40px;
    height:30px;
  }
  .content-newadd .title{
    margin-bottom:1em;
  }
}

@media only screen and (max-width: 1366px) {
  .contentfabu-warp, .contenttouzi-warp, .contentdongshi-warp {
    max-width: 800px;
  }
  .content-menu {
    left: calc((100vw - 800px)/4);
  }
}

@media only screen and (max-width: 1000px) {
  .header .box li .hascode .h-nav {
    right: auto;
    left: 12px;
  }
  .header .box li .hascode:hover .h-nav {
    top: 105%;
  }
  .lianxi-joinlist a {
    line-height: 2;
  }
  .content-newadd {
    height: auto;
    padding: 0 20px;
  }
  .contentadd-warp {
    margin: 0;
    padding: 80px 0px 0;
    box-sizing: border-box;
  }
  .lianxitel-list li {
    width: 100%;
    margin-bottom: 5px;
  }
  .lianxitel-list ul {
    flex-wrap: wrap;
  }
  .con-pleft {
    padding: 0;
  }
  .lianxi-joinlist {
    max-width: 100%;
  }
  .lianxitel-list .c-item a {
    background-color: rgba(240, 0, 25, 0);
  }
  .content-newadd .title {
    flex-wrap: wrap;
  }
  .content-newadd .title .right img {
    height: 40px;
  }
  .wenhua-cont {
    flex-wrap: wrap;
  }
  .wenhua-cont .imgshow, .wenhua-cont .text {
    width: 100%;
  }
  .wenhua-cont .text {
    margin: 12px 0 24px;
    padding-left: 0;
  }
  .fabu-list .f-item {
    text-align: left;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    padding: 12px 0;
  }
  .fabu-list .f-item h3 {
    width: 100%;
  }
  .fabu-list .f-item span {
    padding: 0;
    width: 100%;
    display: none;
  }
  .contentfabu-warp .pages {
    margin-top: 1em;
  }
  .contentfabu-warp {
    padding-top: 80px;
  }
  .content-menu {
    display: none;
  }
  .contentdongshi-warp {
    display: block;
    margin-bottom: 40px;
    padding: 80px 20px 0;
  }
  .contentdongshi-warp .title, .contentdongshi-warp .touzi-dshlist {
    width: 100%;
  }
  .touzi-dshlist .d-item {
    padding-left: 46px;
  }
  .jiegou-table {
    overflow-x: auto;
  }
  .jiegou-table table {
    min-width: 800px;
  }
  .contenttouzi-warp {
    padding: 80px 20px 0;
  }
  .touzi-msg-list {
    padding-right: 20px;
  }
  .mylayer .layui-form {
    padding: 0 20px 10px;
  }
  .touzi-msg-list {
    max-height: initial;
  }
  .mylayer .layui-form .layui-btn {
    font-size: 16px;
  }

  /*12-21 */
  .circle-container .center-swiper .swiper-slide {
    width: auto;
    height: auto;
  }
  .content-dangjian-page .dangjian-left img {
    width: 100%;
  }
  .circle-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .circle-container:after, .circle-container::before {
    display: none;
  }
  .circle-container .orbiting-element {
    padding: 12px 0;
    position: relative !important;
    transform: translate(0, 0) !important;
    left: 0 !important;
    right: 0 !important;
    top: 0;
    width: 50%;
    box-sizing: border-box;
  }
  .circle-container .orbiting-element .dot {
    display: none;
  }
  .orbiting-element .text {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    text-align: left;
    padding-left: 0 !important;
  }
  .content-dangjian-page {
    display: block;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .content-dangjian-page .left-pic {
    display: none;
  }
  .circle-container .center-swiper {
    position: relative !important;
    transform: translate(0, 0) !important;
    left: 0 !important;
    right: 0 !important;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: 20px 0;
  }
  .content-dangjian-page .dangjian-left {
    width: 100%;
  }
  .content-dangjian-page .dangjian-right {
    width: 100%;
    padding-right: 0;
  }
  .touzi-list .touzi_li {
    width: 94vw;
  }
}