@charset "utf-8";
.img-auto img{max-width: 100%;max-height: 100%;display: block;position: absolute;top: 50%;left: 50%;-webkit-transform: translateX(-50%) translateY(-50%);-webkit-transform: translateX(-50%) translateY(-50%);-moz-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);}
#search-result h1{text-align:center;margin:50px auto;font-size:30px;color: #78b124;}
#search-result .title{font-size:20px;color: #78b124;border-bottom:1px solid #666;margin-bottom:10px;}
#search-result .products li>a{display:block;position:relative;padding: 0px 0 100% 0;overflow:hidden;}
#search-result .products p{text-align:center;margin-bottom:20px;line-height:40px;height:40px;overflow:hidden}
#search-result .products p a{color:#333}
#search-result .products p a:hover{color:#78b124}
#search-result .news{margin-bottom:50px}
#search-result .news li{float:left;margin-right:30px}
#search-result .news a{color:#333;display:block;border-bottom:1px dotted}
#search-result .news a:hover{color:#78b124;border-bottom:1px dotted #78b124}
#search-result ul{margin-bottom:10px}