<html><head></head><body>@charset "UTF-8";
@main_color: #bb0303;
@second_color: #669999;
@third_color: #FF9900;
//@import (less) "../config.txt";
@grey: #333;
@white: #FFF;
@black: #000;
//public start
html {
	font-size: 62.5%;
}
body {
	background-image: url("../images/div_background_syty_logo.png");
	font-family: Microsoft YaHei;
	font-size: 1.4rem;
	color: @black;
	h3{ //Column title
		line-height: 40px;
	}
	a {
		color: @grey;
		&amp;:focus,&amp;:hover {
			color: @main_color;
			text-decoration: none;
		}
	}
	ul{
		li{
			list-style: none;
		}
	}
	.table th, .table td {
    	vertical-align: middle!important;
    }
	.breadcrumb {
		background-color: transparent;
		padding: 10px 0 0;
		margin-bottom: 0;
		&gt;li {
			&amp;+li {
				&amp;:before {
					content: "›";
					padding: 0 5px;
				}
			}
			&gt;a {
				color: lighten(@grey,40%);
			}
		}
	}
	.guide {
		position: fixed;
		right: 0;
		bottom: 0;
	}
	.summary{
		color: lighten(@grey,40%);
		overflow: hidden;
	}
	.date {
		font-size: 1.2rem;
		line-height: 30px;
		color: lighten(@grey,50%);
	}
	.more {
		float: right;
		font-size: 1.4rem;
		line-height: 40px;
		a {
			color: lighten(@grey,50%);
			&amp;:hover{
				color: fade(@main_color,80%);
			}
		}
	}
	video{
		display: block;
	}	
}
#pager{
	.pager_btn{
		display: inline-block;
		padding: 6px 12px;
		margin: 3px;
		border: thin solid #ddd;
	}
	text-align: center;
	margin: 30px 0;
	input{
		.pager_btn;
		width: 40px;		
	}
	.p_fun_d,.p_no_d,.p_dot{
		.pager_btn;
		cursor: not-allowed;
	}
	.p_no_d{
		color: @white;
		background-color: @main_color;
	}
	.p_fun,.p_no,.p_goto{
		&gt;a{
			.pager_btn;
			&amp;:hover{
				background-color: @main_color;
				color: @white;
			}
		}
	}
}
//public end
//footer start
footer {
	color: lighten(@grey,70%);
	background: url("../images/footer.jpg") no-repeat;
	background-size: cover;
	bottom: 0;
	margin-bottom: 0;
	text-align: center;
	.subfooter{
		padding: 30px 0 10px;
		background-color: fade(darken(@main_color,5%),86%);
		.logo {
			padding: 30px 60px;
		}
		ul{
			padding: 10px 0;
			line-height: 230%;
			overflow: hidden;
			li {
				float: left;
			}
			&gt;li {
				&gt;a {
					color: @white;
					&amp;:hover{
						text-decoration: underline;
					}
				}
			}
		}
	}
	.footer{
		background: fade(@black,86%);
		padding: 10px;
	}
}
.footer_nav{
	background-color: lighten(@grey,76);
	padding: 30px 0 30px;
	h4{
		font-weight: bold;
		&amp;::before {
			content: "";
			position: absolute;
			top: 0;
			display: block;
			width: 10%;
			height: 2px;
			background: fade(@main_color,80%);
			transition: all .3s;
		}
	}
	ul{
		padding-left: 0;
		li{
			float: left;
			a{
				display: block;
				padding: 10px 30px 10px 0;
			}
		}
	}
}
//footer end
//menu start
#menu {
	position: absolute;
	top: 20px;
	.container {
		padding: 0;
	}
}
.navbar-fixed-top .navbar-collapse {
    max-height: 500px;
}
#logo {
	padding: 0;
	height: 100px;
	background-color: fade(@main_color,80%);
}
#nav {
	padding: 0;
}
#mainnav,#subnav {
	margin: 0;
}
#subnav {
	background-color: fade(@second_color,70%);
}
.navbar {
	border-radius: 0;
	border: none;
	min-height: 40px;
}
#snav {
	width: 100%;
	&gt;li {
		&gt;a {
			padding-top: 10px;
			padding-bottom: 10px;
			font-size: 12px;
		}
	}
}
#mnav {
	&gt;li {
		&gt;a {
			padding-top: 20px;
			padding-bottom: 20px;
		}
	}
}
.navbar-default {
	background-color: fade(@main_color,70%);
	.navbar-nav {
		&gt;.open {
			&gt;a {
				color: @white;
				background-color: fade(@main_color,50%);
				&amp;:focus {
					color: @white;
					background-color: fade(@main_color,50%);
				}
				&amp;:hover {
					color: @white;
					background-color: fade(@main_color,50%);
				}
			}
		}
		&gt;li {
			&gt;a {
				color: @white;
				&amp;:hover {
					color: @white;
					background-color: fade(@main_color,50%);
				}
				&amp;:focus {
					color: @white;
					background-color: fade(@main_color,50%);
				}
			}
		}
	}
	.navbar-brand {
		padding: 0;
		color: @white;
		&amp;:hover {
			color: @white;
		}
		&amp;:focus {
			color: @white;
		}
	}
	.navbar-toggle {
		&amp;:hover {
			background-color: fade(@main_color,80%);
		}
		&amp;:focus {
			background-color: fade(@main_color,80%);
		}
		border: none;
		.icon-bar {
			background-color: @white;
		}
	}
}
.dropdown-menu {
	padding: 0;
	background-color: fade(@main_color,70%);
	border: 1px solid fade(@main_color,80%);
	.divider {
		float: none;
		border: none;
		margin: 0;
		background-color: fade(@main_color,30%);
	}
	&gt;li {
		float: none;
		padding: 0;
		&gt;a {
			line-height: 40px;
			color: @white;
			&amp;:hover {
				color: @white;
				background-color: fade(@main_color,50%);
			}
			&amp;:focus {
				color: @white;
				background-color: fade(@main_color,50%);
			}
		}
	}

}
#scrollspy{
	z-index: 999;
	padding: 0 0 0 15px;
	&amp;.left-15{
		margin: 30px 0 0 -15px;
	}
	&amp;.right-15{
		margin: 30px -15px 0 0;
	}
	border-left: 2px solid fade(@second_color,30%);
	h4{
		color: fade(@main_color,90%);
	}
	&amp;.affix{
		top: 0;
	}
	li{			
		a{
			margin: 0 0 0 -23px;
			padding: 8px 0;
			border-radius: 0;
			color: darken(@second_color,8%);
			&amp;:hover{
				color: fade(@main_color,90%);
				background: none;
				span{
					color: fade(@main_color,90%);
				}
			}
			span{
				margin-right: 10px;
				color: fade(@second_color,30%);
			}
		}
		&amp;.active a, &amp;.active a:hover{
			color: fade(@main_color,90%);
			span{
				color: fade(@main_color,90%);
			}
		}
	}
}
#colnav {
	margin: -50px -15px 0 -15px;
	width: 270px;
	background-color: fade(@main_color,70%);
	.navbar-header {
		float: none;
		a {
			font-size: 2.4rem;
			line-height: 50px;
			padding-left: 30px;
		}
	}
	.navbar-nav {
		&gt;li {
			&gt;a {
				&amp;:hover {
					color: @third_color;
					border-left: 5px solid rgba(255,153,0,1);
				}
				&amp;:focus {
					color: @third_color;
					border-left: 5px solid rgba(255,153,0,1);
				}
				color: @grey;
				font-size: 1.5rem;
				background-color: @white;
				border-bottom: 1px dashed #E1E1E1;
			}
			&gt;a.active {
				border-left: 5px solid rgba(255,153,0,1);
			}
		}
	}
}
#cnav {
	padding: 0 0 0 15px;
	float: none;
	&gt;li {
		float: none;
	}
}
//menu end
//public function start
.border-radius(@radius: 5px) {
  -webkit-border-radius: @radius;
     -moz-border-radius: @radius;
          border-radius: @radius;
}
.gallery-item(@color: @white, @height: 333px){
	margin-bottom: 10px;
	min-height: @height;
	background: @color;
	.thumbnail {
		background: no-repeat;
		border: 0;
		border-radius: none;
		padding: 0;		
	}
	.caption{
		padding: 0 15px 10px;
		h4{
			a{
				display: block;
				width: 100%;
			}
		}
	}
}
.news_bottom_line{
	border-bottom: 1px solid #ddd;
}
.h6_icon{
	h6{
		color: lighten(@grey,40%);
		span{
			padding: 0 6px;
			&amp;.glyphicon-time{
				color: @main_color;
			}
			//+span{
			//	margin-left: 20px;
			//}
		}
	}
}
//public function end
//slide show start
.slide-content {
	padding: 0 20px 20px;
	background-color: fade(@second_color,26%);
	&amp;:hover {
		background-color: fade(@main_color,60%);
	}
	a {
		color: @white;
		&amp;:hover{
			color: @white;
		}
		h3{
			line-height: normal;
		}
	}
}
#newsCarousel{
	.thumbnail {
		background: no-repeat;
		border: 0;
		border-radius: none;
		padding: 0;
		margin-bottom: 14px;
	}
	.carousel-indicators {
		bottom: 0;
		li {
			width: 6px;
			height: 6px;
			background-color: fade(@grey,20%);
			border: 1px solid fade(@grey,20%);

		}
		.active {
			width: 8px;
			height: 8px;
    		background-color: fade(@grey,50%);
		}
	}
	.carousel-inner{
		.caption{
			min-height: 100px;
			padding-bottom: 16px;
			.news_bottom_line;
		}
	}
	.carousel-control{
		background-image: none;
	}
}
#myCarousel1{
	margin-top: 20px;	
	.thumbnails {
		padding: 0;
		margin: 0 -15px;
		min-height: 1px;
		overflow: hidden;		
		.special-item{
			.gallery-item(@white);
		}
	}	
	.carousel-control{
		background-image: none;
	}
}
#myCarousel2,#myCarousel3,#myCarousel4{
	.item{
		.gallery-item(lighten(@grey,76));		
	}
}
#myCarousel2{
	.thumbnail{
		position:relative;
		&gt;span{
			position: absolute;
			left: 15px;
			bottom: 15px;
		}
	}
}
#myCarousel3{
	.thumbnail{
		position:relative;
		&gt;span{
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -3.3rem 0 0 -3.3rem;
			padding: 6px;
			font-size: 6rem;
			color: fade(@white,50%);
			background-color: fade(@grey,60%);
			&amp;:hover{
				color: fade(@white,60%);
			}
		}
	}
}
//slide show end
//list page start
.list{
	h3{
		margin-top: 0;
	}
	.media{		
		.news_bottom_line;
		padding-bottom: 15px;
		.media-body{
			.h6_icon;
		}
	}
}
.list_pic{
	.list;
	.media-left{
		padding-right: 15px;
		width: 30%;
		img{
			width: 100%;
		}
	}
}
.list_date{
	.list;
	.square_time {
		float: left;
		display: inline-block;
		padding: 7px;
		margin-right: 8px;
		color: fade(@main_color,70%);
		min-height: 35px;
		.d{
			font-size: 3.4rem;
			font-weight: bold;
			display: block;
			text-align: center;
		}
		.ym{
			white-space:nowrap;
			display: block;
			text-align: center;;
			float: left;
		}
	}
}
.list_gallery{
	h3{
		margin-top: 0;
	}
	&gt;ul{
		overflow: hidden;
		padding: 15px 0;
		margin: 0 -15px;
		.item{		
			.gallery-item(lighten(@grey,76),260px);
			.h6_icon;
		}
	}	
}
.gallery{
	&gt;div{
		overflow: hidden;
		padding: 15px 0;
		margin: 0 -15px;		
		font-size: 0;-webkit-text-size-adjust:none;
		&gt;div{
			float: none;
			display: inline-block;
			vertical-align: top;
			font-size: 1.4rem;
			.item{
				.thumbnail{
					margin-bottom: 10px;
				}
				.gallery-item(lighten(@grey,76),180px);
			}
		}
	}	
}
.increase_height{
	margin-top: 30px;
}
.increase_height4{
	margin-top: 40px;
}
//list page end
//news page start
.post_title {
	margin-top: 14px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 3.6rem;
}
article{
	padding: 0!important;
	margin: 20px 0 40px;
	font-size: 1.6rem;
	line-height: 30px;
	p{
		padding: 8px 0;
		img{
			max-width:100%;
			height:auto;
		}
	}
	a{
		color: darken(@second_color,8%);
	}
}
hr.col_list_hr{
	margin-bottom: 0;
}
a.item_block{
	display: block;
	overflow: hidden;
	.square_time {
		float: left;
		display: inline-block;
		padding: 7px;
		margin-right: 8px;
		background-color: fade(@main_color,70%);
		color: #FFF;
		min-height: 35px;
		&amp;:hover{
			background-color: fade(@main_color,50%);
			color: #FFF;
		}
		.d{
			font-size: 2.4rem;
			display: block;
			text-align: center;
		}
		.ym{
			display: block;
			text-align: center;
			float: left;
		}
	}
	.hits{
		float: none;
		display: block;
		width: 100%;
		padding-top: 10px;
		font-size: 1.2rem;
		color: lighten(@grey,40%);
		span{
			padding: 0 6px;
		}
	}
}
//news page end
//search start
.modal-open {
	overflow-y: scroll;
	padding-right: 0 !important;
}
#mySearch{
	.modal-content{
		margin-top: 120px;
		background-color: fade(@second_color,55%);
		h4{
			font-weight: bold;
		}
		.modal-header {
			border-bottom: none;
		}
		.modal-footer {
			background-color: fade(@grey,55%);
			border-top: 1px solid fade(@second_color,55%);
		}
		input[type="text"],select {
			color: @white;
			background-color: fade(@grey,77%);
			border-color: fade(@second_color,66%);
		}
		.btn-success{
			background-color: fade(@grey,77%);
			border-color: fade(@grey,70%);
			&amp;:hover{
				background-color: fade(@grey,66%);
			}
		}
		.btn-danger{
			background-color: fade(@main_color,44%);
			border-color: fade(@main_color,33%);
			&amp;:hover{
				background-color: fade(@main_color,55%);
			}
		}
	}
}
.defmodal{
	.modal-content{
		margin-top: 80px;	
		padding: 0 15px;
		border-radius: 0;
		background-color: fade(@white,94%);
		border: thin solid fade(@main_color,94%);
		h4{
			font-weight: bold;
		}
		.close{
			color: @main_color;
		}
		.modal-header {
			border-bottom: none;
		}
		.media{
			margin-bottom: 15px;
		}
		.btn-danger{
			background-color: fade(@main_color,44%);
			border-color: fade(@main_color,33%);
			&amp;:hover{
				background-color: fade(@main_color,55%);
			}
		}
	}
}
//search end
//other start
hr.title-line {
	margin: 0 auto;
	border: 0;
	border-bottom: thin solid @main_color;
}
.special{
	min-height: 10px;
	padding: 20px 0 50px;
	background: url("../images/special-bg.jpg") repeat-y;
	h3{
		color: @white;
		small{
			color: @white;
		}
		.more{
			float: none;
			a{
				color: @white;
				&amp;:hover{
					color: fade(@main_color,80%);
				}
			}
		}
	}
}
.xxxw_l{
	padding: 24px 15px 0 0;
}
.xxxw_r{
	padding-right: 0;
}
.mtst{
	.media{
		min-height: 121px;
		&amp;:first-child {
			margin-top: 15px;
		}
		.news_bottom_line;
		.media-left{
			padding-right: 15px;
			width: 40%;
			img{
				width: 100%;
			}
		}
	}
}
.list-group-item {
	padding: 13px 0;
	min-height: 103px;
	border-left: none;
	border-right: none;	
	&amp;:first-child {
		border-top: none;
	}
	&amp;:last-child {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	.h6_icon;
}
.link{
	padding: 30px 0;
	ul{
		padding-left: 5px;
		li{
			float: left;
			margin: 10px;
			background-color: lighten(@grey,76%);
			a{
				display: block;
				padding: 10px 15px;
			}
			&amp;:hover{
				background-color: fade(@main_color,80%);
				a{
					color: @white;
				}
			}
			&amp;:last-child{
				background-color: fade(@main_color,86%);
				a{
					color: @white;
				}
				&amp;:hover{
					background-color: fade(@main_color,66%);
				}
			}
		}
	}	
}
.airscape{
	.defmodal;
	.modal-content{
		.modal-header {
			border-bottom: 1px solid #e5e5e5;
		}
	}	
	width: 98%;
	img{
		max-width: 100%;
	}
}
.airscape_btn{
			background-color: fade(@main_color,44%);
			border-color: fade(@main_color,33%);
			&amp;:hover{
				background-color: fade(@main_color,55%);
			}
		}
//other end
@media (min-width: 992px) {
	#lightgallery {
		column-count: 3;
		column-gap: 0;
		.col-md-4 {
			width:100%;
			break-inside: avoid;
			box-sizing: border-box;
		}
	}
}
@media screen and (max-width: 768px) {
	html {
		font-size: 68.8%;
	}
	//menu start
	body {
		margin-top: 50px;
	}
	#menu{
		position: fixed;
		top: 0;
	}
	footer{
		span{
			display: block;
			width: 100%;
		}
	}
	#subnav {
		min-height: 0;
	}
	.navbar-default {
		background-color: fade(@main_color,88%);
		.sbutton {
			.icon-bar {
				background-color: fade(@white,30%);
			}
			&amp;:hover {
				background-color: fade(@second_color,20%);
			}
			&amp;:focus {
				background-color: fade(@second_color,30%);
			}
		}
		.navbar-nav {
			margin-right: 0;
			.open {
				.dropdown-menu {
					&gt;li {
						background-color: fade(@main_color,70%);
						&gt;a {
							&amp;:hover {
								color: @white;
								background-color: lighten(@main_color,30%);
							}
							color: @white;
						}
					}
				}
			}
		}
		.navbar-collapse {
			border-color: fade(@main_color,70%);
		}
		.navbar-form {
			border-color: fade(@main_color,70%);
		}
	}
	.sbutton {
		margin-right: 5px;
	}
	.navbar {
		li {
			float: none;
		}
	}
	.navbar-nav {
		.open {
			.dropdown-menu {
				&gt;li {
					&gt;a {
						line-height: 30px;
						background-color: fade(@main_color,30%);
						&amp;:focus {
							color: @white;
							background-color: fade(@main_color,70%);
						}
					}
				}
			}
		}
	}
	#colnav {
		margin: -40px 0 0 0;
		width: 180px;
		background-color: fade(@main_color,30%);
		.navbar-brand {
			height: 40px;
		}
		.navbar-toggle {
			margin: 4px 5px 4px 0;
		}
		.navbar-header {
			a {
				font-size: 2rem;
				line-height: 40px;
				padding-left: 30px;
			}
		}
	}
	#cnav {
		margin: 0;
	}
	//menu end
	//slide show start
	.slide-content {
		padding: 10px;
		h3 {
			margin: 0;
			font-size: 1.4rem;
		}
	}
	#newsCarousel{
		.caption{
			min-height: 160px;
		}
	}
	//slide show end
	//other start
	#scrollspy{
		border-left: 1px solid fade(@second_color,30%);
		&amp;.affix{
			position: static;
		}
		li{
			a{
				margin: 0 0 0 -23px;
			}
		}
	}
	.defmodal{
		.media-left{
			float: left;
		}
		.media-body{
			display: inline;
		}
	}
	.list_pic{
		.media-left{
			padding-right: 15px;
			width: 36%;
		}
	}
	.xxxw_l{
		padding: 15px 0 0;
	}
	.xxxw_r{
		padding: 0;
	}
	//other end
}
<style>
.hidden {
display: none;
}
</style>

