html,
body {
	background-color: #f8f8f8;
}

.zt-navbox {
	background-color: #cc0001;
}

.zt-nav {
	display: flex;
}

.zt-nav li {
	flex: 1;
}

.zt-nav li a {
	color: #fff;
	display: block;
	text-align: center;
	height: 64px;
	line-height: 64px;
	font-size: 20px;
}

.zt-nav li.active,
.zt-nav li:hover {
	background-color: #aa0001;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.zt-nav li:hover+li {
	background-color: #cc0001;
	border-left: 0 none;
	border-right: 0 none;
}

/*借用代码*/
.list-more {
	font-size: 20px;
}

.list-box {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
}

.list-box .cont {
	display: flex;
	justify-content: space-between;
}

.list-box .cont .thumb {
	flex: 0 0 534px;
	width: 534px;
	height: 374px;
	overflow: hidden;
	position: relative;
}

.list-box .cont .thumb a {
	display: block;
	width: 534px;
	height: 374px;
	overflow: hidden;
}

.list-box .cont .thumb img {
	width: 100%;
	transition: all 0.5s linear;
}

.list-box .cont .thumb.run img:hover {
	transform: scale(1.1);
	cursor: pointer;
}

.list-box .cont .lists {
	flex: 0 0 600px;
	width: 600px;
}

.list-ul li {
	padding: 12px 0;
	background: url('/static/lvxie/images/icon02.png') left center no-repeat;
	padding-left: 20px;
	transition-property: all;
	transition-radio: hover;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.list-ul li:hover {
	background: url('/static/lvxie/images/icon02.png') left center no-repeat;
	padding-left: 25px;
}

.list-ul li a {
	font-size: 16px;
}

.list-ul li:hover a {
	color: #ff0000;
}

.dongtai {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.dongtai .xhdt,
.dongtai .gsdt {
	flex: 0 0 550px;
	width: 550px;
}

.tit-box {
	margin-bottom: 10px;
	justify-content: flex-start;
	border-bottom: 1px solid #ccc;
}

.tit-box .tit .more {
	display: block;
	width: 150px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #cc0001;
	color: #fff;
	font-size: 20px;
}

.zt-ad {
	font-size: 0;
}

.dongtai.dangshi .xhdt {
	flex: 0 0 380px;
	width: 380px;
}

.dongtai.dangshi .gsdt {
	flex: 0 0 780px;
	width: 780px;
}

.title-box {
	padding:10px 0 30px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #b40000;
}

.ctitle {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.ctitle .more {
	display: block;
	width: 150px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #cc0001;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.ad-box {
	text-align: center;
	padding: 60px 0 30px 0;
}

.hot-box {
	margin-bottom: 10px;
}

.hot-box .more {
	float: right;
	margin-top: -18px;
	color: #b70000;
}

.hot-box .more a {
	color: #b70000;
	letter-spacing: 1px;
}

.hot-title {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 30px;
	text-align: center;
}

.hot-desc {
	color: #9a9a9a;
	font-size: 15px;
	line-height: 1.6;
}


.list-box.szqh .cont .thumb {
	flex: 0 0 460px;
	width: 460px;
	height: 374px;
	overflow: hidden;
	position: relative;
}

.list-box.szqh .cont .thumb a {
	display: block;
	width: 460px;
	height: 374px;
	overflow: hidden;
}
.list-box.szqh .cont .lists {
	flex: 0 0 670px;
	width: 670px;
}
.szyw .tit{
	flex:0 0 50px;
	width: 50px;
	margin-right:40px;
	overflow: hidden;
	color: #b70000;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
}
.szyw{
	display: flex;
	border: 1px dashed #cc0001;
	padding:0 25px 20px 25px;
	flex-wrap: wrap;
	overflow: hidden;
	margin-bottom: 25px;
}
.szyw .tit img{
	width: 100%;
	height: auto;
}
.szyw .desc-box{
	flex:1;
	line-height: 1.8;
	padding-top: 30px;
}
.desc-box .title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.desc-box .desc{
	color:#777777;
	text-indent:30px;
	font-size: 14px;
}
.desc-box .more{
	text-align: right;
	color: #bb120b;
}
.desc-box .more a{
	text-align: right;
	color: #bb120b;
}
.cate-title{
	font-size: 18px;
	font-weight: bold;
}
.zt-cont{
	background:url('/static/lvxie/images/zt03.jpg') center bottom no-repeat;
	padding: 30px 0;
	border-radius: 5px;
}
.page-content .show-box{
	background:url('/static/lvxie/images/zt03.jpg') center bottom no-repeat;
	padding: 30px 0;
	border-radius: 5px;
}
.page-content .show{
	background: #fff;
	padding: 30px 0;
}
.position{
	padding-right: 20px;
}