.flex-box {
	display: flex;
	justify-content: space-between;
}
.hovers {
	color: #6788b9;
	border-bottom: 2px solid #6788b9;
}
.hover-color {
	background-color: #26569b;
	color: #fff;
	padding: 0 16px;
	line-height: inherit;
	border-radius: 8px;
}
.content .content-img {
	width: 100%;
        /* opacity: 0.6; */
	/*  filter: alpha(opacity=60); */
}
.pw {
line-height: 60px;
}
.content .content-det {
	border-top: 1px solid #ddd;
	padding-top: 80px;
}
.nav-title {
	width: 41%;
	margin: 0 auto;
}
.nav-title .nav-title-li {
	padding-bottom: 10px;
}
.nav-ct {
	margin: 0 95px;
}
.nav-ct .nav-ct-li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	padding-top: 30px;
}
.nav-ct .nav-ct-li .ct-img {
	width: 320px;
	height: 160px;
	margin-right: 20px;
}
.ct-li {
	margin: 22px 0;
	font-size: 14px;
	line-height: 30px;
	width: 67%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.page {
	display: flex;
	line-height: 36px;
	color: #999;
	width: 50%;
	margin: inherit;
	padding-bottom: 65px;
}
.go-page {
	display: flex;
	padding-left: 15px;
}
.page .num-list >li{
	margin-left: 15px;
}
.go-page .num-iput {
	line-height: inherit;
	border: 1px solid #dcdee6;
	border-radius: 8px;
	padding: 0 23px;
	margin: 0 10px;
}
.none{
	display: none;
}
.u-flex {
      display: flex;
      font-size: 18px;
      padding-bottom: 60px;
      padding-left: 200px;
     margin-left:250px;
    margin-top: 30px;
    }
    .u-flex span{
      padding: 10px 0;
    }
    .active-color {
      background-color: #26569b;
      color: #fff;
      padding: 10px 16px !important;
      line-height: inherit;
      border-radius: 8px;
    }

    .u-flex li {
      cursor: pointer;
      padding: 10px 0;
      margin-right: 20px;
    }