.expressnews_content {
    width: 100%;
    background: #f6f6f6;
    box-sizing: border-box;
    border: 1px solid #f6f6f6;
}

.expressnews_content .mbx {
    width: 1200px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    margin: 0px auto;
    margin-top: 20px;
}

.expressnews_content .mbx span {
    color: #999999;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 16px;
}

.expressnews_data {
    width: 1200px;
    margin: 0px auto;
    margin-top: 20px;
}

.expressnews_ctl {
    width: 100%;
    padding-left: 440px;
    box-sizing: border-box;
}

.expressnews_ctl_item {
    width: 100px;
    float: left;
    margin-bottom: 20px;
    cursor: pointer;
}

.expressnews_ctl_item span {
    width: 75px;
    height: 23px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
    margin: 0px auto;
    text-align: center;
}

.expressnews_ctl_item span:hover {
    color: #e23f24;
}

.expressnews_ctl_item.active:hover {
    color: #e23f24;
    background: #f6f6f6;
}

.expressnews_ctl_item.active span:hover {
    color: #e23f24;
    background: #f6f6f6;
}

.expressnews_ctl_item.active span {
    width: 75px;
    height: 23px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: 500;
    color: #e23f24;
    line-height: 24px;
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
    margin: 0px auto;
    border-bottom: 2px solid #e23f24;
    text-align: center;
}

.expressnews_list {
    width: 100%;
    display: none;
    position: relative;
}

.expressnews_item {
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}

.expressnews_item img {
    width: 186px;
    height: 114px;
    background: rgba(235, 235, 235, 1);
    margin: 20px;
    float: left;
    display: block;
}

.expressnews_item div {
    width: 946px;
    float: left;
}

.expressnews_item div h2 {
    width: 100%;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.expressnews_item div p {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* 详情页 */

.expressnews_title {
    width: 1200px;
    background-color: #ffffff;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 60px;
    box-sizing: border-box;
}

.expressnews_title h1 {
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
    margin-bottom: 46px;
    text-align: center;
}

.expressnews_title p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.result_list_top {
    width: 100%;
    height: 54px;
    background: #ffffff;
    position: relative;
    border: 1px solid #f1f1f1;
}

.search_page {
    position: absolute;
    right: 0px;
    top: 10px;
    padding-right: 20px;
}

.search_page img {
    width: 28px;
    height: 34px;
    vertical-align: top;
    margin-left: 10px;
}

.search_page span.active {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #e13f23;
    line-height: 16px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
}

.search_page span {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin-top: 9px;
    display: inline-block;
    vertical-align: top;
}