/** 该文件包括网站头部导航，右侧栏，底部等全局样式 **/

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

html {
  font-size: 4.267vw;
  font-family: 'Microsoft YaHei';
}

body {
  background-color: #fff;
  font-size: 1rem;
}

a {
  text-decoration: none;
}

img {
  border: 0;
}

/* 点击搜索框获取焦点 placeholder消失 */
input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: #a5a5a5;
}

.theme-red {
  color: #C00017 !important;
}

.clear {
  clear: both;
}

.body-padding {
  padding: 0 1rem;
}

.head-top {
  background-color: #C00017;
  height: 1.875rem;
  line-height: 1.875rem;
}

.head-top-inner {
  color: #fff;
  margin: 0 auto;
  font-size: .75rem;
}

.head-top-inner .left {
  float: left;
}

.head-top-inner .week-day {
  margin-left: .5rem;
}

.head-top-inner .right {
  float: right;
}

.head-top-inner a {
  color: #fff;
}

.head-top-inner .right .links-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.head-top-inner .right .links-label {
  margin-right: .1875rem;
}

.head-top-inner .links-box .icon {
  width: 1rem;
}

.head-top-inner .links-box .list {
  position: absolute;
  top: 2.125rem;
  left: -1rem;
  box-sizing: border-box;
  width: 8.75rem;
  padding: .3125rem .9375rem;
  background-color: #fff;
  box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.2);
}

.head-top-inner .links-box .link-item {
  display: block;
  color: #333;
  cursor: pointer;
}

.head-top-inner .links-box .link-item:hover {
  color: #C00017;
}

.head-inner .shade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 99;
  cursor: auto;
}

.head-inner .shade .inner-box {
  width: 90%;
  padding: 2rem 1.2rem;
  background-color: #ffffff;
  display: inline-block;
  border-radius: .3125rem;
  text-align: left;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.head-top-inner .inner-box .close {
  position: absolute;
  top: .75rem;
  right: .875rem;
  width: 1.25rem;
  cursor: pointer;
}

.head-top-inner .inner-box h2 {
  text-align: center;
  margin-bottom: 1.625rem;
}

.head-top-inner .inner-box p {
  font-size: .875rem;
  margin-top: 1rem;
}

.head-top-inner .attention {
  margin-left: .5rem;
}

.care-me-shade .panel {
  display: inline-block;
  background-color: #fff;
  padding: 1rem 3rem 1.25rem 3rem;
  border-radius: .3125rem;
  margin-top: 10rem;
  position: relative;
}

.care-me-shade h3 {
  font-size: 1.25rem;
  font-weight: normal;
  color: #777;
  letter-spacing: .1875rem;
  margin: .875rem 0;
}

.care-me-shade .item {
  border: 1px solid #e5e5e5;
  border-radius: .3125rem;
  display: inline-block;
}

.care-me-shade .item-head {
  padding: .1875rem 0 .3125rem 0;
  border-bottom: 1px solid #e5e5e5;
}

.care-me-shade .icon {
  width: 1.125rem;
  vertical-align: middle;
}

.care-me-shade .icon-desc {
  color: #999;
  font-size: .8125rem;
  vertical-align: middle;
}

.care-me-shade .big-icon {
  width: 10rem;
  height: 10rem;
  margin-top: .125rem;
}

.care-me-shade .btn-close {
  position: absolute;
  top: .9375rem;
  right: .9375rem;
  width: 1rem;
  cursor: pointer;
}

.head-navi-inner {
  background-color: #ffffff;
  margin: 0 auto;
  padding: .75rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 一级菜单 */
.head-menu .section-list {
  justify-content: space-around;
  display: inline-flex;
}

.head-menu .section-list .section-li {
  margin-right: .875rem;
  font-size: .9125rem;
  color: #333;
  cursor: pointer;
}

.head-menu .section-list .section-li:last-child {
  margin-right: 0;
}

.head-menu .section-list .section-li:hover {
  color: #C00017;
}

.head-menu .section-list .section-li .active {
  color: #C00017;
}

.head-navi {
  box-shadow: 0 .3125rem .3125rem #eee;
}

.navi-right-box {
  display: flex;
  align-items: center;
}

.navi-right-box .btn {
  width: 1rem;
  cursor: pointer;
}

.navi-right-box .search-input {
  width: 12.5rem;
  height: 1.875rem;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  color: #333;
  padding-left: .625rem;
  font-size: .875rem;
  border-radius: .3125rem;
}

.page-center {
  min-height: 37.5rem;
  margin: 0 auto;
}

.go-top {
  position: fixed;
  bottom: 6.25rem;
  display: none;
  cursor: pointer;
}

.go-top img {
  width: 1.75rem;
}

.g-loading-status {
  text-align: center;
  padding: .9375rem 0;
  color: #666;
  font-size: .875rem;
}

.g-loading-status span {
  vertical-align: middle;
}

.g-loading-status img {
  width: 1.25rem;
  margin-right: .3125rem;
  vertical-align: middle;
}

.clear:after {
  content: '.';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0
}

.footer-inner {
  text-align: center;
  background-color: #C00017;
  color: #fff;
  font-size: .875rem;
}

.footer-inner .jubao-number {
  padding: .75rem 0;
}

.footer-inner .jubao-logo img {
  width: 6rem;
  margin-left: .75rem;
}

.footer-inner .zhichi {
  padding: .75rem 0;
  background-color: #C00017;
  font-size: .75rem;
}

.page-404 {
  display: none;
  text-align: center;
}

.page-404 .offline-pic {
  margin-top: 11.25rem;
  width: 6.25rem;
}

.page-404 .tips {
  font-size: 1rem;
  color: #888;
  margin-top: .625rem;
}

.news-list-ul li {
  display: flex;
  margin: .4375rem 0 0 0;
  padding: .75rem .5rem;
  border: 1px solid #f0f0f0;
  font-size: 0;
  min-height: 6.25rem;
}

.news-list-ul .left {
  flex-shrink: 0;
  width: 40%;
  position: relative;
}

.news-list-ul .pic {
  width: 100%;
  cursor: pointer;
}

.news-list-ul .video-btn {
  width: 2rem;
  position: absolute;
  top: 40%;
  right: 10%;
  display: none;
}

.news-list-ul .right {
  flex-grow: 1;
  padding-left: .75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-list-ul .title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  color: #555;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-list-ul .title:hover {
  color: #CF1A15;
}

.news-list-ul .title:visited {
  color: #999;
}

.news-list-ul .attrs {
  font-size: .875rem;
  color: #7f7f7f;
  display: flex;
  justify-content: space-between;
}

.news-list-ul .no-pic {
  padding-left: 0;
}

.news-list-ul .no-pic .attrs {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.news-list-ul .no-pic .attrs .pid {
  margin-right: 1rem;
}

.news-list-ul .no-pic .attrs .author {
  margin-right: 1rem;
}