html{
	width: 100%;
	height: 100%;
}
.layui-main{
	width: 1200px;
	height:auto;
	/* padding: 0 20px; */
}

.logo{
	width: 1140px;
	margin: 0 auto;
	height: 150px;
	
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 20px;
	justify-content: space-between;
}
.top_right{
	position: relative;
	display: flex;
	flex-direction: row;
}
.top-s{
	border-radius: 20px;
	padding-left: 50px;
}
.icon-search{
	position: absolute;
	width: 25px;
	height: 25px;
	top: 10px;
	left: 20px;
}
.t1{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 10px 20px 10px;
}
.nav{
	background-color: #2F4056;
}
.nav1{
	width: 1200px;
	margin: 0 auto;
}
.notice{
	width: 580px;
	height: 150px;
	background: #f2f6f6;
	position: relative;
	box-sizing: border-box;
	padding: 10px 15px 20px;
}
.headlines-h{
	display: inline-block;
	width: 76px;
	height: 36px;
	background: url(../images/tt.png) no-repeat;
	position: absolute;
	left: 15px;
	top: -2px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
}
.f-r {
    float: right;
}
.ts ul li.cur{background:#E9660D; color: #fff;}
.ts {width:60px;height:30px;}
.ts ul li{float:left;display: inline-block;cursor: pointer;width: 20px;height: 20px;font-size: 14px;text-align: center;line-height: 20px;color: #E9660D;border:1px solid #E9660D;margin-right:6px;}
.bd{width: 580px;height: 360px;zoom:1;overflow: hidden;}
.headlines-con {margin-top: 40px;max-height:90px; width:100%;}
.headlines-con li{max-height:90px; width:100%;overflow:hidden;}
.headlines-con h2{font-size: 20px;color: #151515;text-align: center;margin-bottom: 10px;}
.headlines-con h2 a{height: 1.4em;overflow: hidden; }
.headlines-con li p{font-size: 14px;text-indent: 28px;color: #151515;line-height: 1.4;max-height: 60px;word-wrap: break-word;word-break: break-all; text-overflow:ellipsis;overflow:hidden;padding-left:10px;}
.slh1{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.notice2 h3{border-bottom: 1px solid #f2f6f6;padding-bottom: 8px;margin-top: 18px;margin-bottom: 15px;font-weight: normal;}
.notice2 h3 span{font-size:20px;color: #999;padding: 5px; cursor: pointer;}
.notice2 h3 span.act{color: #151515; border-bottom: 2px solid #00584A;padding-bottom: 7px;}
.list li {
    padding-left: 20px;
    height: 20px;
    background: url(../images/list-1.png) left center no-repeat;
    margin-bottom: 11px;
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
	width: 560px
}
.list li span {
    width: 80px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    float: right;
}
.list li a {
    width: 450px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.list .video-li a {
    display: block;
    width: 265px;
    height: 160px;
}
.list .video-li {
    width: 260px;
    height: 150px;
    position: relative;
    float: left;
    margin-right: 10px;
    padding-left: 0px;
    background: none;
    margin-bottom: 0px;
}
.list .video-li img.play {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-25px,-25px);
    width: 50px;
    height: 50px;
}
.video-li img {
    width: 100%;
    margin-bottom: 4px;
}
.line-coin{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}
.line-coin li a{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.line-coin li p{
	width: 131px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #151515;
	margin-bottom: 20px;
}
.swiper-container {
	width: 100%;	
	padding-bottom: 50px;
	padding-top:20px;
	/* border:1px solid #ccc; */
}
.swiper-slide {
	background-position: center;
	background-size: cover;
	/* width: 300px;
	height: 300px; */
	width: 100%;
	height: auto;
	text-align:center;
	/* line-height:300px; */
	background-color:#ddd;
}
/*分页*/

.pagination {
	font-size: 14px;
	line-height: 450%;
	text-align: center;
	width: 100%;
	margin-top: 15px;
	overflow: hidden;  
}
.pagination a {
	padding: 7px 12px;
	border: 1px #CCCCCC solid;
	margin-right: 5px;
	text-decoration: none;
	color: #666666;
	background-color: #fff;
	border-radius: 4px;
}
.pagination a:hover {
	background-color: #0189da;
	border: 1px #0189da solid;
	color: #fff
}
.pagination li{
  line-height: unset;
  display: inline;
}
.pagination .active a{
  padding: 7px 12px;
  border: 1px #0189da solid;
  color: #FFFFFF;
  margin-right: 5px;
  background-color: #0189da;
  border-radius: 4px;
}
/* footer */
.footer{	
	height: 200px;	
	background:#f2f6f6;
}
.f1{
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	display: flex;
	align-items: center;	
	justify-content: flex-start;
	background:#f2f6f6;
}
