    @charset "utf-8";
    body {
        background: #fff;
    }
    
    .mc {
        margin-left: auto;
        margin-right: auto;
    }
    
    .mt5 {
        margin-top: 5px;
    }
    
    .mt30 {
        margin-top: 30px;
    }
    
    .ml20 {
        margin-left: 20px;
    }
    
    .w1200 {
        width: 1200px;
    }
    
    .w845 {
        width: 845px;
    }
    
    .w590 {
        width: 590px;
    }
    
    .w585 {
        width: 585px;
    }
    
    .w580 {
        width: 580px;
    }
    
    .w575 {
        width: 575px;
    }
    
    .w385 {
        width: 385px;
    }
    
    .w590 {
        width: 590px;
    }
    
    .w375 {
        width: 375px;
    }
    
    .w186 {
        width: 186px;
    }
    
    .w280 {
        width: 280px;
    }
    
    .h160 {
        height: 160px;
    }
    
    .pullLeft {
        float: left;
    }
    
    .mt5 {
        margin-top: 5px;
    }
    
    .mt10 {
        margin-top: 10px;
    }
    
    .mt15 {
        margin-top: 15px;
    }
    
    .mt20 {
        margin-top: 20px;
    }
    
    .mt25 {
        margin-top: 25px;
    }
    
    .mt30 {
        margin-top: 30px;
    }
    
    .mt35 {
        margin-top: 35px;
    }
    
    .mt60 {
        margin-top: 60px;
    }
    
    .ml5 {
        margin-left: 5px;
    }
    
    .ml10 {
        margin-left: 10px;
    }
    
    .ml15 {
        margin-left: 15px;
    }
    
    .ml20 {
        margin-left: 20px;
    }
    
    .ml25 {
        margin-left: 25px;
    }
    
    .ml30 {
        margin-left: 30px;
    }
    
    .ml35 {
        margin-left: 35px;
    }
    
    .ml40 {
        margin-left: 40px;
    }
    
    .ml60 {
        margin-left: 60px;
    }
    
    .mr25 {
        margin-right: 25px;
    }
    
    .mr0 {
        margin-right: 0px !important;
    }
    .pt12{
        padding-top: 12px;
    }


    .head {
        width: 100%;
        height: 123px;
    }
    
    .logo {
        width: 525px;
        float: left;
    }
    
    .search {
        float: right;
        width: 286px;
        height: 34px;
        border: 1px solid #999999;
        margin-top: 56px;
    }
    
    .search input {
        display: block;
        float: left;
        width: 240px;
        height: 32px;
        line-height: 32px;
        color: #999;
        font-size: 18px;
        outline: none;
        border: none;
        text-align: right;
        padding: 0 5px 0 4px;
    }
    
    .search a {
        float: left;
        display: block;
        width: 35px;
        height: 27px;
        margin-top: 3px;
        border-left: 1px solid #999999;
        background: url(../images/fdj.png) no-repeat center center;
    }
    
    .banner {
        width: 100%;
        height: 388px;
        overflow: hidden;
        position: relative;
    }
    
    .banner img {
        position: absolute;
        left: 50%;
        margin-left: -960px;
        display: block;
        width: 1920px;
        height: 396px;
    }
    
    .nav {
        width: 100%;
        height: 54px;
        background: #de2527;
    }
    
    .navCon {
        width: 800px;
        height: 54px;
        margin: 0 auto;
    }
    
    .navCon a {
        color: #fff;
        padding: 0 37px;
        line-height: 54px;
        font-size: 22px;
    }
    
    .navCon a:hover {
        color: #fff;
    }
    .toutiao {
        margin-top: 15px;
        width: 100%;
        text-align: center;
    }
    
    .toutiao>a {
        
        line-height: 52px;
        padding-top: 10px;
        color: #bb0015;
        font-size: 24px;
        font-weight: normal;
    }
    .toutiao p {font-size: 14px;}
    .toutiao p a{border-left: 1px solid #767676; padding: 0 10px;}
    .toutiao p a:first-child{border: none;}
    /* 新闻轮播图 */
    
    .w550 {
        width: 550px;
    }
    
    .slideNews {
        width: 100%;
        height: 350px;
        overflow: hidden;
        position: relative;
    }
    
    .slideNews .hd {
        overflow: hidden;
        position: absolute;
        right: 16px;
        bottom: 15px;
        z-index: 1;
    }
    
    .slideNews .hd ul {
        overflow: hidden;
        zoom: 1;
        float: left;
    }
    
    .slideNews .hd ul li {
        float: left;
        margin: 0px 4px;
        width: 11px;
        height: 11px;
        cursor: pointer;
        background: url(../images/off.png) no-repeat;
    }
    
    .slideNews .hd ul li.on {
        background: url(../images/on.png) no-repeat;
    }
    
    .slideNews .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }
    
    .slideNews .bd li {
        zoom: 1;
        vertical-align: middle;
    }
    
    .slideNews .bd img {
        width: 550px;
        height: 350px;
        display: block;
    }
    
    .newstextBox {
        width: 100%;
        height: 45px;
        line-height: 45px;
        position: absolute;
        bottom: 0;
        left: 0;
        text-indent: 10px;
        font-size: 14px;
        background: #8a0110;
        background: rgba(138, 1, 16, 0.6);
    }
    
    .newstextBox a {
        color: #fff;
    }
    
    .newstextBox a:hover {
        color: #fff;
    }
    .newsTop{
    border-bottom: 1px dashed #cccccc;
}
    .newsTop a {
        font-size: 18px;
        font-weight: bold;
    }
    .newsTop .newli{
        background: url(../images/li1.png) no-repeat left center;
        padding-left: 20px;
    }
    
    .newsTop p {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
        color: #333;
        line-height: 22px;
    }

    .newsTop p a{
        font-size: 14px;
        font-weight: normal;
        color: #8a0110;
    }

    .listNews {
        padding-top: 5px;
        
    }
    
    .listNews li {
        position: relative;
        font-size: 14px;
        line-height: 38px;
    }
    
    .listNews li span {
        color: #de2527;
    }
    
    .channel {
        position: relative;
        height: 82px;
        width: 549px;
        background: url(../images/channelBG.png) no-repeat;
    }
    .channel2 {
        position: relative;
        height: 82px;
        width: 549px;
        background: url(../images/channelBG2.png) no-repeat;
    }
    
    
    .channel .more,.channel2 .more {
        position: absolute;
        top: 12px;
        right: 0;
        font-size: 14px;
        color: #767676;
    }
    
    
    .listNews1 li {
        margin-left: 24px;
        line-height: 36px;
        font-size: 16px;
    }
    
    .foot {
        width: 100%;
        height: 70px;
        background: #a42c1b;
        text-align: center;
        padding-top: 15px;
        margin-top: 40px;
    }
    
    .foot p {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
    }
    /* 列表页 */
    
    .news_list {
        width: 1200px;
        padding: 0 45px;
        margin: 0 auto;
    }
    
    .news_list ul {
        margin-bottom: 43px;
    }
    
    .news_list li {
        height: 110px;
        padding-top: 4px;
        border-bottom: 1px dashed #d7d7d7;
    }
    
    .news_list li span {
        color: #a51426;
    }
    
    .news_list li h3 {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        font-weight: bold;
    }
    
    .news_list li p {
        line-height: 24px;
    }
    
    .news_list p a {
        color: #d60003;
    }
    /* 内容页 */
    
    .crumbs {
        height: 30px;
        padding-left: 5px;
        color: #333;
        font-size: 16px;
        background: url(../images/map1.png) repeat-x bottom left;
    }
    
    .crumbs a {
        margin: 0 5px;
    }
    
    .content h3 {
        color: #333;
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        font-weight: bold;
        margin: 20px 0 10px;
        text-align: center;
    }
    
    .content p {
        font-size: 14px;
        line-height: 24px;
        text-indent: 2em;
        margin-top: 10px;
    }
    
    .detail p {
        text-indent: 2em;
        margin-bottom: 24px;
    }
    .listNews li span a{color:#bb0015;}