.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

body {
  background-color: transparent;
  background-image: url(../assets//images/bg2.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: rgb(51, 51, 51);
  font-size: 12px;
  font-family: 宋体, Arial, Helvetica, sans-serif;
}

a {
  color: #345292;
  text-decoration: none;
  cursor: pointer
}

a:hover {
  color: #cc0000;
}

.container {
  width: 1004px;
  margin: 0 auto;
}

/* 头部 */
.header {
  width: 100%;
  height: 213px;
  position: relative;
}

/* 导航栏 */
.nav {
  font-size: 14px;
  font-family: 微软雅黑;
  position: absolute;
  bottom: 16px;
  left: 10px;
}

.nav a {
  text-decoration: none;
  color: #fff;
  margin-right: 18px;
}

.nav a:hover {
  color: yellow;
}

/* 主体 */
.main .path {
  color: #787878;
  font-size: 12px;
  padding: 30px 0 40px 20px;
}

.main .path * {
  vertical-align: middle;
}

.main .path a {
  color: #787878;
  text-decoration: none;
}

.main .path a:hover {
  color: #cc0000;
}

.left {
  width: 30%;
  height: 1050px;
  float: left;
}

.right {
  width: 70%;
  float: left;
}

.news1 {
  margin-bottom: 40px;
}

.news1,
.news2 {
  width: 250px;
  padding: 0 20px;
}

.news1 li,
.news2 li {
  position: relative;
  height: 25px;
  line-height: 25px;
  padding-left: 12px;
  background: url(../assets/images/icon.png) no-repeat left center;
}

.news1 li a,
.news2 li a,
.page li {
  display: inline-block;
  width: 80%;
  text-decoration: none;
  font-size: 12px;
  color: #313534;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news1 li a:hover,
.news2 li a:hover {
  color: #cc0000;
}

/* 时间 */
.datetime {
  position: absolute;
  right: 0;
  color: #999;
  font-size: 12px;
}

/* 文章 */
.article {
  padding: 0 30px;
}

.title {
  color: #000;
  font-size: 18px;
  font-family: "微软雅黑";
  text-align: center;
  line-height: 35px;
}

.article-info {
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: url(../assets/images/line.gif) repeat-x left center;
  margin: 26px 0px;
}

.article-content {
  overflow-x: auto;
  padding: 10px 5px 0;
  border: 1px solid #CCCDCF;
  line-height: 180%;
  font-size: 14px;
  color: #212121;
  word-wrap: break-word;
  word-break: normal;
  max-width: 100% !important;
  min-height: 200px;
}

.article-content img {
  max-width: 100%;
  height: auto;
}

.tool {
  height: 26px;
  line-height: 26px;
  text-align: right;
  background: #f2f2f2;
  margin-top: 10px;
  padding-right: 8px;
}

.tool a {
  color: #000;
}

.tool a:hover,
.page a:hover {
  color: #cc0000;
}

.page {
  margin-top: 20px;
}

.page li {
  height: 31px;
  line-height: 31px;
  padding-left: 10px;
}

.page .previous {
  background: url(../assets/images/icon3.gif) no-repeat left center;
}

.page .next {
  background: url(../assets/images/icon4.gif) no-repeat left center;
}

.page span {
  color: #cc0000;
}

.page a {
  color: #000;
}

/* 底部信息 */
.footer {
  font-family: 微软雅黑;
}

.info {
  width: 1003px;
  padding-top: 20px;
  background-color: #1d0005;
}

.info .column1,
.info .column3 {
  font-size: 16px;
  margin-left: 10px;
  height: 37px;
  line-height: 37px;
  color: #fff;
  float: left;
  font-weight: bold;
}

.info .column2,
.info .column4 {
  float: left;
}

.info .column2 p,
.info .column4 p {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}

.wzba {
  width: 1003px;
  padding-top: 5px;
  background-color: #1d0005;
}

.wzba p {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.wzba a {
  color: #fff;
  text-decoration: none;
}

.wzba a:hover {
  text-decoration: underline;
}

.wzba-verbose {
  width: 328px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
}

.wzba-verbose .icon-blue {
  float: left;
}

.wzba-verbose a {
  display: block;
  float: left;
  cursor: pointer;
}

.wzba-verbose a:hover {
  text-decoration: none;
}

.wzba-verbose a img {
  vertical-align: middle;
}

.wzba-verbose a span {
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  color: #939393;
  font-size: 12px;
}