/* 
	site name : 上海珍岛信息技术有限公司;
	site time : 2014-12-8;
*/
@charset "utf-8";

/* CSS REQUIRE */
@import "bootstrap.css"; /* Bootstrap */
@import "home.css"; /* Index.html's style */
@import "menu.css"; /* Menu style */
@import "public.css"; /* Public style */
@import "media.css"; /* Media style */

/* Reset ---------------------------------------------- */
body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select
	{
	margin: 0;
	padding: 0;
	word-break:break-all;
}

ol,ul {
	list-style: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #333;
}

a:hover {
	color: #24bbe8;
	text-decoration: none;
}

img {
	border: none;
	max-width: 100%;
	display: inline-block;
}

*:focus {
	outline: none;
}

.jzimg img,.jzimg i {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	
}

.jzimg i {
	height: 100%;
	display: inline-block;
}

html {
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}

body {
	background: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #666666;
}

/* 选择文字背景颜色 */
body::selection {
	color: #ffffff;
	background-color: red;
	text-shadow: none;
}

input[type="text"] {
	text-indent: 5px;
}

textarea {
	padding: 5px;
}

.text-overf {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/* upgrade  */
.upgrade {
	padding: 10px;
	text-indent: 40px;
	background: url(../images/t.png) no-repeat 10px center #fff2e5;
	border: 1px solid #ffd7b0;
	font-size: 14px;
	color: #e8a35c;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
}
.cateList li{padding:4px;float:none;}

/*解决样式冲突问题*/
#fileDialog .middle{height:454px !important;}
.fn-suspend{margin-right:20px\0 !important;}

.news-list p{
	padding-top: 2%;
	color: #FFFFFF;
	font-size: 16px;
}
