﻿/*
 * @Descripttion: 新闻详情-css
 * @Author:
 * @Date: 2022-09-14 11:18:34
 * @LastEditTime: 2022-09-20 17:38:11
 * @FilePath: \cms-xyzg-YingKou\cms\css\content.css
 */


.contentBox {
    background-color: #fff;
    border-radius: 0px 0px 15px 15px;
    margin-bottom: 63px;
    padding: 0 30px 44px;
    -webkit-border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    -ms-border-radius: 0px 0px 15px 15px;
    -o-border-radius: 0px 0px 15px 15px;
}

.contentBox .bottom {
    min-height: 720px;
    background: #FFFFFF;
    border-radius: 0px 0px 15px 15px;
    -webkit-border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    -ms-border-radius: 0px 0px 15px 15px;
    -o-border-radius: 0px 0px 15px 15px;
}

.contentBox .bottom .top {
    background-color: #F5FAFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0 24px;
}

.contentBox .bottom .top .title {
    text-align: center;
    font-size: 24px;
    color: #333333;
}

.contentBox .bottom .top .detail {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #999999;
    margin-top: 28px;
}

.contentBox .bottom .top .detail .line {
    width: 2px;
    height: 14px;
    background-color: #999999;
    margin: 0 23px;
}

.contentBox .bottom .textDetail {
    font-size: 16px;
    color: #333333;
    margin-top: 37px;
}

.contentBox .bottom .textDetail  img{
    max-width: 1050px;
}