/*body {
 background: url(mainbg.jpg) repeat-y top center;
}
*/
.topbg {
    background: url(mainbg.jpg) #fff no-repeat top center;
    overflow: hidden;
    background-size: cover;
    width: 100%;
    position: relative;
    height: 348px;
}

img {
    border: 0;
    margin: 0;
    padding: 0px;
}

li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.slog {
    text-align: center;
    padding-top: 60px;
}

.slog img {
  width: 96%;
  min-width: 1200px;
  max-width: 1546px;
}

.mainbg {
    background: url(mainbg.jpg) repeat-y top center;
    clear: both;
    overflow: hidden;
    background-size: cover;
}

.w1200 {
    clear: both;
    width: 1200px;
}

.center {
    background: url(centerbg.jpg) #fff1de repeat-x;
    margin: 16px auto;
    overflow: hidden;
    padding: 20px 40px 30px;
}

.footer {
    margin: 0 auto;
}


.titlebg {
  width: 1200px;
  margin: 50px auto 18px;
  height: 126px;
  position: relative;
  clear: both;
  text-align: center;
}

.imgbg {
  background: no-repeat center center;
  background-size: cover;
}
.imgbg img {
  opacity: 0;
}


/*.news {
  width: 100%;
  clear: both;
  padding-top:5px;
}*/

@media(max-width:1200px) and (min-width:767px) {
  .news li {
      font-size: 11px;
  }
}

.news li,
.list li {
  float: left;
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: left;
  position: relative;
  background: url(li.png) no-repeat 0px 17px;
}

.news li a,
.list li a {
  width: 98%;
  float: left;
  color: #333;
  padding-left: 20px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  text-decoration: none;
}

.news li a:hover,
.list li a:hover {
  color: #c90606;
}

.news li span,
.list li span {
    position: absolute;
    top: 0px;
    right: 36px;
    white-space: nowrap;
}


.footerbg {
    width: 100%;
    clear: both;
    color: #fff;
    padding: 40px 0px;
    text-align: center;
    line-height: 36px;
}

/* 以下为文章页专属 */
.news .title{text-align:center; font-size:20px; padding:30px 0 15px 0; font-weight: bold;}

.news .time{text-align:center; height:70px; border-bottom:#e5e5e5 solid 1px;}

.news .content{line-height:30px; padding:35px 0;}

.news .content p{text-indent:2em;margin-top:1em;margin-bottom:1em;}

.news .content table {border-collapse: collapse;}

.news .content td p{text-indent:0;margin-top:0;margin-bottom:0;}

.news .content .b1{display:block; text-align:center;}

.news .imgDiv{text-align:center; padding-bottom:50px;}
