.content {
    width: 100%;
    background: #f6f6f6;
}

.content .pageheader {
    width: 100%;
    height: 200px;
    background: url(../images/newsinfo_banner.png) no-repeat;
    background-size: cover;
    padding: 148px 0 0;
    margin-top: 70px;
    box-sizing: border-box;
}

.content .pageheader p {
    color: #ffffff;
    font-size: 14px;
    font-family: "MicrosoftYaHeiUI";
    font-weight: 400;
}

.content .pageheader p a {
    color: #ffffff;
    font-size: 14px;
    font-family: "MicrosoftYaHeiUI";
}

.content .infoContent {
    padding: 33px 0 109px;
}

.content .infoContent .textarea-content {
    float: left;
    width: 870px;
    margin-right: 30px;
}

.content .infoContent .textarea-content .top {
    padding: 28px 32px 32px;
    box-sizing: border-box;
    background-color: #ffffff;
}

.content .infoContent .textarea-content .top .title {
    width: 100%;
    margin-bottom: 17px;
}

.content .infoContent .textarea-content .top .title span {
    font-size: 26px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
}

.content .infoContent .textarea-content .top .times {
    width: 100%;
    display: flex;
    align-items: center;
}

.content .infoContent .textarea-content .top .times img {
    width: 12px;
    height: 12px;
    margin-right: 7px;
}

.content .infoContent .textarea-content .top .times span {
    color: #5d6574;
    font-size: 14px;
    font-family: PingFang;
    font-weight: 500;
}

.content .infoContent .textarea-content .top .text-content {
    width: 100%;
    margin-top: 20px;
}

.content .infoContent .textarea-content .top .text-content p {
    color: #626262;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    margin-top: 20px;
}

.content .infoContent .textarea-content .top .text-content p img {
    display: block;
    max-width: 100%;
    /*width: 800px;*/
    /*height: 450px;*/
    margin: 0 auto;
}

.content .infoContent .textarea-content .top .text-share {
    width: 100%;
    height: 43px;
    margin-top: 40px;
}

.content .infoContent .textarea-content .bottom {
    width: 100%;
    padding: 15px 12px;
    box-sizing: border-box;
    margin-top: 15px;
    background-color: #ffffff;
}

.content .infoContent .textarea-content .bottom .prev {
    float: left;
}

.content .infoContent .textarea-content .bottom .prev span {
    color: #a0a0a0;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
}

.content .infoContent .textarea-content .bottom .prev p {
    color: #1b1b1b;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    margin-top: 5px;
    max-width: 320px;
}

.content .infoContent .textarea-content .bottom .prev p a {
    display: inline-block;
    width: 100%;
    color: #1b1b1b;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content .infoContent .textarea-content .bottom .prev p a:hover {
    color: #FF9500;
}

.content .infoContent .textarea-content .bottom .next {
    float: right;
}

.content .infoContent .textarea-content .bottom .next span {
    display: inline-block;
    width: 100%;
    text-align: right;
    color: #a0a0a0;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
}

.content .infoContent .textarea-content .bottom .next p {
    color: #1b1b1b;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    margin-top: 5px;
    max-width: 320px;
}

.content .infoContent .textarea-content .bottom .next p a {
    display: inline-block;
    width: 100%;
    color: #1b1b1b;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content .infoContent .textarea-content .bottom .next p a:hover {
    color: #FF9500;
}

.content .infoContent .textarea-content .bottom::after {
    content: "";
    display: table;
    clear: both;
}

.content .infoContent .content-recommend {
    float: left;
    width: 300px;
    padding: 27px 19px 29px 20px;
    box-sizing: border-box;
    background-color: #ffffff;
}

.content .infoContent .content-recommend .title {
    width: 100%;
}

.content .infoContent .content-recommend .title span {
    color: #1b1b1b;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.content .infoContent .content-recommend .content-recommend-list {
    width: 100%;
    /* display: flex; */
    margin-top: 20px;
}

