.sect {
  /*background: url(../images/list_bg.png)repeat-y center;*/
}

.d_conts {
	width: 1220px;
	margin: 0 auto;
}

.bannar {
  width: 100%;
  height: 310px;
  background: url(../images/d05.png) center center;
  background-repeat: no-repeat;
}

.bannar_box {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.banner_tit {
  position: absolute;
  left: 7%;
  top: 38%;
}

.bannar_logo {
  position: absolute;
  top: -70%;
  right: 0;
  animation: change 6s linear infinite;
  -webkit-animation: change 6s linear infinite;
}

@-webkit-keyframes change {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}


.zh {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  background: #e5f3ff;
  color: #096fcf;
  text-align: center;
  vertical-align: 45%;
}

.top_icon > span {
  margin: 0 5px;
}

.pos_wrap {
	height: 160px;
	background-position-x: right !important;
	background-size: auto !important;
	position: relative;
	background-repeat: no-repeat
}
.pos_wrap:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(242,242,242,1) 80%, rgba(242,242,242,0));
	top: 0;
	left: 0;
	z-index: 1;
}
@media (min-width: 1200px) { 
	.pos_wrap:after {
		width: 65%;
	}
}
/* 世界大运会轮播 */
.world{
	box-sizing: border-box;
	padding-top: 56px;
	height: 290px;
	background: #10599B;
}
.world li{
	width: 160px;
	/* margin-right: 16px; */
	position: relative;
	text-align: center;
	overflow: hidden;
}

.world li div{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
}

.world li img{
	margin: 20px;
	width: 120px;
	height: 120px;
}

.world li:hover span{
	opacity: 0.9;
}

.world li span{
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	height: 160px;
	transition: all .8s;
	opacity: 0;
	z-index: 9;
	background: #32B2FF;
	color: #fff;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 30px;
	border-radius: 50%;
}

.world li p{
	margin-top: 16px;
	color: #fff;
}

.world .d_conts{
	position: relative;
}

.world .prev, .world .next{
	display: block;
	background-image: url(../images/banner_left_fff.svg);
	background-repeat: no-repeat;
	background-position: 40% center;
	width: 46px;
	height: 46px;
	position: absolute;
	left: -70px;
	top: 28%;
	cursor: pointer;
	border-radius: 50%;
	outline: none;
}

.world .next{
	background-image: url(../images/banner_right_fff.svg);
	left: auto;
	right: -82px;
	background-position: 60% center;
}

.world .prev:hover, .world .next:hover{
	background-color: #043B6C;
}


.list_con {
	width: 70%;
}

.list_right {
	width: 26%;
}

.list_con li {
	padding: 16px;
	clear: both;
}

.list_con li:hover{
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10);
}

.list_con li:hover a{
	color: #32B2FF;
}

.l_text {
  width: 90%;
}

.l_tit {
  font-size: 16px;
  padding: 0.5% 0 1%;
}

.l_more {
  width: 80px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #2668a6;
  color: #2668a6;
  text-align: center;
  font-size: 12px;
  display: block;
}

.page {
  background: #efefef;
  line-height: 30px;
  margin: 2% 0;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
}
.page > a {
  margin: 0 6px;
}
.page > input {
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 10px;
  text-align: center;
}


.list_con .get-more{
	margin: 2% 0;
	background: #F2F2F2;
	color: #028BD4;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
}

#gopage{
	padding: 7px 10px;
	margin:0 5px;
}

/*.nav_box {
	background: #096FCF;
	color: #fff;
	width: 100%;
	position: fixed;
	display: none;
	left: 0;
	top: 0;
}*/
.prite {
  background: url(../images/img60.png) no-repeat;
}
.close {
  background: url(../images/d07.png) no-repeat;
}

/*content*/

.content {
  padding: 30px 0;
  background: #fff;
  margin: 0 auto;
}

.pos_box{
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	height: 100%;
	position: relative;
	z-index: 2;
}

.pos_box,
.pos_box a {
	font-size: 14px;
	color: #6F6F6F;
}

.pos_box .pos-title{
	width: 100%;
	font-size: 36px;
	line-height: 50px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}

.pos_box .link_arrow{
	margin: 0 12px;
}
.newflex{
	flex-direction: column;
	justify-content: center;
	align-content: flex-start;
}
.pos {
  vertical-align: middle;
  margin-right: 5px;
}

.tit {
	margin-bottom: 16px;
	line-height: 45px;
	font-size: 32px;
	font-weight: bold;
	color: #333333;
}

.list_con .news-tip{
	display: inline-block;
	margin-bottom: 52px;
	padding: 6px 16px;
	text-align: center;
	color: #fff;
}

.list_con .red-tip{
	background: #FF562E;
}

.list_con .green-tip{
	background: #08BE63;
}

