.tab-type-bg{
    background: url(./../images/search-list.png) no-repeat center;
    display: block;
    content: "";
background-size: cover;
height: 82px;
line-height: 82px;
font-size: 22px;
font-weight: 300;
color: #FFFFFF;
letter-spacing: 1px;
margin-bottom: 25px;

}
.tab-active{
    font-weight: 600;
    position: relative;
}
.tab-active::after{
    width: 34px;
    height: 4px;
    background: #FFDE00;
    border-radius: 4px;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    bottom: 20px;
    
}
.mr-60{
    margin-right: 60px;
}
.rumorlist-page .banner-img {
    height: 442px;
    background-color: rgba(0, 0, 0, 0.32);
}
.rumorlist-page .empty {
    color: #808080;
    margin: 200px auto;
    text-align: center;
}

/* 所有类型 */
.rumor-type_list {
    /* margin-top: 96px; */
width: 1100px;float: left;}
.rumor-type_list-item {
    position: relative;
    display: block;
    margin: 15px;
    width: 104px;
    height: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
    text-align: left;
}
.rumor-type_list-item:hover,
.rumor-type_list-item.active {
    color: #004fed;
}
.rumor-type_list-item .hot {
    position: absolute;
    top: -14px;
    right: -4px;
    font-size: 14px;
    color: #c4201f;
    font-weight: bold;
}

/* 列表 */
.rumor-list {
    width: 1200px;
margin-top: 40px;}
.rumor-list_item {
    margin-bottom: 40px;
    width: 585px;
    max-height: 388px;
    min-height: 140px;
    background: #ffffff;
    box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.08);
    transition: all 200ms ease-in;
    overflow: hidden;
    margin-right: 27px;
    border: 2px solid transparent;
box-sizing: border-box;}
.rumor-list_item:nth-child(2n){
    margin-right:0 ;
}
.rumor-list_item:hover {
    transform: translate(0, -8px);
    box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.17);
    border: 2px solid rgba(157, 189, 255, 0.56);
    box-sizing: border-box;
}
.rumor-list_item-img {
    /* display: none; */
    width: 200px;
    height: 140px;
    object-fit: cover;
    float:left;
}
.rumor-list_item:nth-child(1) .rumor-list_item-img,
.rumor-list_item:nth-child(5) .rumor-list_item-img,
.rumor-list_item:nth-child(8) .rumor-list_item-img,
.rumor-list_item:nth-child(9) .rumor-list_item-img {
    display: block;
}

.rumor-list_item-info {
    position: relative;
    box-sizing: border-box;
    width: 381px;
    height: 140px;
    padding: 10px;
    color: #000;
    background-color: #fff;
float: left;display: inline-block;}

.rumor-list_item-day {
    margin-top: 10px;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 2px;
}
.rumor-list_item-date {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}
.rumor-list_item-status {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 4px;
    opacity: 0.12;
}

.rumor-list_item-title {
    margin-bottom: 33px;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 1px;
}
.rumor-list_item-keyword {
    width: 160px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}
.rumor-list_item-keyword::before {
    display: inline-block;
    width: 13px;
    height: 10px;
    content: "";
    vertical-align: middle;
    background: url(/pc/images/icon-tag.png) no-repeat center center;
}

.rumor-list_item-keyword a + a {
    margin-left: 15px;
}
.rumor-list_item-source {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    opacity: 0.6;
}
.rumor-list_item-hot {
    line-height: 14px;
}
.rumor-list_item-hot i {
    display: inline-block;
    width: 8px;
    height: 10px;
    vertical-align: middle;
    background: url(/pc/images/icon-fire.png) no-repeat center center/100%;
}

.rumor-list_item-tag {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 68px;
    height: 25px;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: center;
    background-color: #a09d9d;
}
.rumor-list_item-tag.false {
    background-color: #df2929;
}

.rumor-list_item-tag.true {
    background-color: #409a5f;
}

.type-name{
    position: relative;
    display: block;
    margin: 15px;
    width: 55px;
    height: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #717171;
    line-height: 25px;
    text-align: left;
}
.btm-line{
    padding-bottom: 25px;
    border-bottom: 1px solid #CECECE;
}

/* 列表 */

