.main .ul-title {
  position: relative;
}
.main .ul-title .bg-title {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}
.main .ul-title .new-time {
  font-size: 14px;
  color: #666666;
  margin-bottom: 25px;
  margin-top: 20px;
}
.main .ul-title .new-unit {
  margin-right: 15px;
}
.main .blue-line {
  height: 5px;
  background: url(../img/blueline.png);
  margin-bottom: 40px;
}
.main .ul-title .share {
  margin-bottom: 0;
  position: absolute;
  bottom: -3px;
  right: 0;
}
.main .ul-title .share i {
  opacity: 0.7;
}
.main .ul-title .share .wechat {
  color: #71d146;
}
.main .ul-title .share .Qzone {
  color: #ffbe31;
}
.main .ul-title .share .sina {
  color: #f96041;
}
.main .ul-title .share .tencet {
  color: #348cec;
}

.main .text p, .main .text div {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  margin: 1em 0;
}

.col-4{
	padding-left: 25px;
}
.section-head{
	display: flex;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.section-head h5{
	border-left: 10px solid #3b58ad;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 22px;
	font-weight: 600;
}
.section-head span{
	flex: 1;
	display: inline-block;
	height: 22px;
	background: #efefef;
}
.list-box--pre li{
	padding-left: 20px;
}
.list-box li:not(:last-child) {
    margin-bottom: 15px;
}
.list-box{
	padding-top: 25px;
	padding-bottom: 25px;
}
