#newsmatter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}
.newstitle {
	font-weight: bold;
	color: 0;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}.newswriter {
	color: #333333;
	margin-right: 8px;
	margin-left: 8px;
}
.closeform {
	text-align: center;
}
#newcontent {
	float: left;
	width: 800px;
	margin-top: 50px;
	text-align: center;
	line-height: 32px;
}
#accessorylist {
	clear: left;
	line-height: 24px;
}
#piclist {
	text-align: center;
	clear: left;
}
#newstop {
	float: left;
	width: 800px;
}
#publishinfo {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#divpicA {
	width: 395px;
	margin-right: 5px;
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#divpicB {
	float: left;
	width: 395px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
}


/* 从这里开始模拟 EasyUI Combobox 样式 */
.easyui-combobox-sim {
    /* 尺寸与字体 */
    width: 220px;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    color: #333;
    
    /* 核心外观：边框与背景 */
    background-color: #fff;
    border: 1px solid #95B8E7; /* EasyUI 经典浅蓝边框 */
    border-radius: 4px; /* 圆角 */
    
    /* 内边距：右侧留出空间给箭头 */
    padding: 0 25px 0 5px;
    
    /* 移除浏览器默认样式 */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    /* 自定义箭头：使用 SVG 数据 URI 模拟 EasyUI 的下拉三角 */
    background-image: url("../images/downward_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 10px 6px;
    
    /* 过渡效果 */
    transition: border-color 0.2s;
    outline: none;
}

/* 鼠标悬停 */
.easyui-combobox-sim:hover {
    border-color: #5d9cec;
}

/* 获取焦点 */
.easyui-combobox-sim:focus {
    border-color: #5d9cec;
    box-shadow: 0 0 4px rgba(93, 156, 236, 0.3);
}

/* 禁用状态 */
.easyui-combobox-sim:disabled {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #aaa;
    cursor: not-allowed;
}
/* 到这里结束模拟 EasyUI Combobox 样式 */

/* 从这里开始模拟 EasyUI Button 样式 */
.easyui-btn {
	display: inline-block;
	padding: 4px 12px;
	font-size: 12px;
	line-height: 20px;
    height:30px;
	color: #444;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background: #f4f4f4;
	background: -webkit-linear-gradient(top, #ffffff 0, #f4f4f4 100%);
	background: -moz-linear-gradient(top, #ffffff 0, #f4f4f4 100%);
	background: -o-linear-gradient(top, #ffffff 0, #f4f4f4 100%);
	background: linear-gradient(to bottom, #ffffff 0, #f4f4f4 100%);
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	outline: none;
}
.easyui-btn:hover {
	background: #eaf2ff;
	border-color: #a3b8cc;
}
.easyui-btn:active {
	background: #d4e3f5;
}
/* 到这里结束模拟 EasyUI Button 样式 */
