* {
  margin: 0;
  padding: 0;
}
body {
  font: 14px/1.5 'Microsoft YaHei', arial, SimSun, sans-serif;
  color: #333;
  width:1420px;
  margin: 0 auto;
}
a {
  text-decoration: none;
  color: currentColor;
}
img{
  border:0;
}
ul {
  list-style: none;
}
.clearfix {
  display: block;
  *display: inline-block;
  _height: 1%;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.header {
  width: 1196px;
  height: 343px;
  height: 323px\9 !important;
  margin: 0 auto;
  position: relative;
}
.logo {
  padding: 50px 0 0 0px;
  z-index: 1;
  position: relative;
  float: left;
  left: -30px;
}
.toplinks .family{
  background: url(../images/family.png) no-repeat;
  height: 210px;
  position: absolute;
  right: 0;
  top: 25px;
  width: 252px;

}
.toplinks {
  background: url(../images/leaf.png) no-repeat;
  width: 910px;
  height: 321px;
  position: absolute;
  right: 38px;
  top: 0;
}
.toplinks a {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  box-shadow: 0 0 20px 0 #fff;
  color: #0da08a;
  font-size: 23px;
  height: 90px;
  line-height: 90px;
  position: absolute;
  text-align: center;
  width: 90px;
}
.toplinks .tl-1 {
   top: 57px;
   left: 386px;
}
.toplinks .tl-2 {
  top: 42px;
  left: 221px;
}
.toplinks .tl-3 {
   top: 109px;
   left: 328px;
   /* left: 350px; */
}
.toplinks .tl-4 {
  top: 60px;
  right: 376px;
  /* right: 330px; */
  font-size: 21px;
}
.toplinks .tl-5 {
  top: 109px;
  right: 263px;
}
.main,
.footer {
  width: 1196px;
  margin: 0 auto;
  padding: 0 112px;
}
.side {
  float: left;
  width: 229px;
}
.sidebox {
  border-radius: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  min-height: 400px;
  margin-top: -140px;
  margin-top: -115px\9 !important;
}
.search {
  background: url(../images/search.png) no-repeat;
  height: 108px;
  margin: -38px 0 0;
  position: relative;
}
.search input {
  position: absolute;
  top: 53px;
  left: 24px;
  font-size: 100%;
  padding: 7px 0;
  border: none;
  background-color: transparent;
  width: 140px;
}
.search input:hover,
.search input:focus {
  outline: none;
}
.search button {
  position: absolute;
  cursor: pointer;
  right: 0;
  width: 24px;
  height: 27px;
  right: 48px;
  top: 55px;
  background-color: transparent;
  border: none;
}
.search button:hover,
.search button:focus {
  outline: none;
}
.footer {
	background: url(../images/foot.png) no-repeat;
	height: 66px;
}

.footer a{
	color:#222;
}

.layout{
	background: url(../images/top-ie7.jpg) no-repeat 50% 0;
    background: url(../images/bg-top.jpg) no-repeat 50% 0,linear-gradient(to bottom, #BDEF90 0%,#f2fee3 60%);
}

.main {
	/*background: url(../images/bg-bottom.jpg) no-repeat 0 100%;*/
	min-height: 500px;
	background: #BFF18E\9;
}

/*# sourceMappingURL=screen.css.map */
.sidebox span{
  margin-left: 20px;
}
.sidebox span a {
  color: #32b6a0;
  text-decoration: underline;
  font-weight: bold;
  font-size: 18px;
}

.main-cont {
  float: left;
  margin-top: -128px;
  width: 900px;
  border: 20px rgba(255, 255, 255, 0.5) solid;
  border-radius: 60px;
  z-index: 99;
  position: relative;
}
.r-content {
  border: 12px #fac400 solid;
  border-radius: 40px;
  background: #fffeea url(../images/huahua.png) no-repeat scroll 0 bottom;
  margin-left: 20px\9;
  margin-top: 20px\9;
}
.cont-title {
  margin-top: 15px;
  height: 90px;
  /*margin-bottom: 25px;*/
}

.nav .d-sub-items {
  display: none;
  position: absolute;
  z-index: 2;
  top: -5px;
  right: 0;
}
.nav .d-item:hover .d-sub-items {
  display: block;
}
.nav {
  width: 228px;
  bottom: 0;
  left: 0;
}
.nav .d-item {
  position: absolute;
  z-index: 2;
}
.nav .d-item > a {
  padding: 6px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.cont-main {
  font-size: 18px;
  padding: 0px 25px 40px 25px;
}
.ft-content {
	color: #222;
	text-align: left;
	font-size: 13px;
	line-height: 24px;
	padding-top: 10px;	
}

.ft-content a{
	/*padding: 0px 5px;*/
}






body { 
	background: #EEE; 
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.container {
    position: relative;
    margin: 0px auto;
    padding: 50px 0;
    clear: both;
}
@media only screen and (min-width: 1200px) {
    .container {
        width: 1210px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .container {
        width: 1030px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        width: 682px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 428px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 479px) {
    .container {
        width: 320px;
        margin: 0 auto;
    }
}


  
.mcd-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 0 9px;
  background: #FFF;
  /*height: 100px;*/
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  width: 213px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  
box-shadow:0 0 4px 4px #cdc;
  
}
.mcd-menu li {
  position: relative;
  /*float:left;*/
}
.mcd-menu > li:last-child {
    border-radius: 0 0 30px 30px;
}
.mcd-menu li a {
  display: block;
  text-decoration: none;
  padding: 12px 0 12px 0px;
  color: #777;
  /*text-align: center;
  border-right: 1px solid #E7E7E7;*/
  
  /* == */
  text-align: left;
  position: relative;
  border-bottom: 1px dotted #EEE;
  /* == */
}
.mcd-menu li a i {
  /*display: block;
  font-size: 30px;
  margin-bottom: 10px;*/
  
  /* == */
  float: left;
  font-size: 20px;
  margin: 0 10px 0 0;
  /* == */
  
}
/* == */
.mcd-menu li a p {
  float: left;
  margin: 0 ;
}
/* == */

.mcd-menu li a strong {
  display: block;
  text-transform: uppercase;
}

.mcd-menu li a i, .mcd-menu li a strong, .mcd-menu li a small {
  position: relative;
  
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
}
.mcd-menu li:hover > a i {
    opacity: 1;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
    -o-animation: moveFromTop 300ms ease-in-out;
    animation: moveFromTop 300ms ease-in-out;
}
.mcd-menu li:hover a strong {
    opacity: 1;
    -webkit-animation: moveFromLeft 300ms ease-in-out;
    -moz-animation: moveFromLeft 300ms ease-in-out;
    -ms-animation: moveFromLeft 300ms ease-in-out;
    -o-animation: moveFromLeft 300ms ease-in-out;
    animation: moveFromLeft 300ms ease-in-out;
}

.mcd-menu li:hover {
	background-color: #fac400;
}
.mcd-menu li a.active {
  position: relative;
  color: #e67e22;
  border:0;
  /*border-top: 4px solid #e67e22;
  border-bottom: 4px solid #e67e22;
  margin-top: -4px;*/

}
.mcd-menu li a.active:before {
  content: "";
  position: absolute;
  /*top: 0;
  left: 45%;
  border-top: 5px solid #e67e22;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;*/
  
  /* == */
  top: 42%;
  left: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  /* == */
}

/* == */
.mcd-menu li a.active:after {
  content: "";
  position: absolute;
  top: 42%;
  right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
/* == */

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@-webkit-keyframes moveFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes moveFromRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}



.mcd-menu li ul,
.mcd-menu li ul li ul {
  position: absolute;
  height: auto;
  min-width: 200px;
  padding: 0;
  margin: 0;
  background: #FFF;
  /*border-top: 4px solid #e67e22;*/
  opacity: 0;
  visibility: hidden;
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  /*top: 130px;*/
  z-index: 1000;
  
  /* == */
  left:280px;
  top: 0px;
  border-left: 4px solid #e67e22;
  /* == */
}
.mcd-menu li ul:before {
  content: "";
  position: absolute;
  /*top: -8px;
  left: 23%;
  border-bottom: 5px solid #e67e22;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;*/
  
  /* == */
  top: 25px;
  left: -9px;
  border-right: 5px solid #e67e22;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  /* == */
}
.mcd-menu li:hover > ul,
.mcd-menu li ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  /*top: 100px;*/
  
  /* == */
  left:215px;
  /* == */
}
/*.mcd-menu li ul li {
  float: none;
}*/
.mcd-menu li ul li a {
  padding: 10px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #EEE;
  
  /* == */
  height: auto;
  /* == */
}
.mcd-menu li ul li a i {
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.mcd-menu li ul li ul {
  left: 230px;
  top: 0;
  border: 0;
  border-left: 4px solid #e67e22;
}  
.mcd-menu li ul li ul:before {
  content: "";
  position: absolute;
  top: 15px;
  /*left: -14px;*/
  /* == */
  left: -9px;
  /* == */
  border-right: 5px solid #e67e22;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.mcd-menu li ul li:hover > ul {
  top: 0px;
  left: 200px;
}



/*.mcd-menu li.float {
  float: right;
}*/
.mcd-menu li a.search {
  /*padding: 29px 20px 30px 10px;*/
  padding: 10px 10px 15px 10px;
  clear: both;
}
.mcd-menu li a.search i {
  margin: 0;
  display: inline-block;
  font-size: 18px;
}
.mcd-menu li a.search input {
  border: 1px solid #EEE;
  padding: 10px;
  background: #FFF;
  outline: none;
  color: #777;
  
  /* == */
  width:170px;
  float:left;
  /* == */
}
.mcd-menu li a.search button {
  border: 1px solid #e67e22;
  /*padding: 10px;*/
  background: #e67e22;
  outline: none;
  color: #FFF;
  margin-left: -4px;
  
  /* == */
  float:left;
  padding: 10px 10px 11px 10px;
  /* == */
}
.mcd-menu li a.search input:focus {
  border: 1px solid #e67e22;
}


.search-mobile { 
	display:none !important;
	background:#e67e22;
	border-left:1px solid #e67e22;
	border-radius:0 3px 3px 0;
}
.search-mobile i { 
	color:#FFF; 
	margin:0 !important;
}


@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .mcd-menu {
		/*margin-left:10px;*/
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .mcd-menu {
		width: 200px;
	}
	.mcd-menu li a {
		height:30px;
	}
	.mcd-menu li a i {
		font-size: 22px;
	}
	.mcd-menu li a strong {
		font-size: 12px;
	}
	.mcd-menu li a.search input {
		width: 120px;
		font-size: 12px;
	}
	.mcd-menu li a.search buton{
		padding: 8px 10px 9px 10px;
	}
	.mcd-menu li > ul {
		min-width:180px;
	}
	.mcd-menu li:hover > ul {
		min-width:180px;
		left:200px;
	}
	.mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
		min-width:150px;
	}
	.mcd-menu li ul li:hover > ul {
		left:180px;
		min-width:150px;
	}
	.mcd-menu li ul li ul li:hover > ul {
		left:150px;
		min-width:150px;
	}
	.mcd-menu li ul a {
		font-size:12px;
	}
	.mcd-menu li ul a i {
		font-size:14px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.mcd-menu { 
		width: 50px;
	}
	.mcd-menu li a { 
		position: relative;
		padding: 12px 16px;
		height:20px;
	}
	.mcd-menu li a strong { 
		display: none;
	}
	.mcd-menu li a:hover strong,.mcd-menu li a.active strong {
		display:block;
		font-size:10px;
		padding:3px 0;
		position:absolute;
		bottom:0px;
		left:0;
		background:#e67e22;
		color:#FFF;
		min-width:100%;
		text-transform:lowercase;
		font-weight:normal;
		text-align:center;
	}
	.mcd-menu li .search { 
		display: none;
	}
	
	.mcd-menu li > ul {
		min-width:180px;
		left:70px;
	}
	.mcd-menu li:hover > ul {
		min-width:180px;
		left:50px;
	}
	.mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
		min-width:150px;
	}
	.mcd-menu li ul li:hover > ul {
		left:180px;
		min-width:150px;
	}
	.mcd-menu li ul li ul li > ul {
		left:35px;
		top: 45px;
		border:0;
		border-top:4px solid #e67e22;
	}
	.mcd-menu li ul li ul li > ul:before {
		left:30px;
		top: -9px;
		border:0;
		border-bottom:5px solid #e67e22;
		border-left:5px solid transparent;
		border-right:5px solid transparent;
	}
	.mcd-menu li ul li ul li:hover > ul {
		left:30px;
		min-width:150px;
		top: 35px;
	}
	.mcd-menu li ul a {
		font-size:12px;
	}
	.mcd-menu li ul a i {
		font-size:14px;
	}
	
}

@media only screen and (max-width: 479px) {
    .mcd-menu { 
		width: 50px;
	}
	.mcd-menu li a { 
		position: relative;
		padding: 12px 16px;
		height:20px;
	}
	.mcd-menu li a strong { 
		display: none;
	}
	.mcd-menu li a:hover strong,.mcd-menu li a.active strong {
		display:block;
		font-size:10px;
		padding:3px 0;
		position:absolute;
		bottom:0px;
		left:0;
		background:#e67e22;
		color:#FFF;
		min-width:100%;
		text-transform:lowercase;
		font-weight:normal;
		text-align:center;
	}
	.mcd-menu li .search { 
		display: none;
	}
	
	.mcd-menu li > ul {
		min-width:180px;
		left:70px;
	}
	.mcd-menu li:hover > ul {
		min-width:180px;
		left:50px;
	}
	.mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
		min-width:150px;
	}
	.mcd-menu li ul li:hover > ul {
		left:180px;
		min-width:150px;
	}
	.mcd-menu li ul li ul li > ul {
		left:35px;
		top: 45px;
		border:0;
		border-top:4px solid #e67e22;
	}
	.mcd-menu li ul li ul li > ul:before {
		left:30px;
		top: -9px;
		border:0;
		border-bottom:5px solid #e67e22;
		border-left:5px solid transparent;
		border-right:5px solid transparent;
	}
	.mcd-menu li ul li ul li:hover > ul {
		left:30px;
		min-width:150px;
		top: 35px;
	}
	.mcd-menu li ul a {
		font-size:12px;
	}
	.mcd-menu li ul a i {
		font-size:14px;
	}
    
}

.mcd-menu > li {
	padding: 0 30px;
}

.mcd-menu > li > a{
/*	background: url(../images/menu-ico.png) no-repeat scroll 0 0; */
}
.mcd-menu .sm-1 {
	background-position: 0px 8px;
}
.mcd-menu .sm-2 {
	background-position: 0px -35px;
}
.mcd-menu .sm-3 {
	background-position: 0px -83px;
}
.mcd-menu .sm-4 {
	background-position: 0px -132px;
}
.mcd-menu .sm-5 {
	background-position: 0px -179px;
}
.mcd-menu .sm-6 {
	background-position: 0px -224px;
}
.mcd-menu .sm-7 {
	background-position: 0px -270px;
}
.mcd-menu .sm-8 {
	background-position: 0px -319px;
}
.mcd-menu .sm-9 {
	background-position: 0px -365px;
}
.mcd-menu a {
	font-size: 16px;
}

.bb{
	padding-bottom: 20px;
	border-bottom: 1px #ccc solid;
}
.sitemap > a,
.links > a{
	padding: 10px 0 10px 35px;
}
.sitemap span{
	float: left;
	display:block;
	width: 130px;
}
.sitemap,.links {
	margin: 10px 0;
	font-weight: bold;
}
.links {	padding-left: 129px;}

.rtsq{
	/*left: 140px;
	top: 646px;*/
	height: 162px;
	line-height: 32px;
	width: 281px;
	display: inline-flex;
	background: url(../images/kuaigou.png) no-repeat;
	/*z-index: 9999;
	position: absolute;*/
	margin-top: -10px;
    margin-left: 20px;
}

/* .fo{
	display: inline-flex;
    height: 28px;
    left: 274px;
    line-height: 28px;
    position: relative;
    top: 58px;
    width: 60px;
} */

.button {
  color: #222;
  font-size: 14px;
  text-decoration: none;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  text-shadow: 1px 1px 3px #FEAE1B;
  border: solid .button 2px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#FEAE1B), to(#FEAE1B));
  background: -moz-linear-gradient(top, #FEAE1B, #FEAE1B);
  height:30px;
}
.button:hover {
  background: #f2cd8c;
}

.cont-main ul li{
	line-height: 35px;
    border-bottom: 1px dotted #999999;
    background: url(../images/news_dot.gif) no-repeat 2px center;
    padding-left: 20px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#to_top{width:50px; height:50px; padding-right:12px;padding-bottom:8px; font:14px/20px arial; text-align:center;  background: url(../images/up.png) no-repeat; position:absolute; cursor:pointer; color:#fff}

.news_date {
    font-size: 13px;
    color: gray;
    padding-left: 15px;
    overflow: hidden;
    line-height: 28px;
}

.news_list a{
    color:#0066CC;
    display:block;
    float:left;
    height:35px;
    line-height:34px;
    overflow:hidden;
    /*width:710px;*/
    text-overflow:ellipsis;
    white-space:nowrap;
}
.news_list a:hover{
    color:#C60;
}

#sitemap li {
    font-size: 15px;
    font-weight: bold;
    line-height: 150%;
    margin: 5px 0 5px 10px;
}
.scrollDiv{
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  color: #fff;
  height:32px;
  line-height:32px;
  min-height:32px;
  overflow:hidden;
  position:absolute;
  right:30px;
  top: -52px;
  width:560px;
  font-size: 16px;
}
.line{
  height:32px;
  line-height:32px;
  margin-left: 50px;
}
.scrollHot {
  background: url(../images/ico-hot.png);
  display: block;
  float: left;
  height: 32px;
  margin-left: 5px;
  width: 32px;
}
.cont-title-l{
  background: url(../images/ny-title-l.png);
  display: block;
  float: left;
  height: 60px;
  width: 50px;
}
.cont-title-m{
  background: url(../images/ny-title-m.png);
  background-size: 100% 60px;
  color: #fff;
  display: block;
  float: left;
  height: 60px;
  max-width: 700px;
  padding: 0 25px;
}
.cont-title-r{
  background: url(../images/ny-title-r.png);
  display: block;
  float: left;
  height: 60px;
  width: 50px;
}

.cont-title-l2{
  background: url(../images/ny-title-l2.png);
  display: block;
  float: left;
  height: 60px;
  width: 50px;
}
.cont-title-m2{
  background: url(../images/ny-title-m2.png);
  background-size: 100% 60px;
  color: #fff;
  display: block;
  float: left;
  height: 60px;
  max-width: 700px;
  padding: 0 15px;
  font-size: 20px;
  line-height: 25px;  
}
.cont-title-r2{
  background: url(../images/ny-title-r2.png);
  display: block;
  float: left;
  height: 60px;
  width: 50px;
}

.navigation-bar{
	height:40px;
	text-align: right;
	padding-right: 15px;
	background-color: #fac400;
	color: #999;
    font-size: 90%;
}

.navigation-bar a{
	color: #2E67B3;
}

.navigation-bar a:hover{
	
}

.navigation-bar span{
	color:#999999;
}

table 
{ 
	border-collapse: collapse; 
	border: none; 
}
.rtsq.more {
    margin-top: -35px;
}

/*********************************************************************/
	.video_list{
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding: 0px 20px;
		margin-bottom: 80px;
	}
	.video_item{
		width: 30%;
		display: inline-block;
        position: relative;
        margin: 0 18px 30px 0;
        padding: 0;
        color: #999;
        font-size: 12px;
        letter-spacing: normal;
        vertical-align: top;
	}
	.video-icon{
		background: url(../images/play.png) no-repeat 100%;
		 top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
	    width: 32px;
        height: 32px;
		position: absolute;
	}
	.figure{
		width: 100%;
		height: 135px;
		margin-bottom: 14px;
	    border-radius: 4px;
	    display: block;
		position: relative;
		user-select: none;
	}
	.figure_pic{
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 4px;
		background: #f8f8f8;
		background-color: #ececec;
		background-color: rgba(236,236,236,.1);
		transition: box-shadow .15s linear,-webkit-filter .3s ease-out;
		border: 1px solid #ccc;
	}
	.figure_detail{
		height: 44px;
		overflow: hidden;
	}
	.figure_title{
		-webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        word-wrap: break-word;
        display: -webkit-box;
        height: auto;
        max-height: 44px;
        overflow: hidden;
        letter-spacing: 1px;
        line-height: 23px;
        white-space: normal;
        word-break: break-all;
        width: 100%;
        font-size: 15px;
        font-weight: 400;
        text-overflow: ellipsis;
	}
/*********************************************************************/