﻿@charset "utf-8";
/* home */
.home-news .container{
	position: relative;
}
.leftAside{
	position: fixed;
    bottom: 0;
    right: 105px;
    z-index: 10;
    height: 95px;
    width: 150px;
    background: #f0f0f0;
    padding: 3px 5px 0;
    margin-right: -100px;
}
.leftAside .picBox{
	display: block;
	width: 100%;
}
.leftAside .closebtn{
	line-height: 20px;
	cursor: pointer;
}
.home-news .newsSwi{
	float: left;
	position: relative;
}
.home-news .newsSwi .bd li{
	width: 590px;
	box-shadow: 0px 0px 8px 0px rgba(0, 19, 8, 0.2);
}
.home-news .newsSwi .bd .picBox{
	width: 100%;
	height: 324px;
	overflow: hidden;
}
.home-news .newsSwi .bd .textBox{
	padding: 10px 20px;
	line-height: 1.8;
}
.home-news .newsSwi .prev,.home-news .newsSwi .next{
	display: block;
	position: absolute;
	left: 0;
	top: 146px;
	width: 32px;
	height: 32px;
	background: rgba(0,0,0,0.42);
	color: #fff;
	font-size: 24px;
	line-height: 31px;
	text-align: center;
	font-weight: 200;
	text-transform: uppercase;
}
.home-news .newsSwi .next{
	left: auto;
	right: 0;
}
.home-news .newsTab{
	float: left;
	width: calc(100% - 590px);
	padding-left: 22px;
}


/* home-culture */
.home-culture .leftMo{
	width: 52.5%;
	float: left;
	border: 1px solid #DEDEDE;
	height: 280px;
	padding: 10px 20px 0;
}
.home-culture .rightMo{
	width: 46%;
	float: right;
	border: 1px solid #DEDEDE;
	height: 280px;
	padding: 10px 20px 0;
}
.home-culture .tabBars{
	float: left;
	width: calc(100% - 376px);
}
.home-culture .tabBar{
	display: block;
	width: 100%;
	height: 42px;
	border: 1px solid #f1f1f1;
	line-height: 40px;
	margin-top: 10px;
	padding: 0 10px;
	text-align: center;
}
.home-culture .tabBar.active{
	border-bottom: 2px solid #c4000a;
}
.home-culture .tabCons{
	float: left;
	width: 376px;
	padding-top: 20px;
	padding-left: 38px;
}
.home-culture .tabCon .picBox{
	display: block;
	width: 308px;
	height: 176px;
	overflow: hidden;
}
.home-culture .tabs2 .tabBar{
	height: 32px;
	line-height: 30px;
}
.open-categroy .box,
.home-special .box{
	position: relative;
	border: 1px solid #DEDEDE;
	padding: 10px 20px 30px;
}
.open-categroy .list,
.home-special .list{
	margin-top: 24px;
}
.home-special .bd{
	height: 130px;
	overflow: hidden;
	margin-top: 20px;
	width: 100%;
}
.home-special .tempWrap{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.home-special .list .listItem{
	width: 23.6%;
	margin-right: 10px;
	float: left;
	height: 130px;
}
.home-special .list .listItem:last-of-type{
	margin-right: 0;
}
.home-special .list .picBox{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.leftArrow {
    position: absolute;
    left: -20px;
    top: 50px;
    cursor: pointer;
}
.rightArrow {
    position: absolute;
    right: -20px;
    top: 50px;
    cursor: pointer;
}
@media only screen and (max-width:1200px){
	.leftArrow {
		position: absolute;
		left: 0;
		top: 1.3rem;
		cursor: pointer;
	}
	.rightArrow {
		position: absolute;
		right: 0;
		top: 1.3rem;
		cursor: pointer;
	}
	.leftAside{
		display: none;
	}
	.home-special .bd{
		height: 3rem;
	}
	.home-special .tempWrap{
		width: 5.8rem !important;
	}
	.home-special .list .listItem{
		width: 6rem !important;
		height: 3rem;
	}
	.home-special .list{
		margin-left: 2.45rem !important;
	}
	.home-news .newsSwi{
		width: 100%;
		background: #fff;
		margin-bottom: 0.1rem;
	}
	.home-news .newsTab{
		width: 100%;
		background: #fff;
		padding: 0.2rem 0.1rem;
	}
	.home-news .newsSwi .bd li{
		width: 100%;
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	.home-news .newsSwi .bd .picBox{
		height: 3.24rem;
	}
	.home-culture .leftMo{
		width: 100%;
		background: #fff;
		padding: 0.2rem 0.1rem 0.3rem;
		height: auto;
		margin-bottom: 0.2rem;
	}
	.home-culture .rightMo{
		width: 100%;
		background: #fff;
		padding: 0.2rem 0.1rem 0.3rem;
		height: auto;
	}
	.home-culture .tabBar,.home-culture .tabs2 .tabBar{
		height: 0.52rem;
		line-height: 0.52rem;
		margin-top: 0.12rem;
	}
	.home-culture .tabBars{
		width: calc(100% - 3.9rem);
		padding-left: 0.1rem;
	}
	.home-culture .tabCons{
		width: 3.9rem;
		padding: 0.12rem 0.24rem 0;
	}
	.home-culture .tabCon .picBox{
		width: 100%;
		height: 2.44rem;
	}
	.home-culture .tabs2 .tabCon .picBox{
		height: 3.1rem;
	}
	.home-culture .motitle{
		margin-bottom: 0.3rem;
	}
	.open-categroy .box,
	.home-special .box{
		background: #fff;
		padding: 0.2rem 0.1rem;
	}
	/* .home-special .list .listItem{
		width: 49%;
		height: 1.5rem;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.home-special .list .listItem:nth-of-type(2n){
		margin-right: 0;
	} */
}