/*
* @Author: xin
* @Date:   2021-09-07 09:50:38
* @Last Modified by:   xin
* @Last Modified time: 2021-09-22 23:02:17
*/
.main .main-content {
    max-width: 1200px;
    margin: auto;
    margin-top: 33px;
}
.main-content-top .swiper-slide {
	cursor: pointer;
}
.main-content-top .swiper-slide img{
	width: 100%;
	height: 500px;
}
.main-content-top .banner-title{
	width: 100%;
	font-size: 28px;
	font-weight: 800;
	color: #FFFFFF;
	text-shadow: 0px 3px 6px #8D8D8D;
	position: absolute;
	top: 160px;
	z-index: 100;
	text-align: center;
}
.main-content-top .banner-intro{
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	text-shadow: 0px 3px 6px #8D8D8D;
	position: absolute;
	top: 220px;
	z-index: 100;
	text-align: center;
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #7D7D7D;
	opacity: 0.6;
}
.swiper-pagination-bullet-active{
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	opacity: 0.6;
}
.main-content-top-focus{
	cursor: pointer;
}
.main-content-top-focus img{
	width: 100%;
	height: 240px;
}
.main-content-top-focus:nth-child(2){
	margin-top:20px;
}
.main-content-intro{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:14px 20px;
	background: #1B385D;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	margin:20px 0;
}
.main-content-intro-right{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-content-intro-jiantou{
	position: relative;
	height: 2px;
    width: 60px;
    padding-left: 30px;
    background: #ffffff;
    line-height: 30px;
    margin-right: 15px;
}
.main-content-intro-jiantou:before{
   content: '';
    position: absolute;
    top: -2.4px;
    right: -1px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
}
.main-content-items-nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:20px 6px;
}
.main-content-items-nav-title{
	font-size: 28px;
	font-weight: 800;
	color: #1B385D;
	letter-spacing:6px
}
.main-content-items-nav-btn{
	border: 2px solid #1B385D;
	border-radius: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #1B385D;
	text-align: center;
	padding:8px 19px;
	cursor: pointer;
}
.main-content-items{
	margin-bottom: 20px;
}
.main-content-items-list .col-md-3{
	width: 280px;
	max-width: 280px;
	cursor: pointer;
}
.main-content-items-list-img img{
	width: 100%;
	height: 220px;
}

