.center-text-left{
	margin-right: 67px;
}
.center-text-left p,.brief-box{
 font-size: 26px;
 font-family: Source Han Serif CN;
 font-weight: 800;
 color: #FFFFFF;
 line-height: 40px;
 letter-spacing: 2px;
}
.center-text-left .brief-box .year-box{
 background-color: #fff;
 border-radius: 8px;
 font-size: 25px;
 font-family: Source Han Serif CN;
 font-weight: bold;
 color: #D72525;
 padding: 3px;
}
.center-text-left p span{
	color: #d72525;
	font-size: 26px;
	font-family: Source Han Serif CN;
	font-weight: 800;
}
.center-text-right{
	margin-left: 67px;
	width: 530px;
	height: 70px;
	background-color:#70a7e6;
	position: relative;
}

.list {
	/* max-width: 1400px; */
	min-hdisplay: flex;
	display: flex;
	justify-content: center;
	margin:0px auto;
}

.list-left {
	width:70%;
	padding-right: 15px;
}
.list-right {
	width:25%;
	padding-left: 10px;
	margin-top: 5px;
	background-color: #fff;
	box-shadow:0 1px 1px rgba(26,26,26,.2);
}

.list-right ul li {
	list-style: none;
	border-bottom: 1px dashed #ddd;
	padding: 0.7em 0;
	cursor: pointer;
}

.list-right .order {
	float: left;
	font-size: 16px;
	font-style: italic;
	color: #0084ff;
	font-weight: 800;
}
/* .list-right .order:hover{
	color: #0084ff;
} */

.list-right ul li a{
	margin-left: 5px;
	color:#0084ff;
	text-decoration: none;
	font-size: 14px;
}
.list-right ul li a:hover{
	text-decoration: underline;
	/* color: #0084ff; */
}
.c-title {
	font-size: 16px;
	border-bottom: 1px solid #eee;
	padding-bottom: 0.5em;
	margin-top: 10px;
	position: relative;
	margin-bottom:20px;
}
.c-title:after{
	content: "";
	background-color: #0084ff;
	left: 1px;
	width: 34px;
	height: 2px;
	bottom: -1px;
	position: absolute;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.list-left-item {
	padding-bottom:15px;
	box-shadow:0 1px 3px rgba(26,26,26,.2);
	cursor: pointer;
	/* height:170px; */
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.my-bg-img
{
	width: 186px;
	height:158px;
	background-size: cover;
	background-repeat: no-repeat;
	object-fit:contain;
	
}
.my-item-left{
	width: 186px;
	padding-top: 10px;
	margin-left:20px;
}
.my-item-right{
	width: calc(100% - 186px);
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px !important;
}
.my-item-right h2{
	font-size: 16px;
	font-weight: 400;
	color: #000;
}
.my-item-right h3{
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	padding-top: 10px;
	text-indent: 0px;
	 text-overflow:-o-ellipsis-lastline; 
	 overflow:hidden; 
	 text-overflow: ellipsis; 
	 display: -webkit-box; 
	 -webkit-line-clamp: 2; 
	 -webkit-box-orient: vertical;
}
.my-item-right p{
	font-size: 12px;
	font-family: Times New Roman;
	font-weight: 400;
	color: #666666;
	line-height: 16px;
	padding: 20px 0 10px 0;
}
.my-item-link{
	padding-top: 10px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: normal;
	color: #5a5858;
	line-height: 25px;
	text-indent: 30px;
	overflow: hidden; /* 确保超出容器的文本会被裁剪 */
	height: 100px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.my-item-link a{
	padding-right: 10px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #1868C8;
}
.my-item-right .link-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 8px;
}

.page{
	/* max-width: 1400px; */
	display: flex;
	justify-content: center;
	margin:40px auto;
	
	padding-top:10px;
	padding-bottom:10px;
	
	font-size: 14px;
	font-family: Source Han Sans CN;
}
.page .pagel {
	padding-right:20px;
	float:left;
}
.page .pager {
	padding-left:20px;
	float:left;
}
.page i {
	font-weight: 400;
	color: #ff5500;
}
.page a{
	padding-right: 10px;
	font-weight: 400;
	color: #1868C8;
}
.page .disabled {
	color: #c5bebf;
}
.page .left{
	float: left;
}
.page .right{
	float: left;
	padding-left: 200px;
}

.detail-box{
	margin: 5px auto;
	box-shadow: 0 1px 3px rgba(26,26,26,.2);
	background: #fff;
	padding: 2em 3em;
}
.detail-box .top{
	border-bottom: 1px solid #eaeaea;
	padding: 0px 24px;
	box-sizing: border-box;
	font-size:24px;
	text-align: center;
}
.detail-box .subtitle{
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
}

.detail-box .content{
	width: 100%;
	padding: 10px;
	min-height: 550px;
	text-indent: 30px;
	line-height: 25px;
	overflow: auto;
}
.detail-box .content .img
{
	width: 326px;
	height:268px;
}