﻿body {
  margin: 0;
  font-size: 12px;
  background-color: #ebebeb;
  font-family: "宋体";
  min-width: 1200px;
}
a {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  font-family: "宋体";
  text-decoration: none;
}
a.bai:link {
  color: #fff;
  text-decoration: none;
}
a.bai:visited {
  text-decoration: none;
  color: #fff;
}
a.bai:hover {
  text-decoration: none;
  color: #fff;
}
a.bai:active {
  text-decoration: none;
  color: #fff;
}
.topstyle {
  background: url(../images/topbg.jpg) no-repeat;
}
.bor {
  border: #ddd solid 1px;
}
.whitword {
  color: #FFF;
  font-size: 16px;
  text-indent: 15px;
}
.title {
  background: #ebebeb url(../images/titlebg.jpg) no-repeat;
  height: 31px;
  width: 100%;
  margin-top: 5px;
}
.m-bar {
  display: none;
  height: 45px;
  background: url(../images/top-bg.png);
  background-size: 100% 100%;
}
.m-bar .top {
  background: url(../images/m-logo.png) no-repeat center center;
  background-size: auto 100%;
}
.content {
  max-width: 980px;
  width: 100%;
  margin: 10px auto;
}
.content-left {
  width: 20%;
  background: #ffffff url(../images/leftbg.jpg) bottom center no-repeat;
}
.content-right {
  background-color: #fff;
  width: 75%;
}
.whitword-more {
  text-align: right;
  padding-right: 10px;
  background: #ebebeb;
}
.words-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 15px;
  font-family: "微软雅黑";
  line-height: 30px;
}
.words-item:hover,a:hover{color: #e60000 !important;}
.time {
  text-align: right;
  font-size: 14px; color:#999;
}
p img{
 // width: 90%!important;
 // height: auto!important;
}
/*新增底部样式*/
.footer{
  width: 100%;
  margin-top: 20px;
}
.footer p{
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family:  'Microsoft YaHei';
}
.footer .footer-bot{margin-bottom: 0;}
.footer p img{
  width: 40px;height: 40px;
  vertical-align: top;
  margin-right: 10px;
  position: relative;
  top: -10px;
}
.footer a{display: inline;}
.footer .footer-bg{
  width: 100%;
  height: 50px;
  background:#ea220b url(/r/cms/qilu/qilu/common/img/footer-bg.png)  center center;
}

.top-width{width: 980px;}
.top-width img{width: 980px;}
