/* city_list  城市列表
----------------------------------------------- */
.city_tree_list { background: #fff; box-shadow: 0px 1px 3px #e1e1e1; margin-top:20px;  padding:15px}
.city_tree_list a,.citylist_fanhui a {  padding:6px 16px; margin:5px; display: inline-block; border-radius: 16px; }
.city_tree_list a.cur,.city_tree_list a:hover { background-color: #06c; color: #fff;  border-radius: 16px;  }
.city_tree_list .citylist_sheng a,.citylist_fanhui a { background-color: #06c; color: #fff;  border-radius: 16px;  }
.citylist_fanhui a:hover { text-decoration:underline; }



/* city_page  城市列表页面
----------------------------------------------- */
/*banner*/
.city_banner { 
width: 100%;
    margin: 0 auto;
    height: 520px;
    background: url(images/city_banner.jpg) center no-repeat;
    position: relative;
 }
.city_banner .title{ 
position: absolute;
    color: #fff;
    bottom: 230px;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
	    text-shadow: 0px 0px 6px #000;
 }
.city_banner .title b { font-size: 60px;
    display: block; }


.city_fanwei { background-color:#f7f7f7; }
.city_fanwei .fanwei-w li { background-color:#FFF; }
/*文章*/
.city_list_article .new_main {  border:#dedede solid 1px; }
.city_list_article .new_main  .li { border-bottom: #dedede dashed 1px;  width: 44%; margin: 0.4% 1%; padding: 0.4% 2%; }
.city_list_article .new_main .li i { padding-right:20px; margin-right:30px; border-right:#dedede solid 1px; font-family: cursive; color:#ccc; margin-top: 5px; }
.city_list_article .new_main .li .t { width:420px; height:33px; line-height:33px; overflow:hidden; color:#666;  }
.city_list_article .new_main .li a { color:#666; display:block; }
.city_list_article .new_main .li:hover { color:#FFF; background-color:#06c;  }
.city_list_article .new_main .li:hover a,.city_list_article .new_main .li:hover p,.city_list_article .new_main .li:hover i {color:#FFF; }
.city_list_article .new_main .li:hover a { text-decoration:underline; }

