/* 
* @Author: anchen
* @Date:   2015-05-25 15:34:46
* @Last Modified by:   anchen
* @Last Modified time: 2015-07-02 20:38:22
*/

/*布局公共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;}
    .banner{
        width:990px;
        margin:0 auto;
    }
    .content{
        width:990px;
        margin:0 auto;
        margin-bottom: 69px;
    }
        .content .xbox{
            margin-top: 44px;
        }  
            .content .xbox .news{position: relative; width:484px;}
            .content .xbox .right{float: right;}
                .content .xbox .news h3{
                    font-size: 24px;
                    font-weight: 400;
                    line-height:52px;
                    color:#888;
                    border-bottom: 1px dotted #ddd;
                }
                .content .xbox .news .more{
                    position: absolute;
                    right:0px;
                    top:18px;
                }
                    .content .xbox .news .more a:link,
                    .content .xbox .news .more a:visited{
                        text-decoration: none;
                        color:#919499;
                    }
                    .content .xbox .news .more a:hover{text-decoration: underline; color:#919499;}
                .content .xbox .news li a:link,
                .content .xbox .news li a:visited{ text-decoration: none; color:#322e2f; font-size: 14px;}
                .content .xbox .news li a:hover{text-decoration: underline; color:#322e2f; font-size: 14px;}
                .content .xbox .news li{
                    list-style-type: none;
                }
                .content .xbox .news .title{line-height: 36px; margin-top: 12px; height: 36px; overflow: hidden;}
                .content .xbox .news .news-ct,.content .xbox .news .date{color:#959595; line-height: 24px;}
                .content .xbox .news .news-ct{height: 48px; overflow: hidden;}