<a href="http://www.sydotnet.net"  class="hidden">足球外围平台</a>
<a href="http://www.sanmingzhi.net"  class="hidden">线上博彩平台</a>
<a href="http://www.lcxlxxjc.com"  class="hidden">hg-crown-service@lcxlxxjc.com</a>
<a href="http://www.maijiashow.com"  class="hidden">Sun-City-service@maijiashow.com</a>
<a href="http://www.10ybbs.com"  class="hidden">pg电子</a>
<a href="http://www.tou18.com"  class="hidden">pp-electronic-demo-contact@tou18.com</a>
<a href="http://www.izuanhui.net"  class="hidden">Buy-ball-app-contactus@izuanhui.net</a>
<a href="http://www.yutb.net"  class="hidden">New-Portuguese-gambling-feedback@yutb.net</a>
<a href="http://web-sitemap.sampgaming.com" class="hidden">悠悠产品</a>
<a href="http://www.everyday123.com"  class="hidden">太阳城官网</a>
<a href="http://www.5bg12w.com"  class="hidden">Crown-Sports-sales@5bg12w.com</a>
<a href="http://www.watashirikon.com"  class="hidden">Gaming-platform-info@watashirikon.com</a>
<a href="http://www.drsarabar.com"  class="hidden">澳门银河</a>
<a href="http://www.wellnessgrass.net"  class="hidden">太阳城官网</a>
<a href="http://web-sitemap.asean-gxmai.com" class="hidden">6789小游戏门户</a>
<a href="http://www.es-one.com"  class="hidden">赌博网站推荐</a>
<a href="http://www.al-bo7.com"  class="hidden">皇冠体育</a>
<a href="http://www.happy-miracle.com"  class="hidden">网络赌博平台</a>
<a href="http://www.applegatearchitects.com"  class="hidden">Online-gambling-platform-support@applegatearchitects.com</a>
<a href="http://www.papyrus-shop.com"  class="hidden">沙巴体育</a>

