#ysd_newscenter {
    width: 1270px;
    /* min-height: 100vh; */
    margin: 0 auto;
}

#ysd_newscenter .labor-tag {
    height: auto;
    display: flex;
    align-items: center;
    padding: 19px 0 30px;
}

#ysd_newscenter .labor-tag p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

#ysd_newscenter .labor-tag img {
    margin-right: 15px;
}

#ysd_newscenter .labor-content {
    display: flex;
}

#ysd_newscenter .xwzxleft-nav {
    width: 270px;
    margin-right: 30px;
}

#ysd_newscenter .xwzxnav-content {
    flex: 1;
}

#ysd_newscenter .xwzxleft-nav div {
    box-sizing: border-box;
    padding-left: 37px;
    background-color: #F2F2F2;
    margin-bottom: 5px;
    border-left: 3px solid #E6E6E6;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #4D4D4D;

}

#ysd_newscenter .xwzxleft-nav div span {
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background-color: #CCCCCC;
    display: inline-block;
    margin-right: 30px;
}

#ysd_newscenter .xwzxleft-nav .active {
    color: #DE3018;
    background-color: #E6E6E6;
    border-left: 3px solid #DE3018;
}

#ysd_newscenter .xwzxleft-nav .active span {
    background-color: #DE3018;
}

#ysd_newscenter .xwzxleft-nav div:first-child {
    background: linear-gradient(0deg, #DE3018 0%, #F65944 100%);
    width: 270px;
    height: 100px;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    border: none;
}

#ysd_newscenter .xwzxleft-nav div:first-child img {
    margin-right: 26px;
}


#ysd_newscenter .xwzxleft-nav .ghdynamic {
    width: 270px;
    height: 180px;
    background: #F2F2F2;
    margin-bottom: 10px;
}

#ysd_newscenter .xwzxleft-nav .ghdynamic li {
    box-sizing: border-box;
    padding-left: 77px;
    height: 45px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4C4C4C;
    cursor: pointer;
}

#ysd_newscenter .xwzxleft-nav .ghdynamic .activeli {
    color: #DE3018;
}

#ysd_newscenter .xwzxnav-content h4 {
    background-color: #F2F2F2;
    height: 40px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #DE3018;
}

#ysd_newscenter .xwzxnav-content h4 img {
    margin-right: 10px;
}

#ysd_newscenter .activebs {
    color: #fff;
    background: #DE3018 !important;
}

.rotatename {
    transform: rotate(90deg)
}

.currentpoliticalhotspots,
.tradeunionnews,
.focusonshanxi {
    box-sizing: border-box;
    max-height: 1562px;
    overflow-y: scroll;
}

.currentpoliticalhotspots::-webkit-scrollbar,
.tradeunionnews::-webkit-scrollbar,
.focusonshanxi::-webkit-scrollbar {
    display: none;
}

.hotspots_list a {
    box-sizing: border-box;
    padding: 30px 0;
    display: block;
    width: 970px;
    height: 294px;
    border-bottom: 1px solid #E6E6E6;
}

.hotspots_list a h5 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1A1A1A;
}

.hotspots_list a .div1 {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.hotspots_list a .div1 img {
    width: 260px;
    height: 150px;
    margin-right: 26px;
}

.hotspots_list a .div1 p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 32px;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*将对象作为弹性伸缩盒子模型显示*/
    -webkit-line-clamp: 5;
    /*限制文本的行数，只显示3行*/
    -webkit-box-orient: vertical;
    /*设置或检索伸缩盒对象的子元素的排列方式 */
}

.hotspots_list a .div2 {
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #808080;
    line-height: 27px;
}

.hotspots_page {
    box-sizing: border-box;
    width: 100%;
    margin: 30px 0;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #CD0B01 !important;
    color: #FFF;
}


/* 详情 */
#ysd_newsdetail {
  width: 1270px;
  margin: 0 auto;
}

#ysd_newsdetail .labor-tag {
  display: flex;
  align-items: center;
  padding: 19px 0 19px;
}

#ysd_newsdetail .labor-tag p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

#ysd_newsdetail .labor-tag img {
  margin-right: 15px;
}

#ysd_newsdetail .labor-content {
  box-sizing: border-box;
  padding: 38px 50px;
  width: 1270px;
  height: 940px;
  overflow-y: scroll;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  display: flex;
  flex-direction: column;
}

#ysd_newsdetail .labor-content::-webkit-scrollbar {
  display: none;
}

#ysd_newsdetail .labor-content h2 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1A1A1A;
  text-align: center;
  margin-bottom: 20px;
}

#ysd_newsdetail .labor-content .content_til {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
}

#ysd_newsdetail .labor-content .content_til div {
  display: flex;
  align-items: center;
}

#ysd_newsdetail .labor-content .content_txt p {
  font-size: 16px;
  font-family: Songti SC;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 32px;
  text-indent: 2em;
  margin-top: 30px;
}