#subject {
    min-width: 1230px;
}

#subject .d-flex {
    display: flex;
}

#subject .title-truncate {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#subject .text-truncate {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    /*控制文本行数*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#subject .align-items-center {
    align-items: center;
}

#subject .flex-column {
    flex-direction: column;
}

#subject .justify-center {
    justify-content: center;
}

#subject .justify-around {
    justify-content: space-around;
}

#subject .justify-between {
    justify-content: space-between;
}


#subject p,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

#subject #bgImg {
    overflow: hidden;
}

#subject #bgImg>img {
    width: 100%;
}

#subject .logo {
    top: 30px;
    left: calc(50% - 600px);
    position: absolute;
}

#subject .float-left {
    float: left;
}

#subject .float-right {
    float: right;
}


#subject .aHref {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

#subject .more {
    font-size: 14px;
    font-weight: 400;
    color: #E02738;
    margin-top: 18px;
    text-decoration: none;
}

#subject .fixed-bottom {
    bottom: 25px;
    right: 30px;
    position: absolute;
}

#subject .mainTitle {
    margin: 0 32px;
    color: #000000;
    font-size: 36px;
    font-weight: 400;
    position: relative;
    text-decoration: none;
}

#subject .subTitle {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    text-decoration: none;
}

#subject .text {
    font-size: 16px;
    font-weight: 400;
    color: #959595;
}

#subject .imgText {
    display: flex;
    align-items: center;
    justify-content: center;
}

#subject .imgText img {
    height: 18px;
    object-fit: contain;
}

#subject #content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
    text-align: center;
}

#subject #content #newsList {
    padding-top: 70px;
    padding-bottom: 50px;
}

#subject #content #newsList>div {
    overflow: hidden;
}

#subject #content #newsList #news a {
    display: block;
    overflow: hidden;
}

#subject #content #newsList #news a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

#subject #content #newsList>div ul {
    padding-left: 0;
    box-sizing: border-box;
    list-style-type: none;
    border: 1px solid #E5E5E5;
}

#subject #content #newsList>div ul li:not(:first-child) {
    border-top: 1px solid #E5E5E5;
}

#subject #content #newsList div.float-right {
    width: 60.4%;
}

#subject #content #newsList div.float-right li {
    width: 100%;
    padding: 21px;
    display: flex;
    transition: all 0.3s linear;
}

#subject #content #newsList div.float-right li:hover {
    box-shadow: 2px 2px 10px #5c4d4f;
}

#subject #content #newsList div.float-right li>div:first-child {
    text-align: right;
    padding-right: 30px;
    border-right: 1px solid #E5E5E5;
}

#subject #content #newsList div.float-right li>div:last-child {
    width: 78.3%;
    text-align: left;
    padding-left: 30px;
}

#subject #content #newsList div.float-right .day {
    font-size: 28px;
    font-weight: 400;
    color: #333333;
}

#subject #content #newsList div.float-right .year {
    font-size: 16px;
    font-weight: 400;
    color: #959595;
}

#subject #content #newsList div.float-right li div:last-child a,
#subject #content #newsList div.float-right li div:last-child p {
    padding-right: 25px;
}

#subject #reader {
    padding-top: 60px;
    padding-bottom: 75px;
    background-color: #F6F7F9;
}

#subject #reader article {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

#subject #reader article ul {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    text-align: left;
    padding-top: 58px;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: space-between;
}

#subject #reader article ul li {
    width: 49%;
    position: relative;
    box-sizing: border-box;
    transition: all 0.3s linear;
    padding: 40px 30px 25px 15px;
    background-color: #fff;
    border-bottom: 4px solid #E02738;
}

#subject #reader article ul li:nth-child(n+3) {
    margin-top: 20px;
}

#subject #reader article ul li:hover {
    box-shadow: 2px 2px 10px #5c4d4f;
}

#subject #reader article ul li.mt-20 {
    margin-top: 20px;
}

#subject #reader article ul li a+p {
    margin-top: 18px;
}

#subject #reader article ul li p {
    max-height: 90px;
    line-height: 30px;
    margin-bottom: 25px;
}