/*第二代选项卡*/
.tab {
    margin:0; 
    padding:0; 
    height:53px; 
    line-height:53px;
    float: left;
    /*margin-left:15px;*/
    font-size:18px;
    color:#a90110;
    width:738px;
    padding-bottom:10px;
}

    .tab UL {
        margin: 0;
        padding: 0;
        zoom: 1;
        clear: both;
    }

        .tab UL:after {
            display: block;
            height: 0px;
            visibility: hidden;
            clear: both;
            content: "";
        }

.tab UL LI {         
    float: left;
    margin: 0 0px;
    list-style: none;
    border-bottom: none;
    height: 53px;
    width: 146px;
    text-align: center;
    background: #fff;
    border-right:1px solid #CCC;
    border-top:1px solid #CCC;
    border-bottom:1px solid #ebb001;
    color:#333333;
    cursor: pointer;
        }
    .tab UL LI:nth-child(1) {
        border-left:1px solid #CCC;
    }
.tab UL LI.on {
                background:#ebb001;
                color:#fff;
                cursor: pointer;
            }

.tabList {
        width:740px; 
        /*height:162px;*/
        font-size:14px; 
        /*border-top:1px solid #CCC;*/ 
        font:bold "微软雅黑", Verdana, Arial, Helvetica, sans-serif; 
        text-align:left; 
        /*background:#fff;*/ 
        overflow:hidden;
        float: left;
}

    .tabList .one {     
        display: none;
        color: #333;
    }

    .tabList .block {
        display: block;
    }

.article {
    height: 145px; 
    margin-top: 20px;
}
.article_img {
    width: 220px;
    height:145px;
    overflow:hidden;
}
.article_img a img{
    width:220px;
    height:150px;
    margin: 0 auto;
    display: block;
    -webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: transform .3s linear;
    
}
.article_img:hover a img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.article_right {
    width: 500px; 
    margin-left: 15px;
}
.article_right1 {
    width: 500px; 
    height: 45px; 
    line-height: 45px; 
    border-bottom: 1px solid #CCC; 
    font-size: 16px;
}
.article_right1_cont {
   width: 350px;
   overflow: hidden;
   white-space: nowrap;
   text-align: left;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
}
.article_right1_time {
    width: 125px; 
    color: #333333;
    font-weight:500;
}
.article_right_cont {
    width: 500px; 
    color: #333333; 
    height: 57px; 
    overflow: hidden; 
    margin-top: 17px;
    font-weight:500;
}
 
.xw_xia ul{
   width:740px;
   float:left;
   list-style:none;
}
.xw_xia ul li {
   width:370px;
   float:left;
   height:38px;
   line-height:37px;
   /*border-bottom:1px dashed #CCC;*/
}
.xw_xia {
    margin-top:20px;
    border-top:2px solid #CCC;
}
.xw_xia li:nth-child(1) {
    display:none;
}
.xw_xia_box {
    width:360px;
    text-align:left;
    color:#333;
    border-bottom:1px dashed #CCC;
}
.xw_xia_left {
    width: 20px;
    height: 10px;
    margin-top: 15px;
}
.xw_xia_zhong {
   width:230px;
   overflow: hidden;
   white-space: nowrap;
   text-align: left;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
}
.xw_xia_right {
   width:100px;
   text-align:right;
} 