.ul-title {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.ul-title .ul-title-wrapper {
  height: 42px;
  line-height: 42px;
}
.ul-title .icontitle {
  float: left;
  margin-top: 8px;
  display: inline-block;
  width: 63px;
  height: 26px;
  /*background: url(../img/icon_recomm.png) no-repeat 0 50%;*/
}
.ul-title .bg-title {
  display: block;
  vertical-align: middle;
  font-size: 28px;
  color: #333333;
  margin-left: 83px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ul-title .textP {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  margin-top: 25px;
  margin-bottom: 30px;
}
.imgNews {
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-right: 0;
  margin-left: 0;
  border-bottom: 1px solid #e6e6e6;
}
.imgNews .item {
  width: 308px;
  height: 305px;
  background-color: #fff;
}
.imgNews .first {
  padding-left: 0;
}
.imgNews .end {
  padding-right: 0;
}
.imgNews .middle {
  padding: 0;
  padding-left: 8px;
}
.imgNews .middle .img-text {
  width: 282px;
}
.imgNews .item img {
  width: 282px;
  /* height: 189px; */
}
.imgNews .item .img-text {
  background-color: #f8f8f8;
  height: 116px;
  padding: 12px;
}
.imgNews .item .img-text .title {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.imgNews .item .img-text .text {
  font-size: 13px;
  line-height: 20px;
  color: #666666;
  text-align: left;
  margin-top: 10px;
}
.blue-line {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 965px;
  border-top: 2px solid #3b58ad;
}
.ul-list {
}
.ul-list .new-ul {
  /* width: 965px; */
  /*margin-bottom: 60px;*/
  margin-bottom: 20px;
}
.ul-list .new-ul li {
  /*min-height: 90px;*/
  /*margin-bottom: 30px;*/
  min-height: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.ul-list .new-ul li .new-title {
  font-size: 16px;
  color: #333333;
  /*font-weight: bold;*/
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ul-list .new-ul li .new-content {
  font-size: 14px;
  color: #666666;
  margin-bottom: 15px;
}
.ul-list .new-ul li .new-time {
  font-size: 14px;
  color: #666666;
  margin-bottom: 15px;
}
.ul-list .new-ul li .new-time .new-unit {
  margin-right: 15px;
}
.ul-list .pagin .pagination {
  width: 526px;
  height: 42px;
}
.pagin {
  margin-top: 60px;
  margin-bottom: 65px;
}

.column{
	margin-bottom: 30px;
}
.column-01{
	border-top: 2px solid #3b58ad;
}
.column-01 ul{
	height: 58px;
	border: 1px solid #e0e0e0;
	display: flex;
	align-items: center;
}
.column-01 ul li{
	flex: 1;
	position: relative;
}
.column-01 ul li:not(:last-child):before{
	content: '';
	display: inline-block;
	height: 61px;
	width: 1px;
	background: #e0e0e0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.column-01 ul li a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
}
.column-01 ul li img{
	margin-bottom: 10px;
}
.column-01 ul li.active span{
	color: #3b58ad;
}
.column-01 ul li.active:after{
	content: '';
	display: inline-block;
	height: 1px;
	width: 64px;
	background: #3b58ad;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
}

.footer {
  width: auto;
}