/* styles.css */
body {
    font-family: Arial, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f5f5;
}

.container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    min-height: 200px;
    width: 1200px;
    /* height: 997px; */
    position: relative;
}

.container-header {
    background: #1890ff;
    color: white;
    padding: 10px;
    margin: -20px -20px 20px -20px;
    border-radius: 8px 8px 0 0;
}

img {
    max-width: 100%;
    height: auto;
	border: 0;
	vertical-align: middle;
}

.info {
    background: #f6ffed;
    padding: 15px;
    margin: 20px 0;
    border: 1px solid #b7eb8f;
    border-radius: 4px;
}

.task-info {
    background: #e6f7ff;
    padding: 15px;
    margin: 20px 0;
    border: 1px solid #91d5ff;
    border-radius: 4px;
}

.w-viewsicon.mw-iconfont.w-hide {
    display: none;
}

.w-pageviews {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-family: 'Noto Sans CJK';
    color: #999;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 24px;
    word-wrap: break-word;
    word-break: normal;
    display: none;
}

.w-createtime {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-family: 'Noto Sans CJK';
    color: #999;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    word-wrap: break-word;
    word-break: normal;
}

.w-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-right: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-left: 0 none transparent;
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: -ms-linear-gradient(top, none,none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    /* position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px; */
	position: relative;
}

.smartAbs {
    position: absolute;
}

.w-line {
  display: block;
  margin: 0;
    margin-top: 0px;
  margin-top: -0;
  padding: 0;
  top: 50%;
  width: 1060px;
  height: 1px;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(221, 221, 221, 1);
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.w-title {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-family: 'Noto Sans CJK';
    color: #404040;
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 34px;
    word-wrap: break-word;
    word-break: normal;
}

.yibuFrameContent {
    height: 100%;
}

.w-detailcontent {
    text-align: center;
}

.w-detail {
    /*-padding-*/
    padding: 0;
    margin: 0;
    /*-size-*/
    width: 100%;
    height: auto;
    /*-font-*/
    font-family: 'Microsoft YaHei';
    color: #404040;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 24px;
    word-wrap: break-word;
    word-break: normal;
}

/* 标题 */
#smv_tem_25_33 {
}

/* 标题居中 */
#smv_tem_25_33 .yibuFrameContent {
}

/* 创建时间 */
#smv_tem_36_34 {
    height: auto !important;
	width: 50% !important;
}

/* 分隔线 */
#smv_tem_37_30 {
}

/* 隐藏浏览量 */
#smv_tem_38_3 {
    display: none !important;
}

/* 关键：内容区域使用相对定位而不是绝对定位 */
#smv_tem_26_24 {
}

p{
    margin: 0;
}