.img-list {
	position: relative;
    height: 100%;
}
ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
    height: 100%;
}

.tabs li {
	/*line-height: 43px;*/
	line-height: 26px;
	float: left;
	position: relative;
	font-size: 13px;
    height: 100%;
}
      
      @media (max-width: 990px){
        .index_newsBg>.wrap {
            position: relative;
            /* modify by david 20220822 start */
            display: flex;
            
            flex-flow: unset;
            flex-direction: column;
            justify-content: space-between;
            /* align-items: center; modify by david 20220902*/
            align-items: flex-start;
            /* modify by david 20220822 end */
        }
        .tabs_btn_now {
            background: transparent;
        }
        .tabs_btn_now:hover {
            background: transparent;
        }
        .tabs_btn_now span{
            color: #555655;
            font-size: 16px;
        }
        
		 .tabs span {
			font-size: 0.875em;
			/* padding: 0 15px; */
			
		}
        .tabs_btn_now {

            display: block;
            border: 1px solid #dcdcdc;
        }

         .img-scroll {
			height: auto;
            padding: 0;
            margin: 0;
            display: none;
		  }
           .tabs li {
			width: 100%;
			font-size: 16px;
			line-height: 1.875em;
		  }
           .tabs li a{
			border-bottom: 1px dashed #dcdcdc;
			border-right: 1px solid #dcdcdc;
            text-align: center;
		  }
          
           .tabs li:last-of-type a{
			border-bottom: 0px;
		  }
          
          .tabs li.active a {
                /*background-color:#fff;
                                        border-top: 3px solid #ddca7f;
                                        border-bottom: 0px;*/
                /*border-bottom: 0px;
                                        color: #595757;*/
                color: #e60012;
                font-size: 16px;
                background-color: transparent;
                

            }
            .tabs li:nth-of-type(1) a {
                border-left: 1px solid #dcdcdc;
            }
           .tabs span {
			border: 0.0625em #fff0 dashed;
			border-radius: 0;
			padding: 0 15.6px;
		  }
           .tab_area {
			border-bottom: solid 0em #0467b3;
		  }
          .index_moreBtn{
            display: none;
          }
      }