.contentBlock {
	margin: 0 auto;
	width: 1200px;
}

.indexTop {
	background-color: #fff;
}

.indexHeadRight {
	width: 320px;
}

.overHead {
	height: 150px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.headLeftImg {
	width: 390px;
	height: 118px;
	margin-top: 23px;
}

.headMiddleImg {
	width: 380px;
	height: 126px;
	margin-top: 23px;
}

.indexSerch {
	height: 36px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	margin-top: 48px;
	width: 100%;
}

.indexSearchInput {
	width: 75%;
	height: 36px;
	border: 1px solid rgba(187, 187, 187, 100);
	text-decoration: none;
	box-sizing: border-box;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 14px;
	line-height: 36px;
	padding-left: 10px;
	outline: none;
}

.indexSearchBlock {
	width: 25%;
	height: 36px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	display: flex;
	justify-content: center;
	background-color: rgba(1, 82, 147, 100);
	color: rgba(255, 255, 255, 100);
	font-size: 14px;
	line-height: 36px;
	cursor: pointer;
}

.searchImg {
	width: 18px;
	height: 18px;
	margin-top: 9px;
	margin-right: 3px;
}

.indexTime {
	color: rgba(51, 51, 51, 100);
	font-size: 15px;
	margin-top: 15px;
	line-height: 15px;
	box-sizing: border-box;
	text-align: right;
}

.indexTopHead {
	height: 64px;
	line-height: 64px;
	background-color: rgba(1, 82, 147, 100);
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.indexTopHeadItem1 {
	cursor: pointer;
	padding: 0 20px;
	box-sizing: border-box;
	background-color: #024276;
}

.indexTopHeadItem {
	cursor: pointer;
	padding: 0 20px;
	box-sizing: border-box;
	background-color: rgba(1, 82, 147, 100);
}

.indexTopHeadBlcok {
	height: 64px;
	line-height: 64px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
	font-size: 20px;
	box-sizing: border-box;
}

.scrollBlock {
	width: 100%;
	height: 438px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.scrollImg {
	width: 100%;
	height: 438px;
}

.swiper-buttonprev {
	width: 52px;
	height: 100px;
	position: absolute;
	left: 18.75%;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.16);
	z-index: 2;
	top: 169px;
	cursor: pointer;
}

.swiper-buttonnext {
	width: 52px;
	height: 100px;
	position: absolute;
	right: 18.75%;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.16);
	z-index: 2;
	top: 169px;
	cursor: pointer;
}

.swiper-buttonprevImg {
	width: 32px;
	height: 32px;
	margin-top: 34px;
	margin-left: 10px;
}

.homeMiddleBlcok {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 66px;
}

.homeContentOne {
	display: flex;
	justify-content: space-between;
}

.homeContentOneLeft {
	width: 900px;
	background-color: #fff;
	margin-top: 10px;
}

.homeDTTitle {
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	padding: 0 12px;
	font-size: 20px;
	color: rgba(1, 82, 147, 100);
	border-bottom: 3px solid rgba(1, 82, 147, 100);
	;
}

.homeMore {
	color: rgba(100, 120, 140, 100);
	font-size: 16px;
	cursor: pointer;
}

.moreImg {
	width: 15px;
	height: 15px;
	margin-top: 12.5px;
	margin-left: 10px;
}

.dtContent {
	width: 900px;
	height: 290px;
	box-sizing: border-box;
	padding: 12px 30px 18px 12px;
	display: flex;
	justify-content: space-between;
}

.dtScroller {
	width: 414px;
	height: 259px;
	overflow: hidden;
}

.swiper-container1 {
	width: 414px;
	height: 259px;
	position: relative;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	width: 100%;
	height: 100%;
}
.dtscrollImg {
	width: 100%;
	height: 100%;
}

.dtScrollImgText {
	height: 60px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 15px;
	line-height: 60px;
	background-color: rgba(0, 0, 0, 0.7);
	color: rgba(255, 255, 255, 100);
	font-size: 16px;
	text-overflow: ellipsis;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.swiper-buttonnext-dt {
	width: 38px;
	height: 73px;
	position: absolute;
	right: 7px;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
	top: 93px;
	cursor: pointer;
	dtContent
}

.swiper-buttonprev-dt {
	width: 38px;
	height: 73px;
	position: absolute;
	left: 7px;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
	top: 93px;
	cursor: pointer;
}

.swiper-buttonprevImg-dt {
	width: 23px;
	height: 23px;
	margin-top: 25px;
	margin-left: 7.5px;
}

.dtDetail {
	width: 425px;
	height: 259px;
	box-sizing: border-box;
	padding-top: 5px;
	overflow: hidden;
}

.dtDetailItem {
	cursor: pointer;
	display: flex;
	justify-content:flex-start;
	
}
.dtDetailTime {
	width: 150px;
	height: 26px;
	line-height: 26px;
	color: rgba(1, 82, 147, 100);
	font-size: 14px;
	text-align: center;
	border: 1px solid rgba(1, 82, 147, 100);
}

.dtDetailText {
	color: rgba(51, 51, 51, 100);
	font-size: 16px;
	text-align: left;
	line-height: 26px;
	margin-left: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width:319px;
}
.dtDetailText:hover{
	color: rgba(1, 82, 147, 100);
}
.homeContentOneRight {
	width: 287px;
	margin-top: 10px;
}

.tzTitle {
	box-sizing: border-box;
	padding: 0 20px 0 13px;
	height: 56px;
	line-height: 56px;
	background-color: rgba(1, 82, 147, 100);
	color: rgba(1, 82, 147, 100);
	font-size: 19px;
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.tzTitleLeft {
	color: rgba(255, 255, 255, 100);
	font-size: 20px;
	display: flex;
	justify-content: flex-start;
}

.tzTitleLeftText {
	line-height: 56px;
}

.tzImg {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-top: 16px;
}

.tzScroller {
	height: 294px;
	width: 287px;
	background-color: #fff;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px 22px 20px 12px;
}

.swiper-container2 {
	height: 264px;
	width: 253px;
}

.tzSlide {
	display: flex;
	justify-content: space-between;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
}

.tzSlide:nth-child(n+2) {
	display: flex;
	justify-content: space-between;
	height: 36px;
	line-height: 36px;
	margin-top: 8px;
	cursor: pointer;
}

.tzicon {
	width: 4px;
	height: 4px;
	background-color: rgba(1, 82, 147, 100);
	margin-top: 16px;
}

.tzSlideText {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 180px;
	color: rgba(51, 51, 51, 100);
	font-size: 16px;
}
.tzSlideText:hover{
 color: rgba(1, 82, 147, 100);
}
.tzSlideTime {
	color: rgba(100, 120, 140, 100);
	font-size: 14px;
}

.indexCenterImg1 {
	height: 108px;
	width: 100%;
	margin-top: 16px;
}

.homeContentTwo {
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}

.homeContentThree {
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}

.jsjyContent {
	width: 446px;
}

.contentTitle {
	height: 60px;
	width: 446px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 12px 20px 12px 12px;
	border-bottom: 3px solid rgba(1, 82, 147, 100);
}

.contentTitleText {
	color: rgba(1, 82, 147, 100);
	font-size: 20px;
	line-height: 36px;
	height: 36px;
}

.contentMore {
	display: flex;
	justify-content: flex-start;
	cursor: pointer;
}

.contentMoreText {
	color: rgba(100, 120, 140, 100);
	font-size: 16px;
	line-height: 36px;
}

.contentMoreImg {
	width: 15px;
	height: 15px;
	margin-top: 11px;
	margin-left: 10px;
}

.contentDetail {
	height: 357px;
	background-color: #fff;
	width: 446px;
	box-sizing: border-box;
	padding: 12px 28px 16px 12px;
	overflow: hidden;
}

.contentDetailTop {
	display: flex;
	justify-content:flex-start;
}

.contentDetailTopImg {
	width: 204px;
	height: 123px;
	border-radius: 3px;
}

.contentDetailTopImgInfo {
	padding: 5px;
	margin-left: 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.contentDetailTopImgInfoText {
	color: rgba(51, 51, 51, 100);
	font-size: 16px;
	line-height: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.contentDetailTopImgInfoTime {
	color: rgba(100, 120, 140, 100);
	font-size: 14px;
	line-height: 14px;
}

.contentDetailBottom {
	overflow: hidden;
	margin-top: 11px;
}

.contentDetailBottomItem {
	display: flex;
	justify-content: space-between;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
}

.contentDetailBottomItem:nth-child(n+2) {
	display: flex;
	justify-content: space-between;
	height: 36px;
	line-height: 36px;
	margin-top: 4px;
	cursor: pointer;
}

.contentDetailBottomItemIcon {
	width: 4px;
	height: 4px;
	background-color: rgba(1, 82, 147, 100);
	margin-top: 16px;
}

.contentDetailBottomItemText {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 320px;
	color: rgba(51, 51, 51, 100);
	font-size: 16px;
}

.contentDetailBottomItemText:hover{
 color: rgba(1, 82, 147, 100);
}
.contentDetailBottomItemTime {
	color: rgba(100, 120, 140, 100);
	font-size: 14px;
}

.spContent {
	margin-left: 13px;
}

.spContentTitle {
	width: 287px;
	height: 60px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 12px 20px 12px 12px;
	border-bottom: 3px solid rgba(1, 82, 147, 100);
	;
}

.spDetail {
	height: 357px;
	background-color: #fff;
	width: 287px;
	box-sizing: border-box;
	padding: 12px 10px 16px 10px;
	overflow: hidden;
}

.spTopImg {
	width: 267px;
	height: 200px;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
}

.spPlayBlock {
	position: absolute;
	left: 15px;
	bottom: 45px;
	width: 30px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 30px;
	text-align: center;
	cursor: pointer;

}

.spPlayImg {
	width: 16px;
	height: 16px;
	margin-top: 7px;
}

.imgCover {
	width: 267px;
	height: 200px;
}

.imgCoverText {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.7);
	color: rgba(255, 255, 255, 100);
	font-size: 14px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.spItem {
	cursor: pointer;
	display: flex;
	justify-content:flex-start;
	height: 36px;
	line-height: 36px;
	margin-top:8px;
}

.spItem:nth-child(n+2) {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	height: 36px;
	line-height: 36px;
	margin-top: 4px;
}

.spPlayIcon {
	width: 21px;
	height: 21px;
	margin-top: 7.5px;
}

.spItemText {
	color: rgba(51, 51, 51, 100);
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 8px;
}
.spItemText:hover{
 color: rgba(1, 82, 147, 100);
}
.spScrollImg {
	width: 100%;
	height: 64px;
	cursor: pointer;
}