@charset "utf-8";
body{
	color: #333;
	height: 100%;
	font-size: 14px;
	width: 100%;
}
a:hover{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.warper{
	width: 100%;
}
.gridsystem{
	margin: 0 auto;
	width: 990px;
}
.banner{
	position: relative;
	left: 0;
	top: -20px;
}
.banner  img, .intro img{
	display: block;
	border: 0;
	max-width: 100%;
	width: 100%;
}

/* 相册 */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../images/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.gradient{
	background-image: 	     -webkit-gradient(linear, top, bottom, from(), to());
	background-image: -webkit-linear-gradient(top, 0, 0);
	background-image:    -moz-linear-gradient(top, 0, 0);
	background-image:      -o-linear-gradient(top, 0, 0);
	background-image:     -ms-linear-gradient(top, 0, 0);
	background-image:         linear-gradient(top, 0, 0);
}
.gradient_trigger{
	border: 1px solid #aaa;
	background: #ccc;
	background-image:        -webkit-gradient(linear, top, bottom, from(#ccc), to(#f8f8f8));
	background-image: -webkit-linear-gradient(top, #ccc, #f8f8f8);
	background-image:    -moz-linear-gradient(top, #ccc, #f8f8f8);
	background-image:    -o-linear-gradient(top, #ccc, #f8f8f8);
	background-image:     -ms-linear-gradient(top, #ccc, #f8f8f8);
	background-image:         linear-gradient(top, #ccc, #f8f8f8);
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	height: 14px;
	width: 14px;
}
.gradient_trigger_active{
	background: #599BDC;
	background-image: 		 -webkit-gradient(linear, top, bottom, from(#599BDC), to(#3072B3));
	background-image: -webkit-linear-gradient(top, #599BDC, #3072B3);
	background-image:	 -moz-linear-gradient(top, #599BDC, #3072B3);
	background-image:      -o-linear-gradient(top, #599BDC, #3072B3);
	background-image:     -ms-linear-gradient(top, #599BDC, #3072B3);
	background-image:         linear-gradient(top, #599BDC, #3072B3);
	-webkit-box-shadow: 0 0 4px #dfdfdf;
	   -moz-box-shadow: 0 0 4px #dfdfdf;
	        box-shadow: 0 0 4px #dfdfdf;
}
.border-radius{
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	      border-radius: 2px;
}


.txt-list li{
	line-height: 1.6;
}
/* old ie---for ie6-ie8 */
.old-ie .show_items li a strong, .old-ie .win_style li  strong, .slides li strong{
	 background: url(../images/resources/alpha_bg.png);
}
.old-ie .item-list li .detail .more{
	background: url(../images/resources/btn.png) no-repeat 0 0;
	border: none;
	height: 32px;
	width: 72px;
}
.old-ie .item-list li .detail .more:hover{
	background: url(../images/resources/btn.png) no-repeat 0 -32px;;;
}
.old-ie .topbar-wrap{
	 background: url(../images/resources/topbar_bg.png) repeat-x 0 0;
	 height: 48px;
}
/* CSS3 hover */
/* .css3_hover a{
	float: left;
} */
.css3_hover a:hover{
	-webkit-box-shadow: 0 0 10px #555;
	   -moz-box-shadow: 0 0 10px #555;
	        box-shadow: 0 0 10px #555;
}
/* 带时间列表 */
.txt-list-time li{
	color: #aaa;
	text-align: right;
}
.txt-list-time li a{
	float: left;
	text-align: left;
}
/* 分页 */
.page{
	padding: 10px 0;
	text-align: center;
}
.page a{
	border: 1px solid #ccc;
	border-radius: 2px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 14px;
}
.page a:hover{
	background: #ccc;
}
.page a.on{
	background: #ccc;
}
/* slide */
/* .slides_wrap{
	border: 1px solid #ccc;
	-webkit-box-shadow: 1px 1px 2px #333;
	-moz-box-shadow: 1px 1px 2px #333;
	box-shadow: 1px 1px 2px #333;
	padding: 10px;
} */
	
.flexslider{
	padding-bottom: 20px;
	position: relative;
}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: medium none;
}
.flexslider .slides > li {
	position: relative;
    display: none;
}
.flexslider .slides img {
    display: block;
    width: 100%;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.slides li strong{
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	display: block;
	padding: 8px 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9999;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
.no-js .slides > li:first-child {
    display: block;
}
.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease 0s;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
}
.flex-direction-nav a {
    background: url(../images/resources/lrbtn.png) no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 50px;
    margin: -40px 0 0;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 30px;
}
.flex-direction-nav .flex-next {
    background-position: 100% 0;
    /* right: -36px; */
}
.flex-direction-nav .flex-prev {
    /* left: -36px; */
}
.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}
.flexslider:hover .flex-prev {
    left: 5px;
    opacity: 0.8;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .disabled {
    cursor: default;
    opacity: 0.3 !important;
}
.flex-control-nav {
    bottom: -10px;
    position: absolute;
    text-align: center;
	z-index: 7777;
    width: 100%;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
}
.flex-control-paging li a {
    background: url(../images/resources/bg_point.png) no-repeat scroll 0 0 ; 
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset ;
    cursor: pointer;
    display: block;
    height: 13px;
    text-indent: -9999px;
    width: 13px;
}
.flex-control-paging li a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: url(../images/resources/bg_point.png) no-repeat scroll 0 -37px;
    cursor: default;
}
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		left: 10px;
		opacity: 1;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}
/* 页面元素 */
.header-top{
	height: 60px;
}
.topbar-wrap{
	background: #bbb;
	background-image: -webkit-gradient(linear, top, bottm, from(#f0ded7), to(#ccb8b7));
	background-image: -webkit-linear-gradient(top, #f0ded7, #ccb8b7);
	background-image: -moz-linear-gradient(top, #f0ded7, #ccb8b7);
	background-image: -o-linear-gradient(top, #f0ded7, #ccb8b7);
	background-image: -ms-linear-gradient(top, #f0ded7, #ccb8b7);
	background-image:  linear-gradient(top, #f0ded7, #ccb8b7);
	box-shadow: 0 0px, 0 -2px 8px #666, 0 2px 14px #666, 0 0;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
}
#topbar{
	height: 40px;
	position: relative;
	z-index: 10000;
}
#topbar .welcome{
	float: left;
}
#logo{
	position: absolute;
}
#topbar ul{
	display: inline;
	float: left;
	margin-left: 100px;
	margin-top: 10px;
}
#topbar ul li{
	float: left;
	border-right: 1px solid #999;
	padding: 0 15px;
}
#topbar ul li a{
	float: left;
}
#topbar ul li a:hover{
	color: #000;
}
.weather{
	float: right;
	position: relative;
	top: 8px;
	left: 0;
}
.lead {
    line-height: 24px;
}
.lead {
    line-height: 28px;
    margin-top: 10px;
}
.lead span {
    color: #E02D2D;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #222222;
}
.lead em {
    color: #E02D2D;
    font-weight: bold;
    padding: 0 4px;
}
.mod {
	margin-bottom: 20px;
}
.mod .hd{
	border-bottom: 1px solid #cf1b0c;
	margin-bottom: 10px;
}
.mod .bd{
	background: url(../images/resources/shadow.png) no-repeat 0 bottom;	
	padding-bottom: 26px;
}
.mod .hd h3{
	border-bottom: 4px solid #cf1b0c;
	color: #333;
	float: left;
	position: relative;
	top: 2px;
	left: 0;
	padding: 0 6px 6px;
	letter-spacing: 1px;
}

.tit {
    border-bottom: 2px solid #cf1b0c;
    margin-bottom: 10px;
}
.tit h3 {
    background: none repeat scroll 0 0 #cf1b0c;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    text-shadow: 1px 1px 1px #333;
    width: 260px;
}
.main{
	width: 550px;
}
.side{
	width: 430px;
}
.side .inner{
	padding: 10px;
	border: 1px solid #cf1b0c;
	background: #fff;
	-webkit-box-shadow: 1px 1px 2px #cf1b0c;
	   -moz-box-shadow: 1px 1px 2px #cf1b0c;
	        box-shadow: 1px 1px 2px #cf1b0c;
}

.hot_new h3{
	padding: 5px 0;
}
.hot_new p a{
	color: #cf1b0c;
}

.news {
    border: 1px solid #cf1b0c;
    margin-bottom: 10px;
    padding: 5px;
}
.news h2 {
    text-align: center;
}
.news img {
    border: 1px solid #cf1b0c;
    margin: 10px;
}
.news p {
    color: #666;
}

.hwsl h2 ,.xny h2 , .yfsl h2 , .gbos h2 , .gbos2 h2{
	text-align: center;
	line-height: 30px;
	margin: 10px;
}
.hwsl p ,.xny p{
	text-indent: 2em;
	margin-bottom: 10px;
}
.yfsl p  ,.gbos2 p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
.yfsl .jp img{
	height: 300px;
	margin-left: 15px;
}

.case_intro {
    margin-bottom: 10px;
}
.case_intro  h3{
    text-align: center;
}
.case_intro p {
    padding: 4px 0;
    text-indent: 2em;
}

.pic_txt_list2 dl {
    float: left;
    padding-bottom: 10px;
    padding-right: 10px;
    width: 485px;
}
.pic_txt_list2 dl dt {
    float: left;
    width: 170px;
}
.pic_txt_list2 dl dd {
    float: right;
    font-size: 12px;
    line-height: 22px;
    width: 300px;
}
.pic_txt_list2 dl dd strong {
    display: block;
    font-size: 14px;
    padding: 4px 0;
    text-align: center;
}
.pic_txt_list2 dl dd strong:hover {
    text-decoration: underline;
}
.pic_txt_list2 dl dd p {
	text-indent: 2em;
}
.pic_txt_list2 img{
	border: 1px solid #599BDC;
}
.ck img{
	border: 1px solid #333333;
	margin: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 1px #333333;
}
.ck h4{
	text-align: center;
	font-size: 15px;
	line-height: 26px;
}
.ck p {
    padding: 4px 0;
    text-indent: 2em;
	font-size: 14px;
	line-height: 24px;
}
.ck p  a{
	color: #cf1b0c;
}

.show_pic, .show_pic2{
	margin-right: -10px;
}
.show_pic li{
	display: inline;
	float: left;
}
.show_pic2 li{
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
	overflow: hidden;
	position: relative;
	height: 280px;
	padding-top: 370px;
	padding-left: 60px;
	width: 430px;
}
.con p{
	margin-bottom: 8px;
	font-size: 16px;
	width: 369px;
}
.con p span{
	font: italic bold 26px Georgia,serif;
	padding-right: 4px;
	color: rgb(8,111,4)
}
.show_pic li a{
	float: left;
	text-align: center;
	margin: 0 10px 10px 0;
	width: 240px;
}
.show_pic li a img{
	-webkit-box-shadow: 2px 2px 2px #333;
	-moz-box-shadow: 2px 2px 2px #333;
	box-shadow: 2px 2px 2px #333;
	
	border: 1px solid #ccc;
}
.show_pic li a strong{
	display: block;
	font-weight: normal;
	padding: 4px 0;
}
.show_pic li a:hover{
	color: #cc0000
}
.mod-2{
	overflow: hidden;
}
.mod-2 p{
	text-indent: 2em;
	margin-bottom: 6px;
}
.mod-2 h3{
	font-size: 14px;
}
.item-list {
    margin-right: -10px;
}
.item-list li {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 2px 1px #CDCDCD;
    display: inline;
    float: left;
    height: 232px;
    margin: 0 10px 10px 0;
    width: 238px;
}
.item-list li .detail .more{
	background: #599BDC;
	background-image: 		 -webkit-gradient(linear, top, bottom, from(#599BDC), to(#3072B3));
	background-image: -webkit-linear-gradient(top, #599BDC, #3072B3);
	background-image:	 -moz-linear-gradient(top, #599BDC, #3072B3);
	background-image:      -o-linear-gradient(top, #599BDC, #3072B3);
	background-image:     -ms-linear-gradient(top, #599BDC, #3072B3);
	background-image:         linear-gradient(top, #599BDC, #3072B3);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	position: inherit;
	float: right;
}
.item-list li .detail .more:hover{
	background: #3e88d0;
	background-image: 		 -webkit-gradient(linear, top, bottom, from(#3e88d0), to(#24619c));
	background-image: -webkit-linear-gradient(top, #3e88d0, #24619c);
	background-image:	 -moz-linear-gradient(top, #3e88d0, #24619c);
	background-image:      -o-linear-gradient(top, #3e88d0, #24619c);
	background-image:     -ms-linear-gradient(top, #3e88d0, #24619c);
	background-image:         linear-gradient(top, #3e88d0, #24619c);
}
.item-list li:hover {
    bottom: 6px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.item-list li img {
    margin-bottom: 26px;
}
.detail {
    padding: 0 10px;
}

.detail h5 {
    border: 1px dashed #599BDC;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
        	border-radius: 4px;
    color: #599BDC;
    float: left;
    padding: 3px 6px;
    text-shadow: 1px 1px 1px #FFFFFF;
}
.news ul{
	margin-bottom:10px;
}
.news ul li {
    background: url("../images/flr04-dot.png") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
    color: #5F5F5F;
    line-height: 22px;
    padding-left: 15px;
}
.news ul li em {
    color: #836B4F;
    font-size: 14px;
}
.news_pic{
	border: 1px solid #599BDC;
	padding: 9px;
	margin-bottom: 10px;
}
.news_pic h3 {
    padding: 4px 0;
    text-align: center;
	line-height: 30px;
}
.news_pic p {
    text-indent: 2em;
	color: #666;
	line-height: 20px;
}
.news_pic img {
    border: 1px solid #599BDC;
    margin: 5px;
}
.txt_list li {
    background: url("../images/resources/dot.jpg") no-repeat scroll 0 50%;
    float: left;
    margin-bottom: 8px;
    text-indent: 1em;
    width: 495px;
}
.jjbj {
    background: url("../images/jjbj.jpg") no-repeat scroll 0 0 ;
    height: 400px;
}
.jjbj p {
    font-size: 16px;
    padding: 20px;
}
.show_items li{
	display: inline;
	float: left;
}
.show_items li a{
	float: left;
	height: 140px;
	outline: 1px solid #fff;
	position: relative;
	width: 245px;
}
.show_items li a strong{
	background-color: rgba(0,0,0, 0.8);
	color: #fff;	
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 4px 0;
	text-align: center;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}
footer {
    border-top: 1px solid #bbb;
    height: 62px;
    padding: 20px 0;
}
.footer_info {
    position: relative;
}
.footer_info p {
    margin-bottom: 10px;
}
.footer_info p span {
    margin-right: 10px;
}
.browser_notice {
    color: #666;
}
.wx-join {
    height: 114px;
    position: fixed;
    right: 0;
    text-align: center;
    bottom: 150px;
    width: 114px;
}
.item-list {
    margin-right: -10px;
}
.item-list li {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 2px 1px #CDCDCD;
    display: inline;
    float: left;
    height: 232px;
    margin: 0 10px 10px 0;
    width: 238px;
}
.item-list li .detail .more {
    background: -moz-linear-gradient(center top , #599BDC, #3072B3) repeat scroll 0 0 #599BDC;
    border-radius: 4px;
    float: right;
    position: inherit;
}
.item-list li .detail .more:hover {
    background: -moz-linear-gradient(center top , #3E88D0, #24619C) repeat scroll 0 0 #3E88D0;
}
.item-list li:hover {
    bottom: 6px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.item-list li img {
    margin-bottom: 26px;
}
.detail {
    padding: 0 10px;
}
.detail h5 {
    border: 1px dashed #599BDC;
    border-radius: 4px;
    color: #599BDC;
    float: left;
    padding: 3px 6px;
    text-shadow: 1px 1px 1px #FFFFFF;
}



