@charset "utf-8";
body {
  color: #333333;
  font-size: 16px;
  font-family: Microsoft YaHei, Simsun, SimHei, Arial;
  -webkit-text-size-adjust: none;
  min-width: 320px;
}
body,
div,
ul,
ol,
ul,
li,
ol,
dl,
dd,
dt,
form,
span,
p,
textarea {
  margin: 0;
  padding: 0;
  list-style: none;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
input {
  padding-top: 0;
  padding-bottom: 0;
}
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  margin: 0;
}
input[type="text"],
input[type="password"],
textarea {
  outline-style: none;
  -webkit-appearance: none;
}
button,
input,
select,
textarea {
  font-family: inherit;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 0;
}
img,
a img {
  border: 0;
  margin: 0;
  padding: 0;
}
img {
  border: none;
  border: 0;
  max-width: 100%;
}
a {
  outline-style: none;
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  -moz-outline: none;
}
input:focus,
textarea:focus {
  outline: none;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.block {
  display: block;
}
.none {
  display: none;
}
.over-hide {
  overflow: hidden;
}

/*边距*/
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m30 {
  margin: 30px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb100 {
  margin-bottom: 100px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml50 {
  margin-left: 50px;
}
.ml100 {
  margin-left: 100px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr50 {
  margin-right: 50px;
}
.mr100 {
  margin-right: 100px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p30 {
  padding: 30px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb100 {
  padding-bottom: 100px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl50 {
  padding-left: 50px;
}
.pl100 {
  padding-left: 100px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr50 {
  padding-right: 50px;
}
.pr100 {
  padding-right: 100px;
}
/* 所有类名用小写，中横线 */
input::-webkit-input-placeholder {
  color: #cccccc;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 0px;
}
/*** layout ***/
/***
简单参考栅格布局，将容器进行了 12 等分，如设计图不规律分割列宽，则采用自定义类名如zwgk-col-l(类名一定要包含col-)替代col-*，。所有列在1200px下响应变成一列
.container:包裹页面上的内容
.container-fluid:包裹页面上的内容,它用于 100% 宽度
row-space20：每列间隔宽度20px
row-space30：每列间隔宽度30px
row-space40：每列间隔宽度40px
***/


.row:after,
.row:before {
  content: "";
  display: block;
  clear: both;
}
.row-space20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-space20 > * {
  padding-left: 10px;
  padding-right: 10px;
}
.row-space30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-space30 > * {
  padding-left: 15px;
  padding-right: 15px;
}
.row-space40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-space40 > * {
  padding-left: 20px;
  padding-right: 20px;
}
.row > [class*="col-"] {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  float: left;
}
.row > .col-12 {
  width: 100%;
}
.row > .col-11 {
  width: 91.66666667%;
}
.row > .col-10 {
  width: 83.33333333%;
}
.row > .col-9 {
  width: 75%;
}
.row > .col-8 {
  width: 66.66666667%;
}
.row > .col-7 {
  width: 58.33333333%;
}
.row > .col-6 {
  width: 50%;
}
.row > .col-5 {
  width: 41.66666667%;
}
.row > .col-4 {
  width: 33.33333333%;
}
.row > .col-3 {
  width: 25%;
}
.row > .col-2 {
  width: 16.66666667%;
}
.row > .col-1 {
  width: 8.33333333%;
}
.mt {
  margin-top: 20px;
}
.mb {
  margin-bottom: 20px;
}

/* tab */
/* 
两种风格标题选项卡样式
.tab-brief:简洁型
.tab-card:卡片型
.res:需要小屏下响应时用，常用于标题个数多，一排放不下的情况
.js-tab:js-开头的类名只用于脚本查询DOM用，不建议在该类下写样式
.more:率属于某一块下的类名，不建议单独写全局样式，会影响到其他澳门皇冠赌场_欧洲杯外围app-投注官网：样式
 */
.tab-brief > .head {
  border-bottom: #dfdfdf 1px solid;
}
.tab-brief > .head ul {
  float: left;
}
.tab-brief > .head li {
  float: left;
  position: relative;
  padding: 0 0 14px;
  font-size: 1.125em;
  color: #666666;
  font-weight: bold;
}
.tab-brief > .head li + li {
  margin-left: 30px;
}
.tab-brief > .head li a {
  color: #666;
}
.tab-brief > .head li:after {
  content: "";
  position: absolute;
  width: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: #0050b5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  overflow: hidden;
}
.tab-brief > .head li.on:after {
  width: 100%;
}
.tab-brief > .head li.on a {
  color: #0046a9;
}
.tab-brief > .head .more {
  padding-top: 3px;
  float: right;
}

.tab-card > .head {
  line-height: 46px;
  background: #f4f4f4;
}
.tab-card > .head ul {
  float: left;
}
.tab-card > .head li {
  float: left;
  position: relative;
  font-size: 1.125em;
}
.tab-card > .head li a {
  display: block;
  padding: 0 20px;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  background: #f4f4f4;
}
.tab-card > .head li.on {
  cursor: pointer;
}
.tab-card > .head li.on a {
  background: #e52e0f;
  color: #fff;
}
.tab-card > .head li.on:after {
  width: 100%;
}
.tab-card.line > .head {
  line-height: 24px;
  background: #fff;
  border-bottom: 1px solid #e52e0f;
}
.tab-card.line > .head li {
  margin-bottom: 1px;
  margin-left: 20px;
}
.tab-card.line > .head li a {
  padding: 6px 10px 5px;
  font-weight: normal;
}
.tab-card.line > .head .com-more {
  line-height: 36px;
}
.tab-card.line.default > .head {
  border-bottom-color: #f79179;
}
.tab-card.line.default > .head li.on a {
  background-color: #f79179;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.tab-card.line.default > .head .com-more a {
  color: #faad9b;
}

.com-more {
  float: right;
  margin-right: 10px;
}
.com-more a {
  color: #dd2b21;
}

/* infolist */
/***
稿件列表样式：
dot:标题前带小点
md:日期-月日
ymd：日期-年月日
line:每条信息之间含分割下滑线
col2:两列
col3:三列
col4:四列
space20:多列之间含20px的间距
space30:多列之间含30px的间距
多列在768以下响应变成一列
res:480以下标题由一行响应成多行显示
以上类名采用简写方式，便于阅读书写，不可单独写样式，以免冲突覆盖样式。注意不要与base.css中的全家类名冲突
 ***/
.infolist {
  clear: both;
}
.infolist li {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 25px;
  overflow: hidden;
  vertical-align: top;
}
.infolist li a {
  float: left;
  position: relative;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.infolist li,
.infolist li a {
  -moz-box-sizing: border-box;
  -welit-box-sizing: border-box;
  box-sizing: border-box;
}
.infolist li .time {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 25px;
  margin: auto 0;
  color: #999999;
}
.infolist li a br {
  display: none;
}
.infolist.md li {
  padding-right: 60px;
}
.infolist.ymd li {
  padding-right: 100px;
}
.infolist li.nodata {
  padding-right: 0;
}

.infolist.dot li a {
  padding-left: 18px;
}
.infolist.dot li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  background: #666;
  border-radius: 50%;
}
.infolist.dot li:hover a:before {
  background: #8b1906;
}

.infolist.line li {
  border-bottom: 1px solid #e1e5eb;
}
.infolist.line li {
  padding-top: 14px;
  padding-bottom: 14px;
}

.infolist.col2 li,
.infolist.col3 li,
.infolist.col4 li {
  float: left;
}
.infolist.col2 li {
  width: 50%;
}
.infolist.col3 li {
  width: 33.33333%;
}
.infolist.col4 li {
  width: 25%;
}
.infolist.space20 {
  margin-left: -10px;
  margin-right: -10px;
}
.infolist.space20 li {
  padding-left: 10px;
  padding-right: 10px;
}
.infolist.space20 li .time {
  right: 10px;
}
.infolist.space20.md li {
  padding-right: 70px;
}
.infolist.space20.ymd li {
  padding-right: 110px;
}
.infolist.space30 {
  margin-left: -15px;
  margin-right: -15px;
}
.infolist.space30 li {
  padding-left: 15px;
  padding-right: 15px;
}
.infolist.space30 li .time {
  right: 15px;
}
.infolist.space30.md li {
  padding-right: 75px;
}
.infolist.space30.ymd li {
  padding-right: 115px;
}

/*crumb*/
.crumb {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.crumb h2 {
  position: relative;
  line-height: 20px;
  font-size: 0.875em;
  font-weight: normal;
}
.crumb h2 em {
  font-style: normal;
}
.crumb > h2 > a,
.crumb > h2 > span {
  margin: 0 10px;
}
.crumb a:first-child {
  margin-left: 0;
}
.crumb span {
  color: #777;
}
.crumb.line {
  border-bottom: 1px solid #e5e5e5;
}
.crumb.gray {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #f5f5f5;
}

/*分页*/
.pagination {
  padding: 20px 0;
  font-size: 14px;
  color: #333;
  line-height: 28px;
  clear: both;
}
.pagination li {
  display: inline-block;
}
.pagination .arrow a {
  color: #333;
}
.pagination .total_count,
.pagination .arrow a,
.pagination .arrow span,
.pagination .page_jump a {
  display: inline-block;
  padding: 0 10px;
  margin: 4px;
  zoom: 1;
  border: #dfdfdf 1px solid;
  border-radius: 3px;
}
.pagination #page_input {
  width: 40px;
  height: 28px;
  color: #888;
  text-align: center;
  border: #dfdfdf 1px solid;
  border-radius: 3px;
  background: #fff;
}
.pagination .total_count,
.pagination .arrow a,
.pagination .page_jump a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background: #f5f6f7;
  background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
  background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
  background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
  background: linear-gradient(#ffffff 10%, #f1f1f1);
}
.pagination .arrow span {
  background: #f5f5f5;
  color: #999;
}
.pagination .arrow a:hover,
.pagination .page_jump a:hover,
.pagination .arrow .current {
  background: ##ca1d00;
  border-color: #ca1d00;
  text-decoration: none;
}
.pagination .arrow .current {
  font-weight: bold;
}
.pagination .page_jump {
  margin-left: 4px;
}
.pagination .page_jump a {
  margin-left: 6px;
}

/*其他*/
.transition,
.transition a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.imgscale a {
  overflow: hidden;
}
.imgscale a img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.imgscale a:hover img {
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.place {
  position: relative;
  z-index: 3;
  display: block;
  padding-top: 56.25%;
  overflow: hidden;
}
.place .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.place .pic img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}

/* 单行省略号 */
.elli-s {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
/* 多行省略号 */
.elli-m {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

/* 外链跳转提示框 */
.alert-mengban {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  filter: alpha(opacity=80) !important;
  width: 100%;
  height: 100%;
  display: none;
}
.alert-warning {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -160px;
  width: 600px;
  height: 270px;
  background: #fff;
  z-index: 10001;
  display: none;
  border: 2px solid;
  border-radius: 10px;
}
.alert-delete {
  position: relative;
  width: 100%;
  height: 38px;
}
.alert-delete span {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: #bebebe;
  cursor: pointer;
}
.alert-delete span:hover {
  background-color: #929292;
}
.alert-wzsm {
  width: 520px;
  height: 100px;
  margin: 15px auto 0;
  line-height: 1.4em;
  font-size: 1.5em;
  color: #000;
  text-align: center;
  padding-bottom: 1em;
  border-bottom: 1px solid #d4d4d4;
}
.alert-footer {
  width: 100%;
  padding: 25px 0;
  text-align: center;
  color: #000;
}
.alert-footer span {
  cursor: pointer;
  display: inline-block;
  margin: 0 12px;
  font-size: 1.125em;
}
.alert-warning .continue {
  width: 124px;
  height: 42px;
  color: #fff;
  background-color: #347bd7;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  text-align: center;
  line-height: 42px; /* border:#e1e1e1 1px solid; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;*/
}
.alert-warning .fangqi {
  line-height: 42px;
  color: #347bd7;
}

.bsfw-sjtj {
  background-repeat: no-repeat;
  /* background-color: #f5feed; */
  background-size: cover;
}
.bsfw-sjtj .container {
  position: relative;
}
.bsfw-sjtj .hd {
  text-align: left;
}
.bsfw-sjtj .hd a {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.375em;
  font-weight: bold;
  /* color: #fff; */
}
.bsfw-sjtj .hd font {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 2em;
  opacity: 0.75;
  color: #fff;
}
.bsfw-sjtj .sjtj-year {
  position: absolute;
  top: 0;
  right: 0;
}
.szzwfwhcp {
  font-size: 1.375em;
  line-height: 1.375em;
  font-weight: bold;

  position: absolute;
  top: 0;
  right: 900px;
  padding-left: 20px;
  border-left: 1px solid #fff;
}
.szzwfwhcp a {
  color: #fff;
}
.szzwfwhcp a:hover {
  color: #fff;
}

.bsfw-sjtj .sjtj-year .layui-form-item {
  width: 210px;
}
/* .bsfw-sjtj .sjtj-year .layui-form-label {
  color: #fff;
} */
.bsfw-sjtj .sjtj-year .layui-form-item .layui-input-inline {
  margin-right: 0;
}
.bsfw-sjtj .sjtj-year .layui-form-select dl dd.layui-this {
  background-color: #2a82e4;
}
.bsfw-sjtj .rating-item {
  position: relative;
  padding: 20px 0;
  text-align: center;
}

.bsfw-sjtj .rating-item dt {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
}
.bsfw-sjtj .rating-item dt img {
  width: 60px;
  height: 60px;
}
.bsfw-sjtj .rating-item dd {
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  width: 50%;
  max-width: 50%;
  text-align: center;
}
.count {
  color: black;
}
.bsfw-sjtj .rating-item dd .head {
  font-size: 1.25em;
}
.bsfw-sjtj .rating-item dd .count {
  font-size: 2em;
  font-weight: bold;
  margin-top: 10px;
}
.bsfw-sjtj .rating-list-box {
  position: relative;
  padding: 15px 15px 15px 0;

}
.bsfw-sjtj .rating-list-box ul {
  position: relative;
  z-index: 2;
}
.bsfw-sjtj .rating-list-box .bd {
  position: relative;
  z-index: 2;
}
.bsfw-sjtj .rating-list-box .button {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9;
  height: 21px;
  margin-top: -16px;
}
.bsfw-sjtj .rating-list-box .button a {
  display: block;
  border: transparent solid 8px;
  cursor: pointer;
}
.bsfw-sjtj .rating-list-box .button a:hover {
  opacity: 0.75;
}
 /*.bsfw-sjtj .rating-list-box .button a.prev {
  border-bottom-color: white;
}
.bsfw-sjtj .rating-list-box .button a.next {
  margin-top: 5px;
  border-top-color: white;
}*/
.bsfw-sjtj .rating-list li {
  position: relative;
  /* color: #fff; */
  font-size: 1.125em;
  line-height: 2em;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.bsfw-sjtj .rating-list li div {
  float: left;
  position: relative;
}
.bsfw-sjtj .rating-list li div span {
  display: block;
  text-align: center;
  padding: 0 10px;
}
.bsfw-sjtj .rating-list li .c-time {
  width: 33%;
}
.bsfw-sjtj .rating-list li .c-zxl {
  width: 33%;
}
.bsfw-sjtj .rating-list li .c-sll {
  width: 33%;
}
.bsfw-sjtj .rating-list li .c-bjl {
  width: 25%;
}
.bsfw-sjtj .rating-list li.head {
  font-size: 1.25em;
background: #D44A4A;
color:white;
  /* margin-bottom: 10px; */
}
.bsfw-sjtj .rating-list li.head div:after {
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 20%;
  content: "";
  width: 1px;
  background-color: #fff;
  opacity: 0.55;
}
.bsfw-sjtj .rating-list li.head div:last-child:after {
  content: normal;
}
.bsfw-sjtj .background:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #fff;
  opacity: 0.15;
  border-radius: 8px;
}
@media (max-width: 1480px) {
  .bsfw-sjtj .sjtj-year {
    right: 20px;
  }
}
@media (max-width: 640px) {
  .bsfw-bmfw .menu-icons li a.item {
    margin: 15px 7px 0 8px !important;
  }
}
@media (max-width: 640px) {
  .bsfw-sjtj .hd {
    margin-bottom: 20px;
  }
  .bsfw-sjtj .hd font {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .bsfw-sjtj .rating-list li.head {
    display: none;
  }
  .bsfw-sjtj .rating-list li div {
    float: none;
    width: auto !important;
    padding-left: 5%;
  }
  .bsfw-sjtj .rating-list li div span {
    text-align: left;
    display: inline-block;
  }
  .bsfw-sjtj .rating-list li div.c-time:before {
    content: "时　间：";
  }
  .bsfw-sjtj .rating-list li div.c-zxl:before {
    content: "咨询量：";
  }
  .bsfw-sjtj .rating-list li div.c-sll:before {
    content: "受理量：";
  }
  .bsfw-sjtj .rating-list li div.c-bjl:before {
    content: "办结量：";
  }
  .bsfw-sjtj .rating-list-box .button {
    margin-top: -20px;
  }
  .bsfw-sjtj .rating-list-box .button a.next {
    margin-top: 20px;
  }
}
@media (max-width: 414px) {
  .bsfw-sjtj .sjtj-year .layui-form-item {
    width: 100px;
  }
  .bsfw-sjtj .sjtj-year .layui-form-label {
    display: none;
  }
  .bsfw-sjtj .sjtj-year .layui-input-block {
    margin-left: 0;
  }
}

body.older .bsfw-sjtj .sjtj-year {
  top: 0;
}
body.older .bsfw-sjtj .sjtj-year .layui-form-item {
  width: 500px;
  margin-bottom: 0;
}
body.older .bsfw-sjtj .sjtj-year .layui-form-label {
  width: 7em;
  padding: 0;
}
body.older .bsfw-sjtj .sjtj-year .layui-input-block {
  margin-left: 9em;
}
body.older .bsfw-sjtj .rating-item dt img {
  width: 100px;
  height: 100px;
}
body.older .bsfw-sjtj .rating-item dd {
  width: 60%;
  max-width: 60%;
}
body.older .bsfw-sjtj .rating-list-box .button {
  top: -15px;
  right: -15px;
}
body.older .bsfw-sjtj .rating-list-box .button a {
  border-width: 20px;
}
body.older .bsfw-sjtj .rating-list-box .button a.next {
  margin-top: 20px;
}
body.older .bsfw-sjtj .rating-list li.head div:after {
  width: 3px;
}

body.older .bsfw-xsp-box {
  height: auto;
}

@media (max-width: 768px) {
  body.older .bsfw-bssx .menu-icons li {
    width: 50%;
  }
  body.older .bsfw-cxhz .menu-icons li a.item i {
    width: 40px;
    height: 40px;
  }
  body.older .bsfw-sjtj .rating-item dt img {
    width: 60px;
    height: 60px;
  }
  body.older .bsfw-bszn .menu-icons li {
    width: 50%;
  }
  body.older .bsfw-sjtj .hd font {
    display: block;
    margin-top: 20px;
    margin-left: 0;
  }
  body.older .bsfw-banner {
    margin-right: -12px !important;
    margin-left: -13px !important;
  }
  body.older .bsfw-banner.row[class*="row-space"] > [class*="col-"] {
    padding-right: 12px;
    padding-left: 13px;
  }
}
@media (max-width: 640px) {
  body.older .bsfw-sjtj .sjtj-year {
    top: 0;
  }
  body.older .bsfw-sjtj .sjtj-year .layui-form-item {
    width: 250px;
  }
  body.older .bsfw-sjtj .sjtj-year .layui-form-label {
    display: none;
  }
  body.older .bsfw-banner.col-m-3 .col-3 {
    width: 100%;
  }
}
@media (max-width: 414px) {
  body.older .bsfw-bmfw .menu-icons li {
    width: 100%;
  }
  body.older .bsfw-cxhz .menu-icons li {
    width: 100%;
  }
  body.older .bsfw-bszn .menu-icons li {
    width: 100%;
  }
}




