.picbase1s {
  height: 100% !important;
  width: 100% !important;
}

.picbase1 {
  height: 100% !important;
  width: 100% !important;
}

.picbase1 img {
  height: 100% !important;
  width: 100% !important;
}

.picbase1-content {
  display: none;
}

.picbase1-credit {
  display: none;
}

.list1-show {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  margin-bottom: 27.5px;
  border-bottom: 2px solid #e5e6ea;
}

.item1-content {
  font-size: 19px;
  color: black;
  font-weight: 600;
  margin-left: 15px;
  width: 65%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item1-time {
  font-size: 16px;
  color: black;
  margin-right: 15px;
  min-width: 90px;
}

.item1-content a {
  text-decoration: none !important;
  color: #000;
}

.list3-show {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  margin-bottom: 27.5px;
  border-bottom: 2px solid #e5e6ea;
}

.item3-content {
  font-size: 19px;
  color: black;
  font-weight: 600;
  margin-left: 15px;
  width: 65%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item3-time {
  font-size: 16px;
  color: black;
  margin-right: 15px;
  min-width: 90px;
}

.item3-content a {
  text-decoration: none !important;
  color: #000;
}

.list2-show {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  border-bottom: 2px solid #e5e6ea;
}

.item2-content {
  font-size: 19px;
  color: black;
  font-weight: 600;
  margin-left: 15px;
  width: 65%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item2-time {
  font-size: 16px;
  color: black;
  margin-right: 15px;
  min-width: 90px;
}

.item2-content a {
  text-decoration: none !important;
  color: #000;
}

.list4-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 25px;
  padding-bottom: 25px;
}

.list4-menu li {
  height: 50px;
  width: 100%;
  border-bottom: 2px solid #e5e6ea;
  display: flex;
  align-items: center;
  white-space: nowrap;

  text-overflow: ellipsis;
}

.list4-menu li a {
  text-decoration: none !important;
  color: #4d5977;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  white-space: nowrap;

  text-overflow: ellipsis;
}

.arror {
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-top: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
}



.right3-search {
  width: 100%;
  overflow: hidden;
}

.right3-search form {
  width: 100%;
  height: 100%;
}

.right3-search form .wp_search {
  width: 100%;
  height: 100%;
}

.right3-search form .wp_search table {
  width: 100%;
  height: 100%;
}

.right3-search form .wp_search table td:first-child input{
    height: 100%;
    width: 90% !important;
    border: none !important;
	padding-left: 20px;
	font-size: 15px;
	color: #cac9c9;
    font-style: italic;
    outline: none !important;
}

.right3-search form .wp_search table td:nth-child(2) {
  width: 20%;
  height: 100%;
  background: linear-gradient(0deg, #0738a7 0%, #4359f9 100%);
}

.right3-search form .wp_search table td:nth-child(2) input {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-image: url(/_upload/tpl/0d/cb/3531/template3531/images/SEARCH.png);
  box-shadow: 0px 0px 32px 0px rgba(89, 89, 89, 0.1);
  border-radius: 0px 10px 10px 0px;
  background-size: 1.35vw 1.35vw;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1700px) {
  .right3-search form .wp_search table td:nth-child(2) input {
    background-size: 25px;
  }
}

.picbase1-slidenav li:hover img {
  display: none !important;
}

.picbase1-slidenav li img {
  display: none !important;
}

.wp_nav .sub-nav .nav-item a span.item-name {
  padding: 15px 10px !important;
  display: block !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}