﻿.container {
  width: 100%;
  overflow: hidden;
  background: #fff;
  font-family: "宋体";
}
.container .current-position {
  padding: 5px;
  color: #808080;
  font-size: 14px;
}
.container .current-position a {
  color: #000;
}
.container .current-position a.active {
  color: #999;
}

.container .title-item {
  position: relative;
  top: -12px;
  background: #F4F9FE;
  border: 2px solid #98C1ED;
  border-top: none;
}
.container .title-item .item {
  text-align: center;
  padding: 10px 0 0 0;
}
.container .title-item .item div a {
  font-size: 20px;
  font-family: "宋体";
  color: #000;
  display: block;
  padding-bottom: 10px;
}
.container .title-item .item div a.active {
  color: #0094ff;
}
.container .title-item .item img {
  display: block;
  vertical-align: bottom;
}
.container .textlist-item {
  margin-top: 10px;
}
.container .textlist-item img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}
.container .textlist-item ul {
  background: #fff;
}
.container .textlist-item ul li {
  padding: 5px 10px 5px 20px;
}
.container .textlist-item ul li a {
  font-size: 14px;
  color: #104d89;
}
.container .smalltextlist-item {
  margin-top: 10px;
}
.container .smalltextlist-item img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}
.container .smalltextlist-item div {
  background: #fff;
}
.container .smalltextlist-item div a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  color: #000;
}
.container .sckx-layout-center {
  /*float: right;*/
  width: 90%;
  margin:0px auto;
  padding: 20px;
  font-family:'宋体';
}
.container .sckx-layout-center .center-title {
  /*border-bottom: 2px solid #98C1ED;*/
}
.container .sckx-layout-center .center-title .head {
  text-align: center;
  color:#000;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}
.container .sckx-layout-center .center-title .stime {
  font: 14px  "宋体","Microsoft YaHei", "微软雅黑", "Arial", "SimSun";
  padding-left: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}
.container .sckx-layout-center .center-title .stime .info{
    text-align:center;
}
.container .sckx-layout-center .center-title .stime .info .author{
    margin-right:90px;
}
.container .sckx-layout-center .center-title .stime .left {
  float: left;
}
.container .sckx-layout-center .center-title .stime .right {
  float: right;
}
.container .sckx-layout-center .center-content {
  font: 14px "宋体","Microsoft Yahei", "微软雅黑", "STHeiti Light", "华文细黑", "SimSun",  Arial, sans-serif;
}
.container .sckx-layout-center .center-content p {
  line-height: 32px;
  margin-bottom: 10px;
}

