a {
    text-decoration: none;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
/* 细览页开始 */
.container {
   width: 1200px;
   margin: 0 auto;overflow: hidden;
}
.BuBanShiS {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
/* .sub_contentHD {
	  padding-bottom: 30px;
	  border-bottom: 1px solid #ebebeb;
	} */

.sub_contentHD h1 {
  font-size: 36px;
  color: #000000;
  line-height: 44px;
  margin: 30px 0;
}

.sourceData {
  height: 28px;
  line-height: 28px;
}

.sourceData>span {
  float: left;
  font-size: 24px;
  color: #666666;
  margin-right: 5px;
}
.bsBox{display:none;}
.fontSize {
  float: right;
  font-size: 14px;
  color: #666666;
}

.fontSize a {
  font-size: 14px;
  color: #666666;
}

.bsharPrint {
  float: right;
  width: 319px;
}

.bsharPrint>a {
  float: right;
  width: 80px;
  height: 100%;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  background: #153280;
  text-align: center;
}

.bsharPrint>span {
  float: left;
  width: 80px;
  height: 100%;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  background: #d81e06;
  text-align: center;
  margin-right: 10px;
  position: relative;
}

.bsharPrint>span>div {
  position: absolute;
  padding-top: 20px;
  width: 100%;
}

.bshare-custom {
  width: 100%;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
  box-shadow: 0px 0px 24px 6px rgba(238, 239, 242, 0.8);
  display: none;
  position: relative;
}

.bshare-custom::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.bshare-custom>a {
  margin: 0 !important;
  padding: 0 !important;
  width: 38px !important;
  height: 27px !important;
  display: block !important;
  margin: 0 auto 10px !important;
}

.bshare-custom>a.bshare-weixin {
  background: url(/uiFramework/commonResource/image/2022051817291024286.png) no-repeat center;
}

.bshare-custom>a.bshare-sinaminiblog {
  background: url(/uiFramework/commonResource/image/2022051817293572281.png) no-repeat center;
}

.bshare-custom>a.bshare-qzone {
  background: url(/uiFramework/commonResource/image/2022051817300751708.png) no-repeat center;
}

.bsharPrint>span:hover .bshare-custom {
  display: block;
}

#contentText {
  font-size: 30px !important;
  line-height: 64px;
  color: #222222;
  font-family: 'Microsoft YaHei' !important;
  padding-bottom: 40px;
  padding-top: 20px;
}

#contentText * {
  font-size: 30px !important;
  line-height: 64px;
  color: #222222;
  font-family: 'Microsoft YaHei' !important;
}

#contentText img {
  max-width: 75%;
}

#contentText.fontSize18 * {
  font-size: 18px !important;
  line-height: 2.6em;
}

#contentText.fontSize16 * {
  font-size: 16px !important;
  line-height: 2.6em;
}

#contentText.fontSize14 * {
  font-size: 14px !important;
  line-height: 2.6em;
}

h1 {
  text-align: center;
}

.sub_list_tit {
  font-size: 24px;
  font-weight: 700;
  color: #153280;
}

#contentText {
  border-bottom: 1px solid #ebebeb;
}


.contentUpDown p {
  height: 36px;
  line-height: 36px;
  margin-top: 10px;
}

.contentUpDown p span {width: 100%;
font-size: 30px;
  display: inline-block;
  color: #153280;
}
.contentUpDown p .fl {
	width: 120px;
}
.contentUpDown p .fr {
       width: calc(100% - 120px);
}

.contentUpDown a {
  display: block;
  width: 100%;
  font-size: 30px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.contentUpDown a:hover {
  color: #153280;
}

.bshare-custom {
  display: block;
  width: 350px;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.bshare-custom a {
  margin: 0 !important;
  float: left;
  margin-right: 15px !important;
}

.bsharPrint>span {
  margin: 0;
  background: transparent;
  color: #666;
}

.sourceData {
  padding: 0 40px;
}

.BuBanShiS {
  float: left;
  width: 810px;
  margin: 40px 0 0;
  padding-right: 50px;
  border-right: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.BuBanShiS .laiyuan {
  text-align: right;
  font-size: 24px;
  line-height: 45px;
  color: #666666;
}

/* 细览页结束 */
@media (max-width:768px) {
         .container {
           width: 96%;
        }
	.sub_contentHD h1{/* font-size: 17px; */}
	.sourceData>span{float: unset;margin: 0;}
	.sourceData{padding: 0 15px;display: flex;flex-wrap: wrap;height: unset;}
	.bsharPrint,.fontSize{float: unset;width: 100%;margin: 0;margin-top:10px;}
	.bsharPrint>span{width: unset;}
	#contentText{padding: 15px;}
	.container  #contentText img{max-width: 100%!important;}
       .detialbox>img{width:100%;}
	
	.contentUpDown {padding-left:5px;}
}