/* ---- swiperBox Style ---- */
.newsSwiper{
	width: 49.04%;
	/*height: 302px;*/
	height: 238px;
	float: left;
	margin-bottom: 2.885%;
	position: relative;
}
.newsSwiper .swiper-container {
	width: 100%;
	height: 100%;
}
.newsSwiper .swiper-wrapper {
	height: 100%;
}
.newsSwiper .swiper-slide {
	height: 100%;
	overflow: hidden;
}
.newsSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.newsSwiper .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.newsSwiper .swiper-slide p{
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 70px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.4);
	padding: 0 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.newsSwiper .swiper-pagination{
	width: 100%;
	bottom: 15px;
	text-align: center;
	line-height: 0px;
}
.newsSwiper .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	margin: 0 5px;
	background: #ffffff;
}
.newsSwiper .swiper-pagination-bullet-active{
	background: #b92207;
}
@media (max-width:1200px) {
	.newsSwiper .swiper-slide p{
		font-size: 16px;
	}
}
@media (max-width:1024px) {
	.newsSwiper{
		height: 258px;
	}
	.newsSwiper .swiper-slide p{
		font-size: 16px;
	}
	.newsSwiper .swiper-slide p{
		height: 50px;
		line-height: 32px;
		font-size: 14px;
		padding: 0 5px;
	}
	.newsSwiper .swiper-pagination{
		bottom: 8px;
	}
	.newsSwiper .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
		margin: 0 4px;
	}
}
@media (max-width:768px) {
	.newsSwiper{
		width: 100%;
	}
	.newsSwiper .swiper-slide p{
		height: 50px;
		line-height: 32px;
		font-size: 14px;
		padding: 0 5px;
	}
	.newsSwiper .swiper-pagination{
		bottom: 8px;
	}
	.newsSwiper .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
		margin: 0 4px;
	}
}
@media (max-width:414px) {
	.newsSwiper .swiper-slide p{
		height: 46px;
		line-height: 36px;
		font-size: 12px;
		padding: 0 4px;
	}
	.newsSwiper .swiper-pagination{
		bottom: 6px;
	}
	.newsSwiper .swiper-pagination-bullet{
		width: 6px;
		height: 6px;
		margin: 0 3px;
	}
}
/* ---- newsList Style ---- */
.newsList li{
	height: 32px;
	line-height: 32px;
	padding: 0 0 0 20px;
	font-size: 16px;
	color: #333333;
	background: url(ytdangjian2022-point.png) left center no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
@media (max-width:1024px) {
	.newsList li{
		height: 28px;
		line-height: 28px;
		padding: 0 0 0 18px;
		font-size: 15px;
	}
}
@media (max-width:768px) {
	.newsList li{
		height: auto;
		line-height: 20px;
		padding: 5px 0 5px 12px;
		font-size: 14px;
		background: url(ytdangjian2022-point.png) left 13px no-repeat;
		background-size: 5px auto;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
}

/* ---- djNav ---- */
.djNav {
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 1.44%;
}
.djNav li{
	width: 24.04%;
	vertical-align: top;
	display: inline-table;
	margin-bottom: 1.44%;
	height: 70px;
	margin-right: 1.28%;
}
.djNav li:nth-child(4n){
	margin-right: 0;
}
.djNav li a{
	display: table-cell;
	border: 1px solid #d6d6d6;
	background: #ffffff;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	border-radius: 10px;
	padding:5px 5px 5px 62px;
	position: relative;
	color: #626262;
}
.djNav li:nth-child(4n) a{
	color: #e60051;
	background: #fffbdd;
	background: -webkit-linear-gradient(#fffefd, #fffacb); 
	background: -o-linear-gradient(#fffefd, #fffacb); 
	background: -moz-linear-gradient(#fffefd, #fffacb); 
	background: linear-gradient(#fffefd, #fffacb); 
}
.djNav li *{
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.djNav li a:hover{
	text-decoration: none;
	border: 1px solid #d6d6d6;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	color: #e60051;
	background: #fffbdd;
	background: -webkit-linear-gradient(#ffffff, #fffacb); 
	background: -o-linear-gradient(#ffffff, #fffacb); 
	background: -moz-linear-gradient(#ffffff, #fffacb); 
	background: linear-gradient(#ffffff, #fffacb); 
}
.djNav li:nth-child(4n) a:hover{
	border: 1px solid #d6d6d6;
	color: #e60051;
	background: #feeaea;
	background: -webkit-linear-gradient(#fffefd, #feeaea); 
	background: -o-linear-gradient(#fffefd, #feeaea); 
	background: -moz-linear-gradient(#fffefd, #feeaea); 
	background: linear-gradient(#fffefd, #feeaea); 
}
.djNav li a img{
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -21px;
	height: 42px;
	width: 42px;
}
.djNav li a h2{
	line-height: 22px;
	font-size: 16px;
}
.djNav li a p{
	line-height: 20px;
	font-size: 14px;
}
@media (max-width:1200px) {
	.djNav li{
		height: 70px;
	}
	.djNav li a{
		padding:5px 5px 5px 56px;
	}
	.djNav li a img{
		left: 6px;
		margin-top: -20px;
		height: 40px;
		width: 40px;
	}
	.djNav li a h2{
		line-height: 22px;
		font-size: 15px;
	}
	.djNav li a p{
		line-height: 20px;
		font-size: 13px;
	}
}
@media (max-width:1024px) {
	.djNav li{
		height: 64px;
	}
	.djNav li a{
		padding:5px 5px 5px 52px;
	}
	.djNav li a img{
		left: 6px;
		margin-top: -18px;
		height: 36px;
		width: 36px;
	}
	.djNav li a h2{
		line-height: 18px;
		font-size: 14px;
	}
	.djNav li a p{
		line-height: 18px;
		font-size: 12px;
	}
}
@media (max-width:768px) {
	.djNav li{
		width: 48.5%;
		margin-right: 3%;
		height: 64px;
	}
	.djNav li:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width:414px) {
	.djNav li{
		height: 50px;
	}
	.djNav li a{
		padding:4px 4px 4px 40px;
	}
	.djNav li a img{
		left: 4px;
		margin-top: -16px;
		height: 32px;
		width: 32px;
	}
	.djNav li a h2{
		line-height: 16px;
		font-size: 12px;
	}
	.djNav li a p{
		line-height: 15px;
		font-size: 11px;
	}
}
/* ---- djNav ---- */
.baseEnter{
	width: 47.2%;
	height: 238px;
	background: #c52728;
	position: relative;
	text-align: center;
	padding: 3% 0 0;
	float: left;
}
.baseEnter img.bg{
	width: 92%;
	max-width: 210px;
}
.baseEnter ul{
	position: absolute;
	bottom: 18px;
	left: 0px;
	width: 100%;
	text-align: center;
	line-height: 0px;
	font-size: 0px;
}
.baseEnter ul li{
	display: inline-block;
	width: 37.5%;
	margin: 0 2.91666%;
	height: 32px;
	
}
.baseEnter ul li a{
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	color: #ffffff;
	background: #d9a045;
	background: -webkit-linear-gradient(#f3cf80, #d29334); 
	background: -o-linear-gradient(#f3cf80, #d29334); 
	background: -moz-linear-gradient(#f3cf80, #d29334); 
	background: linear-gradient(#f3cf80, #d29334); 
	text-decoration: none;
}
.baseNav{
	width: 50%;
	float: right;
}
.baseNav li{
	height: 70px;
	padding: 0 0 0 70px;
	position: relative;
	margin-bottom: 15px;
}
.baseNav li:last-child{
	margin-bottom: 0;
}
.baseNav li i{
	height: 70px;
	width: 70px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(ytdangjian2022-base_l_01.png) no-repeat;
	background-size: 100% 100%;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.baseNav li i img{
	width: 40%;
	height: auto;
	position: relative;
	z-index: 1;
}
.baseNav li i::before{
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: url(ytdangjian2022-base_l_02.png) no-repeat;
	background-size: 100% 100%;
	z-index: 0;
}
.baseNav li:hover i::before{
	display: block;
}
.baseNav li span{
	position: relative;
	display: block;
	padding: 11px 6px;
	height:70px;
	line-height: 20px;
	font-size: 16px;
	color: #626262;
	font-weight: bold;
	background: url(ytdangjian2022-base_r_01.png) right center no-repeat;
	background-size: auto 100%;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 1;
}
.baseNav li a:hover{
	text-decoration: none;
}
.baseNav li span b{
	position: relative;
	z-index: 1;
}
.baseNav li span::before{
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: url(ytdangjian2022-base_r_02.png) right center no-repeat;
	background-size: auto 100%;
	z-index: -0;
}
.baseNav li:hover span::before{
	display: block;
}
@media (max-width:1200px) {
	.baseEnter ul li a{
		font-size: 14px;
	}
	.baseNav li span{
		font-size: 14px;
	}
}
@media (max-width:1024px) {
	.baseEnter{
		height: 198px;
	}
	.baseEnter ul{
		bottom: 8px;
	}
	.baseEnter ul li{
		height: 26px;
	}
	.baseEnter ul li a{
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.baseNav li{
		height: 60px;
		padding: 0 0 0 60px;
		margin-bottom: 8px;
	}
	.baseNav li i{
		height: 60px;
		width: 60px;
	}
	.baseNav li i::before{
		height: 69px;
	}
	.baseNav li span{
		padding:12px 5px;
		height:60px;
		line-height: 18px;
		font-size: 12px;
	}
	.baseNav li span::before{
		height: 69px;
	}
}
@media (max-width:768px) {
	.baseEnter{
		float: none;
		height: 238px;
		margin:0 auto 4%;
		width: 100%;
		max-width: 320px;
	}
	.baseEnter ul{
		bottom: 18px;
	}
	.baseEnter ul li{
		height: 32px;	
	}
	.baseEnter ul li a{
		height: 32px;
		line-height: 32px;
		font-size: 15px;
	}
	.baseNav li{
		height: 70px;
		padding: 0 0 0 70px;
		margin-bottom: 15px;
	}
	.baseNav li i{
		height: 70px;
		width: 70px;
	}
	.baseNav li i::before{
		height: 80px;
	}
	.baseNav li span{
		padding: 11px 6px;
		height:70px;
		line-height: 20px;
		font-size: 16px;
	}
	.baseNav li span::before{
		height: 80px;
	}
}
@media (max-width:520px) {
	.baseEnter{
		height: 198px;
	}
	.baseEnter ul{
		bottom: 8px;
	}
	.baseEnter ul li{
		height: 26px;
	}
	.baseEnter ul li a{
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.baseNav li{
		height: 60px;
		padding: 0 0 0 60px;
		margin-bottom: 8px;
	}
	.baseNav li i{
		height: 60px;
		width: 60px;
	}
	.baseNav li i::before{
		height: 69px;
	}
	.baseNav li span{
		padding:12px 5px;
		height:60px;
		line-height: 18px;
		font-size: 12px;
	}
	.baseNav li span::before{
		height: 69px;
	}
}
/* ---- base ---- */
.topNews{
	overflow: hidden;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 8px;
	padding:0 0 10px;
}
.topNews h2{
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.topNews .pic{
	float: left;
	height: 94px;
	width: 28%;
	margin-right: 3%;
	overflow: hidden;
	max-width: 140px;
}
.topNews .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.topNews .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.topNews p{
	height: 52px;
	line-height: 26px;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
}
.topNews p a{
	display: inline-block;
}
@media (max-width:1200px) {
	.topNews h2{
		font-size: 18px;
	}
	.topNews p{
		font-size: 13px;
	}
}
@media (max-width:1024px) {
	.topNews{
		margin-bottom: 8px;
		padding:0 0 10px;
	}
	.topNews h2{
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	.topNews .pic{
		height: 74px;
	}
	.topNews p{
		height: 44px;
		line-height: 22px;
		font-size: 12px;
	}
}
@media (max-width:768px) {
	.topNews{
		margin-bottom: 6px;
		padding:0 0 8px;
	}
	.topNews h2{
		height: auto;
		line-height: 20px;
		font-size: 15px;
		padding: 5px 0;
		overflow:auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
	.topNews .pic{
		height: 66px;
	}
	.topNews p{
		height: 36px;
		line-height: 18px;
		font-size: 12px;
	}
}
/* ---- personnelNav ---- */
.personnel{
	width: 68.63%;
	float: left;
}
.personnel .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 4px;
}
.personnel .pic img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.personnel .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.personnelNav{
	line-height: 0px;
	font-size: 0px;
	width: 26.47%;
	float: right;
	padding-top: 10px;
}
.personnelNav li{
	display: inline-table;
	width: 100%;
	height: 36px;
	margin-bottom: 12px;
}
.personnelNav li:last-child{
	margin-bottom: 0;
}
.personnelNav li a{
	display: table-cell;
	width: 100%;
	height: 100%;
	border: 1px solid #d7d7d7;
	background: #ffffff;
	border-radius: 5px;
	line-height: 34px;
	padding: 0 5% 0 10%;
	font-size: 16px;
	color: #333333;
}
.personnelNav li a:hover{
	text-decoration: none;
}
.personnelNav li a img{
	width: 23%;
	height: auto;
	margin-right: 9.8%;
	float: left;
	margin-top: 5%;
	max-height: 23px;
	max-width: 23px;
}
@media (max-width:1200px) {
	.personnelNav li a{
		font-size: 15px;
	}
}
@media (max-width:1024px) {
	.personnel .pic{
		margin-top: 15px;
	}
	.personnelNav{ 
		width: 29%;
		padding-top: 6px;
	}
	.personnelNav li{
		height: 30px;
		margin-bottom: 12px;
	}
	.personnelNav li a{
		line-height: 28px;
		font-size: 13px;
	}
	.personnelNav li a img{
		width: 20%;
		margin-top: 3%;
	}
}
@media (max-width:768px) {
	.personnel{
		width: 100%;
	}
	.personnelNav{
		width: 100%;
		margin-top: 4%;
	}
	.personnelNav li{
		width: 30%;
		margin-right: 5%;
		margin-bottom: 12px;
	}
	.personnelNav li:nth-child(3n){
		margin-right: 0px;
	}
}
@media (max-width:360px) {
	.personnelNav li a img{
		margin-top: 6%;
	}
}
/* ---- personnelNav20221014 ---- */
.personnelNav20221014 {
	line-height: 0px;
	font-size: 0px;
	padding-top: 10px;
}
.personnelNav20221014 li{
	float: left;
	width: 24%;
	height: 36px;
	margin-bottom: 12px;
	margin-right: 1.33%;
	display: table;
}
.personnelNav20221014 li:last-child{
	margin-right: 0;
	margin-bottom: 0;
}
.personnelNav20221014 li a{
	display: table-cell;
	width: 100%;
	height: 100%;
	border: 1px solid #d7d7d7;
	vertical-align: middle;
	background: #ffffff;
	border-radius: 5px;
	line-height: 34px;
	padding: 0 5% 0 10%;
	font-size: 16px;
	color: #333333;
}
.personnelNav20221014 li a:hover{
	text-decoration: none;
}
.personnelNav20221014 li a img{
	width: 23%;
	height: auto;
	margin-right: 9.8%;
	float: left;
	margin-top: 5%;
	max-height: 23px;
	max-width: 23px;
}
@media (max-width:1200px) {
	.personnelNav20221014 li a{
		font-size: 15px;
	}
}
@media (max-width:1024px) {
	.personnel20221014 .pic{
		margin-top: 15px;
	}
	.personnelNav20221014{ 
		padding-top: 6px;
	}
	.personnelNav20221014 li{
		height: 30px;
		margin-bottom: 12px;
	}
	.personnelNav20221014 li a{
		line-height: 15px;
		font-size: 13px;
	}
	.personnelNav20221014 li a img{
		width: 20%;
		margin-top: 3%;
	}
}
@media (max-width:768px) {
	.personnel20221014{
		width: 100%;
	}
	.personnel20221014 .pic img{
		width: 100%;
	}
	.personnelNav20221014{
		margin-top: 4%;
	}
	.personnelNav20221014 li{
		width: 48%;
		margin-right: 0;
		margin-bottom: 12px;
	}
	.personnelNav20221014 li a {
		line-height: 30px;
	}
	.personnelNav20221014 li:nth-child(2n){
		float: right;
	}
}
@media (max-width:360px) {
	.personnelNav20221014 li a img{
		margin-top: 6%;
	}
}
/* ---- study ---- */
.bigHead{
	height: 50px;
	position: relative;
	background: #d30000;
	margin-bottom: 2%;
}
.bigHead h1{
	position: absolute;
	left: 15px;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	background: #fff;
	font-size: 20px;
	color: #dd2c1a;
	border-radius: 5px 5px 0 0;
}
.bigHead a.more{
	position: absolute;
	right: 10px;
	top: 0px;
	line-height:50px;
	font-size: 14px;
	color: #fff;
}
.loginBox{
	width: 28.85%;
	float: left;
	margin-right: 2.885%;
	margin-bottom: 2%;
}
.loginBox .pic{
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
}
.loginBox .pic img{
	width: 100%;
	height: auto;
}
.login{
	background: #f3f3f3;
	padding: 24px 22px 20px;
}
.login ul{
	overflow: hidden;
	margin-bottom: 5px;
}
.login ul li{
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	background: #fff;
	height: 39px;
	margin-bottom: 12px;
	padding: 0 8px 0 45px;
	position: relative;
}
.login ul li label{
	position: absolute;
	left: 14px;
	top: 50%;
	margin-top: -9px;
	width: 22px;
	height: 18px;
	border-right: 1px solid #d6d6d6;
	line-height: 0px;
}
.login ul li .text_input{
	border: none;
	background: none;
	outline: none;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	color: #333;
}
.login .btn{
	height: 39px;
	border: none;
	outline: none;
	width: 100%;
	background: #fc8100;
	line-height: 39px;
	text-align:center;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
}

.studyTab{
	/* width: 41.35%; */
	width: 65.385%;
	float: left;
	margin-bottom: 2%;
}
.studyTab .tabHead{
	margin-bottom: 0px;
}
.studyTab .tabHead li{
	width: 33%;
	margin-right: 0.5%;
	height: 42px;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	border-top: 2px solid #cfcfcf;
	font-weight: bold;
}
.studyTab .tabHead li.active{
	border-top: 2px solid #d30000;
	color: #d30000;
}
.studyTab .tabHead li:last-child{
	margin-right: 0px;
}
.studyNav {
	width: 24.23%;
	float: right;
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 1.44%;
}
.newbaseNav{
	width: 50%;
}
.studyNav li{
	width: 100%;
	vertical-align: top;
	display: inline-table;
	margin-bottom: 10px;
	height: 64px;
}
.newbaseNav li{
	height: 70px;
	margin-bottom: 14px;
}
.studyNav li:last-child{
	margin-bottom: 0;
}
.studyNav li a{
	display: table-cell;
	border: 1px solid #d6d6d6;
	background: #ffffff;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	border-radius: 10px;
	padding:5px 5px 5px 62px;
	position: relative;
	color: #626262;
}
.studyNav li *{
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.studyNav li a:hover{
	text-decoration: none;
	border: 1px solid #795548;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	color: #e60051;
	background: #fffbdd;
	background: -webkit-linear-gradient(#ffffff, #fffacb); 
	background: -o-linear-gradient(#ffffff, #fffacb); 
	background: -moz-linear-gradient(#ffffff, #fffacb); 
	background: linear-gradient(#ffffff, #fffacb); 
}
.studyNav li a img{
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -22px;
	height: 40px;
	width: 40px;
}
.studyNav li a h2{
	line-height: 22px;
	font-size: 16px;
}
.studyNav li a p{
	line-height: 20px;
	font-size: 12px;
}
@media (max-width:1200px) {
	.studyNav li{
		height: 64px;
	}
	.studyNav li a{
		padding:5px 5px 5px 56px;
	}
	.studyNav li a img{
		left: 6px;
		margin-top: -20px;
		height: 40px;
		width: 40px;
	}
	.studyNav li a h2{
		line-height: 22px;
		font-size: 15px;
	}
	.studyNav li a p{
		line-height: 20px;
		font-size: 13px;
	}
}
@media (max-width:1024px) {
	.bigHead{
		height: 40px;
	}
	.bigHead h1{
		left: 12px;
		height:35px;
		line-height: 35px;
		padding: 0 12px;
		font-size: 18px;
	}
	.bigHead a.more{
		right: 8px;
		line-height:35px;
		font-size: 13px;
	}
	.login{
		background: #f3f3f3;
		padding: 8% 7% 6%;
	}
	.login ul{
		margin-bottom: 5px;
	}
	.login ul li{
		height: 32px;
		margin-bottom: 6px;
		padding: 0 8px 0 45px;
	}
	.login ul li label{
		left: 14px;
		margin-top: -9px;
		width: 22px;
		height: 18px;
	}
	.login ul li .text_input{
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.login .btn{
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.studyTab .tabHead li{
		height: 34px;
		line-height: 32px;
		font-size: 15px;
	}
	.studyNav li{
		height: 50px;
		margin-bottom: 8px;
	}
	.studyNav li a{
		padding:5px 5px 5px 52px;
	}
	.studyNav li a img{
		left: 6px;
		margin-top: -18px;
		height: 36px;
		width: 36px;
	}
	.studyNav li a h2{
		line-height: 18px;
		font-size: 14px;
	}
	.studyNav li a p{
		line-height: 18px;
		font-size: 12px;
	}
}
@media (max-width:768px) {
	.loginBox{
		width: 100%;
		margin-right: 0px;
	}
	.login ul li{
		height: 40px;
		margin-bottom: 12px;
	}
	.login ul li .text_input{
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.login .btn{
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.studyTab{
		width: 100%;
	}
	.studyNav{
		width: 100%;
	}
	.studyNav li{
		width: 48.5%;
		margin-right: 3%;
		height: 64px;
	}
	.studyNav li:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width:414px) {
	.studyNav li{
		height: 50px;
	}
	.studyNav li a{
		padding:4px 4px 4px 40px;
	}
	.studyNav li a img{
		left: 4px;
		margin-top: -16px;
		height: 32px;
		width: 32px;
	}
	.studyNav li a h2{
		line-height: 16px;
		font-size: 12px;
	}
	.studyNav li a p{
		line-height: 15px;
		font-size: 11px;
	}
}
/* ---- friendship ---- */
.friendship{
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 1.44%;
	text-align: center;
}
.friendship li{
	display: inline-block;
	width: 11.2%;
	margin-right: 1.4857%;
	margin-bottom: 1.44%;
	overflow: hidden;
	vertical-align: top;
}
.friendship li img{
	width: 100%;
	height: auto;
}
.friendship li:nth-child(8n){
	margin-right: 0px;
}
@media (max-width:768px) {
	.friendship li{
		width: 23.5%;
		margin-right: 2%;
	}
	.friendship li:nth-child(8n){
		margin-right: 2%;
	}
	.friendship li:nth-child(4n){
		margin-right: 0%;
	}
}
/* ---- theTabHead ---- */
.theTabHead{
	min-height: 50px;
	position: relative;
	overflow: hidden;
	background: #d30000;
	margin-bottom: 2%;
	padding-right: 32px;
}
.theTabHead h1{
	padding:0 25px;
	height: 50px;
	float: left;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	margin-right: 10px;
}
.theTabHead a.more{
	position: absolute;
	top: 0px;
	right: 10px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
}
.theTabHead .tabHead{
	float: left;
	min-height: 40px;
	margin-top: 10px;
}
.theTabHead .tabHead li{
	height: 40px;
	margin: 0 3px;
	padding:0 16px;
	border-radius: 5px 5px 0 0;
	line-height: 40px;
	font-size: 18px;
	color: #ffffff;
}
.theTabHead .tabHead li.active{
	background: #fff;
	color: #dd2c1a;
}
.typicalSwiper {
	position: relative;
	margin-bottom: 2.885%;
}
.typicalSwiper .swiper-container {
	width: 100%;
	height: 100%;
}
.typicalSwiper .swiper-wrapper {
	height: 100%;
}
.typicalSwiper .swiper-slide {
	text-align: center;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.typicalSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.typicalSwiper .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.typicalSwiper .swiper-slide p{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.6);
	padding: 0 5px;
}
.typical_next,
.typical_prev{
	position: absolute;
	top: 50%;
	width: 45px;
	height: 100px;
	margin-top: -68px;
	background-size: 100% 100%;
	z-index: 9;
}
.typical_next{
	right: 0px;
	background-image: url(ytdangjian2022-swiper_next.png);
}
.typical_prev{
	left: 0px;
	background-image: url(ytdangjian2022-swiper_prev.png);
}
.swiper-button-disabled{
	opacity: 0.4;
}
@media (max-width:1024px) {
	.theTabHead{
		min-height: 40px;
	}
	.theTabHead h1{
		padding:0 20px;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		margin-right: 10px;
	}
	.theTabHead a.more{
		line-height: 40px;
		font-size: 13px;
	}
	.theTabHead .tabHead{
		min-height: 34px;
		margin-top: 6px;
	}
	.theTabHead .tabHead li{
		height: 34px;
		margin: 0 3px;
		padding:0 12px;
		line-height: 34px;
		font-size: 16px;
	}

	.typicalSwiper .swiper-slide p{
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}
	.typical_next,
	.typical_prev{
		width: 30px;
		height: 60px;
		margin-top: -45px;

	}
}
@media (max-width:768px) {
	.theTabHead{
		min-height: 36px;
	}
	.theTabHead h1{
		padding:0 12px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
		margin-right: 8px;
	}
	.theTabHead a.more{
		line-height: 36px;
		font-size: 12px;
	}
	.theTabHead .tabHead{
		min-height: 30px;
		margin-top: 6px;
	}
	.theTabHead .tabHead li{
		height: 30px;
		margin: 0 3px;
		padding:0 8px;
		line-height: 30px;
		font-size: 14px;
	}
	.typicalSwiper .swiper-slide p{
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.typical_next,
	.typical_prev{
		width: 24px;
		height: 40px;
		margin-top: -35px;
	}
}
@media (max-width:520px) {
	.theTabHead{
		min-height: 34px;
	}
	.theTabHead h1{
		padding:0 10px;
		height: 34px;
		line-height: 40px;
		font-size: 14px;
		margin-right: 0px;
	}
	.theTabHead a.more{
		line-height: 34px;
		font-size: 11px;
	}
	.theTabHead .tabHead{
		min-height: 30px;
		margin-top: 4px;
	}
	.theTabHead .tabHead li{
		height: 30px;
		margin: 0 2px;
		padding:0 6px;
		line-height: 30px;
		font-size: 12px;
	}
}
/* ---- ruleLeft ---- */
.lawLeft{
	width: 65.385%;
	float: left;
	margin-bottom: 4%;
}
.lawSearch{
	width: 31.35%;
	float: right;
	margin-bottom: 4%;
	background: #f3f3f3;
	padding: 20px;
}
.lawSearch ul li{
	padding: 0 0 0 62px;
	min-height: 30px;
	margin-bottom: 16px;
	position: relative;
	overflow: hidden;
}
.lawSearch ul li:last-child{
	margin-bottom: 0;
}
.lawSearch ul li label{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}
.lawSearch ul li .text_input{
	width: 100%;
	height: 30px;
	line-height: 28px;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	padding: 0 6px;
	background: #fff;
	outline: none;
	font-size: 14px;
	color: #333;
	border-radius: 3px;
}
.lawSearch ul li select{
	width: 100%;
	height: 30px;
	line-height: 28px;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	padding: 0 6px;
	background: #fff;
	outline: none;
	font-size: 14px;
	color: #333;
	border-radius: 3px;
}
.lawSearch ul li .Wdate{
	width: 46%;
	float: left;
	height: 30px;
	line-height: 28px;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	padding: 0 30px 0 6px;
	background: url(ytdangjian2022-time.png) right center no-repeat #fff;
	background-size: auto 100%;
	outline: none;
	font-size: 14px;
	color: #333;
	border-radius: 3px;
}
.lawSearch ul li .Wdate:nth-child(2n){
	float: right;
}
.lawSearch ul li .time{
	overflow: hidden;
	position: relative;
}
.lawSearch ul li .time::before{
	content: "-";
	position: absolute;
	width: 8%;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}
.lawSearch ul li .btn{
	display: block;
	height: 42px;
	width: 46%;
	float: left;
	line-height: 40px;
	border: 1px solid #b8b8b8;
	border-radius: 3px;
	background: #ffffff;
	outline: none;
	font-size: 16px;
	color: #666;
	cursor: pointer;
}
.lawSearch ul li .btn_post{
	border: 1px solid #8c2c16;
	background: #ff2104;
	color: #fff;
}
.lawSearch ul li .btn:nth-child(2n){
	float: right;
}

@media (max-width:1024px) {
	.lawLeft{
		width: 65.385%;
	}
	.lawSearch{
		width: 31.35%;
		padding: 2%;
	}
	.lawSearch ul li{
		padding: 0 0 0 62px;
		min-height: 28px;
		margin-bottom: 10px;
	}
	.lawSearch ul li label{
		height: 28px;
		line-height: 28px;
		font-size: 14px;
	}
	.lawSearch ul li .text_input{
		height: 28px;
		line-height: 26px;
	}
	.lawSearch ul li select{
		height: 28px;
		line-height: 26px;
	}
	.lawSearch ul li .Wdate{
		height: 28px;
		line-height: 26px;
	}

	.lawSearch ul li .time::before{
		line-height: 28px;
	}
	.lawSearch ul li .btn{
		height: 36px;
		line-height: 36px;
		font-size: 16px;
	}
}
@media (max-width:768px) {
	.lawLeft{
		width: 100%;
	}
	.lawSearch{
		width: 100%;
	}
}
/* ---- footer ---- */
.thefriendship_s{
	position: relative;
	min-height: 30px;
	padding-left: 92px;
	margin-bottom: 3%;
	line-height: 0px;
}
.thefriendship_s label{
	position: absolute;
	display: block;
	top: 6px;
	left: 0px;
	height: 18px;
	line-height: 18px;
	border-left: 4px solid #d30000;
	font-size: 16px;
	color: #333;
	padding: 0 0 0 12px;
	margin-bottom: 8px;
}
.thefriendship_s select{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	font-size: 16px;
	height: 30px;
	line-height: 28px;
}
.thefriendship_s select:last-child{
	margin-right: 0px;
}
/* ---- ruleLeft ---- */
.thefriendshipHead{
	height: 18px;
	line-height: 18px;
	border-left: 4px solid #d30000;
	font-size: 16px;
	color: #333;
	padding: 0 0 0 12px;
}
.thefriendship{
	line-height: 36px;
	font-size: 16px;
	color: #333;
	margin-bottom: 2%;
}
@media (max-width:1200px) {
	.thefriendship{
		line-height: 32px;
		font-size: 15px;
	}
	.thefriendship_s{
		min-height: 28px;
		padding-left: 92px;
	}
	.thefriendship_s label{
		top: 5px;
		height: 18px;
		line-height: 18px;
		border-left: 3px solid #d30000;
		font-size: 15px;
		color: #333;
		padding: 0 0 0 10px;
	}
	.thefriendship_s select{
		font-size: 15px;
		height: 28px;
		line-height: 26px;
	}
}
@media (max-width:1024px) {
	.thefriendshipHead{
		border-left: 3px solid #d30000;
	}
	.thefriendship{
		line-height: 32px;
		font-size: 15px;
	}
}
@media (max-width:768px) {
	.thefriendshipHead{
		border-left: 2px solid #d30000;
	}
	.thefriendship{
		line-height: 28px;
		font-size: 14px;
	}
	.thefriendship_s label{
		top: 5px;
		height: 18px;
		line-height: 18px;
		border-left: 3px solid #d30000;
		font-size: 15px;
		color: #333;
		padding: 0 0 0 10px;
	}
	.thefriendship_s select{
		width: 48.5%;
		float: left;
		font-size: 15px;
		height: 28px;
		line-height: 26px;
		margin-right: 0px;
		margin-bottom: 2%;
	}
	.thefriendship_s select:nth-child(2n){
		float: right;
	}
}
@media (max-width:414px) {
	.thefriendship_s{
		padding: 0;
	}
	.thefriendship_s label{
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 2%;
	}
}
@media (max-width:768px) {
	.thefriendshipHead{
		font-size: 15px;
	}
	.thefriendship{
		line-height: 24px;
		font-size: 12px;
	}
}