.headerline .wrapper {
padding-top: 30px;
padding-bottom: 30px;
}

.headerline .wrapper .hot-news-wrapper {
position: relative;
margin-bottom: 10px;
}

.headerline .wrapper .hot-news {
position: relative;
text-align: center;
}

.headerline .wrapper .hot-news .hot-news-topic {
line-height: 56px;
text-align: center;
width: 1080px;
margin: auto;
display: none;
margin-right: 15px;
}

.headerline .wrapper .hot-news .hot-news-topic.show {
display: inline;
}

.headerline .wrapper .hot-news .hot-news-topic a {
font-size: 46px;
font-weight: bold;
color: #bc000f;
letter-spacing: -0.05em;
}

.headerline .wrapper .hot-news .hot-news-topic-hd {
    position: absolute;
    width: 44px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    transform: rotate(180deg);
}

.headerline .wrapper .hot-news .hot-news-topic-more{
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    width: 28px;
    height: 32px;
    line-height: 16px;
    font-size: 14px;
    padding: 6px 8px;
    background-color: #FDF2E0;
    border-radius: 5px;
    color: #D24339;
}

.headerline .wrapper .hot-news-subtit {
padding: 0 10px;
text-align: center;
}

.headerline .wrapper .hot-news-subtit li {
max-width: 283px;
height: 34px;
line-height: 34px;
text-align: center;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
}

.headerline .wrapper .hot-news-subtit li:not(:last-child) {
margin-right: 10px
}

.headerline .wrapper .hot-news-subtit li a {
font-size: 14px;
text-align: center;
}

.headerline .wrapper .hot-news-subtit li a:hover {
color: #ff9724;
}

.headerline .wrapper .task-list {
border-top: 2px solid #fff;
border-bottom: 1px solid #ffaf0d;
position: relative;
margin-bottom: 20px;
padding-bottom: 10px;
}

.headerline .wrapper .task-list.open{
border-top: 2px solid #ffaf0d;
}

.headerline .wrapper .task-list ul {
max-height: 0;
-webkit-transition: max-height 0.1s;
transition: max-height 0.1s;
overflow: hidden;
}

.headerline .wrapper .task-list.open ul{
max-height: 1000px;
}

.headerline .wrapper .task-list li {
position: relative;
width: 380px;
height: 32px;
line-height: 32px;
text-indent: 15px;
margin: 0 10px;
float: left;
overflow: hidden;
}

.headerline .wrapper .task-list li::before {
position: absolute;
top: 13px;
left: 0;
content: '';
width: 5px;
height: 5px;
border-radius: 50%;
background-color: #d8d8d8;
}

.headerline .wrapper .task-list li a {
font-size: 16px;
color: #333;
}

.headerline .wrapper .task-list li a:hover {
color: #ff9724;
}

.headerline .wrapper .task-list .task-more {
position: absolute;
bottom: -11px;
left: 50%;
margin-left: -13px;
width: 26px;
height: 22px;
background: url("https://www.jhnews.com.cn/images/arrow.png") no-repeat;
cursor: pointer;
}

.headerline .hot-subject-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border: 1px solid #e7e7e7;
}

.headerline .hot-subject-wrapper .hot-subject-topic {
line-height: 50px;
min-height: 105px;
background-color: #f2f2f2;
-ms-flex-preferred-size: 1050px;
flex-basis: 1050px;
text-align: center;
padding: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.headerline .hot-subject-wrapper .hot-subject-topic a {
font-size: 32px;
font-weight: bold;
color: #4d4b4c;
display: block;
}

.headerline .hot-subject-wrapper .hot-subject-topic a:hover {
color: #990102;
}

.headerline .hot-subject-wrapper .hot-subject-subtit-wrapper {
-ms-flex-preferred-size: 150px;
flex-basis: 150px;
text-align: center;
min-height: 103px;
  /* border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; */
}

.headerline .hot-subject-wrapper .hot-subject-subtit-wrapper .leader-news {
line-height: 50px;
display: block;
color: #cd4400;
}

.headerline .hot-subject-wrapper .hot-subject-subtit-wrapper .leader-news img {
width: 15px;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}