
/* ---- secmenu Style ---- */
.banner{
	background-image: url(ytdangjian2022-banner_bg02.jpg) !important;
	background-position: 40% center!important;
}
/* ---- secmenu Style ---- */
.secmenu{
	max-width: 1100px;
	margin: 0 auto;
}
.secmenu li{
	float: left;
	width: 11.1111%;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
@media (max-width:1024px) {
	.secmenu li{
		height: 44px;
		line-height: 44px;
		font-size: 14px;
	}
}
@media (max-width:768px) {
	.secmenu{
		padding: 8px 0;
	}
	.secmenu li{
		width: 20%;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
	}
}
@media (max-width:360px) {
	.secmenu li{
		font-size: 12px;
	}
}
/* ---- sideNav Style ---- */
.sideNav{
	width: 25%;
	float: left;
	margin-bottom: 4%;
}
.sideNav h1{
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 18px;
	color: #ffff;
	font-weight: normal;
	background: #d32b23;
	background: -webkit-linear-gradient(#f55c56, #bd0b01); 
  	background: -o-linear-gradient(#f55c56, #bd0b01); 
  	background: -moz-linear-gradient(#f55c56, #bd0b01); 
	background: linear-gradient(#f55c56, #bd0b01);
}
.sideNav a:hover{
	text-decoration: none;
}
.sideNav ul{
	border-top: 1px solid #e1e1e1;
}
.sideNav ul li{
	height: 52px;
	border: 1px solid #e1e1e1;
	border-top: none;
}
.sideNav ul li a{
	display: block;
	height: 52px;
	line-height: 51px;
	padding:0 4% 0 19%;
	font-size: 16px;
	color: #333;
	background: #ebebeb;
	background: -webkit-linear-gradient(#f9f9f9, #e1e1e1); 
  	background: -o-linear-gradient(#f9f9f9, #e1e1e1); 
  	background: -moz-linear-gradient(#f9f9f9, #e1e1e1); 
	background: linear-gradient(#f9f9f9, #e1e1e1);
}
.sideNav ul li.active a {
	color: #cc0000;
	font-weight: bold;
}
@media (max-width:768px) {
	.sideNav{
		width: 100%;
		float: left;
		margin-bottom: 4%;
	}
	.sideNav h1{
		display: none;
		height: 32px;
		line-height: 32px;
		font-size: 16px;
		margin-bottom: 2%;
	}
	.sideNav a:hover{
		text-decoration: none;
	}
	.sideNav ul{
		border-top: none;
		overflow: hidden;
	}
	.sideNav ul li{
		width: 23.5%;
		float: left;
		margin-right: 2%;
		margin-bottom: 2%;
		height: 32px;
		border: 1px solid #e1e1e1;
	}
	.sideNav ul li a{
		height: 32px;
		line-height: 30px;
		padding:0 2% 0 2%;
		text-align: center;
		font-size: 14px;
	}
	.sideNav ul li:nth-child(4n){
		margin-right: 0px;
	}
}
@media (max-width:520px) {
	.sideNav h1{
		height: 28px;
		line-height: 28px;
		font-size: 14px;
	}
	.sideNav ul li{
		height: 32px;
	}
	.sideNav ul li a{
		height: 32px;
		line-height: 30px;
		font-size: 12px;
	}
}
/* ---- secondRight Style ---- */
.secMainContainer {
	width: 100%;
	padding-bottom: 4%;
	min-height: calc(100vh - 470px);
}
.rightBox{
	width: 72.5%;
	float: right;
	margin-bottom: 4%;
	min-height: calc(100vh - 510px);
}
.theList{
	margin-bottom: 3%;
}
.theList li{
	border-bottom: 1px dotted #b9b9b9;
	line-height: 20px;
	padding: 10px 80px 10px 18px;
	background: url(ytdangjian2022-point.png) left 17px no-repeat;
	font-size: 14px;
	color: #333;
	position: relative;
}
.theList li:last-child{
	border-bottom: none;
}
.theList li span{
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 40px;
	font-size: 12px;
	color: #999;
}
.pager{
	line-height: 24px;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.pager input{
	width: 40px;
}
@media (max-width:1200px) {
	.secMainContainer {
		min-height: calc(100vh - 480px);
	}
	.rightBox{
		min-height: calc(100vh - 520px);
	}
}
@media (max-width:1024px) {
	.secMainContainer {
		min-height: calc(100vh - 380px);
	}
	.rightBox{
		min-height: calc(100vh - 450px);
	}
}
@media (max-width:768px) {
	.secMainContainer {
		min-height: calc(100vh - 220px - 20vw);
	}
	.rightBox{
		width: 100%;
		min-height: calc(100vh - 340px - 20vw);
	}
	.theList li{
		line-height: 18px;
		padding: 8px 68px 8px 12px;
		background-position: left 15px;
		font-size: 12px;
	}
	.theList li span{
		line-height: 34px;
		font-size: 11px;
	}
	.pager{
		line-height: 24px;
		font-size: 12px;
	}
	.pager input{
		width: 32px;
	}
}
/* ---- conentTitle Style ---- */
.conentTitle{
	text-align: center;
	margin-bottom: 1.5%;
}
.conentTitle h1{
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 16px;
	margin-bottom: 16px;
	line-height: 52px;
	font-size: 24px;
	color: #c91c10;
	font-weight: normal;
}
.conentTitle .else{
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.conentTitle .else span{
	display: inline-block;
	margin: 0 1%;
}
.content{
	font-size: 16px;
	line-height: 38px;
	margin-bottom: 4%;
}
.content p{
	padding: 1.5% 0;
}
.content img{
	max-width: 100% !important;
	height: auto !important;
}
@media (max-width:1024px) {
	.conentTitle h1{
		padding-bottom: 12px;
		margin-bottom: 12px;
		line-height: 32px;
		font-size: 20px;
	}
	.conentTitle .else{
		line-height: 22px;
		font-size: 13px;
	}
	.content{
		font-size: 15px;
		line-height: 32px;
	}
}
@media (max-width:768px) {
	.conentTitle h1{
		padding-bottom: 8px;
		margin-bottom: 8px;
		line-height: 24px;
		font-size: 16px;
	}
	.conentTitle .else{
		line-height: 20px;
		font-size: 12px;
	}
	.content{
		font-size: 14px;
		line-height: 28px;
	}
}
.picList{
	text-align: center;
	font-size: 0px;
	line-height: 0px;
	padding-top: 3%;
}
.picList li{
	width: 23.5%;
	display: inline-block;
	margin-right: 2%;
	margin-bottom: 4%;
}
.picList li:nth-child(4n){
	margin-right: 0px;
}
.picList li .pic{
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
.picList li .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.picList li .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.picList li p{
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
@media (max-width:1024px) {
	.picList li p{
		line-height: 22px;
		font-size: 12px;
	}
}
@media (max-width:520px) {
	.picList li{
		width: 48.5%;
		margin-right: 3%;
	}
	.picList li:nth-child(3n){
		margin-right:  3%;
	}
	.picList li:nth-child(2n){
		margin-right: 0;
	}
	.picList li .pic{
		margin-bottom: 3px;
	}
}