.audio-list {
    margin-top: 80px;
    margin-left: -30px;
    width: 1230px;
}
.audio-list_item {
    margin-right: 27px;
    margin-bottom: 30px;
    width: 380px;
    height: 200px;
    background: #ffffff;
    box-shadow: 3px 6px 19px 0px rgba(0, 0, 0, 0.08);
    transition: all 200ms ease-in;
    overflow: hidden;
border: 2px solid transparent;box-sizing: border-box;}
.audio-list_item:nth-child(3n){
    margin-right: 0;
}
.audio-list_item:hover {
    transform: translate(0, -8px);
    box-shadow: 3px 6px 19px 0px rgba(0, 0, 0, 0.17);
border: 2px solid rgba(157, 189, 255, 0.56);}
.audio-list_item:hover .btn-plain,.expert-list_item:hover .btn-plain{
    color: #fff;
    background-color: #004fed;
}
.audio-list_item-info {
    padding: 30px;
    background-color: #fff;
}

.audio-list_item-title {
    position: relative;
    margin-bottom: 44px;
    height: 56px;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 28px;
}
.audio-list_item-title::after {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 43px;
    height: 1px;
    content: "";
    border-bottom: 2px solid #000000;
}
.audio-list_item-source,
.audio-list_item-date {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    opacity: 0.59;
}
.btn-plain{
    display: inline-block;
    padding: 10px 27px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #004fed;
    background-color: #fff;
    border: 1px solid #004fed;
    outline: none;
}


/* 列表 */

.video-list {
    margin-top: 80px;
    margin-left: -30px;
    width: 1230px;
}
.video-list_item {
    margin-right: 30px;
    margin-bottom: 30px;
    width: 380px;
    height: 406px;
    background: #ffffff;
    box-shadow: 3px 6px 19px 0px rgba(0, 0, 0, 0.08);
    transition: all 200ms ease-in;
    overflow: hidden;
    box-sizing: border-box;
    border: 2px solid transparent;
}
.video-list_item:nth-child(3n){
    margin-right: 0;
}
.video-list_item:hover {
    transform: translate(0, -8px);
    box-shadow: 3px 6px 19px 0px rgba(0, 0, 0, 0.17);
    border: 2px solid rgba(157, 189, 255, 0.56);
}

.video-list_item-cover {
    width: 380px;
    height: 252px;
    position: relative;
}
.video-list_item-cover img {
    width: inherit;
    height: inherit;
}

.video-list_item-info {
    padding: 13px 22px 22px;
    background-color: #fff;
}

.video-list_item-title {
    margin-bottom: 20px;
    height: 52px;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    letter-spacing: 1px;
}
.video-list_item-source {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    opacity: 0.59;
}
.video-list_item-date {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    opacity: 0.59;
}
.video-list_item-cover .btn-play-plain {
    position: absolute;
    top: 95px;
    left: 160px;
}
/* .box-history{
    width: 761px;
border: 1px solid #ECECEC;border-top: 0;border-radius: 2px 0px 2px 2px;box-shadow: 0px 6px 11px 0px rgb(0 0 0 / 17%);} */
.max-238 {
    max-width: 660px;
}
.max-288{
    max-width: 660px;
    
}

.expert-list {
    margin-top: 40px;
    width: 1220px;
    margin-left: -10px;
    margin-right: -10px;
}
.expert-list_item {
    margin-bottom: 40px;
    width: 580px;
    height: 259px;
    background: #ffffff;
    box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.08);
    transition: all 200ms ease-in;
    overflow: hidden;
    border: 2px solid transparent;
    box-sizing: border-box;
margin-right: 40px;}
.expert-list_item:hover {
    transform: translate(0, -8px);
    box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.17);
border: 2px solid rgba(157, 189, 255, 0.56);
}
.expert-list_item-avatar {
    width: 187px;
    height: 259px;
    object-fit: scale-down;
}
.expert-list_item-info {
    box-sizing: border-box;
    width: 386px;
    height: 259px;
    padding: 22px 25px;
    background-color: #fff;
box-sizing: border-box;}
.expert-list_item-name {
    margin-bottom: 26px;
    height: 33px;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    line-height: 33px;
}
.expert-list_item-name::after {
    display: block;
    margin-top: 14px;
    width: 61px;
    height: 1px;
    content: "";
    border-bottom: 2px solid #000000;
}
.expert-list_item-profess {
    margin-bottom: 6px;
    height: 40px;
    font-size: 12px;
    font-weight: 400;
    color: #676767;
    line-height: 20px;
    letter-spacing: 1px;
}
.expert-list_item-desc {
    margin-bottom: 26px;
    height: 44px;
    font-size: 16px;
    font-weight: 400;
    color: #676767;
    line-height: 22px;
}
.expert-list_item:nth-child(2n){
    margin-right: 0;
}