﻿/*特色*/
.partnerOtherCards {
  position: relative;
  width: 65%;
  margin: 40px auto;
}

.partnerOtherCards .container_h1 {
  margin-top: 16px;
  color: #21CDF5;
}

.partnerOtherCards .container_p {
  margin-top: 24px;
  margin-bottom: 24px;
}

.partnerOtherCards tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}

.partnerOtherCards .container_ul-right {
  width: 70%;
  list-style: none;
}

.partnerOtherCards .container_ul-left {
  margin-top: 60px;
  transition: all .3s;
  float: right;
  width: 25%;
}

.partnerOtherCards .link_id_ul {
  display: block;
  list-style: none;
}

.partnerOtherCards .link_id_ul li {
  margin: 5px 0;
}

.partnerOtherCards .link_id_ul li:before {
  content: "•";
  color: #21CDF5;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.partnerOtherCards .link_id_ul a {
  color: #21CDF5;
}

.partnerOtherCards .link_id_ul a:hover {
  color: #4F0F0F;
}

.container_lis {
  width: 100%;
}

.container_ul>li {
  position: relative;
  flex: 0 1 100%;
  padding: 0 12px 22px;
  box-sizing: border-box;
}

.cardAreaIdDiv {
  height: 40px;
}


.cardText {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 16px;
  list-style: none;
}

.cardArea .item-ul {
  width: 100%;
  height: 100%;
  font-size: 16px;
}

.cardArea .item-ul tr {
  background: white;
  position: relative;
  border-bottom: 1px solid #373738;
}

.item-ul td a {
  display: block;
  padding: 10px 0 10px 15px;
  color: #373738;
}

.partnerOtherCards .item-ul tr:hover {
  background: #e6e6e6;
}

.item-ul td:hover a {
  color: #565656;
}

.partnerOtherCards .item-ul tr:hover::after {
  background: #565656;
}

/* table tr td{
  border-bottom: 1px solid #373738;
} */






@media screen and (max-width:1366px) {
  .partnerOtherCards {
    width: 80%;
  }

  .partnerOtherCards .container_ul-left {
    width: 22%;
  }

}

@media screen and (max-width:1024px) {
  .partnerOtherCards {
    width: 90%;
  }

  .partnerOtherCards .container_ul-right {
    width: 75%;
  }

  .partnerOtherCards .container_ul-left {
    width: 22%;
  }

  .container_ul-left-div {
    background: #fff;
    z-index: 1;
  }

}

@media screen and (max-width:768px) {
  .partnerOtherCards .container_ul-right {
    width: 100%;
  }

  .partnerOtherCards .container_ul-left {
    display: none;
  }

  .partnerOtherCards .container_p {
    margin-bottom: 0;
  }

  .cardAreaIdDiv {
    height: 40px;
  }

  .partnerOtherCards .link_id_ul li {
    display: inline-block;
    margin: 5px 15px;
  }
}



.ListViewCore-Base {
  /* overflow-y:auto; */
  /* overflow-x: hidden; */
  overflow: auto;
}

.listView-Repeater-Root {
  overflow-y: auto;
  overflow-x: hidden;
}

.listView-Repeater-Root-vertical {
  display: flex;
  flex-direction: column;
}

.listView-Repeater-Root-horizontal {
  display: flex;
  flex-direction: row;
}

/* .listView-Repeater-item:hover{
	background:#d7f2ff
} */

.listView-pager {
  border-radius: 4px;
  /* border-style: solid; */
  /* border-width: 1px; */
  display: inline-block;
  margin: 0 0 -4px;
  overflow: hidden;
  padding: 10px 15px;
  margin: 3px;
  font-size: 14px;
  background: #e0e0e0;
  color: black;
}

.listView-pager:hover {
  /* background: #e5e5e5; */
  opacity: 0.3;
}

.listView-next:hover,
.listView-lastIndex:hover,
.listView-firstIndex:hover,
.listView-prev:hover {
  opacity: 0.3;
}

.pager-active {
  background: #007bff;
  color: #fff;
  opacity: 1;
}

.listView-next,
.listView-lastIndex,
.listView-firstIndex,
.listView-prev {
  padding: 16px;
  /* margin: 3px; */
  font-size: 14px;
  cursor: pointer;
}

.listview-navigation {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.listView-firstIndex {
  background-image: url(/images/First_page.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
}

.listView-prev {
  background-image: url(/images/P_Next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  transform: rotate(180deg);
}

.listView-next {
  background-image: url(/images/P_Next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
}

.listView-lastIndex {
  background-image: url(/images/Last_Page.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
}