.tp-title-wrap{
	display: none !important;
}

.con_lists .content {
  height: 226px;
  /* overflow: hidden; */
}
.con_lists .content h4 {
  border-bottom: 2px solid #026d98;
  line-height: 1.5;
}
.content h4 a span {
  font-size: 14px;
}
.content h4 a span:nth-of-type(2) {
  color: #999;
  float: right;
  margin-top: 7px;
  font-size: 13px;
  font-weight: 300;
}
.con {
  display: flex;
  padding: 20px 0;
}
.img {
  flex: 1;
}
.img img {
  width: 100%;
}
.wz {
  margin-left: 20px;
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10px;
}
.wz h5 > p {
  font-size: 16px;
  color: #202020;
  text-align: center;
  margin: 0;
}
.wz a> p {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.wz a:hover, .wz a:focus {
  color: #333;
  text-decoration: underline;
}
.zindex {
  z-index: 999;
}
.zindex hr {
  display: none;
}
.other {
  list-style: none;
  padding: 10px;
}
.other li {
  /* background-color: rgba(129, 177, 197, .7); */
  background-color: #ccc;
  margin-top: 30px;
}
.other li h4 {
  display: none;
  color: #333;
  background-color: #fff;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.other li a {
  display: flex;
  list-style: none;
  align-items: center;
  color: #fff;
}
.other li i {
  width: 25%;
  text-align: center;
  font-size: 18px;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.other li i:before {
  font-size: 3rem;
  width: 72px;
  height: 72px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 10px;
}
.icon-jx:before {
  content: "\e90f";
}
.icon-xx:before {
  content: "\e90e";
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  /* font-family: "fontello"; */
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  /* font-size: 120%; */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.other li a .bg {
  flex: 1;
  background-size: 100%;
  position: relative;
  height: 190px;
  overflow: hidden;
}
.bg img {
  width: 100%;
}
.other li a .bg p {
  position: absolute;
  bottom: -35px;
  margin: 0;
  line-height: 2.5;
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  transition: all .3s;
}
.other li:hover a .bg p {
  bottom: 0;
}
.overlay-container img{
	width: 100%;
}
.con_lists {
    display: flex;
    flex-direction: column;
}


@media (min-width: 768px){
	.con_lists {
		min-height: 500px;
	}
}
@media (max-width: 991px) and (min-width: 768px){
	.newAdd .row{
		display: block;
	}
	.hidden-sm {
		display: none!important;
	}
	.con_lists {
    flex: 100%;
	    min-height: 500px;
	    width: 100%;
	    max-width: 100%;
	}
	.newAdd .container {
	    width: 750px;
	}
}
@media (max-width: 767px) and (min-width: 480px){
	.newAdd .container {
		padding: 0 50px;
	}
	.newAdd .container {
		max-width: initial;
	}
}
@media (max-width: 480px){
	.newAdd .con_lists .content {
		margin-top: 10px;
		height: 415px;
		overflow: hidden;
	}
	.newAdd .con_lists .content h4 {
	    border-bottom: #003262 2px solid;
	}
	.newAdd .con_lists .content .con {
	    padding: 0 30px;
	}
	.newAdd .con {
	    flex-direction: column;
	}
	.wz h5 > p {
	    margin: 5px 0 0 0;
	}
	.newAdd .container {
	    padding: 0 0;
	}
	.newAdd .other li {
	    margin-top: 30px;
	    background-color: #fff;
	}
	.other li h4 {
	    display: block;
	}
	.other li i {
	    display: none;
	}
	.other li a .bg p {
	    bottom: 0;
	}
	.img img {
	    width: 100%;
	    height: auto;
	}
}