.content .infoContent .content-recommend .content-recommend-list .avatar {
    float: left;
    width: 80px;
    height: 60px;
    background-color: #e5e5e5;
    margin-right: 12px;
}

.content .infoContent .content-recommend .content-recommend-list::after {
    content: "";
    display: table;
    clear: both;
}

.content .infoContent .content-recommend .content-recommend-list .avatar img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.content .infoContent .content-recommend .content-recommend-list p {
    width: auto;
    color: #313131;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* 将对象作为弹性伸缩盒子模型显示 */
    -webkit-line-clamp: 2;
    /* 控制最多显示几行 */
    -webkit-box-orient: vertical;
    max-height: 40px;
}

.content .infoContent .content-recommend a:hover .content-recommend-list p {
    color: #FF9500;
}

.content .infoContent .content-recommend .links {
    width: 100%;
}

.content .infoContent .content-recommend .links a {
    display: block;
    color: #313131;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    margin-top: 10px;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content .infoContent .content-recommend .links a:hover {
    color: #FF9500;
}

.content .infoContent::after {
    content: "";
    display: table;
    clear: both;
}


/* 移动端 适配*/

@media only screen and (max-width: 767px) {
    .content .pageheader {
        padding: 0 20px;
        height: 100px;
        padding-top: 60px;
        margin-top: 52px;
        box-sizing: border-box;
    }
    .content .infoContent {
        padding-bottom: 70px;
    }
    .content .infoContent .textarea-content {
        width: 90%;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .content .infoContent .textarea-content .top {
        padding: 18px 22px 22px;
        box-sizing: border-box;
    }
    .content .infoContent .textarea-content .top .title {
        margin-bottom: 10px;
    }
    .content .infoContent .textarea-content .top .title span {
        font-size: 20px;
    }
    .content .infoContent .textarea-content .top .text-content {
        margin-top: 20px;
    }
    .content .infoContent .textarea-content .top .text-content p {
        margin-top: 20px;
    }
    .content .infoContent .textarea-content .top .text-content p img {
        width: 100% !important;
        height: auto !important;
    }
    .content .infoContent .textarea-content .top .text-share {
        margin-top: 40px;
    }
    .content .infoContent .textarea-content .bottom .prev {
        float: none;
    }
    .content .infoContent .textarea-content .bottom .prev p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .content .infoContent .textarea-content .bottom .next {
        float: none;
    }
    .content .infoContent .textarea-content .bottom .next span {
        text-align: left;
    }
    .content .infoContent .textarea-content .bottom .next p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .content .infoContent .content-recommend {
        width: 90%;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        margin-top: 20px;
    }
}


/* iPad 适配*/

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .content .pageheader {
        height: 150px;
        padding-top: 92px;
        margin-top: 52px;
    }
    .content .infoContent {
        padding-bottom: 70px;
    }
    .content .infoContent .textarea-content {
        width: 100%;
        margin-right: 0;
    }
    .content .infoContent .textarea-content .top {
        padding: 18px 22px 22px;
        box-sizing: border-box;
    }
    .content .infoContent .textarea-content .top .text-content p img {
        width: 100% !important;
        height: auto !important;
    }
    .content .infoContent .textarea-content .top .text-share {
        margin-top: 51px;
    }
    .content .infoContent .content-recommend {
        width: 100%;
        margin-top: 20px;
    }
}


/* iPad Pro 适配*/

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .content .pageheader {
        margin-top: 52px;
    }
    .content .infoContent {
        padding-bottom: 70px;
    }
    .content .infoContent .textarea-content {
        width: 690px;
        margin-right: 15px;
    }
    .content .infoContent .textarea-content .top {
        padding: 18px 22px 22px;
        box-sizing: border-box;
    }
    .content .infoContent .textarea-content .top .text-content p img {
        width: 100% !important;
        height: auto !important;
    }
    .content .infoContent .content-recommend {
        width: 254px;
        padding: 17px 9px 19px 10px;
        box-sizing: border-box;
    }
}