.special-box{
	width: 950px;
	background: #fff;
	box-shadow: 4px 3px 6px 0px rgb(222 222 222 / 58%),-4px -3px 6px 0px rgb(222 222 222 / 58%);
	margin-bottom: 15px;
}

.special-box .special-title{
	width: 100%;
	height: 72px;
	line-height: 72px;
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}

.special-box .news-img{
	width: 100%;
}

.special-box .news-img img{
	display: block;
	width: 100%;
	border: none;
}

.special-category-box{
	position: relative;
	width: 950px;
	height: 40px;
	background-color: #fff;
	margin-bottom: 10px;
}

.special-category-box .category-list{
	margin-left: 16px;
	padding-top: 11px;
}

.special-category-box .category-list .category-item{
	float: left;
	margin-right: 20px;
	line-height: 18px;
	color: #999;
	cursor: pointer;
}

.special-category-box .category-list .category-item.on,
.special-category-box .category-list .category-item:hover{
	color: #cb301f;
}

.special-category-box .tab-list{
	position: absolute;
	right: 0;
	top: 11px;
}

.special-category-box .tab-list .tab-item{
	float: left;
	margin-right: 28px;
	line-height: 18px;
	cursor: pointer;
}

.special-category-box .tab-list .tab-item .icon-card{
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../images/list_card.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%; 
	vertical-align: text-bottom;
}

.special-category-box .tab-list .tab-item .icon-list{
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../images/list_list.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%; 
	vertical-align: text-bottom;
}

.special-category-box .tab-list .tab-item .tab-item-title{
	color: #999;
}

.special-category-box .tab-list .tab-item.on .icon-card{
	background-image: url(../images/list_card_on.png);
}

.special-category-box .tab-list .tab-item.on .icon-list{
	background-image: url(../images/list_list_on.png);
}

.special-category-box .tab-list .tab-item.on .tab-item-title{
	color: #cb301f;
}

/* 列表 start */
.special-news-container .special-news-list{
	width: 965px;
}

.special-news-container .special-news-list .special-news-item{
	float: left;
	position: relative;
	width: 308px;
	height: 312px;
    padding: 16px;
    background: #fff;
    margin: 0 13px 16px 0;
    -webkit-transition: all 0.3s linear;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 4px 3px 6px 0px rgb(222 222 222 / 58%),-4px -3px 6px 0px rgb(222 222 222 / 58%);
}

.special-news-container .special-news-list .special-news-item:hover{
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
	-webkit-transform: translate(0, -5px);
	transform: translate(0, -5px);
}

.special-news-container .special-news-list .special-news-item .news-img{
	width: 208px;
	/**width: 276px;**/
	height: 156px;
}

.special-news-container .special-news-list .special-news-item .news-img a{
	display: flex;
	width: 100%;
	height: 100%;
    justify-content: center;
}

