html, body { width: 100%; height: 100%; }
.cjfw_tit { height: 8%; position: absolute;  top: 5%; z-index: 10; left: 0; text-align: center; width: 100%; }
.cjfw_tit img { height: 100%; }
.cjfw_tit p { font-size: 14px; line-height: 3em; }
.cjfw_box {  overflow-x: hidden; position: relative; }
.cjfw_box, .cjfw_con, .parallax-bg { width: 100%; height: 100%; min-height: 620px; }
.parallax-bg { position: absolute; left: 0; top: 0; width: 250vw; height: 100%; background-size: 100% 100%; }
.cjfw_list { height: 60vh !important; margin-top: 35vh; transition-timing-function: linear; }
.cjfw_list li { width: 50vw; }
.news_con { height: 100%; padding-right: 50%; padding-top: 22vh; height: 38vh; display: flex; align-items: center; }
.news_list { padding: 40px 25px; width: calc(100% - 50px); }
.news_list li { float: left; width: 50%; position: relative; }
.news_list.nofloat li { float: none; width: 100%; }
.news_list li a { display: block; padding-left: 20px; font-family: '宋体'; font-size: 16px; color: #333; height: 1.8em; line-height: 1.8em; overflow: hidden; font-weight: bold; text-overflow: ellipsis; white-space: nowrap; width: 90%; }
.news_list li::before { content: ''; display: block; width: 8px; height: 8px; border-radius: 50%; background: #d14b1c; position: absolute; top: 12px; left: 0; }
.news_list li:hover a { color: #d14b1c; }
.flying { position: absolute; z-index: 5; left: 32%; top: 20%; height: 8vw;  }
.flying.ani { animation: flyani 2s 1 linear; }
.flying.aniBak { animation: flyaniBak 2s 1 linear; }
.flying img { height: 100%; }

.cjfw_but { display: block; width: 80px; height: 80px; border-radius: 50%; background: rgba(0, 0, 0, .3); position: absolute; z-index: 100000; top: 30%; color: #fff; font-size: 70px; font-family: '宋体'; text-align: center; line-height: 80px; }
.cjfw_prev { left: 0; }
.cjfw_next { right: 0; }

@keyframes flyani{
	0% { transform: rotate(0deg) translateY(0px); }
	25% { transform: rotate(-15deg) translateY(-42px); }
	50% { transform: rotate(0deg) translateY(-42px); }
	75% { transform: rotate(15deg) translateY(-42px); }
	100% { transform: rotate(0deg) translateY(0px); }
}
@keyframes flyaniBak{
	0% { transform: rotate(0deg) translateY(0px); }
	25% { transform: rotate(15deg) translateY(-42px); }
	50% { transform: rotate(0deg) translateY(-42px); }
	75% { transform: rotate(-15deg) translateY(-42px); }
	100% { transform: rotate(0deg) translateY(0px); }
}

@media screen and (min-width:1340px) {
	.news_list { padding: 40px; height: 70%; display: flex; flex-direction: column; justify-content: space-evenly; }
}

@media screen and (max-width:1200px) {
	html, body { overflow-x: hidden; }

	.cjfw_list li { width: 60vw; }
	.news_con { height: 60vh; padding-right: 40%; }

}

@media screen and (max-width: 1024px) {
	.cjfw_box { background: url(/bjsdxqrmzf/template/page/cjfw_page2023/bg.jpg?timestamp=1699337101834) no-repeat center fixed; background-size: auto 100%; }
	.parallax-bg { display: none; }
	.flying { display: none; }
	.cjfw_list { width: 100%; overflow-x: auto; }

	.cjfw_tit { height: 50px; margin-top: 20px; position: static; }
	.cjfw_tit img { height: 100%; }
	.cjfw_tit p { display: none; }

	.cjfw_box, .cjfw_con, .parallax-bg { min-height: auto; height: auto; }
	.cjfw_list { height: auto !important; margin-top: 20px; }
	.cjfw_list>li { width: 90vw; margin: 0 5vw; background-size: 100% auto !important; }
	.news_con { height: 60vw; padding-right: 36vw; padding-top: 20vw; }
}

@media screen and (max-width:767px) {
	.cjfw_but { display: none; }
	.cjfw_list { display: block !important; }
	.cjfw_list>li { width: 92vw; margin: 0 auto; background: #ffd786 !important; border: 20px solid #ffe6b2; margin-bottom: 15px; }
	.cjfw_list>li::before { content: attr(name); font-size: 20px; background: #bd1a2d; display: block; text-align: center; height: 40px; line-height: 40px; color: #fff; }

	.news_con { height: auto; padding: 0 !important; }
	.news_list { padding: 0 10px; width: 100%; }
	.news_list li a { width: 100%; }
}

@media screen and (max-width:420px) {
	.cjfw_tit { width: 90%; margin: 20px auto 0; }
}