.container {
  width: 1060px;
  margin: 0 auto;
}

* {
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  font-weight: normal;
}

.w295 {
  width: 295px;
}

.w540 {
  width: 540px;
}

.wb48 {
  width: 48%;
}

.fn-p-50 {
  padding: 50px !important;
}

.fn-plr75 {
  padding: 0 75px;
}

.fn-mt-50 {
  margin-top: 50px;
}

.border {
  border: 1px solid #f4f4f4
}

/*图标*/
.ico16 {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.ico14 {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/down.png) no-repeat;
}

.ico28 {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background: url(../images/ico28.png) no-repeat;
}

.ico28.ico-account {
  background-position: 0px 0px;
}

.ico28.ico-ts {
  background-position: -28px 0px;
}

.ico28.ico-jb {
  background-position: -56px 0px;
}

.l-close {
  display: inline-block;
  cursor: pointer;
  width: 11px;
  height: 11px;
  background: url(../images/sprite.png) 0 -17px no-repeat;
}

.l-close:hover {
  background-position: 0 -28px;
}

.ico-error,
.ico-success,
.ico-info,
.ico-search {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: -3px;
  background: url(../images/sprite.png) no-repeat;
}

.ico-error {
  background-position: 0 -67px;
}

.ico-success {
  background-position: 0 -85px;
}

.ico-info {
  background-position: 0 -49px;
}

.ico-search {
  background-position: 0 -113px;
}

.ico-to {
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(../images/sprite.png) 0 -215px;
}

/*头部*/
.top {
  width: 100%;
  height: 30px;
  background: #d1d1d1;
  font-size: 12px;
}

.top .login {
  float: right;
  padding: 4px 20px;
  background: #eaeaea;
  height: 22px;
  position: relative;
}

.top .login .ico {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/login.png) no-repeat;
  margin-right: 10px;
}

.top .login a {
  color: #6a6b6c;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
}

.top .login .dropbox {
  width: 94px;
  left: 14px;
  top: 32px;
}

.top .login-in .ico {
  background-position: 0 -22px;
}

.top .login-in a {
  color: #333;
}

.top .timeBox {
  float: left;
  margin-right: 8px;
  color: #6A6B6C;
  background: url(../images/top-time.png) left center no-repeat;
  height: 30px;
  line-height: 30px;
  padding-left: 22px;
}

/* 底部*/
.foot {
  background: #e0e1e7;
  border-top: 1px solid #46c2e9;
  margin-top: 30px;
}

.foot .websites {
  width: 1060px;
  height: 50px;
  margin: 0 auto;
  position: relative;
}

.foot .websites .hd {
  position: absolute;
  width: 120px;
  height: 60px;
  background: url(../images/foot.png) no-repeat;
  top: 0;
  left: 0;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}

.foot .websites .bd {
  padding-left: 120px;
  height: 50px;
}

.foot .websites .bd .web-list {
  float: left;
}

.foot .websites .bd .input-group {
  float: right;
}

.foot .web-list a {
  display: inline-block;
  line-height: 50px;
  margin-left: 60px;
  color: #656565;
}

.foot .web-list a:hover {
  text-decoration: underline;
}

.websites .input-group {
  height: 28px;
  width: 295px;
  margin-top: 11px;
  background: #fff;
  border: 1px solid #b3b3b3;
  padding-right: 28px;
}

.websites .input-group .inputure {
  height: 28px;
  line-height: 28px;
}

.websites .input-group .arrow {
  top: 10px;
  right: 7px;
}

.websites .dropbox {
  top: 30px;
}

.websites .dropbox li a {
  height: 22px;
  line-height: 22px;
  color: #555;
  font-size: 12px;
}

.foot .bottom {
  width: 100%;
  background: #bdc1d2;
  padding: 25px 0 15px 0;
}

.foot .bottom p {
  color: #666;
  font-size: 12px;
  text-align: center;
  margin-bottom: 4px;
}

.foot2 {
  background: none;
  border: none;
}

.foot2 .bottom {
  background: none;
  padding-top: 0
}

/*logo*/
.logoBox {
  padding: 44px 0;
}

.logoBox .logo {
  width: 862px;
  height: 122px;
  background: url(../images/logo.png) no-repeat;
  margin: 0 auto;
}

/*搜索框*/
.searchBox .s-bg,
.searchBox .search-input,
.searchBox .search-btn,
.searchBox .search-select {
  float: left;
}

.search-btn {
  position: relative;
  cursor: pointer;
}

.search-btn em {
  display: inline-block;
  background: url(../images/search-btn.png);
  width: 18px;
  height: 18px;
  position: absolute;
}

.search-select .input-group {
  border: none;
}

/*列表*/
.listPanel .listBox {
  padding: 0 18px;
}

.listBox li {
  padding: 0 6px;
}

.listBox li.item {
  border-bottom: 1px solid #F4F4F4;
  height: 45px;
  line-height: 45px;
}

.listBox .item .i-title {
  float: left;
  color: #333;
  width: 580px
}

.listBox .item .i-title:hover {
  color: #0F82D3;
}

.listBox .item .i-time {
  float: right;
  color: #999;
}

/*列表搜索没有结果*/
.wrapper .statebox {
  width: 700px;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
  padding-top: 30px;
}

.statebox dl {
  padding-left: 250px;
  height: 160px;
  font-size: 24px;
  color: #999;
  padding-top: 25px;
  background: url(../images/no_result.png) top left no-repeat;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

.statebox dd,
.formSearch .statebox dt {
  color: #999;
  font-weight: normal;
}

/*列表搜索默认图片*/
.no-found {
  padding: 20px;
  text-align: center;
}

.no-found em {
  display: inline-block;
  width: 400px;
  height: 400px;
  background: url(../images/no-found.png) no-repeat;
}

/*表格*/
.chart {
  table-layout: fixed;
}

.chart th,
.chart td {
  font-size: 14px;
  padding: 4px 6px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.chart td {
  border-bottom: 1px solid #eee;
}

/*显示详细信息的列表*/
.chart-mes th,
.chart-mes td {
  border: 1px solid #eee;
  padding: 4px 8px;
}

.chart-mes th {
  text-align: right;
  font-weight: normal;
}

.chart-mes td {
  text-align: left;
}

/*文章*/
.article {
  padding: 20px;
}

.article .hd {
  border-bottom: 1px solid #ccc;
  padding: 0 10px;
}

.article h2 {
  font-size: 24px;
  color: #333333;
  line-height: 32px;
}

.article .toolbar {
  padding-top: 8px;
}

.article .toolbar span {
  color: #999;
  line-height: 24px;
}

.article .bd {
  padding-top: 20px;
}

.article .text {
  margin-bottom: 14px;
  line-height: 24px;
  font-size: 16px;
  text-align: left
}