/* 
* @Author: anchen
* @Date:   2015-05-25 17:28:30
* @Last Modified by:   anchen
* @Last Modified time: 2015-07-02 10:54:27
*/
/*布局公共CSS类*/
.xbox
{
    /* Webkit: collapse white-space between units 去掉IE10以下布局都不可以用*/
    letter-spacing: -0.31em;
    *letter-spacing: normal; /* reset IE < 8 */
    *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
    text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    /* IE10 uses display: flexbox */
    display: -ms-flexbox;-ms-flex-flow: row wrap;
}
.xbox-1,.xbox-1-2,.xbox-1-3,.xbox-2-3,.xbox-1-4,.xbox-3-4,.xbox-1-5,.xbox-2-5,.xbox-3-5,.xbox-4-5,.xbox-1-6,.xbox-5-6,
.xbox-11-24,.xbox-13-24,.xbox-7-12,.xbox-5-12,.xbox-1-8,.xbox-3-8,.xbox-5-8,.xbox-7-8,.xbox-1-24,.xbox-1-12,.xbox-7-24
{display: inline-block;*display: inline;zoom: 1;letter-spacing: normal;word-spacing: normal;
    vertical-align: top;/*设置元素的垂直对齐文本的顶部 */
    text-rendering: auto;}
.xbox-1{width: 100%;}
.xbox-1-2{width: 50%;*width: 49.9690%;}
.xbox-1-3{width: 33.3333%;*width: 33.3023%;}
.xbox-2-3{width: 66.6667%;*width: 66.6357%;}
.xbox-1-4{width: 25%;*width: 24.9690%;}
.xbox-3-4{width: 75%;*width: 74.9690%;}
.xbox-1-5{width: 20%;*width: 19.9690%;}
.xbox-2-5{width: 40%;*width: 39.9690%;}
.xbox-3-5{width: 60%;*width: 59.9690%;}
.xbox-4-5{ width: 80%;*width: 79.9690%;}
.xbox-1-6{width: 16.6667%;*width: 16.6357%;}
.xbox-5-6{ width: 83.3333%;*width: 83.3023%;}
.xbox-11-24 {width: 45.8333%;*width: 45.8023%;}
.xbox-13-24 {width: 54.1667%;*width: 54.1357%;}
.xbox-5-12{width: 41.6667%;*width: 41.6357%;}
.xbox-7-12{width: 58.3333%;*width: 58.3023%;}
.xbox-1-8{width: 12.5000%;*width: 12.4690%;}
.xbox-3-8{width: 37.5000%;*width: 37.4690%;}
.xbox-7-8{width: 87.5000%;*width: 87.4690%;}
.xbox-5-8{width: 62.5000%;*width: 62.4690%;}
.xbox-1-24 {width: 4.1667%;*width: 4.1357%;}
.xbox-1-12{width: 8.3333%;*width: 8.3023%;}
.xbox-7-24{ width: 29.1667%;*width: 29.1357%;}



*{
    margin:0px;
    padding:0px;
    font-size: 12px;
    /*font-family: "Microsoft YaHei";*/
}
#newsjp_header{color:#E8640D;}
#news_header{color: #E8640D;}
    .content{
        width:990px;
        margin:30px auto 69px auto;
    }
        .content .menubar{
            height:409px;
            margin-top: 5px;
        }
            .content .menubar li{
                list-style-type: none;
                width:183px;
                height:36px;
                line-height: 36px;
                padding-left: 37px;
            }
            .content .menubar li.menubar-news{
                border-bottom: 1px solid #e9e9e9;
                background: url(../img/news-icon2.png) 1px 6px no-repeat;

            }
            .content .menubar li.menubar-notice{
                background: url(../img/news-icon1.png) 1px 9px no-repeat;
            }
                .content .menubar li.menubar-notice a:link,
                .content .menubar li.menubar-notice a:visited,
                .content .menubar li.menubar-notice a:hover{
                    
                    color:#656364;
                    text-decoration: none;
                    font-size: 18px;
                }
                .content .menubar li.menubar-notice a:hover{color:#197ed8;}

                .content .menubar li.menubar-news a:link,
                .content .menubar li.menubar-news a:visited,
                .content .menubar li.menubar-news a:hover{
                    color:#656364;
                    text-decoration: none;
                    font-size: 18px;
                }
                .content .menubar li.menubar-news a:hover{color:#197ed8;}
        .news-list{margin-left: 21px;}
            .news-list li{
                list-style-type: none;
                margin-bottom: 22px;
            }
                .news-list .title{line-height: 36px;}
                .news-list .news-ct{line-height: 24px; color:#959595;}
                .news-list .date{
                    line-height: 48px; 
                    color:#959595; 
                }
                    .news-list li a:link,
                    .news-list li a:visited{text-decoration: none; font-size: 18px; color:#322e2f;}
                    .news-list li a:hover{text-decoration: underline; font-size: 18px; color:#322e2f;}
        .page{}
            .page p,.page ul{float:right}
            .page li{
                list-style-type: none;
                float:left;
                width:26px;
                height:26px;
                border-radius: 2px;
                text-align: center;
                line-height: 26px;
                margin:0 2px;
            }
            .page li:hover{background-color:#ededed;}
            .page li.on{background-color:#498ae6;}
            
            .page li a:link,
            .page li a:visited,
            .page li a:hover{text-decoration: none; color:#959595;}
            .page li.on a:link,.page li.on a:visited,.page li.on a:hover{color:#fff;}
            .page .prev,.page .next{
                color:#959595;
                background-color:#ededed;
            }
            .page p{font-size: 14px; color:#000100;line-height: 26px;}


            .news-list .title a:link,
            .news-list .title a:visited,
            .news-list .title a:hover{font-size: 14px;}
