@charset "utf-8";
/* CSS Document */

body{ font-size: 14px; width:1000px !important; margin-left: auto; margin-right: auto; line-height: 30px; background-color: #F4F4F4;}


 @media screen and (max-width: 960px) {
body{ font-size: 14px; width:98%; margin-left: auto; margin-right: auto; line-height: 30px; background-color: #F4F4F4;}
}



body a{ text-decoration: none;display:inline-block;}
.citys { background-color: #Fff; padding: 20px; 

border-radius: 5px;
margin-bottom: 30px;

}
.citys emms{ margin-left:5px; margin-right: 5px; color: #0066cc; font-weight: 600;}
.citys emmss a{ margin-left:5px; margin-right: 5px; color:#666;}  
.citys a:hover{ color:red;}
.citys b{ margin-left:5px; margin-right: 5px; color: #333; font-weight: 600;font-size: 16px;}

.copyright{ margin-bottom: 30px;}
.copyright a{ color: #666; margin-left: 5px; margin-right: 5px;}
.copyright a:hover{ color: #FF0000; }

.vc_title_len{
overflow:hidden; /*超出的部分隐藏起来。*/
white-space:nowrap;/*不显示的地方用省略号...代替*/
text-overflow:ellipsis;
/* 支持 IE */
}


