
 /*
.art-info {  
 display:block;
 position:relative;
 padding: 20px 0;
 border-bottom:1px dashed #CCCCCC;
 overflow:auto;

}
.art-info .image {
   float:left;
   display:block; 
   padding:0 15px;
 
}

.art-det { 
 display:block;
 position:relative;
 text-align:justify;
} 

.art-relate { 

padding-top:5px;
float:left;
display:block;
margin:auto; 
width:100%;
}


.art-tags{  
background:url("../image/tag.png") center left no-repeat;
padding:20px;
padding-left:30px;
margin-top:-45px;
float:right;
display:block;
  }

.art-tags a {  
 text-decoration:none;
 color:#333;
}

.art-relate > div {
display:inline-block; 
padding:10px 20px;
text-align:center;
border:1px solid #eee;

}

.art-relate > div a {
  text-decoration:none;
  line-height:25px;

}

.art-create {
  border-bottom:1px dashed #ccc;
  margin-bottom:0px;
   }


.art-create > div  {
  display:inline-block; 
  padding-bottom:10px;
  line-height:20px;
 
}


.article-list .art-create    {
 padding-top:5px;
 border-bottom:none;
 border-top:1px dashed #ccc; 
 
}

.article-list .art-create:first-child {
 border-top:none; 
}
.art-create .viewed  {
   
    background:url("../image/eye.png") center left no-repeat;
    
	line-height:20px;
	padding:6px;
	padding-left:40px;
	color:#777;
}

.art-create .calendar  {
   
    background:url("../image/calendar.png") center left no-repeat;
    
	line-height:20px;
	padding:6px;
	padding-left:40px;
	color:#777;
}

.article-latest .calendar {
    line-height:20px;
	 
	 text-align:center;
	color:#777; 
}
 .relate  {
    display:block;
    background:url("../image/related.png") center left no-repeat;
 
	line-height:20px;
	padding:8px 40px;
	 
	color:#777;
	 
}

 

.article-list {
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
    padding-top: 20px;
  
}

.article-list > div { 
    /*margin-bottom: 5px;
    overflow: auto;
    padding:5px 15px; 

	}*/
.article-list .image {
    float: left;
    padding:0px  20px 20px 0px;
}

.article-heading {
    
    background: url("../image/red-corner2.png") no-repeat scroll 0  0px transparent;
    border-top:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
    color: #4C4C4C;
    font-size: 20px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    margin:20px 0 0 -16px;
    padding-left: 50px;
	 
}
.article-list .name {

margin-bottom:3px;

}

.article-list .name a {
    color: #000000;
    font-size: 15px;
    text-decoration: none;
}

.article-list .description {
    color: #777;
    line-height: 15px;
    margin-bottom: 5px;
	width:100%;
	text-align:justify;
}




.article-box {
    margin-bottom: 20px;
}
 

.article-box .article-box-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    box-shadow: 0 2px 2px #C3C3C3;
}


.article-latest {
    overflow: auto;
    padding: 10px 10px;
    width: 98%;
}

.article-latest .name {
  margin-top:5px;
  text-align:center;
}
.article-latest .name a ,.article-latest .name a:visited {
   text-align:center;
   text-decoration:none;
}

.article-latest > div {
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
    width: 98%;
}

 

.art-desc {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #EEEEEE;
    height: 67px;
    margin-bottom: -70px;
    max-width: 200px;
    overflow: hidden;
    padding-top: 5px;
    position: relative;
    text-align: center;
    top: -76px;
    width: 0;
    z-index: 20;
	opacity:0.8;
	 filter: alpha(opacity=0.8);
}


.elastislide-carousel ul li .art-desc span {
    padding: 0 5px;
    white-space: normal !important;
}


.box-product >div:hover .art-desc {
 display: block;
 width:100%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}   
 

.elastislide-carousel ul li:hover .art-desc  {
	  display: block;
      width:100%;
	 -webkit-transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	 -o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}   

