img {
  border: 0;
}
.relative {
  position: relative;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix:before,
.clearfix:after {
  clear: both;
  display: table;
  zoom: 1;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.x-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.x-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.x-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.y-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.y-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner {
  width: 100%;
  margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
  clear: both;
  content: '';
  display: table;
}
.overflow-text {
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.overflow-text2 {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c9c9c9;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c9c9c9;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c9c9c9;
}
/* 搜索 */
.search-box {
  padding: 0.4rem 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  height: 1.8rem;
  -webkit-border-radius: 0.9rem;
  -moz-border-radius: 0.9rem;
  border-radius: 0.9rem;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.search-box .search-input {
  position: absolute;
  left: 0;
  top: -1px;
  height: 1.8rem;
  padding: 0.4rem 1rem;
  background-color: #fff;
  border: 0;
  width: 85%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.search-box .search-icon {
  position: absolute;
  right: 0.3rem;
  top: 0rem;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  text-align: center;
  font-size: 0.8rem;
  color: #aaa;
}
.pswp__zoom-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/* 壁报详情标题 */
.bibao-details-title {
  font-size: 0.85rem;
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
  line-height: 1.5rem;
}
.bibao-details-title .bibao-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  background-image: -webkit-linear-gradient(312deg, #1a70fe 0%, #248bff 58%, #2ea5ff 100%), -webkit-linear-gradient(#d8662c, #d8662c);
  background-image: -moz-linear-gradient(312deg, #1a70fe 0%, #248bff 58%, #2ea5ff 100%), -moz-linear-gradient(#d8662c, #d8662c);
  background-image: -o-linear-gradient(312deg, #1a70fe 0%, #248bff 58%, #2ea5ff 100%), -o-linear-gradient(#d8662c, #d8662c);
  background-image: linear-gradient(138deg, #1a70fe 0%, #248bff 58%, #2ea5ff 100%), linear-gradient(#d8662c, #d8662c);
  -webkit-box-shadow: 0rem 0rem 0.2rem 0rem rgba(129, 129, 129, 0.51);
  -moz-box-shadow: 0rem 0rem 0.2rem 0rem rgba(129, 129, 129, 0.51);
  box-shadow: 0rem 0rem 0.2rem 0rem rgba(129, 129, 129, 0.51);
  font-size: 0.4rem;
  color: #f1f1f1;
  line-height: 1;
}
.bibao-details-title .bibao-btn .sub {
  margin-top: 0.15rem;
  font-size: 0.65rem;
  display: inline-block;
}
.mescroll {
  height: 100%;
}
/*壁报弹框*/
.adv-wrapper {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.adv-wrapper .adv-content {
  width: 12rem;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -6rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.adv-wrapper .adv-content img {
  max-width: 100%;
  display: block;
}
.adv-wrapper .adv-content .sub-guanbi {
  width: 1.1rem;
  height: 1.1rem;
  font-size: 0.6rem;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
/* 列表 */
.bibao-list .lunwen-item {
  padding-right: 2rem;
  line-height: 2rem;
  height: 2rem;
  border-top: 1px solid #f1f1f1;
  position: relative;
  display: block;
  color: #333;
  font-weight: bold;
}
.bibao-list .lunwen-item:after {
  content: '\e617';
  font-family: 'sub';
  height: 2rem;
  width: 2rem;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}
.bibao-list .lunwen-item2 {
  font-weight: normal;
}
.bibao-list .bibao-item {
  width: 50%;
  margin-top: 1.5rem;
  float: left;
}
.bibao-list .bibao-item .bibao-image {
  position: relative;
  overflow: hidden;
  width: 7rem;
  height: 11.7rem;
  background: url("../images/bibao-bg.png") no-repeat center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  margin: 0 auto;
}
.bibao-list .bibao-item .bibao-image img {
  width: 5.3rem;
  display: block;
  margin: 0.3rem auto;
}
.bibao-list .bibao-item .bibao-title {
  font-size: 0.7rem;
  font-weight: bold;
  text-align: center;
  color: #3a302e;
  line-height: 1rem;
  margin-top: -0.5rem;
}
.bibao-list .bibao-item .bibao-content {
  width: 5rem;
  height: 9rem;
  margin: 0 auto;
  margin-top: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 23px;
  top: 0;
  color: #fff;
  z-index: 9;
}
.bibao-list .bibao-item .bibao-text {
  font-size: 0.55rem;
  color: #6b6867;
  text-align: center;
}
/* 壁报详情 */
.bibao-details .bibao-details-item {
  background-color: #ffffff;
  -webkit-border-radius: 0.13rem;
  -moz-border-radius: 0.13rem;
  border-radius: 0.13rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0.5rem #ebeff3;
  -moz-box-shadow: 0 0 0.5rem #ebeff3;
  box-shadow: 0 0 0.5rem #ebeff3;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.bibao-details .bibao-details-item .bd-title {
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.5rem;
  font-size: 0.6rem;
  border-left: 0.2rem solid #2284e7;
  border-bottom: 1px solid #ebedf3;
}
.bibao-details .bibao-details-item .bd-title-p1 {
  color: #333333;
}
.bibao-details .bibao-details-item .bd-title-p2 {
  color: #2284e7;
}
.bibao-details .bibao-details-item .bd-title-p3 {
  color: #868686;
  display: block;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.bibao-details .bibao-details-item .bd-item-left {
  width: calc(100% - 3.7rem);
}
.bibao-details .bibao-details-item .bd-subtitle {
  padding: 0.5rem 0 0 0.7rem;
}
.bibao-details .bibao-details-item .bd-item-right {
  width: calc(100% - 2.4rem);
}
.bibao-details .bibao-details-item .bibao-item-image {
  width: 2.5rem;
 /* height: 4.5rem;
  padding: 0.5rem 0.5rem 0 0.7rem;*/margin-right:0.5rem;margin-top:0.5rem;
}
/* 返回首页 */
.return-home {
  position: fixed;
  right: 0.5rem;
  bottom: 4rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  background-image: -webkit-linear-gradient(312deg, #1a70fe 0%, #248bff 58%, #2ea5ff 100%), -webkit-linear-gradient(#d8662c, #d8662c);
  background-image: -moz-linear-gradient(312deg, #1a70fe 0%, #248bff 58%, #2ea5ff 100%), -moz-linear-gradient(#d8662c, #d8662c);
  background-image: -o-linear-gradient(312deg, #1a70fe 0%, #248bff 58%, #2ea5ff 100%), -o-linear-gradient(#d8662c, #d8662c);
  background-image: linear-gradient(138deg, #1a70fe 0%, #248bff 58%, #2ea5ff 100%), linear-gradient(#d8662c, #d8662c);
  -webkit-box-shadow: 0rem 0rem 0.2rem 0rem rgba(129, 129, 129, 0.51);
  -moz-box-shadow: 0rem 0rem 0.2rem 0rem rgba(129, 129, 129, 0.51);
  box-shadow: 0rem 0rem 0.2rem 0rem rgba(129, 129, 129, 0.51);
  width: 1.5rem;
  height: 1.5rem;
}
.return-home img {
  width: 0.8rem;
}
.mescroll-totop {
  -webkit-box-shadow: 0 0 0.2rem 0 rgba(129, 129, 129, 0.51);
  -moz-box-shadow: 0 0 0.2rem 0 rgba(129, 129, 129, 0.51);
  box-shadow: 0 0 0.2rem 0 rgba(129, 129, 129, 0.51);
  right: 0.5rem !important;
  bottom: 2.2rem !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  z-index: 990!important;
}
/* 评论列表 */
.pinglun-list {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99999;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pinglun-list .pinglun-box {
  width: 100%;
  max-height: 70%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 40px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}
.pinglun-list .pinglun-icon-xia {
  text-align: center;
  font-size: 16px;
  color: #ddd;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
}
.pinglun-list .pinglun-list-content {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.5rem 0.5rem 0.5rem;
  overflow-y: auto;
}
.pinglun-list .pinglun-list-content .pinglun-item {
  margin-top: 20px;
}
.pinglun-list .pinglun-list-content .content-title {
  font-size: 15px;
  color: #4e419c;
  margin-bottom: 5px;
  margin-top: 2px;
}
.pinglun-list .pinglun-list-content .content-text {
  font-size: 14px;
  color: #333;
}
.pinglun-list .pinglun-list-content .content-time {
  color: #999;
  margin-left: 10px;
  font-size: 12px;
}
.pinglun-list .pinglun-input-box {
  height: 55px;
  padding: 12px 0.5rem;
  position: fixed;
  left: 0;
  bottom: -200px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
}
.pinglun-list .pinglun-input-box .pswp__avatar {
  height: 31px;
  width: 31px;
  margin-right: 0.5rem;
}
.pinglun-list .pinglun-input-box .pinglun-input {
  width: 100%;
  outline: none;
  height: 31px;
  line-height: 31px;
  border: 0;
  background-color: #fff;
}
.pinglun-list .pinglun-input-box .pinglun-btn {
  margin-left: 0.5rem;
  margin-top: 2.5px;
  height: 26px;
  line-height: 26px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #5181f1;
  color: #fff;
  border: 0;
  padding: 0 12px;
  outline: none;
}
.pinglun-list.active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pinglun-list.active .pinglun-input-box {
  bottom: 0;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 25px !important;
  }
  .bibao-list .bibao-item {
    width: 25%;
  }
  .bibao-details:before,
  .bibao-details:after {
    content: '';
    display: table;
    clear: both;
  }
  .bibao-details .bibao-details-item {
    width: -webkit-calc(49.75%);
    width: -moz-calc(49.75%);
    width: calc((100% - 0.5rem) / 2);
    float: left;
  }
  .bibao-details .bibao-details-item:nth-child(2n-1) {
    margin-right: 0.5rem;
  }
  /* .flex-item{
        -webkit-box-flex:0;
        -webkit-flex:none;
           -moz-box-flex:0;
            -ms-flex:none;
                flex:none;
    } */
}
@media screen and (min-width: 1201px) {
  .sub-content,
  .banner {
    width: 1200px;
    display: block;
    margin: 0 auto;
  }
  .bibao-list .bibao-item {
    width: 16.666666%;
  }
}
