@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  /* -webkit-user-select: none;
  touch-action: none; */
  font-family: "Microsoft YaHei";
}

fieldset,
img {
  border: 0;
}

ul,
ol,
li {
  list-style: none;
  font-family: "Microsoft YaHei";
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  background-color: #fff;
  border: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea {
  *font-size: 100%;
}

ol,
ul {
  list-style: none;
}

/**Common Css**/
.fr {
  float: right;
  *display: inline;
}

.fl {
  float: left;
  *display: inline;
}

/*文本超出显示省略号*/
.ehn,
.otw,
.tow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*清除浮动*/
.clearfix {
  clear: both;
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: " ";
  visibility: hidden;
  height: 0;
}

img {
  width: 100%;
}

/* 自定义公共flex样式 */
.box {
  display: flex;
  align-items: center;
}

.boxC {
  display: flex;
  justify-content: center;
  align-items: center;
}

.boxS {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#main {
  width: 100%;
  margin-top: 64px;
  background-color: #f6f6f6;
}

#newsDetail {
  width: 100%;
  padding: 0.72rem 0.4266666667rem;
  background-color: #fff;
}
#newsDetail .left {
  width: 100%;
}
#newsDetail .left .title {
  width: 100%;
  font-size: 0.5333333333rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 0.7466666667rem;
  letter-spacing: 0.0133333333rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#newsDetail .left .left_info {
  width: 100%;
  margin-top: 0.2666666667rem;
}
#newsDetail .left .left_info .left_info_times {
  font-size: 0.2133333333rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.32rem;
}
#newsDetail .left .left_info .left_info_author {
  margin-left: 0.4rem;
  font-size: 0.2133333333rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.32rem;
}
#newsDetail .left .article_content {
  width: 100%;
  margin-top: 0.36rem;
  padding-top: 0.32rem;
  border-top: 0.0133333333rem solid #DCDCDC;
  font-size: 0.3733333333rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 0.5333333333rem;
}
#newsDetail .left .article_content img {
  width: 100%;
}
#newsDetail .left .fromBox {
  width: 100%;
  margin-top: 0.4rem;
}
#newsDetail .left .fromBox .from_text {
  font-size: 0.1866666667rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 0.2666666667rem;
}
#newsDetail .left .fromBox .from_path {
  margin-left: 0.32rem;
  font-size: 0.1866666667rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF0000;
  line-height: 0.2666666667rem;
}
#newsDetail .left .fromBox_hidden {
  display: none;
}
#newsDetail .left .target {
  width: 100%;
  margin-top: 0.4rem;
}
#newsDetail .left .target .target_text {
  font-size: 0.1866666667rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 0.2666666667rem;
}
#newsDetail .right {
  width: 100%;
  margin-top: 0.5333333333rem;
  align-items: flex-start;
}
#newsDetail .right .right_content {
  width: 31%;
}
#newsDetail .right .right_content .right_title {
  width: 100%;
  height: 0.48rem;
  background-color: #F1F1FF;
}
#newsDetail .right .right_content .right_title .iconfont {
  font-size: 0.24rem;
  color: #0F0F30;
}
#newsDetail .right .right_content .right_title .right_title_text {
  margin-left: 0.1066666667rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
#newsDetail .right .right_content .right_list {
  width: 100%;
  margin-top: 0.1066666667rem;
}
#newsDetail .right .right_content .right_list .right_text {
  width: 100%;
  margin-top: 0.2rem;
  font-size: 0.1866666667rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 0.2933333333rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#newsDetail .right .right_content:first-child {
  margin-top: 0;
}
#newsDetail a {
  font-size: inherit;
  color: inherit;
}

#newsDetailPc {
  width: 100%;
  padding: 54px 180px;
  align-items: flex-start;
  background-color: #fff;
}
#newsDetailPc .left {
  width: 70%;
}
#newsDetailPc .left .title {
  width: 100%;
  font-size: 40px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 56px;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#newsDetailPc .left .left_info {
  width: 100%;
  margin-top: 20px;
}
#newsDetailPc .left .left_info .left_info_times {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
#newsDetailPc .left .left_info .left_info_author {
  margin-left: 30px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
#newsDetailPc .left .article_content {
  width: 100%;
  margin-top: 27px;
  padding-top: 24px;
  border-top: 1px solid #DCDCDC;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}
#newsDetailPc .left .article_content img {
  width: 100%;
}
#newsDetailPc .left .fromBox {
  width: 100%;
  margin-top: 24px;
}
#newsDetailPc .left .fromBox .from_text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
#newsDetailPc .left .fromBox .from_path {
  margin-left: 24px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF0000;
  line-height: 20px;
}
#newsDetailPc .left .fromBox_hidden {
  display: none;
}
#newsDetailPc .left .target {
  width: 100%;
  margin-top: 24px;
}
#newsDetailPc .left .target .target_text {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
#newsDetailPc .right {
  width: 30%;
  margin-left: 26px;
}
#newsDetailPc .right .right_content {
  width: 100%;
  margin-top: 32px;
}
#newsDetailPc .right .right_content .right_title {
  width: 100%;
  height: 36px;
  background-color: #F1F1FF;
}
#newsDetailPc .right .right_content .right_title .iconfont {
  font-size: 18px;
  color: #0F0F30;
}
#newsDetailPc .right .right_content .right_title .right_title_text {
  margin-left: 16px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
#newsDetailPc .right .right_content .right_list {
  width: 100%;
  margin-top: 8px;
  padding-left: 30px;
}
#newsDetailPc .right .right_content .right_list .right_text {
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#newsDetailPc .right .right_content:first-child {
  margin-top: 0;
}
#newsDetailPc a {
  font-size: inherit;
  color: inherit;
}/*# sourceMappingURL=newsDetail.css.map */