.special-news-container .special-news-list .special-news-item .news-img img{
	-o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.special-news-container .special-news-list .special-news-item .news-info .title{
	width: 272px;
	min-height: 48px;
	max-height: 48px;
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 2px;
	line-height: 24px;
	color: #333;
	font-size: 18px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.special-news-container .special-news-list .special-news-item .news-info .title a{
	color: #333;
	font-weight: bold;
    font-size: 18px;
}

.special-news-container .special-news-list .special-news-item .news-info .title:hover,
.special-news-container .special-news-list .special-news-item .news-info .title:hover a{
	color: #cb301f;
}

.special-news-container .special-news-list .special-news-item .news-info .news-summary{
	display: none;
}

.special-news-container .special-news-list .special-news-item .news-info .share-box{
	position: absolute;
	bottom: 48px;
	left: 16px;
	right: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.special-news-container .special-news-list .special-news-item .news-info .share-box .lb{
	float: left;
	margin-right: 10px;
	color: #999;
	font-size: 12px;
}

.special-news-container .special-news-list .special-news-item .news-info .share-box .icon-wechat{
	float: left;
	width: 20px;
	height: 20px;
	background: url(../images/icon_wechat.png) no-repeat center center;
	background-size: 100%;
	margin-right: 8px;
	cursor: pointer;
}

.special-news-container .special-news-list .special-news-item .news-info .share-box .icon-weibo{
	float: left;
	width: 20px;
	height: 20px;
	background: url(../images/icon_weibo.png) no-repeat center center;
	background-size: 100%;
	cursor: pointer;
}


.special-news-container .special-news-list .special-news-item .news-info .other{
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
}

.special-news-container .special-news-list .special-news-item .news-info .other .left{
	float: left;
}

.special-news-container .special-news-list .special-news-item .news-info .other .right{
	float: right;
}

.special-news-container .special-news-list .special-news-item .news-info .other .left span{
	color: #999;
	font-size: 12px;
}

.special-news-container .special-news-list .special-news-item .news-info .other .right .news-type{
	display: inline-block;
	min-width: 36px;
	height: 16px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #cb301f;
	line-height: 16px;
	color: #fff;
	text-align: center;	
	font-size: 12px;
}

.special-news-container .special-news-list.listview .special-news-item{
	float: none;
	width: 950px;
	height: 188px;
	/*height: 151px;*/
}

.special-news-container .special-news-list.listview .special-news-item:hover{
	-webkit-transform: none !important;
	transform: none !important;
}

.special-news-container .special-news-list.listview .special-news-item .news-img{
	float: left;
	display: inline-block;
	/*width: 200px;
	height: 114px;*/
	margin-right: 20px;
}

.special-news-container .special-news-list.listview .special-news-item .news-info{
	position: relative;
	display: inline-block;
	width: 622px;
	height: 156px;
	/*width: 696px;*/
	/*height: 114px;*/
}

.special-news-container .special-news-list.listview .special-news-item .news-info .title{
	width: 100%;
	height: 24px;
	min-height: 24px;
	max-height: 24px;
	margin-top: 0;
}

.special-news-container .special-news-list.listview .special-news-item .news-info .title a{
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.special-news-container .special-news-list.listview .special-news-item .news-info .news-summary{
	display: block;
	margin-top: 5px;
}

.special-news-container .special-news-list.listview .special-news-item .news-info .news-summary p{
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	color: #777;
	font-size: 14px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.special-news-container .special-news-list.listview .special-news-item .news-info .share-box{
	left: 0;
	bottom: 28px;
}

.special-news-container .special-news-list.listview .special-news-item .news-info .other{
	left: 0;
	right: 0;
	bottom: 0;
}
/* 列表 end */

.special-news-container .special-news-list.listview .special-news-item .news-info-text{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 156px;
	/*width: 696px;*/
	/*height: 114px;*/
}

.special-news-container .special-news-list.listview .special-news-item .news-info-text .title{
	width: 100%;
	height: 24px;
	min-height: 24px;
	max-height: 24px;
	margin-top: 0;
}

.special-news-container .special-news-list.listview .special-news-item .news-info-text .title a{
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.special-news-container .special-news-list.listview .special-news-item .news-info-text .news-summary{
	display: block;
	margin-top: 5px;
}

.special-news-container .special-news-list.listview .special-news-item .news-info-text .news-summary p{
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	color: #777;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify;
}

.special-news-container .special-news-list.listview .special-news-item .news-info-text .share-box{
	left: 0;
	bottom: 28px;
}

.special-news-container .special-news-list.listview .special-news-item .news-info-text .other{
	left: 0;
	right: 0;
	bottom: 0;
}

.special-news-container .special-news-list .special-news-item .news-info-text .title{
	width: 272px;
	min-height: 48px;
	max-height: 48px;
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 2px;
	line-height: 24px;
	color: #333;
	font-size: 18px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.special-news-container .special-news-list .special-news-item .news-info-text .title a{
	color: #333;
	font-weight: bold;
	font-size: 18px;
}

.special-news-container .special-news-list .special-news-item .news-info-text .title:hover,
.special-news-container .special-news-list .special-news-item .news-info-text .title:hover a{
	color: #cb301f;
}

.special-news-container .special-news-list .special-news-item .news-info-text .news-summary{
	display: none;
}

.special-news-container .special-news-list .special-news-item .news-info-text .share-box{
	position: absolute;
	bottom: 48px;
	left: 16px;
	right: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.special-news-container .special-news-list .special-news-item .news-info-text .share-box .lb{
	float: left;
	margin-right: 10px;
	color: #999;
	font-size: 12px;
}

.special-news-container .special-news-list .special-news-item .news-info-text .share-box .icon-wechat{
	float: left;
	width: 20px;
	height: 20px;
	background: url(../images/icon_wechat.png) no-repeat center center;
	background-size: 100%;
	margin-right: 8px;
	cursor: pointer;
}

.special-news-container .special-news-list .special-news-item .news-info-text .share-box .icon-weibo{
	float: left;
	width: 20px;
	height: 20px;
	background: url(../images/icon_weibo.png) no-repeat center center;
	background-size: 100%;
	cursor: pointer;
}


.special-news-container .special-news-list .special-news-item .news-info-text .other{
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
}

.special-news-container .special-news-list .special-news-item .news-info-text .other .left{
	float: left;
}

.special-news-container .special-news-list .special-news-item .news-info-text .other .right{
	float: right;
}

.special-news-container .special-news-list .special-news-item .news-info-text .other .left span{
	color: #999;
	font-size: 12px;
}

.special-news-container .special-news-list .special-news-item .news-info-text .other .right .news-type{
	display: inline-block;
	min-width: 36px;
	height: 16px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #cb301f;
	line-height: 16px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
