/*搜索*/
.link2_sou {}
* { box-sizing: border-box;-webkit-box-sizing: border-box;}
#container {width: width:100%; margin: 0 auto;}
div.search {padding: 30px 0;}
 form {position: relative;width: 300px;margin: 0 auto;}
 input, button {border: none;outline: none;}
 input { width: 100%;height: 42px; padding-left: 13px;}
 button {height: 42px;width: 42px;cursor: pointer;position: absolute;
        }
	        /*搜索框6*/
        .bar6 {background: #FFF;}
        .bar6 input { border: 2px solid #c5464a; border-radius: 5px;background: transparent;top: 0; right: 0;}
        .bar6 button {background: #c5464a;border-radius: 0 5px 5px 0;width: 60px;top: 0;right: 0;}
        .bar6 button:before {content: "搜索";font-size: 16px;color: #F9F0DA;}	
		.f_search_t { font-size: 15px;font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;}
          /*搜索推荐*/
.soMod{margin-top:10px}
.soMod h5{padding:0 10px;margin-bottom:10px;font-size:1pc;font-weight:700;color:#444}
.soHot,.soRec{background:#fff;overflow:hidden}
.soHot li{width:33.3333%;height:50px;line-height:50px;float:left;font-size:1pc;text-align:center}
.soHot li a{display:block;border-bottom:1px solid #ebebeb;border-right:1px solid #ebebeb}
.soHot li a:hover{color: #F00}
.soHot li:nth-child(3n+0) a{border-right:none}
.soRec{padding:0 10px}
.soRec li{width:50%;float:left;padding-left:30px;height:45px;line-height:45px;border-bottom:1px solid #ebebeb;font-size:1pc;}
.soRec li a:hover{color: #F00}
.soRec .dot{position:relative;top:21px;left:0;display:block;width:3px;height:3px;background:#999}