.main-page {
	background: url(/front/zt/2024/qckj/imgs/tp.jpg) center top no-repeat;
	padding-top: 200px;
}

.main-news {
	background: url(/front/zt/2024/qckj/imgs/tt1.png) center 50px no-repeat;
	width: 1220px !important;
	margin-top: 300px;
	min-height: 500px;
	padding-top: 0px !important;
}
.main-news-list {
	background: url(/front/zt/2024/qckj/imgs/tt4.png) center 50px no-repeat;
	width: 1220px !important;
	margin-top: 300px;
	min-height: 500px;
	padding-top: 0px !important;
}
.subtitle{
	padding-left: 150px;
	color: #ffffff;
	font-weight: bold;
	line-height: 50px;
}

.main-news-inner {
	width: 1200px !important;
	margin: auto;
	padding-top: 60px !important;
}

.newsinfo-sub{
	width: calc(50% - 30px);
	margin-left: 20px;
 	float: left;
	height: 380px;
}

.morelist-area {
	height: 60px;
	line-height:50px;
}
.morelist {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	float:right;
}

.news-body {
	background-color: #ffffff;
	height: 320px;
}

.news-item {
	background-color: #2B62ED;
	height: 52px;
	border-top: 1px dashed #9999ff;
	list-style-type: none;
	padding: 0px;
	color: #ffffff;
	line-height: 52px;
}
.news-item a{
	display: block;
	height: 100%;
	width: 100%;
    display: flex;
    align-items: baseline;
}
.news-item a:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #ffffff;
	margin-left: 5px;
}
.titlestr {
	display: block;
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	width: 445px;
	padding-left: 15px;
	height: 100%;
}
.datestr {
	display: inline-block;
	color: #9999ff;
	font-size: 18px;
	line-height: 50px;
	width: 90px;
	font-size: 14px;
	text-align: right;
	height: 100%;
}

.news-item:hover a:before{
	background-color: #ff0;
}

.news-item:hover a{
	background-color: #144AEB;
}

.news-item:hover a .titlestr{
	color: #ff0;
}

.pics-area{
}


.news-area{
}


.main-drshow {
	background: url(/front/zt/2024/qckj/imgs/tt3.png) center -80px no-repeat;
	width: 1200px !important;
	margin: auto;
	padding-top: 0px !important;
	min-height: 800px;
}


.morepic {
	display: block;
	width: 150px;
	letter-spacing: 3px;
	text-align: center;
	border-radius: 5px;
	background-color: #66f;
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	margin: 10px auto 30px auto;
	text-decoration: none;
}

.footer {
	background: url(/front/zt/2024/qckj/imgs/bt.jpg) center center no-repeat;
	height: 350px;
}
.footer-area {
	width: 1200px;
	margin: auto auto;
	padding: 20px;
	color: #ffffff;
	font-size: 16px;
}
.footer-remark{
	color: #ffffff;
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
	text-align:center;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container img {
    width: 100%;
    height: 100%;
}

.pic_item span, .pic_item i {
    display: block;
    position: absolute;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 998;
    font-size: 16px;
    color: #fff;
    font-style: normal;
    text-align: left;
}
.pic_item i {
    width: calc(100% - 90px);
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.next, .prev {
    position: absolute;
    top: 50%;
    z-index: 9;
    display: block;
    width: 50px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .3);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}
.swiper-container .next {
    transform: translate(50px, 0);
    right: 0;
}

.swiper-container .prev {
    transform: translate(-50px, 0);
    left: 0;
}

.pic_item {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 996;
}

.pic_item span, .pic_item i {
	display: block;
	position: absolute;
	padding: 0px 10px;
	height: 40px;
	line-height: 40px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 998;
	font-size: 16px;
	color: #fff;
	font-style: normal;
	text-align: left;
}

.pic_item span {
	background: #000;
	z-index: 997;
	opacity: .3;
	filter: alpha(opacity = 30);
}

.pagination_swiper {
	position: relative;
	text-align: right;
	z-index: 999;
	padding-right: 10px;
	margin-top: -25px;
	
}

.swiper-pagination-bullet {
	width: 15px;
	height: 8px;
	border-radius: 0%;
	margin: 0px 1px;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #fff;
	margin: 0 3px;
	cursor: pointer;
	opacity: .7;
	filter: alpha(opacity = 70);
}

.swiper-active-switch {
	background: #007aff;
	opacity: 1;
}

.swiper-container:hover .prev, .swiper-container:hover .next {
	opacity: 1;
	transform: translate(0, 0);
}
.swiper-container .prev {
    transform: translate(-50px, 0);
    left: 0;
}
.swiper-container .next {
    transform: translate(50px, 0);
    right: 0;
}


.piclist-area {
	margin: auto 20px;
	height: 620px;
	padding-top: 160px;
	position: relative;
}

.piclist-body {
	height: 600px;
	position: relative;
}

.photo_item {
	/*width: 170px !important;*/
	height: 100%;
}

.photo_item a{
	display: block;
	border-radius: 5px;
	padding: 8px;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	width: calc(100%-20px);
	height: calc(50% - 45px);
	background-color: #f1f1f1;
	margin: 10px;
    transition: all .3s;
	
}
.photo_item a:hover{
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	background-color: #ffffff;
}
.photo_item a:nth-child(odd){
	margin-bottom: 20px;
}

.photo_item a img {
	width: 100%;
	height: calc(100% - 30px);
}
.photo_item a i {
	display: block;
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	font-style: normal;
}

.footer p {
	font-size: 18px;	
}

.footer .row{
	padding: 0px;
}



.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    -o-text-overflow: ellipsis;

}s