.main-content-items-list-title{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 28px;
	margin-top: 15px;
	min-height: 60px;
}
.main-content-items-list-intro{
	font-size: 12px;
	font-weight: 400;
	color: #373737;
	line-height: 18px;
	min-height: 35px;
}
.main-content-items-list-intro:last-child{
	font-weight: bold;
}
.main-content-items-list-line{
	width: 100%;
	height: 1px;
	background: #000000;
	margin: 10px 0;
}
.main-content-items-list-nav{
	width: 100%;
	padding:10px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #1B385D;
	margin-top:20px;
	margin-bottom: 25px;
}
.main-content-items-list-nav-title{
	font-size: 28px;
	font-weight: 800;
	color: #FFFFFF;
	letter-spacing:6px
}
.main-content-items-list-nav-btn{
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}
.main-content-items-list-diary{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-content-items-list-item{
	width: 130px;
	cursor: pointer;
}
.main-content-items-list-item .img img{
	width: 100%;
	height: 120px;
}
.main-content-items-list-item .content{
	font-size: 16px;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 24px;
	background: #1B385D;
	text-align: center;
	padding:5px;
}
.main-content-items-list-zhanbao-text{
	height: 70px;
	font-size: 13px;
	color: #454545;
	line-height: 25px;
	margin-bottom: 23px;
	overflow:hidden;
	display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;  /*要显示的行数*/
    -webkit-box-orient: vertical;
}
.main-content-items-list-zhanbao{
	height: 85px;
	display: flex;
	/*flex-wrap:wrap;*/
	align-items: center;
	justify-content: space-between;
	align-content:space-between;
}
.main-content-items-list-zhanbao img{
	width: 32%;
	height: 85px;
	align-content:space-between;
	cursor: pointer;
}
.mobile-main-content-items-nav-btn{
	display: none;
}
.mobile-main-content-items-nav-title-line{
	display: none;
}
.mobile-main-content-items-list-author{
	display: none;
}
.mobile-main-content-items-list-nav-title{
	display: none;
}
.main-content-items-list-diary-btn{
	display: none;
}
@media (max-width:960px) {
	.main .main-content{
		margin-top: 25px;
		padding:0 15px;
	}
	.main-content-top .swiper-slide img{
		height: 144px;
	}
	.main-content-top .banner-title{
		top:20%;
		font-size: 14px;
	}
	.main-content-top .banner-title span{
		display: block;
	}
	.main-content-top-focus img{
		height: 65px;
	}
	.main-content-top-focus:nth-child(2){
		margin-top: 14px;
	}
	.main-content-top .banner-intro{
		top: 56%;
		font-size: 10px;
	}
	.swiper-pagination{
		display: none;
	}
	.main-content-intro{
		background: #F2F5F8;
		color: #1B385D;
	}
	.main-content-intro-right{
		display: none;
	}
	.main-content-items-nav-btn{
		display: none;
	}
	.mobile-main-content-items-nav-btn{
		display: block;
		font-size: 12px;
		font-weight: 400;
		color: #303030;
	}
	.main-content-items-nav-title{
		display: flex;
		align-items: center;
		font-size: 14px;
	}
	.mobile-main-content-items-nav-title-line{
		display: block;
		width: 10px;
		height: 2px;
		background: #E3E3E3;
	}
	.main-content-items-list .col-md-3{
		width: auto;
		/*max-width: 49%;*/
		max-width: 100%;
		background: #F5F8FA;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-top: 10px;
	}
	.main-content-items-list-img{
		width: 42%;
	}
	.main-content-items-list-content{
		width: 58%;
		/*background:#F5F8FA;*/
	}
	.main-content-items-list-img img{
		height: 130px;
		object-fit: cover;
	}
	.main-content-items-list {
		/*min-height: 560px;*/
	}
	.main-content-items-list .col-6:nth-child(2) ~ .col-6{
		/*margin-top: 15px;*/
	}
	.main-content-items-list .col-md-3:nth-child(2) ~ .col-md-3{
		/*margin-top: 15px;*/
	}
	.main-content-items-list-title{
		min-height: 30px;
		font-size: 13px;
		color: #324867;
		line-height:16px;
		padding:0 10px;
		overflow:hidden;
		display: -webkit-box;
	    text-overflow: ellipsis;
	    -webkit-line-clamp: 2;  /*要显示的行数*/
	    -webkit-box-orient: vertical;
	}
	.main-content-items-list-line{
		display: none;
	}
	.main-content-items-list-intro{
		display: none;
	}
	.mobile-main-content-items-list-intro{
		display: block;
		font-size: 12px;
		padding:0 10px;
		overflow:hidden;
		display: -webkit-box;
	    text-overflow: ellipsis;
	    -webkit-line-clamp: 2;  /*要显示的行数*/
	    -webkit-box-orient: vertical;
	    margin: 10px 0;
	    color: #585858;
	}
	.mobile-main-content-items-list-author{
		display: block;
		font-size: 10px;
		font-weight: 600;
		color: #1B385D;
		margin-top: 10px;
		padding:0 10px;
		margin-bottom: 15px;

	}
	.main-content-items-list-nav-title{
		display: none;
	}
	.main-content-items-list-nav-btn{
		display: none;
	}
	.main-content-items-list-nav{
		justify-content: center;
	}
	.mobile-main-content-items-list-nav-title{
		display: block;
		font-size: 15px;
		font-weight: bold;
		color: #FFFFFF;
		position: relative;
	}
	.mobile-main-content-items-list-nav-title:before{
		content: "";
		height:2px;
		width: 10px;
		background:#E3E3E3;
		position: absolute;
		top: 50%;
		left: -20px;
	}
	.mobile-main-content-items-list-nav-title:after{
		content: "";
		height:2px;
		width: 10px;
		background:#E3E3E3;
		position: absolute;
		top: 50%;
		right: -20px;
	}
	.main-content-items-list-item{
		width: 18%;
	}
	.main-content-items-list-item .img img{
		height: 60px;
	}
	.main-content-items-list-item .content-week{
		display: none;
	}
	.main-content-items-list-item .content-date{
		font-size: 10px;
	}
	.main-content-items-list-diary-btn{
		display: block;
	}
	.main-content-items-riji{
	 	min-height:460px;
	}
	.main-content-items-list-zhanbao-text{
		height: auto;
		margin-bottom: 11px;
		font-size: 11px;
		line-height: 17px;
	}
	.main-content-items-list-diary-btn{
		width: 100%;
		border:1px solid #1B385D;
		text-align: center;
		padding: 6px 0;
		margin-top: 10px;
		font-weight: bold;
		color: #1B385D;
	}
	
}
