/* 置顶滚动 start */
.roll-box{
	height: 60px;
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 4px 3px 6px 0px rgb(222 222 222 / 58%),-4px -3px 6px 0px rgb(222 222 222 / 58%);
}

.roll-box .roll-container{
	width: 1220px;
	height: 60px;
	padding-left: 40px;
	padding-right: 40px;
}

.roll-box .roll-container .swiper-container .swiper-slide{
	line-height: 60px;
}

.roll-box .roll-container .swiper-container .swiper-slide a{
	position: relative;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	max-width: calc(100% - 20px);
	padding-left: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #777;
	font-size: 18px;
	vertical-align: middle;
}

.roll-box .roll-container .swiper-container .swiper-slide a:before{
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 3px;
	height: 3px;
	background-color: #cb301f;
	content: '';
	border-radius: 1.5px;
}

.roll-box .roll-container .swiper-container .swiper-slide a:hover{
	color: #cb301f;
}

/* 置顶滚动 end */

/* banner start */
.banner-box{
	position: relative;
	width: 950px;
	height: 372px;
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 4px 3px 6px 0px rgb(222 222 222 / 58%),-4px -3px 6px 0px rgb(222 222 222 / 58%);
}

.banner-box .banner-pic{
	width: 660px;
	height: 100%;
	display: flex;
    justify-content: center;
}

.banner-box .banner-pic img{
    /**-o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;**/
   width: 100%;
   height:100%;
}

.banner-box .banner-container{
	position: absolute;
	top: 0;
	right: 0;
	width: 290px;
	height: 372px;
	overflow: hidden;
}

.banner-box .banner-container .swiper-container{
	width: 100%;
	height: 100%;
}

.banner-box .banner-container .swiper-container .swiper-wrapper .swiper-slide{
	position: relative;
	width: 100%;
	background: #f0f0f0;
	box-shadow:0px 4px 9px 0px rgba(0,0,0,0.1);
	cursor: pointer;
}

.banner-box .banner-container .swiper-container .swiper-wrapper .swiper-slide .title{
	display: block;
	height: 48px;
	min-height: 48px;
	margin: 15px;
	line-height: 24px;
	color: #333;
	font-size: 18px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.banner-box .banner-container .swiper-container .swiper-wrapper .swiper-slide .title:hover{
	color: #cb301f;
}

.banner-box .banner-container .swiper-container .swiper-wrapper .swiper-slide .share-box{
	display: none;
	position: absolute;
	bottom: 36px;
	left: 16px;
	right: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.banner-box .banner-container .swiper-container .swiper-wrapper .swiper-slide .share-box .lb{
	float: left;
	margin-right: 10px;
	color: #999;
	font-size: 12px;
}

.banner-box .banner-container .swiper-container .swiper-wrapper .swiper-slide .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;
}

.banner-box .banner-container .swiper-container .swiper-wrapper .swiper-slide .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;
}

.banner-box .banner-container .swiper-container .swiper-wrapper .swiper-slide .other{
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
}

.banner-box .banner-container .swiper-container .swiper-wrapper .swiper-slide .other span{
	color: #999;
	font-size: 12px;
}

.banner-box .banner-container .swiper-container .swiper-wrapper .swiper-slide.hover{
	background: #fff;
}

.banner-box .banner-container .swiper-container .swiper-wrapper .swiper-slide.hover .share-box{
	display: block;
}
/* banner end */

/* 快讯 start */
.flash-box{
	width: 950px;
	height: 80px;
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 4px 3px 6px 0px rgb(222 222 222 / 58%),-4px -3px 6px 0px rgb(222 222 222 / 58%);
}


.flash-box .news-flash{
	padding: 4px 16px;
	display: flex;

}

.flash-box .news-flash .flash-pic{
	width: 72px;
	height: 72px;
	line-height: 72px;
    margin-right: 20px;
    overflow: hidden;
}

.flash-box .news-flash .flash-pic img{
	display: block;
	width: 100%;
	height: 100%;
}

.flash-box .news-flash .flash-container{
	width: 826px;
	height: 48px;
	padding-left: 15px;
	border-left: 1px solid #cccccc;
	margin-top: 12px;
}

.flash-box .news-flash .flash-container .swiper-container{
	width:100%;
	height: 100%;
}

.flash-box .news-flash .flash-container .swiper-container .swiper-slide{
	line-height: 48px;
}

.flash-box .news-flash .flash-container .swiper-container .swiper-slide a{
	position: relative;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	max-width: 100%;
	padding-left: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #777;
	font-size: 18px;
	vertical-align: middle;
}

.flash-box .news-flash .flash-container .swiper-container .swiper-slide a:before{
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 3px;
	height: 3px;
	background-color: #cb301f;
	content: '';
	border-radius: 1.5px;
}


.flash-box .news-flash .flash-container .swiper-container .swiper-slide a:hover{
	color: #cb301f;
}
/* 快讯 end */

/* 列表 start */
.list-tab{
	width: 950px;
	height: 40px;
	background-color: #fff;
	margin-bottom: 10px;
}

.list-tab .tabs{
	margin-left: 16px;
	padding-top: 11px;
}

.list-tab .tabs .tab-item{
	float: left;
	margin-right: 28px;
	line-height: 18px;
	cursor: pointer;
}

.list-tab .tabs .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;
}

.list-tab .tabs .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;
}

.list-tab .tabs .tab-item .tab-item-title{
	color: #999;
}

