html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  list-style: none;
  text-decoration:none;
}
[v-cloak] {
  display: none;
}
.sentu_box{
	background-color: #F5F7FC;
}
.sentu_list .swiper-pagination-bullet{
	width: 30px;
	height: 6px;
	background: #FFFFFF;
	opacity: 0.3;
	border-radius: 3px;
}
.sentu_list .swiper-pagination-bullet-active{
	background: #FFFFFF;
	opacity: 1;
}
.sentu_nav{
	width: 100%;
	height: 90px;
}
/* 内容 */
.sentu_content{
	width:1200px;
	padding-top: 20px;
	margin: 0 auto;
}
.sentu_listr{
	width: 1200px;
	height: 300px;
	margin-bottom: 20px;
}
.sentu_listr .sentu_img{
	width: 1200px;
}
.sentu_img img{
	width: 1200px;
	height: 300px;
	object-fit: cover;
}
.sentu_listr .sentu_next{
	width: 40px;
	height: 40px;
	background: url('../image/sticon1.png') no-repeat;
}
.sentu_listr .sentu_prev{
	width: 40px;
	height: 40px;
	background: url('../image/sticon2.png') no-repeat;
}
.sentu_i{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 8px 0px rgba(72, 111, 241, 0.12);
	border-radius: 4px;
	margin-bottom: 60px;
}
.sentu_tap{
	font-size: 0px;
	padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 4px;
	margin-bottom: 50px;
}
.sentu_taps{
	display: inline-block;
	width:284px;
	margin-left: 6px;
	height:auto;
	margin-bottom: 36px;
}
.sentu_taps img{
	vertical-align: middle;
	margin-right: 19px;
}
.sentu_s{
	vertical-align: middle;
	display: inline-block;
}
.sentu_s p{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	margin-bottom: 12px;
	color: #333333;
}
.sentu_s span{
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
}

