html,body{
	background-color: #f5f5f5;
	/* background: url("/static/lvxie/images/1111.jpg") center top no-repeat; */
	/* opacity: 0.7; */
}
.page-container{
	padding: 25px 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.left-box{
	flex:0 0 300px;
	width: 300px;
}
.right-box{
	flex:0 0 870px;
	width: 870px;
	background-color: #fff;
	padding: 20px 25px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.cate-box{
	border-radius: 10px;
	background-color: #fff;
	border-radius: 10px;
	border:1px solid #ccc;
}
.cate-title{
	background: url("/static/lvxie/images/46.png") center no-repeat;
	height: 110px;
	text-align: center;
	line-height: 110px;
	font-size: 26px;
	color:#fff;
}
.zt-cate-title{
	background: url("/static/lvxie/images/47.png") center no-repeat;
	height: 110px;
	text-align: center;
	line-height: 110px;
	font-size: 26px;
	color:#fff;
}
.cate-list{
	box-shadow: 0 2px 5px #ccc;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding:0 15px;
}
.cate-list ul li{
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.cate-list ul li:last-child{
	border-bottom: 0 none;
}
.cate-list ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-left:8px solid #fff;
	padding-left:10px;
	font-size: 16px;
	font-weight: 600;
	background: url("/static/lvxie/images/icon28.png") right center no-repeat;
}
.cate-list ul li.active a{
	border-left:8px solid #124892;
	color:#124892;
	background: url("/static/lvxie/images/icon29.png") right center no-repeat;
}
.zt-cate-list ul li a{
	background: none;
}
.zt-cate-list ul li.active a{
	background: none;
}
.cate-list ul li:hover a{
	border-left:8px solid #124892;
	color:#124892;
}
.cate-list ul li a span{
    letter-spacing: 2px;
}
.contact{
	padding: 0 15px;
}
.contact-box{
	background-color: #ffffff;
	margin-top: 20px;
	border-radius: 10px;
	box-shadow: 0 2px 5px #ccc;
	padding-bottom: 10px;
	border:1px solid #ccc;
}
.c-title{
	padding:20px 30px;
	color:#124892;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
}
.contact .item{
	border-top:1px dashed #d2d2d2;
	padding: 15px;
}
.contact .item .tag{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	letter-spacing: 2px;
}
.contact .tag img{
	margin-right: 5px;
}
.contact .item .detail{
	padding-left: 20px;
	color: #999;
	margin-top: 4px;
}
.page-content .title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.page-content .content{
	font-size: 15px;
	line-height: 1.8;
}
.ctitle{
	display: flex;
	justify-content: space-between;
	border-bottom:2px solid #eee;
	margin-bottom: 30px;
}
.ctitle h4{
	width: 120px;
	text-align: center;
	font-size: 16px;
	background: url("/static/lvxie/images/44.png") center bottom no-repeat;
}

.list ul li {
	background: url('/static/lvxie/images/icon01.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: 30px;
}
.list ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.list ul li a h4{
	flex:1;
}
.list ul li a span{
	display: block;
	margin-left: 10px;
	flex:0 0 100px;
	width: 100px;
	text-align: right;
}
.list ul li:nth-child(5n){
	border-bottom:1px dashed #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.j-input{
	width: 218px;
	height:30px;
	line-height: 30px;
	padding-left: 5px;
}
#duty{
	width:240px ;
	height:30px;
	line-height: 30px;
}
.sbtn{
	text-align: center;
	margin-top: 10px;
}
.sbtn a{
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	color:#fff;
	font-weight: bold;
	margin-left: 20px;
	background:#215fb4;
}
.sbtn a.reset{
	background: orangered;
}
.sbtn button{
	display: inline-block;
	background:#215fb4;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	color:#fff;
	font-weight: bold;
	border:0 none;
	cursor: pointer;
}
.list-thumb ul li{
	display: flex;
	border-bottom:1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom:20px;
}
.list-thumb ul li .thumb{
	flex:0 0 200px;
	width: 200px;
	overflow: hidden;
	margin-right: 30px;
	border-radius: 10px;
}
.list-thumb ul li .thumb a{
	height: 142px;
	display: block;
	overflow: hidden;
}
.list-thumb ul li .thumb a img{
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.list-thumb ul li .thumb a img:hover{
	transform: scale(1.1);
}
.list-thumb ul li .infos{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px 0;
}
.list-thumb ul li .infos .title a{
	font-weight: bold;
	font-size: 16px;
}
.list-thumb ul li .infos .intro a{
	line-height: 2.0;
}
.list-thumb ul li .infos .item-tags{
	display: flex;
	align-items: center;
}
.list-thumb ul li .infos .item-tags span{
	margin: 0 6px;
}
.click-icon{
	margin-left: 40px;
}
.sign-box{
	padding: 0 0 40px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #ccc;
}
.sign-box .title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 45px;
}
.sign-box .detail .tit{
	display: flex;
	align-items: center;
	font-size: 16px;
}
.sign-box .detail .tit img{
	margin-right: 10px;
}
.sign-box .sign-cont{
	background-color: #f5f9fc;
	padding: 25px;
	margin-top: 10px;
	line-height: 2.0;
	font-size: 16px;
}
.sign-btn a{
	display: block;
	width: 300px;
	height:40px;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	background-color: #0b8763;
	color: #fff;
	margin: 50px auto 0;
	font-size: 18px;
	font-weight: bold;
	box-shadow: 0 5px 15px #aaa;
}
.sign-btn .is-end{
	display: block;
	width: 300px;
	height:40px;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	background-color: #aaa;
	color: #fff;
	margin: 50px auto 0;
	font-size: 18px;
	font-weight: bold;
	box-shadow: 0 5px 15px #aaa;
}
.sign-btn .not-start{
	display: block;
	width: 300px;
	height:40px;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	background-color: #aaa;
	color: #fff;
	margin: 50px auto 0;
	font-size: 18px;
	font-weight: bold;
	box-shadow: 0 5px 15px #aaa;
}
.sign-result{
	display: flex;
	align-items: center;
	font-size: 16px;
}
.sign-result .tit2{
	display: flex;
	align-items: center;
	color: #0b8763;
	margin-right: 5px;
}
.sign-result .tit2 img{
	margin-right: 10px;
}
.pass{
	margin-left: 30px;
}
.pass .num{
	display: inline-block;
	width: 25px;
	height: 35px;
	margin: 0 5px;
	border-radius: 5px;
	text-align: center;
	line-height: 35px;
	background-color:#0b8763;
	color: #fff;
	font-size: 16px;
}
.sign-table{
	width: 100%;
	border-collapse: collapse;
	margin-top: 32px;
}
.sign-table th,
.sign-table td{
	border:1px solid #0b8763;
}
.sign-table td,
.sign-table th{
	padding:15px 10px;
	text-align: center;
	font-size: 16px;
}
.sign-table th{
	font-weight: bold;
	font-size: 16px;
}
.list-pic ul li{
	width:265px;
	padding: 10px;
	background-color: #e5f1fd;
	border-radius: 5px;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
.list-pic ul li:nth-child(3n){
	margin-right: 0;
}
.list-pic ul li a{
	display: block;
}
.list-pic ul li a .item-img{
	width:245px;
	height: 345px;
	overflow: hidden;
	position: relative;
	box-shadow: -2px 2px 5px 1px #a2aebf;
}

.list-pic ul li a .item-img .light{
	height:100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	zoom: 1;
	width: 80px;
	background: linear-gradient(to right, rgba(255,255,255,0.5), rgba(255,255,255,0));
}
.list-pic ul li a .item-img img{
	width: 100%;
	height: auto;
	min-height: 345px;
}
.list-pic ul li a p{
	padding: 0 5px;
	text-align: center;
	margin-top:10px;
}
.search-box{
	padding: 20px 0;
}
.layui-laypage a, .layui-laypage span{
	margin: 0;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color:#194da1 ;
}
.layui-form-select{
	border:1px solid #666;
}
.layui-form-select .layui-input{
	height: 30px;
	line-height: 30px;
}
.zt-cate-list{
    padding: 0 5px;
}
.zt-cate-list ul li a{
	padding-left: 6px;
}
.zt-cate-list ul li.active a{
	border-left:5px solid #cc0001;
	color:#cc0001;
}
.zt-cate-list ul li:hover a{
	border-left:5px solid #cc0001;
	color:#cc0001;
}
.zt-left-box .c-title{
    color:#cc0001;
}
body .zt-right-box .blue{
    color:#cc0001;
}
.zt-right-box .page-box .total{
    background: #cc0001;;
}
.right-box .pic-content .item{
	border-bottom: 0 none;
	border-right: 0 none;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 20px;
}
.right-box .pic-content .item .zc-box{
	display: flex;
	margin-bottom: 10px;
}
.right-box .pic-content .item .zc{
	flex: 0 0 70px;
	width: 70px;
	display: flex;
	margin-right: 5px;
	justify-content: space-between;
	font-weight: bold;
}
.right-box .pic-content .item .zc-cont{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.right-box .pic-content .item .zc-cont .name{
	letter-spacing:1px;
	margin-right: 15px;
}
.right-box .pic-content .item .mr{
	margin-right: 5px;
}
.right-box .pic-content .item em{
	font-style: normal;
}
.lsh-content .title{
	position: relative;
	text-align: center;
	padding-bottom: 8px;
	font-size: 18px;
	margin-bottom:10px;
}
.lsh-content .title::after {
	content: "";
	zoom: 1;
	width: 18px;
	height: 3px;
	background-color: #b50000;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -9px;
}



