.item{
	padding: 10px 0;
	border-bottom: 1px dotted #000;
	display: flex;
	justify-content: space-between;
}
.item font{
  display: flex;
  align-items: center;
}
.item a{
	display: flex;

}
.item_icon{
	margin: 0px 5px;
	font-size: 26px;
	font-weight: bolder;
	color: #e5a32d;
}
.item_title{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden;
}
.item_date{
	font-size: 14px;
	color: #000000;
	line-height: 45px;
}

.imagelist{
	margin-top: 50px;
	margin-bottom: 50px;
}
.imageitem{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.background_imageitem{
	width: 100%;
	height: 100%;
    background:rgba(229,163,45,0.5);
    padding: 20px;
}
.imageitem_title{
	color: #ffffff;
	font-weight: bold;
	font-size: 28px;
	margin: 20px 0px;
}
.imageitem_content{
	color: #ffffff;
	font-size: 16px;
	line-height: 1.5;
	margin: 20px 0px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 4; 
    overflow: hidden;
}
.imageitem_btn{
	width: 120px;
	height: 40px;
	border: 1px #ffffff solid;
	line-height: 35px;
	text-align: center;
	color: #ffffff;
  font-size: 18px;
  margin: 0 auto;
}
.imagelist2{
	margin-top: 50px;
	margin-bottom: 50px;
}
.imageitem2{
	width: 100%;
	height: 280px;
	background-position:center;
	background-repeat:no-repeat;
	background-size: 100% 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.background_imageitem2{
	height: 280px;
    background:rgba(229,163,45,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.imageitem_title2{
	color: #ffffff;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}
.imagelist3{
	margin-bottom: 50px;
}
.imageitem3{
	width: 100%;
	height: 280px;
	background-position:center;
	background-repeat:no-repeat;
	background-size: 100% 100%;
	padding: 0px;
	margin: 20px auto;
}
.background_imageitem3{
	width: 100%;
	height: 280px;
    background:rgba(229,163,45,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.imageitem_title3{
	color: #ffffff;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
}
.imageitem_xilie3{
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}

.main{
	display: flex;
	justify-content: center;
	margin: 50px 20px;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.demo{padding: 25px 0;}
.main-timeline{ font-family: 'Roboto', sans-serif; }
.main-timeline:after{
	content: '';
	display: block;
	clear: both;
}
.main-timeline:before{
	content: '';
	height: 100%;
	width: 2px;
	border: 2px dashed #000;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: 30px;
}
.main-timeline .timeline{
	width: 50%;
	padding: 100px 70px 0 25px;
	margin: 0 50px 0 0;
	float: left;
	position: relative;
}
.main-timeline .timeline-content{
	padding: 15px 15px 15px 40px;
	border: 2px solid #e5a32d;
	border-radius: 15px 0 15px 15px;
	display: block;
	position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:after{
	content: '';
	background-color: #e5a32d;
	height: 18px;
	width: 15px;
	position: absolute;
	right: -15px;
	top: -2px;
	clip-path: polygon(100% 0, 0 0, 0 100%);
}
.main-timeline .timeline-year{
	color: #fff;
	background-color: #e5a32d;
	font-size: 32px;
	font-weight: 900;
	text-align: center;
	display: flex;justify-content: center;
	align-items: center;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	position: absolute;
	right: -120px;
	top:-85px;
}
.main-timeline .timeline-year:after{
	content: '';
	height: 130px;
	width: 130px;
	border: 8px solid #e5a32d;
	border-left-color: transparent;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-20deg);
	position: absolute;
	left: 50%;
	top: 50%;
}
.timeline-year img{
	width: 90%;height: 90%;border-radius: 50px;background-color: #ffffff;
}
.main-timeline .timeline-icon{
	color: #fff;
	background-color: #e5a32d;
	font-size: 35px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: -25px;
	transition: all 0.3s;
}
.main-timeline .title{
	color: #222;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 7px 0;
}
.main-timeline .description{
	color: #222;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: justify;
	margin: 0 0 5px;
}
.main-timeline .timeline:nth-child(even){
	padding: 100px 25px 0 70px;
	margin: 0 0 0 50px;
	float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content{
	padding: 15px 40px 15px 15px;
	border-radius: 0 15px 15px 15px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after{
	transform: rotateY(180deg);
	right: auto;
	left: -15px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
	right: auto;
	left: -120px;
}
.main-timeline .timeline:nth-child(even) .timeline-year:after{
	transform: translateX(-50%) translateY(-50%) rotate(200deg);
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
	left: auto;
	right: -25px;
}
/*.timeline:nth-child(4n+2) .timeline-content,
.timeline:nth-child(4n+2) .timeline-year:after{
	border-color: #9E005D;
}
.timeline:nth-child(4n+2) .timeline-year:after{ border-left-color: transparent; }
.timeline:nth-child(4n+2) .timeline-content:after,
.timeline:nth-child(4n+2) .timeline-icon,
.timeline:nth-child(4n+2) .timeline-year{
	background-color: #9E005D;
}
.timeline:nth-child(4n+3) .timeline-content,
.timeline:nth-child(4n+3) .timeline-year:after{
	border-color: #f24f0e;
}
.timeline:nth-child(4n+3) .timeline-year:after{ border-left-color: transparent; }
.timeline:nth-child(4n+3) .timeline-content:after,
.timeline:nth-child(4n+3) .timeline-icon,
.timeline:nth-child(4n+3) .timeline-year{
	background-color: #f24f0e;
}
.timeline:nth-child(4n+4) .timeline-content,
.timeline:nth-child(4n+4) .timeline-year:after{
	border-color: #0870C5;
}
.timeline:nth-child(4n+4) .timeline-year:after{ border-left-color: transparent; }
.timeline:nth-child(4n+4) .timeline-content:after,
.timeline:nth-child(4n+4) .timeline-icon,
.timeline:nth-child(4n+4) .timeline-year{
	background-color: #0870C5;
}*/
@media screen and (max-width:767px){
	.main-timeline:before{ display: none; }
	.main-timeline .timeline{
		width: 100%;
		padding-top: 80px;
		padding-right: 12px;
		margin-bottom: 20px;
	}
	.main-timeline .timeline:nth-child(even){
		padding-left: 10px;
		padding-top: 80px;
		margin-bottom: 20px;
	}
	.main-timeline .timeline-content,
	.main-timeline .main-timeline .timeline:nth-child(even) .timeline-content{
		background-color: #fff;
		padding-top: 25px;
	}
	.main-timeline .timeline-content:after{ display: none; }
	.main-timeline .timeline-year{
		font-size: 24px;
		line-height: 70px;
		height: 70px;
		width: 70px;
		right: 0;
		top: -65px;
	}
	.main-timeline .timeline-year:after{ display: none; }
	.main-timeline .timeline:nth-child(even) .timeline-year{ left: 3px; }
}
@media screen and (max-width:567px){
	.main-timeline .title{ font-size: 18px; }
}

.list2{
}
.list2_item{
	margin: 50px 0px;
	width: 100%;
	min-height: 120px;
	border:1px #bfbfbf solid;
}
.list2_item_th{
	background-color: #e5a32d;
	color: #ffffff;
	height: 60px;
	padding: 12px 30px;
	font-size: 24px;
	font-weight: bold;
}
.list2_item_td{
	display: flex;
	justify-content:space-between;
	margin: 0px 30px;
	padding: 15px 0px;
}
.list2_item_td_border{
	border-bottom: 1px #bfbfbf dashed;
}

.search_main{
	margin: 0px 28%;
	max-width: 800px;
	position:absolute;
	bottom: 55%;
	display: flex;
	align-items: center;
}
.search_main_bar{
	float: left;
	width: 700px;
	height: 40px;
	font-size: 12px;
	background-color: #ffffff;
	border:0px;
	padding: 0px 10px;
	margin:0px;
}
.search_main_btn{
	float: left;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color: #ffffff;
	background-color: #e5a32d;
	border:0px;
}
/*默认状态*/
.search_main_btn:link{
	color: #ffffff;
	text-decoration:none;
}
/*访问后得状态*/
.search_main_btn:visited{
	color: #ffffff;
	text-decoration:none;
}
/*鼠标悬浮状态*/
.search_main_btn:hover{
	color: #ffffff;
	text-decoration:none;
}
/*点击状态*/
.search_main_btn:active{
	color: #ffffff;
	text-decoration:none;
}
.search_main_jilu{
	width:100%;
	float: left;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 15px 0px;
}
.search_main_jilu_remen{
	display: flex;
	align-items: center;
	margin: 0px 25px 10px 0px;
}
.search_main_jilu_remen img{
	width: 15px;
	margin-right: 8px;
}
.search_main_jilu_remen_title{
	font-size: 15px;
	color: #ffffff;
}
/*默认状态*/
.search_main_jilu_item:link{
	font-size: 13px;
	min-width: 100px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#ffffff;
	text-decoration:none;
	border-radius: 15px;
    background:rgba(0,0,0,0.6);
	margin: 0px 25px 10px 25px;
}
/*访问后得状态*/
.search_main_jilu_item:visited{
	font-size: 13px;
	min-width: 100px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#ffffff;
	text-decoration:none;
	border-radius: 15px;
    background:rgba(0,0,0,0.5);
	margin: 0px 25px 10px 25px;
}
/*鼠标悬浮状态*/
.search_main_jilu_item:hover{
	font-size: 13px;
	min-width: 100px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#ffffff;
	text-decoration:none;
	border-radius: 15px;
    background:rgba(0,0,0,0.5);
	margin: 0px 25px 10px 25px;
}
/*点击状态*/
.search_main_jilu_item:active{
	font-size: 13px;
	min-width: 100px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#ffffff;
	text-decoration:none;
	border-radius: 15px;
    background:rgba(0,0,0,0.5);
	margin: 0px 25px 10px 25px;
}
.news_main_right .item{
  display: block;
  margin-bottom: 10px;
}
.news_main_right .item .item_date{
  font-size: 14px;
  line-height: 100%;
  padding: 5px 0 5px 15px;
  width: 100%;
}
.news_main_right .item .item_title{
  font-size: 14px;
}