.list-tab .tabs .tab-item.on .icon-card{
	background-image: url(../images/list_card_on.png);
}

.list-tab .tabs .tab-item.on .icon-list{
	background-image: url(../images/list_list_on.png);
}

.list-tab .tabs .tab-item.on .tab-item-title{
	color: #cb301f;
}

.news-list-container .news-list{
	width: 965px;
}

.news-list-container .news-list .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%);
}

.news-list-container .news-list .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, -8px);
	transform: translate(0, -8px);
}

.news-list-container .news-list .news-item .news-img{
	/**width: 276px;**/
	width:208px;
	height: 156px;
}

.news-list-container .news-list .news-item .news-img a{
	display: flex;
	width: 100%;
	height: 100%;
    justify-content: center;
}

.news-list-container .news-list .news-item .news-img img{
	-o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.news-list-container .news-list .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;
}

.news-list-container .news-list .news-item .news-info .title a{
	color: #333;
	font-weight: bold;
    font-size: 18px;
}

.news-list-container .news-list .news-item .news-info .title:hover,
.news-list-container .news-list .news-item .news-info .title:hover a{
	color: #cb301f;
}

.news-list-container .news-list .news-item .news-info .news-summary{
	display: none;
}

.news-list-container .news-list .news-item .news-info .share-box{
	position: absolute;
	bottom: 48px;
	left: 16px;
	right: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.news-list-container .news-list .news-item .news-info .share-box .lb{
	float: left;
	margin-right: 10px;
	color: #999;
	font-size: 12px;
}

.news-list-container .news-list .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;
}

.news-list-container .news-list .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;
}

.news-list-container .news-list .news-item .news-info .other{
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
}

.news-list-container .news-list .news-item .news-info .other .left{
	float: left;
}

.news-list-container .news-list .news-item .news-info .other .right{
	float: right;
}

.news-list-container .news-list .news-item .news-info .other .left span{
	color: #999;
	font-size: 12px;
}

.news-list-container .news-list .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;
}

.news-list-container .news-list.listview .news-item{
	float: none;
	width: 950px;
	height: 188px;
	/*height: 151px;*/
}

.news-list-container .news-list.listview .news-item:hover{
	-webkit-transform: none !important;
	transform: none !important;
}

.news-list-container .news-list.listview .news-item .news-img{
	float: left;
	display: inline-block;
	/*width: 200px;
	height: 114px;*/
	margin-right: 20px;
}

.news-list-container .news-list.listview .news-item .news-info{
	position: relative;
	display: inline-block;
	/**width: 622px;**/
	width: 690px;
	height: 156px;
	/*width: 696px;
	height: 114px;*/
}

.news-list-container .news-list.listview .news-item .news-info .title{
	width: 100%;
	height: 24px;
	min-height: 24px;
	max-height: 24px;
	margin-top: 0;
}

.news-list-container .news-list.listview .news-item .news-info .title a{
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list-container .news-list.listview .news-item .news-info .news-summary{
	display: block;
	margin-top: 5px;
}

.news-list-container .news-list.listview .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;
}

.news-list-container .news-list.listview .news-item .news-info .share-box{
	left: 0;
	bottom: 28px;
}

.news-list-container .news-list.listview .news-item .news-info .other{
	left: 0;
	right: 0;
	bottom: 0;
}


.news-list-container .news-list.listview .news-item .news-info-text{
	position: relative;
	display: inline-block;
	width: 100%;
	/*width: 622px;*/
	height: 156px;
	/*width: 696px;
	height: 114px;*/
}

.news-list-container .news-list.listview .news-item .news-info-text .title{
	width: 100%;
	height: 24px;
	min-height: 24px;
	max-height: 24px;
	margin-top: 0;
}

.news-list-container .news-list.listview .news-item .news-info-text .title a{
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-list-container .news-list.listview .news-item .news-info-text .news-summary{
	display: block;
	margin-top: 5px;
}

.news-list-container .news-list.listview .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;
}

.news-list-container .news-list.listview .news-item .news-info-text .share-box{
	left: 0;
	bottom: 28px;
}

.news-list-container .news-list.listview .news-item .news-info-text .other{
	left: 0;
	right: 0;
	bottom: 0;
}


.news-list-container .news-list .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;
}

.news-list-container .news-list .news-item .news-info-text .title a{
	color: #333;
	font-weight: bold;
	font-size: 18px;
}

.news-list-container .news-list .news-item .news-info-text .title:hover,
.news-list-container .news-list .news-item .news-info-text .title:hover a{
	color: #cb301f;
}

.news-list-container .news-list .news-item .news-info-text .news-summary{
	display: none;
}

.news-list-container .news-list .news-item .news-info-text .share-box{
	position: absolute;
	bottom: 48px;
	left: 16px;
	right: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.news-list-container .news-list .news-item .news-info-text .share-box .lb{
	float: left;
	margin-right: 10px;
	color: #999;
	font-size: 12px;
}

.news-list-container .news-list .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;
}

.news-list-container .news-list .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;
}

.news-list-container .news-list .news-item .news-info-text .other{
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
}

.news-list-container .news-list .news-item .news-info-text .other .left{
	float: left;
}

.news-list-container .news-list .news-item .news-info-text .other .right{
	float: right;
}

.news-list-container .news-list .news-item .news-info-text .other .left span{
	color: #999;
	font-size: 12px;
}

.news-list-container .news-list .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;
}

/* 列表 end */
