
/* commonlist */
.tabbox .hd{
    background: rgb(235, 235, 235);
    height: 40px;
    line-height: 40px;	
}

.common_hd{  background: rgb(235, 235, 235); line-height: 40px; height: 40px;}
.common_hd li{float: left; height: 40px; cursor:pointer; width:97px; *width:96px; text-align:center; font-weight: normal;}
.common_hd li a{font-size:16px;  color: rgb(102, 102, 102);}
.common_hd div a{  color: rgb(102, 102, 102); font-size: 16px; display: block; padding: 0 10px;}
.common_hd div{float: left; height: 40px; cursor:pointer; text-align:center; white-space:nowrap;}
.common_hd li.on{background: url(/images/2017hd_tit_bg3.png) no-repeat -97px 0px;
    background-color: #135ca9; color:#fff;}
.common_hd li.on a{color: #fff;}

.common_newslist{margin-top: 10px;}
.common_newslist li{position:relative; padding:0 120px  0 12px; height:35px; line-height:35px; overflow:hidden; vertical-align:top; color: rgb(102, 102, 102);}
.common_newslist li:after{position:absolute; content:" "; left:0; top: 50%; margin-top: -1px; width: 4px; height: 4px; background: #cfb7b3; border-radius: 50%}
.common_newslist li:hover:after{background: #ff0000;}
.common_newslist li span{position:absolute; right:0; top:0; color:#999999; }
.common_newslist li a{float:left; max-width:100%; font-size: 15px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; color: rgb(102, 102, 102);}