/*
 * @Description: 信息详情
 * @Autor: jjuan
 * @LastEditors: qianyuting
 * @LastEditTime: 2021-12-27
 */

/* 头部标题  */
.main-hd {
    background-image: url('../images/information_sharing/header_bg.jpg');
}

.main-tt {
    padding-top: 18px;
    line-height: 70px;
}

body {
    background: #f2f5fa;
}


.main-bd {
    margin-top: 11px;
    margin-bottom: 41px;
    padding: 30px 40px 0 40px;
    background: #fff;
}

/* 公告标题 */
.title-box {
    padding: 10px 24px 0 40px;
    height: auto;
    box-sizing: border-box;
    background: url('../images/information_sharing/title_box_bg.jpg') no-repeat top center;
    background-size: 100% 100%;
}

.img-box {
    margin-top:9px;
    width: 160px;
    height: 160px;
    border: 2px solid #ffffff;
    background: rgba(255, 255, 255, 0.48);
    text-align: center;
}

.img-box img{
    width: 133px;
    height: 132px;
   margin-top: 12px;
}

.img-text{
    font-size: 18px;
    line-height: 38px;
}

.title-tt h3{
    height: auto;
    line-height: 64px;
    font-size: 24px;
    font-weight:600;
}

.title-tt p{
    font-size: 16px;
    line-height: 32px;
}

/* 详情 */
.detail-box{
    position: relative;
    padding: 36px 15px 40px 40px;
}

.detail-box::before{
    position: absolute;
    content: '';
    height: 126px;
    width: 126px;
    right: 40px;
    top: 8px;
    background: url('../images/information_sharing/seal.png') no-repeat center center;
}

.detail-box p{
    line-height: 30px;
    font-size: 16px;
}

.detail-title{
    margin-top: 10px;
    font-weight: 600;
}
