/* 固定header占约72px，移除首页轮播app-box后需自行留出空间，避免标题被遮挡 */
.second-banner-box {
    margin-top: 72px;
}
.modelPage{
    height: auto;
}
.modelPage .smart-brain{
    min-height: 500px;
    background: #fff;
    padding-bottom: 40px;
}
.modelPage .box-container{
    width: 1280px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
/* 新闻详情页封面图 */
.modelPage .news-cover-img {
    text-align: center;
    margin-bottom: 20px;
}
.modelPage .news-cover-img img {
    max-width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    border-radius: 8px;
}
.modelPage .title {
    font-weight: 600;
    font-size: 32px;
    color: rgba(0, 0, 0, .9);
    padding-bottom: 56px;
    text-align: center;
    height: auto !important;
    line-height: 1.4 !important;
}
div.box-container p {
    text-indent: 3ch;
    line-height: 35px;
    text-align: left;
}
div.subtitle {
    text-align: center;
    font-size: 22px;
}
h3 span{
    font-weight:normal
}
div.box-container p.p {
    text-indent: 0ch;
}
.box-container ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 75px;
}
.box-container ul li {
    width: 33%;
    border-radius: 8px;
    background: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 16px;
}
.box-container ul li img {
    object-fit: cover;
    height: 300px;
    width: 100%;
}
.contentW {
    width: 1280px;
    margin: 0 auto;
    font-size: 14px;
    overflow: hidden;
    margin-top: 10px;
    background: white;
}
.news-content  .newsText {
    width: 900px;
}

.news-content  .newsImg, .news-content .newsText, .news-content .newsTime {
    float: left;
    color: #ffffff;
    height: 146px;
}
.news-content .contentW .newsTime {
    margin-left: 30px;
    border-left: 1px solid #f0f0f0;
    text-align: center;
    color: #333333;
    width: 306px;
    line-height: 20px;
    box-sizing: border-box;
    padding-top: 43px;
}
.news-content .contentW .newsTime > div {
    font-size: 16px;
}
.news-content .new-item .newsImg img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}

.news-content .contentW .newsTime i {
    font-size: 48px;
}

address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
    font-weight: 400;
}
.news-content .contentW .new-item .newsImg {
    width: 260px;
    height: 146px;
    overflow: hidden;
    border-radius: 4px;
}
.news-content .newsText {
    width: 100%;
    padding-left: 20px;
    font-size: 16px;
    position: relative;
    height: 355px;
}
.news-content .newsText .newsText-title {
    color: #333333;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 16px 0 15px;
}
.news-content .newsText .newsText-content {
    color: #666666;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 355px;
        line-height: 25px;
}
.news-content .new-item {
    box-sizing: border-box;
    padding: 16px 20px;
    margin: 16px 0;
    border-radius: 8px;
}
.contentW a {
    font-size: 14px;
}
.news-content .contentW:hover .news-detail {
    color: #ffffff;
    border: 1px solid #ffffff;
}
.news-content .contentW:hover .newsTime i, .news-content .contentW:hover .newsTime d {
    color: #ffffff;
}
.news-content .contentW:hover {
    background-color: #008dff;
}
.news-content .contentW .news-detail {
    border: 1px solid #ffffff;
    position: absolute;
    right: 0;
    top:10px;
    bottom: 0;
    width: 50px;
    height: 24px;
    border: 1px solid #666666;
    border-radius: 12px;
    font-size: 12px;
    color: #666666;
    text-align: center;
    line-height: 24px;
}
div.box-container p {
    text-indent: 0px;
}
@media (max-width: 1024px){
    .modelPage .box-container {
        width:100%;
    }
}
@media (max-width: 800px){
    .contentW {
        width:100%;
    }
}
