﻿.newscss
{
    padding-bottom:160px;
}
    .newscss .listul {
    }


    .newscss .nsitem {
        display: block;
        width: 1480px;
        margin:0 auto;
        height: 160px;
        position: relative;
    }
        .newscss .nsitem .itemfr {
            position: absolute;
            right: 0px;
            top: 0px;
            width: calc((100% - 1480px) / 2);
            height: 160px;
        }
    .newscss .ns1480 {
        width: 1480px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .newscss .nsrq {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 200px;
        height: 160px;
        border-right: 1px solid #c5c5c5;
        box-sizing: border-box;
    }
    .newscss .date {
        color: #ad1e37;
    }
    .newscss .day {
        font-size: 50px;
        font-weight: bold;
    }
    .newscss .year {
        font-size: 16px;
    }
    .newscss .nscen {
        width: 90px;
        height: 160px;
        position: relative;
    }
    .newscss .dwx {
        position: absolute;
        z-index: 1;
        width: 40px;
        left: 0px;
        top: 80px;
        border-top: 1px solid #c5c5c5;
    }
    .newscss .nssx {
        flex: 1;
        display: flex;
        justify-content: space-between;
    }
    .newscss .strsx {
        padding: 20px;
    }
    .newscss .nsbt {
        line-height: 40px;
        font-size: 20px;
        font-weight: bold;
    }
    .newscss .nsms {
        height: 60px;
        line-height: 30px;
        font-size: 14px;
        color:#777;
    }
    .newscss .imgsx {
        padding: 20px 30px 0px 30px;
    }
        .newscss .imgsx img {
            display: block;
            height: 120px;
        }
/****/
    .newscss .nsfgx {
    }
    .newscss .fgx1480 {
        width: 1480px;
        margin: 0 auto;
    }
    .newscss .fgx {
        width: 200px;
        border-right: 1px solid #c5c5c5;
        box-sizing: border-box;
        height: 30px;
    }
/****/
    .newscss .nsitem:hover {
        background-color: #ad1e37;
        color:#000;
    }
        .newscss .nsitem:hover .itemfr {
            background-color: #FFF;
        }
        .newscss .nsitem:hover .date {
            color: #FFF;
        }
        .newscss .nsitem:hover .nscen {
            background-color: #FFF;
        }
        .newscss .nsitem:hover .dwx {
            border-color: #FFF;
        }

        .newscss .nsitem:hover .nssx {
            background-color: #FFF;
        }
/***详情**/
    .newscss .nscontent {
        width: 1000px;
        margin: 0 auto;
        padding-top: 50px;
    }
        .newscss .nscontent .nstitle {
            line-height: 50px;
            font-size: 30px;
            font-weight: bold;
            text-align: center;
        }
        .newscss .nscontent .nsfabu {
            text-align: center;
            color: #999;
            line-height: 60px;
            border-bottom: 1px solid #959595;
        }
        .newscss .nscontent .nsnr {
            padding-top: 20px;
            line-height: 30px;
            font-size: 16px;
        }
            .newscss .nscontent .nsnr p {
                margin: 0px;
                padding: 0px;
                text-indent: 2em;
                margin-bottom: 20px;
            }
            .newscss .nscontent .nsnr table {
                border-collapse: collapse;
                width: 100%;
            }
            .newscss .nscontent .nsnr td {
                padding: 5px 10px;
                line-height: 30px;
                border: 1px solid #CCC;
            }
            .newscss .nscontent .nsnr img {
                display: block;
                width: 100%;
                margin-bottom: 20px;
                border-radius: 3px;
            }
    .newscss .nsbotm {
        display: flex;
        justify-content: space-between;
        margin-top: 80px;
    }
    .newscss .nscontent .prexnext {
    }
    .newscss .nscontent .pna {
        margin-bottom: 10px;
        line-height: 30px;
        font-size: 16px;
    }
        .newscss .nscontent .pna label {
        }
        .newscss .nscontent .pna a {
        }
    .newscss .nscontent .nsback {
        display: block;
        width: 80px;
        text-align: center;
        height: 50px;
        margin-top: 15px;
        line-height: 50px;
        background-color: #F50;
        color: #FFF;
        box-sizing: border-box;
        border-radius: 4px;
        font-size: 18px;
    }