/* 
* .TTF或.OTF，适用于Firefox 3.5、Safari、Opera 
* .EOT，适用于Internet Explorer 4.0+ 
* .SVG，适用于Chrome、IPhone  
*/
@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("./YouSheBiaoTiHei-2.eot");
  src: url("./YouSheBiaoTiHei-2.eot?#iefix") format("embedded-opentype"),
    url("./YouSheBiaoTiHei-2.woff") format("woff"),
    url("./YouSheBiaoTiHei-2.ttf") format("truetype"),
    url("./YouSheBiaoTiHei-2.svg#webfont34M5alKg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.zf-bq {
  padding-bottom: 5px !important;
}

.zf-bq .top-lable {
  width: 100%;
  height: 108px;
}

.zf-bq .top-lable img {
  width: 100%;
  height: 100%;
}

.zf-bq .zfxz-tab {
  padding: 5px 10px 0;
  width: 100%;
}

.zf-bq .zfxz-tab .lable-list {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
}

.zf-bq .zfxz-tab .lable-list a {
  display: block;
}

.zf-bq .zfxz-tab .lable-list a .tab-list {
  height: 50px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  justify-content: start;
  position: relative;
}

.zf-bq .zfxz-tab .lable-list a .tab-list .icon {
  width: 30px;
  height: 30px;
  margin: 10px 15px 0 20px;
}

.zf-bq .zfxz-tab .lable-list a .tab-list p {
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 18px !important;
  line-height: 50px;
  color: #0287e6;
}

.zf-bq .zfxz-tab .lable-list a .tab-list .checkShow {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 15px;
}

.zf-bq .zfxz-tab .lable-list .tab-list {
  height: 50px;
  display: flex;
  border-radius: 8px;
  justify-content: start;
  position: relative;
}

.zf-bq .zfxz-tab .lable-list .tab-list .icon {
  width: 30px;
  height: 30px;
  margin: 10px 15px 0 20px;
}

.zf-bq .zfxz-tab .lable-list .tab-list p {
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 18px !important;
  line-height: 50px;
  color: #0287e6;
}

.zf-bq .zfxz-tab .lable-list .tab-list .checkShow {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 15px;
}

.zf-bq .zfxz-tab .showList .title {
  width: 100%;
  height: 40px;
  padding-left: 20px;
  border-bottom: 1px solid #ececec;
}

.zf-bq .zfxz-tab .showList .title a {
  display: block;
  position: relative;
}

.zf-bq .zfxz-tab .showList .title a span {
  padding-left: 20px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 40px;
  color: #333333;
}

.zf-bq .zfxz-tab .showList .title a span::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 52%;
  margin-top: -5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0287e6;
  box-shadow: 0 0 6px 0 rgba(2, 135, 230, 0.4);
}

.zf-bq .zfxz-tab .disNone {
  display: none;
}

.zf-bq .zfxz-tab .disBlock {
  display: block;
}
.YD_wentou {
  font-weight: 600;
  font-size: 15px !important;
  color: #0287e6;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 6px;
}

.YD_liulan {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 11px !important;
  color: #666666;
  text-align: center;
  padding-bottom: 6px;
}
.xian {
  height: 0.5px;
  background-color: #979797;
  margin: 0 15px 6px 15px;
  opacity: 0.22;
}
.YD_wenzhang {
  padding: 0 0 9px 0;
  height: 715px;
}

.YD_wenzhang div {
  overflow: auto;
  padding: 0 15px;
}
#app-wrap .papers-part {
  width: 100%;
  padding: 0 10px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#app-wrap .papers-part .common-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  height: 35px;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}
#app-wrap .papers-part .common-title .rs-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#app-wrap .papers-part .common-title .rs-title .line {
  width: 3px;
  height: 14px;
  background: #4886dc;
}
#app-wrap .papers-part .common-title .rs-title .txt {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-left: 4px;
}
#app-wrap .papers-part .notice-list-box {
  background: #fff;
}
#app-wrap .papers-part .notice-list-box .notice-list {
  margin: 0 8px;
}

#app-wrap .papers-part .notice-list-box .notice-list li {
  height: 60px;
  border-bottom: 1px solid #eee;
}
#app-wrap .papers-part .notice-list-box .notice-list li a {
  height: 60px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#app-wrap .papers-part .notice-list-box .notice-list li a .item-left {
  width: 4px;
  height: 4px;
  background: #4886dc;
  margin: 0 8px;
  border-radius: 50%;
}
#app-wrap .papers-part .notice-list-box .notice-list li a .item-right {
  width: 60%;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#app-wrap .papers-part .notice-list-box .notice-list li a .item-last {
  min-width: 80px;
  font-size: 14px;
  margin-left: auto;
  font-weight: 400;
  font-family: Source Han Sans CN;
  color: #666666;
}
#app-wrap .papers-part .notice-list-box .more {
  height: 41px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3081ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#app-wrap .papers-part .notice-list-box .more span {
  font-size: 14px;
}

#app-wrap .papers-part .notice-list-box .more .arrow {
  display: inline-block;
  width: 9px;
  height: 12px;
  background: url(./more-right.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
}
.newStyle{
  width: 60px !important;
  margin-right: 0px !important;
  background:none !important;
  text-decoration: none;
  display: inline-block;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;

}