@charset "utf-8";

/******     页眉    **********/

header{width: 100%;background: rgba(0,0,0,0.2);height: 55px;position: fixed;top: 0;left:0;z-index: 555;text-align: center; padding-top: 15px;}
header span{color: black;font-size: 18px;font-weight: bold;margin-bottom: 5px;text-decoration: none;line-height: 35px;color:#fff}
.back{float: left;margin:0 0 0 15px;background: url("../images/icon_back.png")  no-repeat;padding:10px 0 10px 23px;}
.list_search{float: right;margin:5px 25px 0 0;}
.list_search img{width:30px;height:30px;}
header a{color: white;text-decoration: none;font-size: 18px;}
.lucheng img{width: 100%;}


/******     要切换的那个菜单    **********/
.toggle{position: fixed;z-index: 555;top: 66px;width: 100%;background: white;}

/******     菜单    **********/
.nav{margin-top: -2px;}
.nav ul li{float: left;width: 16.6%;text-align: center;padding: 20px 0;border-right: 1px solid #E6E6E6;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-bottom: 1px solid #E6E6E6;}
.nav ul li a{color: #333333;font-size: 18px;font-weight: bold;text-decoration: none;}
.nav ul li .nav_color{color: #0BACB4;}


/******     内容    **********/
.box{width: 100%; overflow: hidden; border-bottom: 1px solid #E6E6E6;padding-bottom: 10px;}
.box .box_img{width: 30%; float: left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.box .box_img img{ width: 100%; height: 100%;}
.box .box_text{width: 70%;float: right;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.box .box_text h1{font-size: 18px;font-weight: bold;margin-bottom: 5px;}
.box .box_text h1 a{font-size: 18px;font-weight: bold;margin-bottom: 5px;text-decoration:none;color:#333333;}
.box .box_text p{font-size: 16px;color: #666666;line-height: 20px;}


/******     更多按钮    **********/
.more{width: 100%;text-align: center;margin-top: 5px;}
.more a{font-size: 18px;color: #666666;text-decoration: none;background: url("../images/icon_bottom.png") center bottom no-repeat;padding-bottom: 30px;font-weight: bold;}


/******     蓝色标签    **********/
.tag_a{ width: 66%; float:left; margin-left: 17%; position: relative; display: block;}
.tag_img{position: absolute}
.tag_span{background: #0BACB4;display: block;width: 30px;height: 30px; line-height:30px; text-align:center;position: absolute;top: 0;left: 0; color: #fff;font-weight: bold;font-size: 18px;}


/******     搜索框    **********/
header input{width: 80%;left: 0;top:5px;position: absolute;height: 30px;line-height: 30px;background:transparent;color: #8a8a8a;font-size: 16px;text-indent: 10px;border: none;}
.result{font-size: 16px;color: #666666;font-weight: bold;padding:30px 0 0 30px;}
.result span{margin:0 10px;}
.search_box{border: 1px solid #ffffff;width: 60%;height: 40px;position: relative;float: right;margin-right: 20px;}
.search_icon{position: absolute;right: 10px;top: 5px}