.sentu_wd{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.sentu_wlfet{
	display: flex;
	width: 895px;
	height: 90px;
	align-items: center;
	border-radius: 8px;
	background-color: #fff;
	padding: 10px 10px;
	box-sizing: border-box;
	justify-content: space-between;
}
.sentu_wlfet img{
	width: 185px;
	height: 70px;
	margin-right: 10px;
}
.sentu_wname{
	width: 675px;
	height: 70px;
	padding-top: 8px;
}
.sentu_wname .swiper-container{
	height: 70px;
}
.sentu_wname .swiper-wrapper{
	height: 70px !important;
}
.sentu_wtext{
	display: flex;
	width: 675px;
	margin-bottom: 10px;
}
.sentu_wtext span{
	font-size: 14px;
	color:#FF6C02;
}
.sentu_wtext p{
	flex: 1;
	font-size: 14px;
	font-weight: 500;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	cursor: pointer;
}
.sentu_fgx{
	width: 1px;
	height: 70px;
	background-color: #ECEEF4;
}
.sentu_wright{
	display: flex;
	align-items: center;
	position: relative;
	width: 285px;
	height: 90px;
	border-radius: 8px;
	background: url('../image/sticon4.png') no-repeat;
	background-size: 100% 100%;
	justify-content: center;
	box-sizing: border-box;
	padding-top: 10px;
}
.sentu_num{
	display: flex;
	align-items: flex-end;
}
.sentu_nums{
	font-weight: bold;
	font-size: 36px;
	color: #7694FF;
	margin-right: 5px;
}
.sentu_ntext img{
	width: 24px;
	height: 28px;
}
.sentu_ntexts{
	font-size: 0px;
}
.sentu_znum{
	font-weight: 500;
	font-size: 20px;
	color: #7694FF;
}
.sentu_ztext{
	font-size: 14px;
	color: #666666;
	justify-content: center;
}
.sentu_rcont{
	display: flex;
	justify-content: space-between;
}
.sentu_rleft{
	width: 895px;
}
.sentu_title{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.sentu_tname{
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	margin-right: 10px;
}
.sentu_ftap{
	display: flex;
}
.sentu_ftap span{
	display: block;
	width: 76px;
	height: 24px;
	border-radius: 4px;
	border: 1px solid #FF6C02;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	color: #FF6C02;
	cursor: pointer;
	margin-right: 10px;
}
.sentu_ftap span:hover{
	color: #fff;
	background-color:#FF6C02;
}
.sentu_ftap .sentu_fcolor{
	color: #fff;
	background-color:#FF6C02;
}
.sentu_title a{
	font-size: 14px;
	color: #666;
}
.sentu_blist{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.sentu_bli{
	width: 208px;
	height: auto;
	border-radius: 8px;
	background: #fff;
	margin-bottom: 20px;
	margin-right: 20px;
	cursor: pointer;
}
.sentu_bli:nth-child(4n){
	margin-right: 0px;
}
.sentu_bli p{
	padding: 10px 10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.sentu_bli img{
	width: 208px;
	height: 117px;
	border-radius: 8px 8px 0px 0px;
}
.sentu_rright{
	width: 285px;
}
.sentu_zb{
	width: 285px;
	height: 240px;
	border-radius: 8px;
	background: #FFFFFF;
	margin-bottom: 30px;
}
.sentu_zbimg{
	width: 285px;
	height: 174px;
	border-radius: 8px 8px 0px 0px;
}
.sentu_zbname{
	display: flex;
	align-items: center;
	padding: 10px 10px;
}
.sentu_zbname img{
	width: 20px;
	height: 20px;
	margin-right: 4px;
}
.sentu_zbname p{
	flex: 1;
	font-size: 14px;
	font-weight: 500;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #000000;
}
.sentu_zbtime{
	display: flex;
	padding: 0px 10px;
}
.sentu_zbtime img{
	width: 16px;
	height: 16px;
	margin-right: 4px;
}
.sentu_zbtime span{
	font-size: 12px;
	color: #999999;
}
.sentu_hclist{
	display: flex;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
.sentu_hcli{
	display: flex;
	align-items: center;
	width: 285px;
	height: 80px;
	border-radius: 8px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 10px 10px;
	margin-bottom: 20px;
	margin-right: 20px;
	cursor: pointer;
}
.sentu_hcli:hover{
	box-shadow: 0px 5px 10px 0px rgba(36, 99, 235, 0.1);
}
.sentu_hcli:nth-child(3n){
	margin-right: 0px;
}
.sentu_hcimg{
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.sentu_hctitle p{
	width: 195px;
	height: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom: 10px;
}
.sentu_shtab{
	display: flex;
	width: 195px;
	justify-content: space-between;
}
.sentu_htabs{
	display: flex;
	align-items: center;
}
.sentu_htabs img{
	width: 16px;
	height: 16px;
	margin-right: 4px;
}
.sentu_htabs span{
	font-size: 12px;
	color: #999999;
}
.sentu_wyd{
	width: 285px;
	height: 274px;
	border-radius: 8px;
	background-color: #fff;
	margin-bottom: 20px;
}
.sentu_wimg{
	width: 285px;
	height: 176px;
	border-radius: 8px 8px 0px 0px;
}
.sentu_wydtext{
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.sentu_wcont {
    padding: 0px 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 261px;
    height: 36px;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    color: #999999;
}
.sentu_hybg{
	display: flex;
	flex-wrap: wrap;
}
.sentu_hybgli{
	width: 285px;
	height: 140px;
	border-radius: 8px;
	background-color: #fff;
	display: flex;
	box-sizing: border-box;
	padding: 10px 10px;
	align-items: center;
	margin-bottom: 20px;
	margin-right: 20px;
	cursor: pointer;
}
.sentu_hybgli:hover{
	box-shadow: 0px 5px 10px 0px rgba(36, 99, 235, 0.1);
}
.sentu_hybgli:nth-child(3n){
	margin-right: 0px;
}
.sentu_hybgli img{
	width: 88px;
	height: 120px;
	object-fit: cover;
	margin-right: 10px;
} 
.sentu_hyname p{
	width: 167px;
	height: 40px;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	color: #000000;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}
.sentu_hytap{
	width: 80px;
	height: 24px;
	border-radius:12px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	margin-bottom: 10px;
}
.sentu_hytime{
	text-align: right;
	font-size: 12px;
	color: #9E9E9E;
}
.sentu_lszl{
	width: 285px;
	height: 300px;
	border-radius: 8px;
	background-color: #fff;
}
.sentu_lsbanner{
	width: 285px;
	height: 29px;
	background: url('../image/sticon14.png') no-repeat;
	background-size: 100% 100%;
}
.sentu_lslist{
	padding: 10px 0px;
	margin: 0px 10px;
	border-bottom: 1px solid #ECEEF4;
	margin-bottom: 8px;
}
.sentu_lsli{
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.sentu_lsli:nth-child(4){
	margin-bottom: 0px;
}
.sentu_lsimg{
	width: 32px;
	height: 32px;
	margin-right: 5px;
}
.sentu_lsli p{
	width: 210px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.sentu_lsli .sentu_lsicon{
	width: 16px;
	height: 16px;
}
.sentu_lsts {
    font-size: 12px;
    line-height: 18px;
    color: #9E9E9E;
    padding: 0px 10px;
}
.sentu_nfgx{
	width: 1px;
	height: 70px;
	background-color: #fff;
	margin: 0px 20px;
}
.sentu_zynum{
	position: absolute;
	right: 0px;
	top: 0px;
}
.sentu_listr .swiper-pagination-bullet-active{
	background-color: #fff;
}