.art-desc {
    text-align: center;
}


 


 .art-more {
    height:40px; 
    overflow: hidden;
    width: 40px;
	border:none !important;
	display:block;
	position:absolute;
	opacity:0.7;
	filter: alpha(opacity=0.7);
     	-webkit-box-shadow: none !important;/* WebKit */
 		   -moz-box-shadow: none !important;/* Firefox */
 			 -o-box-shadow: none !important;/* Opera */
 				box-shadow: none!important;/* Standard */
 }

 .art-more a img {
  box-shadow:none !important;
 }
.product  .art-more {
    display: none;
    position: absolute;
    right: 38%;
    top: 10px;
}

.product >div:hover .art-more

{
      display:block;
 
 	 -webkit-animation:fadeInRight  0.9s ;
	 -moz-animation:fadeInRight 0.9s ;
	  -o-animation:fadeInRight 0.9s ;
	 animation:fadeInRight  0.9s ;
	 
  }


 .art-more  .more-detail  {
  background: url("../image/product-icon.png") no-repeat  0 0px transparent ;
  right:11%;
  top:110px;
  
}

 .art-more   .more-detail:hover {
  
  background: url("../image/product-icon.png") no-repeat  -40px  0px transparent ;
 
}
*/
#artdet-wrap {
  display:block;
  position:relative;
  overflow:auto;
}


.artview .product-body ,.artcate .product-body{
  padding:0 40px 20px 40px;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
}

.artview .product-body > div , .artcate .product-body > div {
   border-bottom:none;
   border-right:none;
}

.artcate .row {
    border-bottom:1px solid #eee !important;
    padding:25px 25px;
}

.art-info {
   border-top:1px solid #eee;
  
}
.heading-art { 

    border-right: 1px solid #eee;
    border-top: 5px solid #eee;
    padding: 10px 35px;
    width: 99.95%;

}

.heading-art h2 { 
  margin-top:0;
}

.heading-art .fa { 
  font-size: 23px;
    line-height: 20px;
    padding-right: 25px;
}
.art-create {
    padding-top:10px;
	padding-left:60px;
} 

.art-det {
  padding:30px 0;
}

.date-big {
  padding:5px 20px;
  font-size:20px;
  line-height:25px;
  background:#000;
  border-radius:0 5% 5% 0 ;
  text-align:center;
  left:-1px;
  position:absolute;
  z-index:10;
  color:#fff;
}

.artcate .description {
  padding:0 20px;
  text-align:justify;
}

.artcate .name {
  padding-left:20px;
  font-size:16px;
}

  .readmore a {
  background-color:#eee;
  padding:5px 15px;
  border-radius:5px;
  line-height:25px;
  color:#222;
 
}


.art-create > div  {
   display:inline-block; 
   padding-bottom:10px;
   line-height:20px;
   
}

.art-relate .item-relate {
display:inline-block; 
padding:10px 20px;
text-align:center;
border:1px solid #eee;

}

.art-relate > div a {
  text-decoration:none;
  line-height:25px;

}

.art-relate .fa  {
  font-size:25px;
}

.art-relate span,.art-tags a   {
  line-height:25px;
  vertical-align:top;
}
.art-relate { 
padding-top:5px; 
display:block;
margin:auto; 
width:100%;
border-top:1px solid #eee;
}



 @media (max-width:768px) { 
      .art-relate .item-relate  { 
	   display:block;
	   margin:10px 0;
      }
 } 


 
 #article-pick {
  display:block;
  position:relative;
 
}
 #article-pick img {
  padding:10px 0 !important;
  margin:0 auto;
}
 #article-pick .box-product-tab > div , #article-pick.product-body > div   {
  border:none;
 }

  #article-pick .flex-direction-nav a {
  
   color:#000;
  top:-20px;
 
   opacity:1;
}
 #article-pick .flex-direction-nav a:before  {
font-size:18px;
}
 #article-pick .flex-direction-nav .flex-next{
  right:0;
}
 #article-pick   .flex-direction-nav .flex-prev  {
 
  left:80%;
    
}

 #article-pick .prod-desc {
  padding:0 15px 15px 15px;
 }

  #article-pick  .top-group {
  height:100px;
  }
 #article-pick.product-body > div {
  border-bottom:none;
 
  }
 #column-left h3 ,.article-wrap h3{
    margin-top:0;
  }

 