<a href="https://tw.dictionary.yahoo.com/dictionary?p=365betapp下载✔️网址:la666.net✔️.hga" class="hidden">茶侃网</a>
<a href="https://stock.adobe.com/search/images?k=推荐几个靠谱的买球-推荐几个靠谱的买球官方网站✔️网址:la666.net✔️" class="hidden">攀枝花东区公众信息网</a>
<a href="https://m.facebook.com/public/bbin手机版下载-维基百科✔️网址:la666.net✔️.num" class="hidden">图吧电话查询</a>
<a href="https://m.facebook.com/public/bb贝博登录入口(关于bb贝博登录入口的简介)✔️最新网址:ad22.net✔️.awj" class="hidden">博山信息港</a>
<a href="https://acrmc.com/search/pg电子客户端官方官网✔️网址:la66.net✔️" class="hidden">首都体育学院</a>
<a href="https://m.facebook.com/public/✔️网址:ad11.net✔️十大靠谱网赌app-十大靠谱网赌app官方网站.qjq" class="hidden">泉州安全教育平台</a>
<a href="https://es-la.facebook.com/public/✔️网址:la66.net✔️十大赌博正规老平台-维基百科✔️网址:la66.net✔️十大赌博正规老平台-维基百科" class="hidden">苹果软件园</a>
<a href="https://tw.dictionary.yahoo.com/dictionary?p=凯时kb88手机登录✔️最新网址:la55.net✔️.zuo" class="hidden">老泗州网</a>
<a href="https://stock.adobe.com/search/images?k=足球外围平台推荐平台介绍✔️官方网址:la777.net✔️.blu" class="hidden">3D电影下载专区</a>
<a href="https://www.deep6gear.com/catalogsearch/result/?q=双色球100%的出号规律(关于双色球100%的出号规律的简介)✔️网址:ad11.net✔️.tpu" class="hidden">好吃狗儿</a>

<a href="/CN/znwchg-376818.html" class="hidden">贵港人事人才网</a>
<a href="/sitemap.xml" class="hidden">站点地图</a>
<a href="/CN/btwbiq-851946.html" class="hidden">南宁公交网</a>
<a href="/html/fqsolh-273365.html" class="hidden">福州明珠网</a>


</body></html>