﻿@charset "utf-8";
/* CSS Document */
.content {
    width: 1015px;
    margin: 0px auto;
    background-color: #fff;
}

    .content .newstop {
        width: 1015px;
        height: 49px;
        background: url(../../../images/xinwendongtai/content-1.png);
        overflow: hidden;
    }

        .content .newstop .newstoptext {
            float: right;
            margin-top: 26px;
            margin-right: 32px;
        }

            .content .newstop .newstoptext .newstoptexta {
                color: #9a6331;
            }
    /*内容区域左部分*/
    .content .newsbot {
        overflow: hidden;
    }

        .content .newsbot .newsbotleft {
            float: left;
            width: 253px;
            height: 169px;
            background: url(../../../images/xinwendongtai/contentleftbg.png);
            margin-top: 15px;
            margin-left: 5px;
        }

            .content .newsbot .newsbotleft .newsbotlist {
                width: 253px;
                height: 41px;
                background: url(../../../images/xinwendongtai/contentbar.png);
                line-height: 41px;
                text-align: center;
                font-size: 16px;
                font-weight: bold;
                color: #fff;
            }

               

            .content .newsbot .newsbotleft .newsbotlist2 {
                width: 253px;
                height: 41px;
                color:#6b6048;
                line-height: 41px;
                text-align: center;
                font-size: 14px;
                font-weight: bold;
                  border-bottom: #d7d7d7 1px solid;
              
            }
            .content .newsbot .newsbotleft .active {
              background: url(../../../images/xinwendongtai/contentbar.png);
                color: #fff;
            }

            .content .newsbot .newsbotleft .active  .newsbotlist1 .newscenter a{
            color:#fff;
            }
             .content .newsbot .newsbotleft .active  .newsbotlist2 .newscenter a{
            color:#fff;
            }
              .content .newsbot .newsbotleft .active  .newsbotlist3 .newscenter a{
            color:#fff;
            }
               .content .newsbot .newsbotleft .active  .newsbotlist4 .newscenter a{
            color:#fff;
            }
                .content .newsbot .newsbotleft .active  .newsbotlist5 .newscenter a{
            color:#fff;
            }



              

            .content .newsbot .newsbotleft .newsbotlist3 {
                width: 253px;
                height: 41px;
                line-height: 41px;
                text-align: center;
                font-size: 14px;
                font-weight: bold;
                color: #fff;
                border-bottom: #d7d7d7 1px solid;
            }

               
                    .content .newsbot .newsbotleft .newsbotlist3 .newscenter a {
                        color: #6b6048;
                    }

            .content .newsbot .newsbotleft .newsbotlist4 {
                width: 253px;
                height: 41px;
                line-height: 41px;
                text-align: center;
                font-size: 14px;
                font-weight: bold;
                color: #fff;
                border-bottom: #d7d7d7 1px solid;
            }

                

                    .content .newsbot .newsbotleft .newsbotlist4 .newscenter a {
                        color: #6b6048;
                    }

.newscenter a {
    color: #6b6048;
}
/*内容区域右部分*/
.content .newsbot .newsbotright {
    float: right;
    margin-top: 23px;
    margin-right: 45px;
    overflow: hidden;
}

    .content .newsbot .newsbotright .rightmid {
        width: 669px;
        border-left: #a9a9a9 1px solid;
        border-right: #a9a9a9 1px solid;
        padding-top: 15px;
    }

        .content .newsbot .newsbotright .rightmid .rightmidp {
            overflow: hidden;
        }

            .content .newsbot .newsbotright .rightmid .rightmidp .rightmidp1 {
                float: left;
                background: url(../../../images/xinwendongtai/dot.png) no-repeat 18px 13px;
                line-height: 30px;
                padding-left: 30px;
            }

            .content .newsbot .newsbotright .rightmid .rightmidp .rightmidp2 {
                float: right;
                line-height: 30px;
                margin-right: 25px;
            }
/*页码*/
.content .pages {
    float: right;
    width: 500px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 15px;
}

    .content .pages li a {
        display: inline-block;
        height: 36px;
        line-height: 36px;
        background: url(../../../images/shouyeneirong/page_btn_2.png) repeat-x 0px -36px;
    }

    .content .pages li strong {
        display: inline-block;
        background: url(../../../images/shouyeneirong/page_btn_2.png) no-repeat 0px 0px;
    }

    .content .pages li span {
        display: inline-block;
        background: url(../../../images/shouyeneirong/page_btn_2.png) no-repeat right -72px;
        padding: 0px 10px;
    }

    .content .pages li {
        float: left;
        margin: 0px 6px;
    }

        .content .pages li.active a, .content .pages li:hover a {
            background: url(../../../images/xinwendongtai/page_acthov.png) repeat-x 0px -36px;
        }

        .content .pages li.active strong, .content .pages strong:hover strong {
            background: url(../../../images/xinwendongtai/page_acthov.png) no-repeat 0px 0px;
        }

        .content .pages li.active span, .content li.pages strong:hover span {
            background: url(../../../images/xinwendongtai/page_acthov.png) no-repeat right -72px;
        }
