.head_box{
    width: 100%;
    position: relative;
}
.head_box img{
    width: 100%;
    height: 450px;
}

.head_box_cont{
    position: absolute;
    width: 1200px;
    /* top: 60%; */
    top: 230px;
    left: 50%;
    transform: translate(-50%,-50%);
}

.head_box_cont_tit{
    font-size: 60px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 84px;
    letter-spacing: 1px;
}

.head_box_cont_desc{
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    margin-top: 40px;
}

.new_box{
    background: #F4F4F4;
    padding-bottom: 80px;
}

.new_box_tit{
    font-size: 38px;
    font-weight: 500;
    color: #333333;
    line-height: 53px;
    text-align: center;
    padding: 80px 0 60px;
}

.page {
    display: inline-block;
    /* margin: 50px; */
}

.pagelist {
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
}

.pagelist span {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.pagelist .jump {
    display: inline-block;
    /*padding: 6px 14px;*/
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
    min-width: 40px;
    min-height: 40px;
    background: #ffffff;
    border-radius: 6px;
}

.pagelist .bgprimary {
    cursor: default;
    color: #fff;
    background-color: #FF8F1E;
    border-radius: 6px;
}

.jumpinp input {
    width: 80px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    line-height: 40px;
}

.ellipsis {
    padding: 0px 8px;
    text-align: center;
    cursor: pointer;
    margin-left: 30px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 6px;
}

.bgprimary {
    cursor: default;
    color: #fff;
    background: rgba(255, 30, 27, 1);
    border-radius: 6px;
}

.pagelist .jump.disabled {
    pointer-events: none;
    color: rgba(153, 153, 153, 1);
}

.jumppoint {
    margin: 0 10px 0 20px;
}

.pagelist .gobtn {
    display: inherit;
    cursor: inherit;
    background: #F4F4F4;
}

.pageNum {
    display: inline-block;
    height: 28px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 28px;
}
.tfj{
    /* margin:auto;
    width:1100px; */
    /* background-color:red; */
    /*padding-bottom:100px;*/
    text-align:center;
    display:none;
}

.new_box_list{
    width: 1200px;
    margin:auto;
    padding-bottom: 20px;
}

.list_li{
    background: #FFFFFF;
    border-radius: 4px;
    /* padding: 30px; */
    padding: 26px 40px 26px 25px;
    display: flex;
    margin-bottom: 40px;
    position: relative;
}

.list_li a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
}

.list_li_back{
    width: 310px;
    height: 207px;
    object-fit: cover;
}

.list_li_time{
    width: 240px;
    height: 129px;
    border-left: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}

.list_li_time_day{
    font-size: 66px;
    font-weight: 400;
    color: #333333;
    line-height: 52px;
}

.list_li_time_len{
    font-size: 50px;
    font-weight: 400;
    color: #666666;
    line-height: 52px;
    margin-left: 10px;
}
.list_li_time_year{
    margin-left: 6px;

}
.list_li_time_year p{
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}

.list_li_cont{
    padding: 0 25px;
    flex: 1;
    position: relative;
}

.list_li_cont_tit{
    width: 573px;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin-top: 19px;
}

.list_li_cont_desc{
    width: 573px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-top: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list_li_cont_num{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 11px;
    left: 25px;
}

.list_li_cont_num img{
    width: 24px;
    height: 16px;
    margin-right: 9px;
}
.list_li_cont_num p{
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}


.media-center-detail .main-banner {
    background: url(/static/website/img/spark/media-center-banner.png) center center no-repeat
}

.media-center-detail .phone-detail-header {
    display: none
}

.media-center-detail .title {
    width: 1200px;
    margin: 78px auto 40px auto;
    position: relative;
    text-align: center
}

.media-center-detail .title h3 {
    font-size: 30px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e5e5e5
}

.media-center-detail .title .time {
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -95px;
    width: 190px;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
    font-size: 14px;
    color: #999
}

.media-center-detail .content {
    width: 1200px;
    margin: 0 auto
}

.media-center-detail .content img {
    max-width: 100%
}

.media-center-detail .nav {
    width: 1200px;
    margin: 30px auto 80px auto;
    border-top: 1px solid #e5e5e5;
    padding-top: 36px
}

.media-center-detail .nav a {
    display: block;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 20px
}

.media-center-detail .nav a .tip {
    float: left;
    color: #ff8d1a
}

.media-center-detail .nav a .name {
    float: left
}
