a {
	color: #666;
}
.search .crumbs{
	height: 44px;
	line-height: 44px;
	padding-bottom: 6px;
}
.search .crumbs p{
	color: #666;
}
.search .crumbs p>a{
	color: #999;
}
.main{
	padding-top: 23px;
	/* padding-bottom: 140px; */
	background: #f5f7fa;
}
.main .indexes{
	background: #fff;
}
.main .indexes .borderb{
	border-bottom: dashed 1px #dadada;
}
.main .indexes>div{
	height: 75px;
	overflow: hidden;
}
/*点击展开后  样式变为 min-height:75px;*/
.main .indexes p{
	min-height: 75px;
	line-height: 75px;
	color: #999;
	width: 94px;
	text-align: center;
}
.main .inner .indexes ul{
	width: 950px;
	/*margin-top: 0;*/
}
.main .indexes ul li{
	float: left;
	margin: 21px 8px;
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
	border: 1px solid #fff;
	color: 666;
	cursor: pointer;
}
.main .indexes ul li:hover{
	border-color: #659bff;
}
.main .indexes ul li.active{
	border-color: #659bff;
	color: #659bff;
}
.main .indexes .showAll{
	width: 78px;
	height: 32px;
	border: solid 1px #e8e8e8;
	border-radius: 3px;
	color: #666;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	margin: 21px 10px 0 0;
	cursor: pointer;
}
.main .content{
	background-color: #FFFFFF;
	margin-top: 30px;
	padding-bottom: 100px;
}
.main .content .title{
	height: 50px;
	line-height: 50px;
	background: #a6a6a6;
	color: #fff;
	text-align: center;
	font-size: 15px;
}
.main .content .title>div{
	float: left;
}
.main .content .item{
	background: #fff;
	border-top: dashed 1px #e6e6e6;
}
.main .content .item.bordert{
	border: none;
}
.main .content .item>div{
	float: left;
	position: relative;
	min-height: 79px;
}
.main .content .item>div>p{
	min-width: 70%;
	max-width: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.main .content .item>div>p>a {
	color: rgb(102, 102, 102);
}
.width187{
	width: 187px;
}
.width190{
	width: 190px;
}
.width218{
	width: 218px;
}
.width227{
	width: 227px;
}
.width338{
	width: 338px;
}

/* 新版本 航化标准样式 */
.searchIndex .release {
	z-index: 99;
}
.searchIndex .searchInput {
	visibility: hidden;
}
.search {
	width: 100% !important;
	position: absolute !important;
  top: 141px !important;
	left: -250px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: -97px;
}
.search .search1 {
	width: 600px !important;
  height: 38px !important;
	margin-left: 0 !important;
}
.search .search1 input {
	width: 470px !important;
	height: 34px !important;
}
.search .search1 span {
	top: 12px !important;
  left: 15px !important;
}
.search .search1 button {
	width: 90px !important;
	height: 38px !important;
	right: -507px !important;
	font-size: 16px !important;
}
.main {
	float: left;
	width: 100%;
}
.main .inner .new_box {
	float: left;
	width: 100%;
	margin: 10px auto 60px;
}
.main .inner .new_left {
	position: sticky;
    top: 0;
	float: left;
	width: 19%;
	background: #FFFFFF;
}
.main .inner .new_left .screen {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	padding: 25px 0 20px 20px;
}
.main .inner .new_left .category {
	font-weight: 400;
	font-size: 14px;
	color: #343434;
	padding: 20px 0 25px 20px;
	border-top: 1px dashed #E6E6E6;
}
.main .inner .new_left .category label {
	margin-left: 5px;
	cursor: pointer;
}
.main .inner .new_left .category label:hover {
	color: #659bff;
}
.main .inner .new_left .category label input {
	position: relative;
  top: 2px;
	width: 14px;
  height: 14px;
}
.main .inner .new_left .category label span {
	margin-left: 5px;
}
.main .inner .new_left .category .mainclass img {
	width: 6px;
  height: 12px;
  transition: all .3s;
	cursor: pointer;
	transform: rotate(90deg);
}
.main .inner .new_left .category .mainclass img.active {
	transform: rotate(0);
}
.main .inner .new_left .category .subclass {
	margin-left: 32px;
	overflow: hidden;
	transition: all 0.3s;
}
.main .inner .new_left .category .subclass div {
	margin-top: 20px;
}
.main .inner .new_right {
	float: right;
	width: 81%;
}
.main .inner .new_right .box {
	width: 225px;
	/* height: 405px; */
	background: #FFFFFF;
	border-radius: 4px;
	float: left;
	margin-left: 18px;
	margin-bottom: 20px;
	transition: all 0.3s;
	cursor: pointer;
}
.main .inner .new_right .box:hover {
	box-shadow: 0 0 10px 5px #d6d6d6;
}
.main .inner .new_right .box .cover {
	margin: 8px 8px 16px 8px;
	width: 210px;
	height: 297px;
	overflow: hidden;
}
.main .inner .new_right .box .cover img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.main .inner .new_right .box:hover .cover img {
	transform: scale(1.05);
}
.main .inner .new_right .box .number {
	font-size: 16px;
	color: #333333;
	margin: 0 10px 15px 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.main .inner .new_right .box .title {
	font-size: 16px;
	color: #333333;
	line-height: 21px;
	margin: 0 10px 15px 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 42px;
}
.main .inner .new_right .box .time {
	font-size: 12px;
	color: #999999;
	margin: 0 10px 20px 10px;
}
.main .inner .new_right .box .time img {
	position: relative;
  top: 2px;
	width: 12px;
	height: 12px;
	margin-right: 5px;
}
.main .inner .new_right .box .time span {
	margin-right: 12px;
}
.footer {
	float: left;
  width: 100%;
}
