/* 首图 */
.headpic{
	margin-top: 91px;
	width: 100%;
	height: 400px;
	background-image: url(../images/default_poster.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}
.bg-pic{
	width: 100%;
	height: 100%;
}
.headpic-con{
	left: calc((100% - 1200px)/2);
	position: absolute;
	top: 60px;
	text-align: left;
	color: #fff;
	cursor: pointer;
}
.headpic-con:hover .headpic-text{
	margin-right: 30px;
}
.headpic-con-sgin{
	font-size: 16px;
	font-style: italic;
	margin-right: 30px;
}
.headpic-con-label{
	width: 150px;
	height: 1px;
	background-color: #fff;
}
.headpic-title{
	max-width: 800px;
	font-size: 50px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: bold;
}
.headpic-btn{
	display: flex;
	margin-top: 38px;
}
.headpic-text{
	font-style: italic;
	margin-right: 10px;
	transition: margin-right .5s ease;
	webkit-transition: margin-right .5s ease;
}
.headpic-btn1{
	font-size: 20px !important;
	width: 60px;
}
/* 内容 */
.main{
	width: 1200px;
}
.main-label{
	margin: 40px 0px 40px;
	font-size: 28px;
	font-weight: bold;
}
.main-ul{
	/* display: flex;
	flex-wrap: wrap; */
	width: 1200px;
	min-width: 1200px;
	margin-bottom: 20px;

}

.main-li{
	position: relative;
	margin: 10px 10px 10px 0px;
	padding: 15px;
    width: 100%;
    min-height: 100px;
    border: 1px dashed #bbb4b4;
	/* display: flex;
    flex-direction: column; */
}

/* .main-li:hover{
	color: #003f7c;
	text-decoration: underline;
} */

.main-date{
    float: left; /* 将图片向左浮动 */
    margin-right: 10px; /* 调整图片与文本之间的间距 */
    margin: 20px;
}

/* 加载更多 */
.main-load{
	display: flex;
	/* justify-content: center; */
	justify-content: flex-start;
	margin-bottom: 80px;
}
.main-load1{
	font-size: 16px;
	color: #003f7c;
	border: 2px solid #003f7c;
	line-height: 61px;
	text-align: center;
	width: 191px;
	height: 61px;
	border-radius: 0;
	cursor: pointer;
}
.main-load1:hover{
	background-color: #003f7c;
	color: #fff;
}
/* 联系我们 */
.contactall{
	width: 100%;
	height: 120px;
	background-color: #F2F2F2;
	display: flex;
	justify-content: center;
}
.contact{
	width: 1200px;
	min-width: 1200px;
	height: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact-left{
	font-size: 20px;
	color: #666;
	font-weight: 400;
	font-style: italic;
	line-height: 120px;
}
.contact-left span{
	font-weight: bold;
	color: #000000;
}
.contact-right{
	width: 156px;
	height: 46px;
	font-size: 16px;
	border-color: #003f7c;
	color: #003f7c;
	border-width: 2px;
	border-style: solid;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
}
.contact-right:hover{
	background-color: #003f7c;
	color: #fff;
}
