.v_news_content *{
    word-break: break-word;}
strong{
font-weight: bold;}
iframe{
margin:0 auto;
display:block;
max-width: 100%;}
.v_news_content a {
    display:inline;
    word-break: break-all;}
.v_news_content img {
    height: auto;
    max-width: 650px;}
.v_news_content video {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;}
.v_news_content table {
    margin-bottom: 0;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 0;
    word-spacing: normal;
    max-width: 100%;
    overflow-y: auto;
    display: table;}
.v_news_content table * {
    word-break: keep-all !important;}
@media only screen and (max-width: 1024px){
.v_news_content table {
display: block;}
.v_news_content img {
    margin: 0 auto;
    display: block;}
}

.divtab{
overflow-y: auto;}

.footer .right dl dd.more .subList {
  left: -6rem;
  min-width: 12.8rem;}
.footer .right dl dd.more ul li {
  font-size: .15rem;
  width: 30%;
  padding: .15rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;}
.footer .right dl dd.more .subList ul {
  max-height: 7rem;
  overflow: auto;}
.footer .right dl dd.more .subList1 {
left: -4.5rem;
  min-width: 9.8rem;}
.footer .right dl dd.more ul li a {
  display: block;
  width: 100%;
  white-space: wrap;}
.sub-wrapper {
  position: absolute;
    display: inline-block;
    width: .9rem;
    height: .5rem;
    right: .01rem;}

/* 伪元素：把原来给 .sub::before 的样式移到这里 */
.sub-wrapper::before {
  content: '';
  background: linear-gradient(45deg, #2167c7, #1AA07A);
  transform: skewX(-12deg);
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: -6px;
  z-index: 0;
  transform-origin: left bottom;}

/* 让按钮显示在伪元素上方 */
.sub-wrapper .tj.sub {
  position: relative;
  z-index: 1;}

/* 如果你原来的 .ser-layer 层级样式需要保留，可以这样写 */
.ser-layer .serform .input-group .sub-wrapper::before {
  content: '';
  background: linear-gradient(45deg, #2167c7, #1AA07A);
  transform: skewX(-12deg);
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: -6px;
  z-index: 0;
  transform-origin: left bottom;
  border-radius: 0 5px 5px 0;}
