@CHARSET "UTF-8";
 html, body {
    background:#F9F9F9;
    padding: 0;
    margin: 0;
    font: 14px/1.6 "Lucida Grande", "Helvetica", sans-serif;
    color: #333;
}
*{	padding: 0;margin: 0;}
body{
	padding: 0;margin: 0;
}
.wrapper {
    width: 1140px;
    margin: 0 auto;
    color: rgb(113, 113, 113);
    min-width: 1140px;
}
header {
    margin: 30px 0;
    text-align: center;
}
section {
    margin: 30px 0;
}
.simditor-placeholder{top: auto!important;}
.diffSel{font-size: 14px;height: 30px;margin-bottom: 10px;}
.diffSel select {
	width:150px;
	height:30px;
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  	border: solid 1px #cccccc;
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("/img/common/sel.jpg") no-repeat scroll 130px center transparent;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
  border-radius:3px;
  color: rgb(113, 113, 113);
  line-height:23px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.diffSel select::-ms-expand { display: none; }
.terx{width: 100%;margin: 30px auto;position: relative;}
.blurBtn{background-color: #0f7afe;}
.orBtn{background-color: #ff8400;margin-right: 68px;}
.pubic-btn{width: auto;padding: 0 10px;height: 28px;line-height: 28px;font-size: 12px;color: #FFF;border-radius:3px;cursor: pointer;display: inline-block;position: absolute;right: 0;top: 0;}
.newsInfoRe{width: 100%;height: auto;margin: 0 auto;}
.newsInfoRe > div{display: inline-block;vertical-align: top; position: relative;height: 57px;}
.newsInfoRe > div input{width: 203px;}
.newsInfoRe > div p{display: none;font-size: 12px;color: red;}
div.essential:BEFORE{content: "*";color: red;font-size: 12px;position: absolute;left: -5px;top: 6px;}
.preview_html{width: 714px;z-index: 10000;background-color: #FFF;height: 100%;position: fixed;top: 0;left: 50%;margin-left: -342px;overflow-y: auto;display: none;padding: 30px;box-sizing:border-box;}
.preview_html img{max-width: 100%!important;}