.l_img {
	margin-right: 2%;
	position: relative;
	width: 37%;
	height: 174px;
	overflow: hidden;
}

.l_img img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  display: block;
  transition: all .8s;
}

.list_con li:hover .l_img img{
	width: 120%;
	height: 120%;
}

.l_text .date {
	margin-top: 16px;
	width: 104px;
	line-height: 36px;
	font-size: 14px;
color: #999999;
background: #F2F2F2;
text-align: center;
}

.l_text {
	width: 60%;
}
.l_tit a{
	display: block;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.l_text p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px\0;
  max-height: 60px;
  overflow: hidden;
}

.news-details{
	position: relative;
}

.time {
	width: 96px;
	height: 96px;
	text-align: center;
	position: absolute;
	left: -128px;
	top: 0;
	background: #F2F2F2;
	font-size: 14px;
color: #6F6F6F;
}

.time div{
	font-size: 48px;
color: #6F6F6F;
}

.text {
	padding: 0 0 36px;
}

.text img {
  padding: 3% 0;
  margin: 0 auto;
  max-width: 100%;
}

.text p {
  /*text-indent: 35px;*/
  line-height: 28px;
  font-size: 16px;
}
.text p img,
.text #one_content img {
  max-width: 98%;
  height: auto;
}
.content_details_b {
	height: 40px;
	line-height: 40px;
}

.share_box {
  float: left;
  width: 200px;
  height: 100%;
}

.bdsharebuttonbox {
  float: left;
  margin-top: 5px;
  margin-left: 10px;
}

.content_details_b span {
  display: inline-block;
  height: 100%;
}

.content_details_b span span {
	padding-left: 40px;
	height: 100%;
	background-position-x: 14px;
	background-position-y: 11px;
	cursor: pointer;
}

.list_dl dd,.key_list li{line-height: 50px;text-align: center;margin-bottom: 16px;}
.list_dl a{font-size: 18px;color: #01699F;font-weight: bold;color: #333333;}
.list_dl a:hover{color: '';}
.list_dl dd a,.key_list li a{font-size: 16px;font-weight: bold;display: block;height: 100%;width: 100%;border: 1px solid #E2E2E2;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);}
.list_div{margin-top: 30%;}
.list_dl .active{
	background: #028BD4;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
color: #fff;
}
.list_dl dd:hover a{
	color: #32B2FF;
}
.list_dl .active:hover{
	color: #fff;
}
.key_search{font-size: 18px;color: #01699F;font-weight: bold;margin-bottom: 20px;}
.key_list{background: #EEEEEE;}
.key_list li{border-bottom: 0;}
.text img,.text #one_content img{max-width:98%;height:auto;}

/* 赛事场馆 */
.place-banner{
	background: #10599B;
}

.place-banner .conts{
	width: 1220px;
	height: 330px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

.place-banner .banner-item{
	width: 390px;
	height: 220px;
	position: relative;
	padding: 4px;
	box-sizing: border-box;
}

.place-banner .banner-item div{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 9;
}

.place-banner .banner-item img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all .8s;
}

.place-banner .banner-item:hover p{
	background-image: linear-gradient(180deg, rgba(0,0,0,0) 30%, #32B2FF 98%);
}

.place-banner .banner-item:hover img{
	width: 110%;
	height: 110%;
}

.place-banner .banner-item p{
	position: absolute;
	bottom: 0;
	left: 4px;
    width: calc(100% - 8px);
	line-height: 47px;
	padding-left: 24px;
	letter-spacing: 1px;
	box-sizing: border-box;
	z-index: 10;
}

.place-banner .banner-item.active{
	border: 4px solid #32B2FF;
	padding: 0px;
}

.place-banner .banner-item.active p{
	bottom: -4px;
	width: 100%;
	left: 0;
}

.place-content{
	display: none;
}

.place-content .title{
	margin: 56px 0 48px;
	font-size: 32px;
color: #333333;
font-weight: bold;
}

.place-content .place-detail{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
color: #333333;
line-height: 28px;
}

.place-content .place-detail .txt-content{
	width: 60%;
	word-wrap : break-word;
}

.place-content .place-detail .txt-content .head_img{
	width: 100%;
}

.place-content .place-detail .img-content{
	width: 392px;
}

.place-content .place-detail .img-content div{
	display: flex;
	justify-content: space-between;
}

.place-content .place-detail .img-content img{
	display: block;
}

.place-content .place-detail .img-content > img{
	width: 100%;
	margin: 8px 0;
}
.ssxm-title{
	font-family: PingFangSC-Semibold;
	font-size: 36px;
	color: #000000;
}
.ssxm-bg{
	background-image: url(../images/ssxm-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.ssxm-cons{
	display: flex;
	flex-wrap: wrap;
}
#myPage{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}