@charset "utf-8";
@media (min-width: 1400px) {
	.container{
		width:1280px;
	}
	
}
/* .header{
	min-width:1280px;
	margin-bottom:20px;
}
.header .inner{
	width:1280px;
	margin:0px auto;
} */
.header .logo{
	width:220px;
	height:75px;
	background:url(../images/syd-www-logo-transparent-2023.png) center center #EDEDED no-repeat;
	float:left;
}
.header .channel-nav{
	margin-left:170px;
	width:100%;
	height:75px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.header .channel-nav li a{
	font-size:18px;
	color:white;
	text-decoration: none;
	text-align: center;
}
/**************搜索************/
.header .search_block{
	display: none;
	position: absolute;
	right:10px;
	top:24px;
	background-color:white;
	transition:width 1s linear;
}
.input-group {
	display: flex;
	flex-wrap: nowrap;
	justify-content: stretch;
	align-items: center;
	transition:all 1s linear;
}
.input-group-addon, .input-group-btn{
	width:auto;
}
.header .form-control {
	flex-shrink: 1;
	border-radius: 20px;
	border-color: #E1E1E1;
	background: url(../images/search-input-before-bg.jpg) 10px center no-repeat;
	background-size: 20px 20px;
	padding-left:40px;
	padding-right:17px;
	transition:padding 1s linear; 
	width:100%;
}
.header .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header .input-group-btn {
	position: relative;
	z-index: 10;
}
.header .input-group .btn {
	border-color: #E1E1E1;
	border-radius: 20px;
	background-color: #B8B7B8;
	position: relative;
	color: white;
	padding-left: 17px;
	margin-left:-17px;
	padding-right: 17px;
}
.header .access{
	border-left:solid #919090 1px;
	display: none;
}

/***********自适应**************/
.header.navbar{
	min-width: auto;
	border-radius: 0px;
	border:none;
}
.header.navbar .container{
	/* padding-left:0px;
	padding-right:0px; */
}
.header.navbar .navbar-brand{
	margin-left:0px;
	padding:0px 5px;
	height:75px;
	line-height:75px;
	background-color:white;
	overflow:hidden;
}
.header.navbar .navbar-brand img{
	width:100%;
	display: inline;
	/* height:100%;
	object-fit: contain; */
	/* display: inline-block; */
}
.header.navbar .navbar-toggle{
	background-color:white;
}

@media (max-width:767px){
	.header.navbar{
		border:solid 1px transparent;
		padding-left:0px;
		padding-right:0px;
	}
	.header.navbar .navbar-brand{
		margin-left:2px;
		height:50px;
		line-height:50px;
	}
	.header.navbar .navbar-brand img{
		width:146px;
		/* height:50px; */
	}
	.header.navbar .channel-nav li a{
		padding-left:10px;
		padding-right:10px;
	}
	.header.navbar .search_block{
		position:static;
		width:100%;
		margin:10px auto;
	}
}
.header.navbar::after,.header.navbar .container::after{
	content:"";
	display: block;
	clear:none;
}
.header.navbar .navbar-collapse{
	margin-left:0px;
}
.header.navbar .channel-nav{
	margin-left:0px;

}
.header.navbar .channel-nav li{
	margin-right:0px;
	/* min-width:15%; */
	flex-grow: 1;
}
.header.navbar .channel-nav li:nth-child(n+10){
	/* flex-grow: 1.5; */
}
.header.navbar .channel-nav li:hover,.header.navbar .channel-nav li:focus{
	background-color:transparent;
}
.header.navbar .channel-nav li a:hover,.header.navbar .channel-nav li a:focus{
	background-color:transparent;
}
.header.navbar .channel-nav li a{
	line-height: 37px;
	/* padding-top:0px;
	padding-bottom:0px; */
	padding-left:5px;
	padding-right:5px;
}
@media (min-width:768px) {
	.header.navbar .navbar-collapse{
		margin-left:200px;
	}

}
/*开始pc布局*/
@media (min-width:992px) {
	.header .search_block{
		width:60px;
	}
	.header .form-control {
		padding-left:0px;
		padding-right:0px;
	}
	.header .search_block.active{
		width:160px;
	}
	.header .search_block.active .form-control{
		padding-left:40px;
		padding-right:17px;
	}
	.header.navbar .channel-nav li a{
		line-height:74px;
		/* padding-left:10px;
		padding-right:10px; */
	}
}
@media (min-width: 1200px) {
	.header.navbar .channel-nav li a{
		
	}
}
@media (min-width: 1400px) {
	.container{
		width:1280px;
	}
}
.screen{
	margin:15px 0px;
}
.screen::before{
	content:"";
	display: table;
}
.screen:after{
	content:"";
	display: block;
	clear: both;
}
/*news-block*/
.news-block{
	margin-bottom:10px;
	padding:0px 15px 15px;
	background-color:#FFFFFF;
}
.news-block .block-name{
	margin-bottom:10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-block .block-name .txt{
	font-family: 'MicroSoft YaHei';
	font-weight: 600;
}
.news-block .block-name .more-link a{
	font-size:14px;
	color:#9C9C9C;
}
/*面包屑导航*/
.crumb-nav{
	/* padding-left:40px; */
	border-bottom:solid rgb(228,228,228) 1px;
	padding:10px 0px 10px 5px;
	margin-top:0px;
	margin-bottom:10px;
	line-height:20px;
	font-size:14px;
	/* background:url(../images/syd.global.nav.crumb.flag.jpg) 10px 13px no-repeat; */
	color:#828284;
}
.crumb-nav a{
	font-size:14px;
	color:#828284;
}
/*新闻图片通用设置*/
.news-item .img a{
	display: block;
	height:100%;
}
.news-item .img img{
	display: block;
	width:100%;
	height:100%;
	object-fit: cover;
}
/*newslist-page*/
.news-list .title{
	line-height: 25px;
}
.news-list:after{
	content:"";
	display: block;
}
/*新闻列表水平样式设定*/
.news-list.horizonal:after{
	content:"";
	display: inline-block;
	width:100%;
	height:1px;
}
.news-list.horizonal{
	font-size:0.1px;/*360兼容*/
	text-align: justify;
}
.news-list.horizonal>div{
	display: inline-block;
	font-size:14px;
	border:none;
	padding:0px;
	vertical-align:top;
}
.news-list.horizonal>div .title{
	text-align: center;
}
.newslist-page .news-list>div.news-item{
	padding:15px 0px; 
	border-bottom: 1px solid #e7e7e7;
	color: #525252;
}
@media (min-width:992px) {
	.newslist-page .news-list>div.news-item{
		padding:20px 0px;
	}
}
.news-list>div.news-item:last-child{
	border-bottom:none;
}
/*图片新闻*/
.news-list.img-news .news-item:after{
	content: "";
	display: block;
	clear: both;
}
.news-list.img-news .img a{
	padding-bottom:63%;
}
.news-list.img-news .img img{
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
}
.news-list.img-news .news-item .img,
.news-list.img-news .news-item .img{
	width:32%;
	height:0px;
	position:relative;
	padding-bottom:20%;
	background-color: #09234d;
}
.news-list.img-news.img-left .news-item .img{
	float:left;
	margin-right:15px;
}
.news-list.img-news.img-left .news-item .img ~ div{
	margin-right:10px;
}
.news-list.img-news.img-right .news-item .img{
	float:right;
	margin-left:15px;
}
.news-list.img-news .news-item .title{
	overflow: hidden;
}
.news-list.img-news .news-item .title a{
	text-decoration: none;
	font-size:20px;
}
.news-list.img-news .news-item .title a:link{
	color:#353535;
}
.news-list.img-news .news-item .abs{
	height:0px;
	clear:both;
	overflow: hidden;
}
.news-list.img-news .news-item .abs a{
	text-decoration: none;
	color:#7C7C7C;
}
.news-list.img-news .news-item .source{
	height:21px;
	margin-top:10px;
}
.news-list.img-news .news-item .pub-time {
	text-align: right;
	margin-top:-20px;
}
@media (min-width:576px){
	.news-list.img-news .news-item .abs{
		margin-top:10px;
		height:auto;
		clear:none;
		overflow: visible;
	}
	.news-list.img-news .news-item .abs:after{
		content:"";
		display: table;
		clear:both;
	}
	.news-list.img-news .news-item .abs a{
		display: block;
		max-height: 50px;
		line-height: 25px;
		overflow: hidden;
	}
	.news-list.img-news .news-item .source{
		margin-left:32%;
		padding-left:15px;
		margin-top:-22px;
	}
}

/*无图*/
.news-list.img-news.dynamic .news-item.hidden-img .img{
	display: none;
}
.news-list.img-news.dynamic .news-item.hidden-img .img ~ div{
	padding:0px;
}
@media (min-width:992px){
	.news-list.img-news.dynamic .news-item.hidden-img .img ~ div{
		margin-left:10px;
	}
}
.news-list.img-news.dynamic .news-item.hidden-img .abs{
	height:auto;
	max-height:50px;
}
.news-list.img-news.dynamic .news-item.hidden-img .source{
	margin-top: 15px;
}
/*更多页设置*/
.news-list .pages{
	/* height:25px; */
	text-align: center;
	padding:15px 0px;
}
.news-list .pages li{
	display: inline-block;
	min-width:25px;
	height:25px;
	text-align: center;
	line-height: 25px;
	background-color: #F2F2F2;
	border:solid #CCCCCC 1px;
	padding:0px 5px;
	margin:0px 5px;
}
.news-list .pages li a{
	color:#757575;
}
.news-list .pages .page-active{
	background-color:#0045A2;
}
.news-list .pages .page-active a{
	color:white;

}
/*媒体矩阵*/
.matrix .matrix-menu{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom:dashed #EBEBEB 1px;
	cursor: pointer;
}
.matrix-menu .menu-item:not(:last-child){
	flex-shrink: 1;
	margin-right:10px;
}
.matrix-menu .menu-item:after{
	content:"";
	width:0%;
	display:block;
	margin:5px auto 0px;
	border:solid transparent 2px;
	transition: width .4s linear;
}
.matrix-menu .menu-item:nth-child(1):after{
	border-color: #C40113;
}
.matrix-menu .menu-item:nth-child(2):after{
	border-color: #01D370;
}
.matrix-menu .menu-item:nth-child(3):after{
	border-color: #F9831A;
}
.matrix-menu .menu-item:nth-child(4):after{
	border-color: #C6C6C6;
}
.matrix-menu .menu-item:nth-child(5):after{
	border-color: #020003;
}
.matrix-menu .menu-item:nth-child(6):after{
	border-color: #FF4907;
}
.matrix-menu .menu-item.active:after{
	/* display: block; */
	width:100%;
}
.matrix-menu img{
	display: block;
	width:100%;
}
.matrix-body{
	margin-top:15px;
	/* text-align: center; */
	position:relative;
	height:140px;
}
.matrix-body img{
	width:120px;
	height:120px;
	/* display: none; */
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-60px;
	margin-left:-60px;
	transform:rotateY(90deg);
	transition: transform .4s linear;
	transition-delay: .4s;
}
.matrix-body img.active{
	/* display: inline; */
	transform: rotateY(0deg);
}
/*全频道内容页关注二维码*/
.QRCode.contentPage{
	margin:25px auto 5px;
	text-align: center;
}
.QRCode.contentPage .slogan{
	font-size:18px;
	font-weight:bold;
}
.QRCode.contentPage .QRCodeImage{
	margin-top:20px;
}
#footer .center{
	padding-top:1px;
	margin: 0px auto;
}
@media (min-width:768px) {
	#footer .center{
		width:750px
	}
}
@media (min-width:992px) {
	#footer .center{
		width:970px
	}
}
@media (min-width:1200px) {
	#footer .center{
		width:1170px
	}
}
@media (min-width: 1400px){
	#footer .center{
		width: 1280px;
	}
}
/*频道页脚*/
#footer.channel{
	/*min-width:1280px;*/
	margin-top:30px;
	background-color:#F5F5F5;
}
#footer.channel:before{
	content: "";
	display: block;
	position: absolute;
	width:100%;
	height:2px;
	background-color:#FFFFFF;
	margin-top:2px;
}
#footer.channel .inner{
	width:1280px;
	margin:0px auto;
	padding:50px 0px;
}
#footer.channel .statement{
	line-height: 30px;
	font-size:16px;
	text-align: center;
}
#footer.channel .statement span{
	display: block;
	margin:0px 10px;
}
#footer.channel .statement a{
	color:#000000;
	margin-right:10px;
	text-decoration: none;
}
#footer.channel .statement a:not(:last-child):after{
	content: "|";
	margin-left:14px;
}
#footer.channel .statement a span{
	padding:0px;
	margin:0px;
	display:inine;
}
#footer .container{
	padding:30px 0px;
}
@media (max-width:768px) {
	#footer.channel .statement a:nth-of-type(n+3):after{
		content:"";
	}
	#footer.channel .statement a:nth-of-type(n+4){
		display:block;
		text-align:center;
		margin:10px 0px;
	}
}
@media (min-width:992px) {
	#footer .container{
		padding:50px 0px;
	}
	#footer .container span{
		display: inline;
	}
}
/*#change_view_model{display:none;}*/
#change_view_model span{display:inline!important;}
/*@media (max-width:1200px){
	#change_view_model{
		display:inline!important;
	}
} */


/*pagination*/
.pagination {padding:20px 10px;text-align:center;background:#fff;border-radius:6px;}
.pagination a {background-color:#fff;border-color:#f4f4f4;border-style:solid;border-width:1px;color:#666;margin:2px;padding:8px 20px;text-decoration:none;border-radius:4px;height:36px;line-height:36px;transition:all 0.2s ease 0s;}
.pagination a:hover {background-color:#364a7a;border-color:#364a7a;border-style:solid;border-width:1px;color:#fff;}
.pagination a:active {border-color:#364a7a;border-style:solid;border-width:1px;color:#000;}
.pagination span.thisclass {background-color:#364a7a;border-color:#364a7a;border-style:solid;border-width:1px;color:#fff;font-weight:bold;margin:2px;padding:8px 20px;border-radius:4px;}