/*--------------------------------------------------
 *@名称:		相关的重要css
 *@作者:		小黑
 *@QQ:		    290948585
 *@Date:        2016-08-10
 *@版本:		st04
 *@网站:		www.dtmuban.com
 *			特注：此文件非经许可，请勿修改
--------------------------------------------------*/
/*资讯板块*/
.company_ping{width: 1190px;overflow: hidden;margin-top: 20px;}
/*左*/
.company_ping_1 {width:890px;}
.company_ping_1 .company_listmenu{
    padding: 2px 0px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
.company_ping_1 .company_listmenu .Themebg{background-color: #ffffff !important;border-top: #3b5998 3px solid;border-left: #ddd 1px solid;border-right: #ddd 1px solid;line-height: 36px;}
.company_ping_1 .company_listmenu span{
    padding: 0px 14px;
    cursor: default;
    display: block;
    margin-top: -1px;
    float: left;
}

.company_ping_1 .company_img{padding: 20px 0px 0 0px;display: inline-block;}

.new_it{float:left;width: 286px;margin-bottom: 20px;margin-right: 15px;border:1px solid #dddddd;}
.new_it:hover{border:1px solid #3b5998;}
.none_mr15{margin-right: 0px;}
.none_mb20{margin-bottom: 0px;}
.new_it img{width: 284px;}
.new_it p{padding:0 10px}
.new_it .txt_mame{height:40px;line-height:40px;font-size:16px;font-weight: 700;overflow: hidden;}
.new_it .txt_c{height:50px;line-height:23px}
.new_it .txt_c a{color: #666;}


/*右*/
.company_ping_2{width:280px;}

.company_ping_2_1{overflow:hidden}
.company_ping_2_1_name{border-bottom:1px solid #ddd;height:35px;line-height:35px;font-size:16px;margin-bottom:15px}
.company_ping_2_1_name h2.text{padding-left:3px;border-bottom: 2px solid #3b5998;width:95px;font-size:18px;color:#3b5998;height:35px;line-height:35px}
.company_ping_2_1_name h2.text:before{content: '';width: 3px; height: 18px;background: #3b5998;display: inline-block;vertical-align: middle;margin-right: 6px;}
.company_ping_2_list li.company_ping_2_list_name{height: 37px;line-height: 37px;font-size: 16px;overflow: hidden;}

.company_ping_2_list li .num {
    float: left;
    font-style: normal;
    width: 19px;
    line-height: 19px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
    background-color: #999;
    margin-top: 9px;
    margin-right: 8px;
}
.company_ping_2_list li .num.first {
    background-color: #e74c3c;
}
.company_ping_2_list li .num.second {
    background-color: #f1c40f;
}
.company_ping_2_list li .num.three {background-color: #3498db;}
