@charset "utf-8";

.text-list ul {
  /*position:absolute;*/
  bottom: 0;
}
.text-list ul li {
  margin-top: 6px;
  line-height: 1.4;
  padding: 10px 40px 10px 15px;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgb(1, 66, 148, 0.8);
  background-image: url("./../images/arr_on.png");
  background-repeat: no-repeat;
  background-position: center right 4%;
}
.text-list ul li.babgcolor1 {
	background-color:#165eb8;
}
/*
.Desktop .text-list ul li.babgcolor1 {
	background-color:#165eb8;
	padding: 30px 40px 30px 15px;
}
*/
.text-list ul li:hover {
  background-color: #1187cf;
  transition: ease all 0.3s;
}

.text-list ul li a {
  position: relative;
  color: #fff;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /* font-size: 16px;
  /* color: #3d4a5b;
  display: block;
  border: 1px solid #0054a5;
  border-right: 5px solid #0054a5;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
  padding: 10px 70px 10px 10px;
  background-color: rgb(1, 66, 148, 0.8);
  border-radius: 10px;
   */
}
/* .text-list ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  /* background: url(./../images/arrOff.png) center center no-repeat; 
  background: url(./../images/arr_on.png) center right no-repeat;
  display: block;
  transition: ease all 0.3s;
}
.text-list ul li:hover a:after {
  background: #0054a5 url(./../images/arr_on.png) center right no-repeat;
  border-radius: 0 10px 10px 0;
} */

@media (min-width: 1025px) {
	.text-list .dataCnt_1 {
		margin-top:calc(41px * 4);
	}
	.text-list .dataCnt_2 {
		margin-top:calc(41px * 3);
	}
	.text-list .dataCnt_3 {
		margin-top:calc(41px * 2);
	}
	.text-list .dataCnt_4 {
		margin-top:calc(41px * 1);
	}
}

@media (max-width: 1024px) {
	.text-list ul {
		position: relative;
	}
  /* .text-list ul li a:after {
    background: #0054a5 url(./../images/arr_on.png) center right no-repeat;
    border-radius: 0 10px 10px 0;
  } */

  	.sli_hei_1 {
		height:calc(50px * 1) !important;
	}
  	.sli_hei_2 {
		height:calc(50px * 2) !important;
	}
  	.sli_hei_3 {
		height:calc(50px * 3) !important;
	}
  	.sli_hei_4 {
		height:calc(50px * 4) !important;
	}
  	.sli_hei_5 {
		height:calc(50px * 5) !important;
	}
}
@media (max-width: 639px) {
}

/*
.Desktop .text-list ul {
	margin-top:0;
}
*/