<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.thumbnail {
				  display: block;
				  padding: 0px;
				  margin: 0px;
				  position: relative;
				  overflow: hidden;
				  z-index: 99;
				  border:none;
				 /* width: 33.3333%;*/
    		      float: left;
              width:100%;
				}	
			
			.thumbnail .thumbnail_overlay{position: absolute;
							transition: 0.3s all ease;
							top:0;
							left:0;
							right: 0;
							bottom:0;
							opacity: 0;
							background: transparent;
							transform: scale(0);
							z-index: 1;

			}
			.thumbnail .thumbnail_bg_overlay{
				position: absolute;
								  top:0;
								  left:0;
								  right:0;
								  bottom:0;
								  opacity: 0;
								  background: transparent;
								  z-index: 2;
									}
			.thumbnail .thumbnail_bg_overlay span{position: absolute; color:#000; left:50%; top:50%;
												  transform:translate(-50%, -50%);
												  }		
			.thumbnail:hover .thumbnail_overlay{
							opacity: 1;
							transform: scale(1);
							background-image: url(../images/thumb-bg.jpg);

			}
			.thumbnail:hover .thumbnail_bg_overlay{
				opacity: 1;
				background: rgba(255, 193, 2, 0.8);	
			}

/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 30px 0;
	padding: 0;
	text-align: left;
}
.thumb-pad1:hover .thumbnail figure figcaption {
	width: 100%;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.thumb-pad1:hover .thumbnail figure img {
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1 .thumbnail figure {
	position: relative;
	padding: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail figure figcaption {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: #000000;
	background: rgba(0, 0, 0, 0.77);
	padding: 27px;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.thumb-pad1 .thumbnail figure img {
	max-width: none;
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.thumb-pad1 .thumbnail figure time {
	font: bold 18px/1em 'å¾®è½¯é›…é»‘';
	text-transform: uppercase;
	color: #ffc102;
	display: block;
	margin-bottom: 11px;
}
.thumb-pad1 .thumbnail figure .lnk {
	font: bold 24px/30px 'å¾®è½¯é›…é»‘';
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail figure .lnk:hover {
	color: #ffc102;
}
.thumb-pad1 .thumbnail figure p {
	font: 14px 'å¾®è½¯é›…é»‘';
	color: #b1b0b0;
	
}
.thumb-pad1 .thumbnail figure .comment {
	font: 14px 'å¾®è½¯é›…é»‘';
	color: #ffc102;
	display: block;
	line-height: 22px;
}
.thumb-pad1 .thumbnail figure .comment a {
	color: #ffc102;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail figure .comment a:hover {
	color: #ffffff;
}
.thumb-pad1 .thumbnail figure .comment i {
	color: #ffc102;
	font-size: 20px;
	float: left;
	margin: 0 9px 0 0;
}
.headthumbnail .thumbnail{/*width: 33.3333%; */background: transparent;}
.item{text-align: center;}
/*
p.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: none;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1033;
}
p.navbar-brand_ a {
	display: inline-block;
}
p.navbar-brand_ a img {
	width: 100%;
}*/


li{list-style:none;}
/*==================     ToTop     ======================*/
.toTop {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #ffc102;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  position: fixed;
  top:300px;
  right: 40px;
  bottom: 40px;
  /*display: none;*/
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 99999;
}
.toTop:before {
  line-height: 47px;
  font-size: 22px;
  font-weight: 700;
}
.toTop:hover {
  color: #fff;
  background: #3f3e45;
  text-decoration: none;
}
.mobile .toTop,
.tablet .toTop {
  display: none!important;
}
/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: rgba(0,0,0,.7);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color:#fff;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffc102;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


/* Shutter Out Horizontal */
a.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  /*background: #222;*/
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffc102;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

li.special a.hvr-shutter-out-horizontal:before{background:url(../images/answer.jpg); transform: none; transition:none;}

a.hvr-shutter-out-horizontal:hover, a.hvr-shutter-out-horizontal:focus, a.hvr-shutter-out-horizontal:active {
  color: white;
}
a.hvr-shutter-out-horizontal:hover:before, a.hvr-shutter-out-horizontal:focus:before, a.hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffc102;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

tr#t-height th{vertical-align: middle; height: 80px; line-height: 80px;}
  .border,.border2{border:2px solid #fe8301; border-radius: 50%; width:130px; height:130px; text-align: center; vertical-align: middle; line-height: 130px;  margin:30px auto 40px auto;}
  .border img{display: inline-block; width:80px;height:80px; }
  .huiyi_jg{margin-top:20px; line-height:25px;}
    .jumbotron p{font-size: 14px;}
    .border2{width:100px; height:100px; line-height: 100px;}

   li.special a:hover,li.special a{background:url(../images/answer.jpg); padding-right:70px!important;}

   li.special a:hover{background: none; }
   
 .jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: inherit;
    background-color: #eee;
    padding:20px 20px!important;
}
</pre></body></html>