@charset "utf-8";
/* 通用 */
.position{position:relative;}
.ml{margin-left:10px;}
.mr_20{margin-right:20px;}
.ml_20{margin-left:20px;}
.mr{margin-right:10px;}
.mr_5{margin-right:5px;}
.mbottom{margin-bottom:10px;}
.mbottom_20{margin-bottom:20px;}
.red{color:#e42141;}
.size_yellow{color:#f3af4d;}
.size_yellow_1{color:#f88b2e;}
.size_white{color:#fff;}
.size_gray_1{ color: #444;}
.size_gray_2{ color: #666;}
.size_gray_3{ color: #999;}
.clear{clear:both;}
.fma{font-family:Arial;}
.red{color:#ff0000;}
.blue{color:#1c7dc7;}
.red_1{color:#fe7a7a;}
.red_2{color:#e32145;}
.red_3{color:#ff2251;}
.red_4{color:#ff0e41;}
.red_5{color:#e4393c;}
.red_6{color:#ce2f28;}
.red_7{color:#e42144;}
.red_8{color:#ff2150;}
.size_12{font-size:12px;}
.size_14{font-size:14px;}
.size_16{font-size:16px;}
.size_18{font-size:18px;}
.size_20{font-size:20px;}
.size_24{font-size:24px;}
.size_30{font-size:30px;}
.block{display:block;}
.text_indent_2{text-indent:2em;}
/* ins{text-decoration:none;}
hr{height:0;border:0;border-bottom:1px solid #ededed;margin:5px 0;}
hr.dashed{border-bottom:1px dashed #ededed;} */
.lettle_1{letter-spacing:1px;}
.lettle_2{letter-spacing:2px;}
.lettle_3{letter-spacing:3px;}
.text-center{text-align:center;}
.text-left,.p_text_left p{text-align:left;}
.text-right{text-align:right;}
/*.border{border:1px solid #ededed;}*/

.border_de{border:1px solid #ded9d9;}
.border_dd{border:1px solid #ddd;}
.border_1{border:1px solid #eee;}
.border-bottom{border-bottom:1px dashed #ededed;}
.border_top_1{border-top:1px solid #ededed;}
.border-top_3{border-top:1px solid #eaeaea;}
.border_top_5{border-top:5px solid #1c7dc7;}
.border_right_1{border-right:1px solid #ededed;}
.border_left_1{border-left:1px solid #ededed;}
.border_bottom_1{border-bottom:1px dashed #ededed;}
.border_bottom_2{border-bottom:1px solid #eee;}
.border_bottom_dashed{border-bottom:1px dashed #eee;}
.b_t_dashed{border-top:1px dashed #ddd;}
.border_dashed{border:1px dashed #ddd;}
.padding{padding:10px;}
.padding_5{padding:5px;}
.padding_l_20{padding-left:20px;}
.padding_t_b{padding:10px 0;}
.padding_20{padding:20px;_padding:20px 5px;}
.padding_40{padding:20px 40px;_padding:20px 5px;}
.padding_0_25{padding:0 25px;_padding:0 5px;}
.padding_20_40{padding:20px 40px;_padding:10px 20px;}
.padding_40_0{padding:40px 0px;_padding:0px 20px;}
.padding_30_0{padding-top:30px;padding-bottom:30px;}
.bg_white{background:#fff;}
.bg_blue{background:#1c7dc7;}
.bg_gray_1{background:#f5f5f5;}
.bg_gray_2{background:#f1f1f1;}
.bg_gray_3{background:#f8f8fa;}
.bg_gray_4{background:#f2f2f2;}
.hidden,.hiddendiv{display:none;}
.radius{border-radius:4px;}
.lineh_20{line-height:20px;}
.lineh_25{line-height:25px;}
.lineh_30{line-height:30px;}
.xzyh{
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.xz2h{
	overflow:hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.list_h_xz2h{height:45px;}
.xz3h{
	overflow:hidden;
	display: -webkit-box;
	line-clamp:3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.xz4h{
	overflow:hidden;
	display: -webkit-box;
	line-clamp: 4;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
strong,.bold{font-weight:600;}
.size_12{font-size:12px;}
.size_14{font-size:14px;}
.size_16{font-size:16px;}
.size_18{font-size:18px;}
.size_20{font-size:20px;}
.size_24{font-size:24px;}
.size_30{font-size:30px;}
.size_hui{color:#999;}
.size_hui_1{color:#777;}
.m_span{margin:0 5px;}
.mtop{margin-top:10px;*margin-top:10px;}
.mtop_5{margin-top:5px;}
.mtop_15{margin-top:15px;}
.mtop_20{margin-top:20px;}
.mtop_30{margin-top:30px;}
.mtop_40{margin-top:40px;}
.mtop_50{margin-top:50px;}
.mtop_60{margin-top:60px;}
.mtop_70{margin-top:70px;}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
	min-width:1250px;
}
.container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.container::before, .container::after {
    display: table;
    content: "";
    line-height: 0;
}
.container::after {
    clear: both;
}
.row-fluid {
    width: 100%;
}
.row-fluid::before, .row-fluid::after {
    display: table;
    content: "";
    line-height: 0;
}
.row-fluid::after {
    clear: both;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0px;
}
.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 20px;
    float: left;
    /*margin-left: 2.5641%;*/
}

.row-fluid .span3{width:25%;}
a img {
    border: 0px none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0px none;
	
}
ul,ol{margin:0 auto;padding:0;}
li,ol{list-style:none;list-style: outside none none;}
.thumbnails::before, .thumbnails::after {
    display: table;
    content: "";
    line-height: 0;
}
.thumbnails::after {
    clear: both;
}
.fl,.thumbnails li,.ul_list_2 li,.ul_list_3 li,.ul_list_4 li,.ul_list_5 li,.ul_list_6 li,.ul_list_7 li,.ul_list_8 li,.ul_list_9 li,.ul_list_10 li,.ul_list_11 li,.ul_list_12 li,dl.dl_list_2 dd,.ul_list li,.dl_list dd{float:left;}

.thumbnails::before, .thumbnails::after ,.breadcrumb::before,.breadcrumb::after,.page_ul::before,.page_ul::after,.ul_list::before,.ul_list::after,
.case::before,.case::after,.ul_list_1::before,.ul_list_1::after,.ul_float::before,.ul_float::after,.ul_list_2::before,.ul_list_2::after,.ul_list_3::before,.ul_list_3::after,.ul_list_4::before,.ul_list_4::after,.ul_list_5::before,.ul_list_5::after,.ul_list_6::before,.ul_list_6::after,.ul_list_7::before,.ul_list_7::after,.ul_list_8::before,.ul_list_8::after,.ul_list_9::before,.ul_list_9::after,.ul_list_10::before,.ul_list_10::after,.ul_list_11::before,.ul_list_11::after,.ul_list_12::before,.ul_list_12::after,.ol_list_2::before,.ol_list_2::after,dl.dl_list_2::before,dl.dl_list_2::after,dl.dl_list::before,dl.dl_list::after{
    display: table;
    content: "";
    line-height: 0;
}
.case::after,.thumbnails::after,.breadcrumb::after,.page_ul::after,.ul_list::after,.ul_list_1::after,.ul_float::after,.ul_list_2::after,.ul_list_3::after,.ul_list_4::after,.ul_list_5::after,.ul_list_6::after,.ul_list_7::after,.ul_list_8::after,.ul_list_9::after,.ul_list_10::after,.ul_list_11::after,.ul_list_12::after,.ol_list_2::after,dl.dl_list_2::after,dl.dl_list::after{
    clear: both;
}
.thumbnails li,.ul_list li,.float_left,.ul_list_h li,.ul_list_img li,.ul_float li{float:left;}
.ul_float_none li{float:none;}
ul.infolist li ,ul.listwithdate li,ul.infolist li, ul.inline li,ul.unstyled li {
	line-height:25px;
	word-break:keep-all;/* 不换行 */ 
	white-space:nowrap;/* 强制在同一行内显示所有文本，直到文本结束或者遭遇 br 对象。不换行 */ 
	overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */ 
	text-overflow:ellipsis;/* IE 专有属性，当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/ 
}

.ul_list_2 li ,dl.dl_list_2 dd{width:50%;}
.ul_list_3 li{width:33.3%;}
.ul_list_4 li{width:25%;}
.ul_list_5 li{width:20%;*width:19.9%;_width:19.0%;}
.ul_list_6 li{width:16.66666666%;}
.ul_list_7 li{width:14.2857142%;}
.ul_list_8 li{width:12.5%;}
.ul_list_9 li{width:11.1111111%;}
.ul_list_10 li{width:10%;}
.ul_list_11 li{width:9.09090909%;}
.ul_list_12 li{width:8.33333333%;}
.float_left,.fl{float:left;}
.float_right,.fr{float:right;}



.list_h3_1 {
    color: #4a4a4a;
    text-align: left;
    line-height: 30px;
    font-size: 18px;
}
.border_left_i {
    border-left: 5px solid #f78b31;
    line-height: 15px;
    font-size: 14px;
}
.border_left_blue_i {
    border-left: 5px solid #2e49b0;
    line-height: 15px;
    font-size: 14px;
}

/*油气首页-通用*/
.homelist_oil{ width:100%;min-width:1200px; margin: auto; height: 300px;}
.homelist_oil li{height: 100%; float: left;}
.homelist_oil a{display: block; width: 100%; position: relative; left: 0; top: 0; height: 170px;}
.homelist_oil img{display: block; width: 61px; height: 61px; margin:93px auto 0;}
.homelist_oil p{ width: 100%; line-height: 24px; text-align: center; color: #2E49B0; font-size: 16px;margin-top:20px;}
.homelist_oil span{ display: inline-block;}
.homelist_oil a:hover span{border-bottom: 2px solid #566cbf; color: #566cbf;}
.homelist_oil .Oilgas_HomeListIimg{display: none;position: absolute; left: 46%; top:34px; width: 126px; height: 27px; margin: 0;z-index: 2;}
.homelist_oil .Oilgas_HomeListIimg1{display: none;position: absolute; left: 46%; top:34px; width: 126px; height: 27px; margin: 0;z-index: 2;}

/*石化平台首页-通用*/
.iol_common_ul>li,.list_h2_more,.homeiol_right li,.list_ul_product i{background:url("../../en_images/common/newone/index_ico.png") no-repeat;}
.homeiol_left{width:252px;height:350px;}
.list_h2_more{text-indent:40px;line-height:46px;background-position:10px -801px;}

.list_h2_more a{
    height: 100%;
    line-height: 46px;
	font-size:16px;
	color:#444;
	}

.iol_common_ul{ width: 100%;}
.iol_common_ul>li{ width: 225px;text-indent:12px; height: 36px;margin: auto;border: 1px solid #fff; border-bottom: 1px solid #e6e6e6; font-size: 14px; color: #666;overflow: hidden;background-position:left -604px;}
.Common_BuyerNavsErji.oil_hover_ul_h{height:350px;}
.Common_BuyerBannerT.banner_oil_list{height:330px;overflow:hidden;}
.homeiol_middle{width:690px;margin-left:5px;height:350px;}
.homeiol_right{width:246px;height:350px;float:right;}
.h3_list_us{
	width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
	margin-bottom:5px;
}
.h3_list_us span{color:#425ab7;}
.hr-border-dashed-t{height:0px;margin:20px auto 15px;border:none;border-top:1px dashed #ddd;}
.homeiol_right li{line-height:24px;font-size:14px;color:#666;margin-bottom:6px;padding-left:35px;}
.homeiol_right li.li_tell{background-position:0px -695px;}
.homeiol_right li.li_mail{background-position:0px -735px;}
.homeiol_right li.li_adddress{background-position:0px -768px;}


/**/
.list_oil_main.Common_BuyerService {width: 100%;}
.Newenergy_NewBox{ width: 100%;}
.list_oil_main .Newenergy_Dynamic{float: left; width: 404px;}
.list_oil_main .Newenergy_DynamicDate{ width: 402px; height: 302px; border: 1px solid #ded9d9; background: #fff;}
.list_oil_main .Newenergy_Entrust{float: right; width: 786px;}
.list_oil_main .Newenergy_EntrustCont{width: 784px; height: 302px; border: 1px solid #ded9d9; background: #fff;}
.list_oil_main .Newenergy_EntrustText{ width: 744px; height: 138px; margin:20px auto 0; border: 1px solid #ded9d9; position: relative; left: 0; top: 0; font-size:16px;}
.list_oil_main .Newenergy_EntrustText>textarea{width: 100%; height: 100%;resize: none; outline: none; display: block; border: none; text-indent: 6px; color: #666;}
.list_oil_main .Newenergy_EntrustText>textarea.textarea_list_1{width: 724px;height:118px;padding:10px;}
.list_oil_main .Newenergy_EntrustHiti{ position: absolute; left: 0; top: 0; padding:14px; line-height: 24px; color: #ccc;}
.list_oil_main .Newenergy_EntrustList{float: left; padding-left: 30px;}
.list_oil_main .Newenergy_EntrustList>li{ width: 82px; float: left; padding-top: 16px; font-size: 16px; text-align: center;}
.list_oil_main .Newenergy_EntrustList>li img{display: block; width: 82px; height: 70px;}
.list_oil_main .Newenergy_EntrustList>li p{ width: 100%; height: 56px; line-height: 56px; color: #666;}
.list_oil_main .Newenergy_EntrustList .Newenergy_EntrustListnext{ width: 128px; }
.list_oil_main .Newenergy_EntrustList .Newenergy_EntrustListnext>img{display: block; margin:24px auto 0; width: 36px; height: 24px;}
.list_oil_main .Newenergy_EntrustNow{ width: 228px; height: 142px; float: right; background: #e6f0ff;}
.list_oil_main .Newenergy_EntrustPublish{ display: block; width: 180px; height: 42px; margin: 48px auto 0; border: 1px solid #2e49b0; cursor: pointer; background: #fff; font-size: 16px; color: #2e49b0}

.flow_path_ul p{font-size:16px;color:#666;line-height:30px;padding:0 5px;}
.flow_path_ul p.flow_path_1{margin-right:25px;}
.flow_path_ul p.flow_path_2{margin-left:25px;}
.btn_red_list_1{background:#cc0000;color:#fff;border:1px solid #cc0000;font-size:14px;padding:5px 50px;}
.btn_require_1{border:1px solid #2e49b0;color:#fff;background:#2e49b0;font-size:16px;padding:10px 50px;line-height:25px;}
.btn_red_list_1,.btn_require_1{filter:Alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}
.btn_require_1:hover,.btn_red_list_1:hover{filter:Alpha(opacity=100);-moz-opacity:1;opacity:1;}

.list_padding_common{padding:2px;}
.list_padding_common .border_dd{height:266px;}
.list_padding_common .common_list_h{height:50px;overflow:hidden;line-height:50px;font-size:16px;}
.list_padding_common .common_list_h .sp_w_common{width:60%;}
.list_padding_common .common_list_h .logo_h_common{width:40%;height:50px;overflow:hidden;}
.list_padding_common .common_list_h img{width:95%;/*height:50px;*/}
.list_padding_common .list_common_p{height:140px;overflow:hidden;}
.list_common_p p{line-height:25px;color:#666;font-size:14px;margin-bottom:5px;}
.list_common_p p .color_red_1,.list_common_p1 p .color_red_1{color:#cc0000;}
.img_commodity{width:50px;height:50px;}
.list_ul_product .common_list_h{height:228px;overflow:hidden;}

.list_ul_product li .border_shadow_list{
	transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
	}

.list_ul_product li:hover .border_shadow_list{box-shadow: 1px 2px 24px #d8d8d8;}
.list_ul_product i{display:block;position:absolute;width:70px;height:70px;top:0;right:0;z-index:2;background-position:-12px -860px;}
.list_common_p1{padding:0 10px 5px;}
.list_common_p1 p{line-height:25px;color:#666;font-size:14px;margin-bottom:2px;}

.Newenergy_NewFrim{ width: 1198px; height: 98px;margin: 20px 0; border: 1px solid #ded9d9; background: #fff; overflow: hidden; }
.Newenergy_NewFrimList{width: 100%; height: 100%;overflow: hidden; margin: 0 auto;}
.Newenergy_NewFrimList>li{ width: 180px; height: 96px; margin: 0px 10px; float: left;}
.Newenergy_NewFrimList>li>a{ display: block; width: 100%; height: 100%;}
.Newenergy_NewFrimList>li>a>img{ display: block; width: 100%; height: 100%;}
.Newenergy_Recommend{ width: 100%; }
.Newenergy_Recommend>li{ width: 238px; height: 310px; float: left; border: 1px solid #fff; margin-bottom: 50px;background: #fff; }
.Newenergy_Recommendlink{width: 100%; height: 274px; display: block;}
.Newenergy_Productimg{width: 238px; height: 240px; display: block;}
.Newenergy_ProductName{padding: 0 10px; height: 36px; line-height: 36px;font-size: 16px; color: #0d1115; font-weight: bold;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.Newenergy_RecommendPrice{padding: 0 10px; height: 30px; line-height: 30px; font-size: 16px;}
.Newenergy_Comred{color: #cc0004;}
.Newenergy_RecommendMoney{color: #666;}
.Newenergy_RecommendActive{padding: 0 10px; height: 44px;display: none;}
.Newenergy_RecommendJoin{float: left; width: 130px; height: 26px;line-height: 26px; text-align: center; margin-top: 9px; background: #cc0000; color: #fff;font-size: 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.Newenergy_RecommendCollect{float: right; height: 26px;line-height: 26px;margin-top: 9px;color: #999;font-size: 14px; cursor: pointer;}
.Newenergy_RecommendCollect>span{float: left;}
.Newenergy_RecommendCollectImg{display: block; float: left; width: 20px; height: 18px;margin-top: 4px; margin-right: 8px;}


.list_series span.list_series_sp{
	color: #666;
    font-weight: bold;
    line-height: 44px;
    width: 140px;
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 14px;
}

.list_series p{
	float: left;
    height: 44px;
    line-height: 44px;
    color: #666;
    margin-right: 30px;


}

.list_area i{
	color: #444;
    font-size: 14px;
    height: 0px;
    margin-top: 0px;
    margin-right: 0px;
}

.list_area span{
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
    background: url("/public/en_images/common/newone/list_circle.png") no-repeat;
	background-position:center -208px;
    float: left;
	margin-top: 14px;

}

.list_area.current span{background-position:center -238px;}

.list_area label {
    cursor: pointer;
    float: left;
    padding: 0 8px;
    font-size: 14px;
    cursor: pointer;
}

/* -----询价车页面-start----------------------- */
.list_trade_type{margin-bottom:20px;}
.list_trade_type span.list_trade_sp{
	color: #666;
    font-weight: bold;
    line-height: 44px;
   /*  width: 100px; */
    display: block;
    float: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 14px;
	margin-right:20px;
}

.list_trade_type p{
	float: right;
    height: 44px;
    line-height: 44px;
    color: #666;
    margin-right: 20px;


}

.trade_type i{
	color: #444;
    font-size: 14px;
    height: 0px;
    margin-top: 0px;
    margin-right: 0px;
}

.trade_type span{
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
    background: url("/public/en_images/common/newone/list_circle.png") no-repeat;
	background-position:center -208px;
    float: left;
	margin-top: 14px;

}

.trade_type.current span{background-position:center -238px;}

.trade_type label {
    cursor: pointer;
    float: left;
    padding: 0 8px;
    font-size: 14px;
    cursor: pointer;
}
.list_none_img{border:1px solid #dfdede;margin-top:10px;margin-bottom:45px;}
.list_none_img img.none_img{margin-top:20px;}
.list_none_img p{font-size:20px;color:#dfdede;}
/* -----询价车页面-end----------------------- */

/* 新增收货地址-start  立即询价、epay*/
.OnlineLog_NewTable{width: 1018px;border-top: 1px solid #ded9d9;border-left: 1px solid #ded9d9; margin-top: 24px; margin-bottom: 26px;}
.OnlineLog_NewTable thead{background: #f5f5f5;}
.OnlineLog_NewTable thead tr td{height: 28px;}
.OnlineLog_NewTable tr{border-bottom: 1px solid #ded9d9; overflow: hidden;font-size: 14px;color: #666;}
.OnlineLog_NewTable tr:hover{background: #f5f5f5;}
.OnlineLog_NewTable tr td{height: 48px;text-align: center; line-height: 20px; border-right: 1px solid #ded9d9;word-wrap:break-word;word-break:break-all;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box; box-sizing: border-box;}
.OnlineLog_NewTableCheck{float: left;margin: 18px 10px 0;}
.OnlineLog_NewTableName{float: left;width: 81%;padding-top: 8px;line-height: 20px;}
.OnlineLog_NewTable .OnlineLog_NewTableW180{width: 180px;}
.OnlineLog_NewTable .OnlineLog_NewTableW136{width: 136px;}
.OnlineLog_NewTable .OnlineLog_NewTableW220{width: 220px;}
.OnlineLog_NewTable .OnlineLog_NewTableW70{width: 70px;}
.OnlineLog_NewTable .OnlineLog_NewTableW101{width: 101px;}
.OnlineLog_NewTable .OnlineLog_NewTableW137{width: 137px;}
.OnlineLog_NewTable .OnlineLog_NewTableW167{width: 167px;}
.OnlineLog_NewTableBtn{display: block;float: left; width: 80px; height: 24px; background: #f78b31; color: #fff; border-radius: 4px; -moz-border-radius:4px; -webkit-border-radius:4px; border: none; outline: none; cursor: pointer;} 

.add_adress_new.OnlineLog_NewTableAlert{display: none;position: fixed; left: 0; top: 0; width: 100%; height: 100%; background:rgba(0,0,0,0.5); z-index: 10;}
.add_adress_new .OnlineLog_NewTableCont{width: 768px;/* height: 494px; */background: #fff; position: absolute; left: 50%; top: 50%; margin-left: -384px; margin-top: -247px;}
.add_adress_new .OnlineLog_NewTableBig{width: 100%; height: 40px; line-height: 40px; text-indent: 20px;background: #2e49b0; color: #fff; position: relative; left: 0; top: 0; font-size: 16px; color: #f2e7f9; font-weight: bold;}
.add_adress_new .OnlineLog_NewTableClose{position: absolute; right: 28px; top: 0; width: 50px; height: 28px; background: #586dc0; color: #f2e7f9; text-align: center; line-height: 28px; font-size: 20px; text-indent: 0; cursor: pointer;}
.add_adress_new .OnlineLog_NewTableHiti{ padding: 0 60px; height: 54px; line-height: 54px; color:#f60606; }
.add_adress_new .OnlineLog_NewTableList{ width: 100%;}
.add_adress_new .OnlineLog_NewTableList>li{ width: 100%; height: 40px; overflow: hidden;}
.add_adress_new .OnlineLog_NewTableList>li select{width: 160px; height: 28px; margin: 5px 10px 5px 0;border: 1px solid #dfdede; float: left;text-indent: 10px;}
.add_adress_new .OnlineLog_NewTableList>li input{border: 1px solid #ded9d9; margin-top: 5px;text-indent: 10px;;height: 28px; display: block;float: left;}
.add_adress_new .OnlineLog_NewTableLeft{float: left; width: 150px; line-height:40px; height: 100%;}
.add_adress_new .OnlineLog_NewTableRight{float:left; width: 572px; margin: 0 23px; height: 100%;color: #999;}
.add_adress_new .OnlineLog_NewTableLeft>i{float: right; color: #f60606;font-size: 16px; margin-top: 3px; font-weight: bold; margin-right: 6px;}
.add_adress_new .OnlineLog_NewTableLeft>span{float: right; font-size: 14px; color: #666;font-weight: bold;}
.add_adress_new .OnlineLog_NewTableW498{ width: 498px}
.add_adress_new .OnlineLog_NewTableW328{width: 328px;}
.add_adress_new .OnlineLog_NewTableW96{width: 96px;}
.add_adress_new .OnlineLog_NewTableLine{float: left; padding: 0 6px;color: #999; line-height: 40px;}
.add_adress_new .OnlineLog_NewTableMoren{float: left; line-height: 36px; padding-left: 10px; color: #666;}
.add_adress_new .OnlineLog_NewTablebuts{width: 100%; height: 52px; background: #e8edfe; position: relative; left: 0; bottom: 0; margin-top: 10px; text-align: center;}
.add_adress_new .OnlineLog_NewTablebuts>input[type=button]{width: 98px; height: 28px; display: inline-block; outline: none; cursor: pointer; margin:12px 10px 0; border-radius: 4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
.add_adress_new .OnlineLog_NewTableCancel{ border: 1px solid #ded9d9; background: #fff; color: #666;}
.add_adress_new .OnlineLog_NewTableSure{ border: 1px solid #f78b30; background: #f78b30; color: #fff;}
.add_adress_new .OnlinePayment{width: 1024px; margin:18px auto;}
.add_adress_new .OnlineSend{ width: 100%; margin:36px auto 40px; text-align: center;}
.add_adress_new .OnlineSend>input{ width: 142px; height: 30px;line-height: 30px;color: #fff; font-size: 14px; font-family: "微软雅黑"; background-color: #f78b31;cursor: pointer;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px; border: none; outline: none;}
/* 新增收货地址-end */

/* 新增发票*/
.newaddm .WriteOrder_FapiaoBox{width: 1198px; border: 1px solid #ded9d9;}
.newaddm .WriteOrder_FapiaoIs{width:100%; height: 60px; border-bottom: 1px dashed #ded9d9;}
.newaddm .WriteOrder_FapiaoIs label{float: left;line-height: 60px; font-size: 14px; color: #333}
.newaddm .WriteOrder_FapiaoChoose{width: 100%; padding-top: 4px;}
.newaddm .WriteOrder_FapiaoChooseTit{ width: 100%; height: 58px;}
.newaddm .WriteOrder_FapiaoChooseTit>li{float: left; height: 58px; margin-left: 42px; font-size: 14px; color: #333; position: relative; left: 0; top: 0; float: left; cursor: pointer;}
.newaddm .WriteOrder_FapiaoChooseTit>li>span{ display: block; width: 15px; height: 15px;  margin: 22px 24px 0 23px; background: url("/public/en_images/common/newone/tender_consultChange.png") no-repeat 0 -15px;cursor: pointer; float: left;}
.newaddm .WriteOrder_FapiaoChooseTit>li>input[type=radio]{ width: 15px; height: 15px; position: absolute; left: 23px; top: 22px; opacity: 0;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
.newaddm .WriteOrder_FapiaoChooseTit>li>label{float: left; line-height: 58px;}
.newaddm .WriteOrder_FapiaoChooseTit .WriteOrder_FapiaoCheck>span{ background: url("/public/en_images/common/newone/tender_consultChange.png") no-repeat 0 0px;}
.newaddm .WriteOrder_FapiaoList{width: 100%; padding-bottom: 16px;}
.newaddm .WriteOrder_FapiaoList>li{width: 50%; float: left; height: 44px; line-height: 44px; font-size: 14px; color: #333;}
.newaddm .WriteOrder_FapiaoLeft{float: left; width: 140px;}
.newaddm .WriteOrder_FapiaoLeft>span{float: right;}
.newaddm .WriteOrder_FapiaoXing{float: right; color: #d01818; font-size: 16px; margin: 3px 4px;}
.newaddm .WriteOrder_FapiaoRight{float: left; width: 298px; height: 22px; margin-top: 10px; border: 1px solid #ded9d9; font-family: 'Microsoft  Yahei'; text-indent: 4px;}
.newaddm .WriteOrder_FapiaoHiti{ width: 1198px; height: 28px; line-height: 28px; border: 1px solid #fff100; background: #fdface; color: #d01818;font-size: 14px; margin-top: 14px;}
.newaddm .WriteOrder_FapiaoHiti>i{float: left; margin:4px 6px 0 16px; font-weight: bold;}
.newaddm .NewAddress_common_btn{float: left; width: 132px; height: 30px; margin-left: 10px; background: #f78b31; margin-top: 8px; border: none; outline: none; font-family: "微软雅黑"; color: #fff; cursor: pointer;}

/*生成订单弹窗*/
.common_create .back_black{ width: 100%; /*min-height: 900px; */background: rgba(0,0,0,0.7);padding-top: 10px;padding-bottom: 10px;}
.common_create .Generate_order{width: 900px; height: 780px; background: #fff; margin: auto;border-radius:10px ;overflow: hidden;}
.common_create .Generate_order .title_order{ width: 100%; height: 50px; text-align: center;color: #fff;background: #3351BF; font-size: 16px; font-weight: 600;line-height: 50px;}
.common_create .Generate_order .title_order img{ margin: 15px;}
.common_create .main_order .top{width: 100%; height: 500px; border-bottom:1px solid #ccc}
.common_create .main_order .text_img{width: 31%;height: 460px; padding: 10px; margin: 10px 0 10px 0; float: left;border-right: 1px solid #ccc;}
.common_create .main_order .text_img img{ width: 240px; height: 180px;}
.common_create .main_order .text_img .img_box{text-align: center;}
.common_create .main_order .text_img .img_box span{display: block; width: 100%; height: 50px; line-height: 50px;}
.common_create .main_order .text_img ul{float: left; width: 78px; line-height: 25px;}
.common_create .main_order .text_img ul li{ margin-top: 20px;color: #666;max-height: 77px;overflow-y: auto;}
.common_create .main_order .fon_wie{font-weight: 900; font-size: 16px;}
.common_create .main_order .text_img .text_imgUl2{width: 200px;}
.common_create .main_order .text_img ul .fon_color{ color: #FF480E;font-size: 16px; font-weight:600;}
.common_create .main_order .List_box{ width: 64%;padding:10px; margin: 0px 0 10px 0;float: left; }
.common_create .main_order b{color: #F94C50;font-size: 20px; float: left; margin-right: 5px;margin-top: 4px; height: 28px;}
.common_create .main_order .List_box ul { width: 100%;min-height: 40px; float: left;}
.common_create .main_order .List_box ul  li{ float: left;font-size: 14px; margin-bottom: 10px;}
.common_create .main_order .List_box ul  li input{height: 28px;width: 310px; border: 1px solid #ccc;text-indent: 4px;}
.common_create .main_order .List_box ul  li select{ height: 30px;border: none; line-height: 30px;}
.common_create .main_order .List_box ul  li .maoyi{border: 1px solid #ccc; width:154px;color:#999}
.common_create .main_order .List_box ul .left_li{width:100px; color: #666; font-weight: 600; height: 30px; line-height: 30px;}
.common_create .main_order .List_box ul .right_text{float: left; padding: 0 4px;}
.common_create .main_order .List_box ul li p{float: left; line-height: 40px;}
.common_create .main_order .List_box ul li p a{ color: #70A9F5;text-decoration:underline;margin-left: 10px;}
.common_create .main_order .List_box ul li img{float: left; margin-top: 6px;}
.common_create .main_order .List_box ul li h2{cursor: pointer; width: 140px ;  height: 30px ;margin-top: 55px;border-radius: 5px; line-height: 30px ;text-align: center;border:1px solid #FF8B2E; color: #FF8B2E;}
.common_create .main_order .List_box ul li h3{ color: #FC3E3E;font-size: 12px;line-height: 25px;}


.common_create .main_order .bottom{ width: 85%; margin: auto;}
.common_create .main_order .bottom h2{ font-size: 16px; color: red; height: 50px; line-height: 50px;}
.common_create .main_order .Contacts_box {width: 600px; border: 1px solid #ccc; border-bottom: none;min-height: 80px; margin:16px 0 0  50px;border-right: none;}
.common_create .main_order .Contacts_box ul {float: left; color: #666;}
.common_create .main_order .Contacts_box ul .Contacts_tit{ width: 140px; padding-left: 59px;background: #F5F5F5; font-weight: 600;}
.common_create .main_order .Contacts_box ul li { float: left;width: 199px;text-align: center;line-height: 40px; height: 40px; border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;}
.common_create .main_order .Contacts_box ul li input{width: 195px; height: 33px; line-height: 33px; border: none;}
.common_create .main_order .Contacts_box ul li span	{ float: left;} 
.common_create .main_order .bottom .but{width: 50%; margin: auto; margin-top: 30px;}
.common_create .main_order .bottom .but span{font-size: 14px; border-radius: 3px;display: block; float: left; width: 140px; height: 35px; line-height: 35px ; text-align: center; margin-left: 108px;}
.common_create .main_order .bottom .but .quxiao{  background: #E6E6E6; color: #666666;}
.common_create .main_order .bottom .but .shengcheng{background: #F78B31;color:#fff;}



/*采购上订单*/

.purchases_order{width: 800px; height: 580px; background: #fff; margin: auto;border-radius:10px ;overflow: hidden;}
.purchases_order .title_order{ width: 100%; height: 50px; text-align: center;color: #fff;background: #3351BF; font-size: 16px; font-weight: 600;line-height: 50px;}
.purchases_order .title_order img{ margin: 15px;}
.main_purchases_order .top{width: 85%;margin: auto; min-height: 260px; border-bottom:1px solid #ccc;margin-top: 20px; overflow: hidden;}
.main_purchases_order .List_box ul { width: 50%;min-height: 50px; float: left;}
.main_purchases_order .List_box ul  li{ float: left;font-size: 14px;line-height: 50px; }
.main_purchases_order .List_box ul  li input{height: 30px;width: 240px; border: 1px solid #ccc;}
.main_purchases_order .List_box ul  li select{ height: 30px;border: none;}
.main_purchases_order .List_box ul  li .maoyi{border: 1px solid #ccc; width: 240px;color:#999}
.main_purchases_order .List_box ul .left_li{min-width: 80px; color: #666; font-weight: 600; }
.main_purchases_order .List_box ul li p{float: left; line-height: 50px;}
.main_purchases_order .List_box ul li p a{ color: #70A9F5;text-decoration:underline;margin-left: 10px;}
.main_purchases_order .List_box ul li img{float: left; margin-top: 10px;}
.main_purchases_order .List_box ul li h2{cursor: pointer; width: 130px ;float: left;  height: 25px ;margin:9px 0  0 10px;border-radius: 5px; line-height: 25px ;text-align: center;border:1px solid #FF8B2E; color: #FF8B2E;}
.main_purchases_order .List_box ul li h3{ color: #FC3E3E;font-size: 12px;line-height: 48px; margin-left:22px;float: left;}
.main_purchases_order b{color: #F94C50;font-size: 20px; line-height: 50px; float: left; margin-right: 5px;}

.main_purchases_order .bottom{ width: 85%; margin: auto;}
.main_purchases_order .bottom h2{ font-size: 16px; color: red; height: 50px; line-height: 50px;}
.main_purchases_order .Contacts_box {width: 600px; border: 1px solid #ccc; border-bottom: none;min-height: 80px; margin:0px 0 0  50px;border-right: none;}
.main_purchases_order .Contacts_box ul {float: left; color: #666;}
.main_purchases_order .Contacts_box ul .Contacts_tit{ width: 140px; padding-left: 59px;background: #F5F5F5; font-weight: 600;}
.main_purchases_order .Contacts_box ul li { float: left;width: 199px;text-align: center;line-height: 40px; height: 40px; border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;}
.main_purchases_order .Contacts_box ul li input{ width: 100%;border:none; height: 39px;text-align: center;}
.main_purchases_order .Contacts_box ul li span	{ float: left;} 
.main_purchases_order .bottom .but{width: 50%; margin: auto; margin-top: 30px;}
.main_purchases_order .bottom .but span{font-size: 14px; border-radius: 3px;display: block; float: left; width: 140px; height: 35px; line-height: 35px ; text-align: center; margin-left: 30px;}
.main_purchases_order .bottom .but .quxiao{  background: #E6E6E6; color: #666666;}
.main_purchases_order .bottom .but .shengcheng{background: #F78B31;color:#fff;}

/*采购需求列表*/
.DemandScreenTop{ width: 100%; min-height: 176px; border-top: 4px solid #415bbf; margin-top: 32px; background: #fff;}
.DemandSBiao_list{ width: 1198px; height: 100%; border-left: 1px solid #e6e6e6 ;border-right: 1px solid #e6e6e6; }
.DemandSBiao_list>li{min-height: 60px;font-size: 14px;}
.DemandScrName{ float: left; width: 140px; height: 100%; line-height: 40px; background: #ededed; text-align: center; color: #666;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.DemandScrCont{ float: left; width: 1058px; min-height: 39px;border-bottom: 1px solid #e3e9f5;}
.DemandSBiao_list .DemandScrCont{min-height:49px;}
.DemandScrCont>a{line-height: 40px; width:132px; display: block; float: left; text-align: center; color: #3a85eb;}
.DemandScrContNei{overflow: hidden; float: right; width: 926px;}
.DemandScrContNei>a{line-height: 40px; min-width:132px; display: block; float: left; text-align: center; color: #3a85eb;}
.DemandSBiao .DemandScrH57{ height: 57px;}
.DemandScrH57 .DemandScrName{line-height: 57px;}
.DemandScrH57 .DemandScrCont{line-height: 57px; min-height: 56px;}
.DemandScrH57 .DemandScrCont>a{ line-height: 57px;}
.DemandScrCont .DemandScrColC{color: #fd7502;}
.DemandScreenBot{ width: 1198px;min-height: 800px; border: 1px solid #e6e6e6; margin-top: 38px; background: #fff;}
.DemandSBcont{ width: 1180px; margin: auto;}
.DemandSBcont>li{ width: 1178px;height: 150px; border: 1px solid #e3e9f5; border-top: 8px solid #f2f2f2; margin-top: 8px; margin-bottom: 36px; position: relative;}
.DemandSBicon{ display: block; width: 96px;height: 96px; position: absolute; left: -40px; top: -18px;}
.DemandSBData{width: 915px; height: 124px; float: left; border-right: 1px solid #e3e9f5; margin-top: 11px; position: relative; left: 0; top: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;-o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.DemandSBTit{ width: 96%; height: 32px; line-height: 32px;font-size: 18px; color: #4a4a4a;text-indent: 22px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
/*国际贸易*/
.DemandDataNList{ width: 100%;}
.DemandDataNList>li{width: 228px;height: 50px;line-height: 50px; float: left; font-size: 14px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.DemandDataNName{width: 70px; color: #999; font-weight: bold; display: block; float: left; text-align: right;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.DemandDataNRow{width: 158px; color: #5e5e5e; float: left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.DataMoreNAlert{ min-width: 218px; border: 1px solid #ebeff8; position: absolute;top:60%; left: 35%;background: #fff; display: none; z-index: 2;}
.DataMoreNJiao{ width: 25px; height: 17px; display: block; background: url(/public/en_images/common/DataMoreJiao.png) no-repeat; position: absolute; top: -17px; left: 29px;}
.DataMoreNCont{ min-width: 200px; max-width: 400px;margin: auto; padding: 12px;}
.DataMoreNCont>p{ width: 100%; height: 36px; line-height: 36px; font-size: 14px; color: #5e5e5e;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.DataMoreNLine{ display: block; width: 100%; border: 1px solid #e3e9f5;}
/*国内贸易*/
.DemandDataList{ width: 100%;}
.DemandDataList>li{width: 304px;height: 50px;line-height: 50px; float: left; font-size: 14px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.DemandDataName{width: 86px; color: #999; font-weight: bold; display: block; float: left; text-align: right;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.DemandDataRow{width: 218px; color: #5e5e5e; float: left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.DemandDataMore{ color: #0165ec; cursor: pointer;}
.DemandDownload{width: 100%; display: block; color: #0165ec; overflow: hidden;}
.DemandDownload>img{ margin-top: 10px; float: left;}
.DemandDownload>span{ display: block; float: left; text-decoration: underline;margin-left: 4px;}
.DemandDownload .DemandDownloadImg{ margin-top: 20px; margin-left: 4px;}
.DemandSBLook{ width: 262px; height: 124px; float: left; margin-top: 11px; font-size: 14px;}
.DemandSBLook>p{ width: 100%; height: 40px; line-height: 40px; text-align: center; color: #666;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.DemandLookXu{width:152px;height: 28px; line-height: 28px; border: 1px solid #f9a25a;display: block;margin:0 auto; color:#f78b31;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}
.DemandLookXu:hover{background: #f78b31; color: #fff;}
.DataMoreAlert{ min-width: 218px; border: 1px solid #ebeff8; position: absolute;top:60%; left: 46%;background: #fff; display: none; z-index: 2;}
.DataMoreJiao{ width: 25px; height: 17px; display: block; background: url(/public/en_images/common/DataMoreJiao.png) no-repeat; position: absolute; top: -17px; left: 29px;}
.DataMoreCont{ min-width: 200px; max-width: 400px;margin: auto; padding: 12px;}
.DataMoreCont>p{ width: 100%; height: 36px; line-height: 36px; font-size: 14px; color: #5e5e5e;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.DataMoreLine{ display: block; width: 100%; border: 1px solid #e3e9f5;}
.page_box{margin-right: 20px;}
/*采购信息新增*/
.DemandSBiao.DemandSBiao_1>li{height:auto;min-height: 60px;}
.DemandScrName.p_list_common{line-height:60px;}
.right_common_w{
    float: left;
    width: 1058px;
    height: 59px;
    border-bottom: 1px solid #e3e9f5;
}


.right_common_w li{
	line-height: 40px;
    width: 132px;
    text-align: center;
	float:left;
	border:1px solid #fff;

}

.ul_show_v li{}
.right_common_w li a{display:block;color: #3a85eb;line-height: 40px;}
.right_common_w li .list_show_common a{color:#666;}
.right_common_w li .list_show_common a:hover{color:#3a85eb;}
.right_common_w li a.DemandScrColC{color: #fd7502;}
.right_common_w li .list_show_common a.DemandScrColC{color: #fd7502;}
.DemandScrCont.list_show_common{float:none;position:absolute;top:39px;width:1058px;z-index:1;background:#fff;border:1px solid #3a85eb;display:none;left: 50%; margin-left: -335px;}
.DemandSBiao_list .DemandScrCont.list_show_common{min-height: 39px;}
.list_show_down_2 .DemandScrCont.list_show_common{margin-left: -200px;}
.right_common_w li.list_li_hover{border:1px solid #fff;height:40px;}
.right_common_w li.list_li_hover.current{border:1px solid #3a85eb;}
.right_common_w li.current{color:#fd7502;}
/* .right_common_w li.list_li_hover.current i.line_white{
	position: absolute;
	width:132px;
    height: 3px;
    bottom: -1px;
    left: 0px;
    z-index: 15;
    background: #fff;
    display: block;
} */

.right_common_w li.list_li_hover.current i.line_white{
	position:absolute;
	width:132px;
	height:3px;
	bottom:-1px;
	left:0;
	z-index: 15;
    background: #fff;
    display: block;
}

.right_common_w i.i_arrow_show{
	background: url("/public/en_images/common/newone/arrows1.png") no-repeat; 
   /* position: absolute;
     display: block;
    width: 12px;
    height: 10px;
    top: 16px;
    right: 30px;
    background-position: -28px -8px; */
    padding-left: 15px;
    margin-left: 2px;
	background-position: -28px -0px;
	-webkit-transition:-webkit-transform .2s ease-in;
	-moz-transition:-webkit-transform .2s ease-in;
	-o-transition:-webkit-transform .2s ease-in;
	transition:-webkit-transform .2s ease-in;
}

.right_common_w li.list_li_hover.current i.i_arrow_show{ background-position: -5px 0px;-webkit-transition:-webkit-transform .2s ease-in;-moz-transition:-webkit-transform .2s ease-in;-o-transition:-webkit-transform .2s ease-in;transition:-webkit-transform .2s ease-in;}


.generate-material-details tr td.input_radio_common input,.input_radio_common input{width:13px;height:13px;}
.generate_new .OnlineLog_NewTable tr td {padding:0}

.list_order_goods .generate-material-details tr,.list_order_goods .generate-material-details tr td {
    white-space:normal;
	height:auto;
}
.list_w_common{
	width: 1105px;
    margin: auto;
    background: #f2f2f2;
    padding-left: 14px;
}

.list_order_goods .generate-material-details tr:nth-child(2n){background:#fff;}


/*油气新闻--通用-start------------------------------------------*/
.q_table.table_bn thead th,.q_table.table_bn  tbody td{border:none;}
.q_table {
    width: 100%;
    border-collapse: collapse;
}

.q_table tbody tr {
    background-color: #FEFEFE;
    color: #6B6B6B;
}

.q_table thead th, .q_table tbody td {
    padding: 5px;
	line-height:25px;
/*    font-weight: 500;*/
	border:1px solid #d8d8d8;
}
.q_table tbody tr:nth-child(2n) {
   /* background: #F2F2F2;*/
}
.q_table tbody tr:nth-child(2n+1) {
   
}

.common_list_l{width:815px;}
.common_list_r{width:370px;}
.banner_news_1{width:815px;height:380px;}
.news_right_toph{height:380px;overflow:hidden;border-right:1px solid #ded9d9;padding-right:10px;}
.btn_more_1{background:#fff;border:1px solid #e6e6e6;color:#999;border-radius:2px;font-size:14px;font-weight:normal;padding:1px 10px;}
.btn_more_1:hover{border:1px solid #2e49b0;color:#2e49b0;}
.list_h3_common_1{
    color: #444;
    text-align: left;
    line-height: 30px;
    font-size: 20px;
	height:30px;
}

.border_left_blue {
    border-left: 5px solid #2e49b0;
    line-height: 15px;
    font-size: 16px;
}
.ul_list_dot li, .ul_list_dot li a {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 34px;
}
.ul_list_dot li{background: url("../../en_images/common/newone/li_dot.png") no-repeat 0px 16px; text-indent: 15px;} /*/public/en_images/common/newone/arrows1.png8*/
/*.ul_list_dot li:nth-child(2n+1),.ul_list_dot li:hover{background-position:0px 16px;color:#2e49b0;}
*/.ul_list_dot li:nth-child(2n+1),.ul_list_dot li:hover{background-position:0px -20px;color:#666;}

.ul_list_dot li:nth-child(2n){background-position:0px -20px;color:#666;}
/*.ul_list_dot li:nth-child(2n+1) a{color:#2e49b0;}
*/.ul_list_dot li:nth-child(2n+1) a{color:#666;}

.ul_list_dot li:nth-child(2n) a{color:#666;}
.ul_list_dot li:hover{background-position:0px 16px;color:#666;}
.ul_list_dot li a:hover{color:#2e49b0;}
.ul_size_16 li a{font-size:16px;}
.ul_list_dot li span{font-size:12px;color:#666;}

.ul_news_list li{border-top:1px solid #ededed;margin-bottom:20px;}

.h4_list_common{font-size:20px;color:#2e49b0;line-height:35px;margin-top:10px;}
.list-img-common img {
    float: left;
    margin: 10px 10px 10px 0;
	
}

.list_img_news img{
	width:300px;
	height:200px;
	}

.ul_news_list li a {
    line-height: 30px;
    overflow: hidden;
}
.dd_list_news{padding-right:10px;}
.dd_list_news dd{line-height:30px;}
.dd_list_news dd.dd_news_h{height:180px;overflow:hidden;}
.dd_list_news a{line-height:30px;font-size:16px;color:#666;}
.dd_list_news a.a_read_more,.dd_list_news a:hover{color:#2e49b0;}
.dd_list_news a.a_read_more:hover{color:#2441ae;}
.dd_list_news dd span{color:#999;font-size:12px;}

/*会展*/
.exhibit_top_h{max-height:490px;overflow:hidden;}
.ul_list_dot1_h{height:310px;overflow:hidden;}
.lr_common_h{height:850px;overflow:hidden;}
.ul_img_list .list_common_h {
    width: 370px;
    height: 160px;
    overflow: hidden;
}
.ul_img_list .list_common_h img {
    width: 370px;
    height: 160px;
}
.exhibit_name {
    padding: 0 10px;
    height: 30px;
    background: rgba(0,0,0,.4);
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    position: absolute;
}
.exhibit_name a{line-height:30px;color:#fff;font-size:14px;text-align:center;display:block;}

.ul_list_dot1 li, .ul_list_dot1 li a {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
}
.ul_list_dot1 li{background: url("../../en_images/common/newone/li_dot.png") no-repeat 0px 16px; text-indent: 15px;} /*/public/en_images/common/newone/arrows1.png8*/
.ul_list_dot1 li:hover{background-position:0px 16px;color:#2e49b0;}
.ul_list_dot1 li{background-position:0px -21px;color:#666;}
.ul_size_14 li a{font-size:14px;color:#666;}
.ul_list_dot1 li span{font-size:12px;color:#ccc;}
.ul_list_dot1 li:hover{background-position:0px 16px;color:#2e49b0;}
.ul_list_dot1 li a:hover{color:#2e49b0;}

/*项目信息*/
.qsx_list_left{width:300px;}
.qsx_list_right{width:890px;}
.qsx_ul_left li{margin-bottom:5px;}
.qsx_ul_left li a{display:block;width:300px;height:140px;overflow:hidden;}
.qsx_ul_left li img{width:300px;height:140px;}
.qsx_tab_common{line-height:35px;}
.qsx_tab_common li {line-height:35px;}
.qsx_tab_common li a{display:block;padding:0 50px;background:#fff;border:1px solid #2e49b0;margin-right:10px;border-radius:4px;color:#2e49b0;}
.qsx_tab_common li a:hover,.qsx_tab_common li.current a{background:#2e49b0;border:1px solid #2e49b0;color:#fff;}

.ul_list_dot2{border-top:3px solid #d7d7d7;max-height:387px;overflow:hidden;}
.ul_list_dot2 li, .ul_list_dot2 li a {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 48px;
}
.ul_list_dot2 li{background: url("../../en_images/common/newone/li_dot.png") no-repeat 0px -13px;padding:0 10px 0 30px;color:#666;} /*/public/en_images/common/newone/arrows1.png8*/
.ul_list_dot2 li:hover{background-position:0px 16px;color:#2e49b0;}
.ul_size_14 li a{font-size:14px;color:#666;display:block;}
.ul_list_dot2 li span{font-size:14px;color:#ccc;}
.ul_list_dot2 li:hover{background-position:0px 16px;color:#2e49b0;}
.ul_list_dot2 li a:hover{color:#2e49b0;}
.ul_list_dot2 li:nth-child(2n+1){background: url("../../en_images/common/newone/li_dot.png") no-repeat 20px -13px #ebebeb;}
.ul_list_dot2 li:nth-child(2n){background: url("../../en_images/common/newone/li_dot.png") no-repeat 20px -13px #fff;}


/*金融*/
.qsx_finance_t{height:80px;}
.qsx_finance_m{height:160px;margin-top:25px;}
.qsx_finance_b{height:80px;margin-top:25px;}

.ul_xzyh li, .ul_xzyh li a {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.qsx_finance_list{height:380px;max-height:380px;background: url("../../en_images/common/newone/news_01.jpg") no-repeat center 0;padding:40px 20px;}
.qsx_finance_l{width:180px;}
.qsx_finance_r{width:980px;}
.ul_list_dot3 li{line-height:42px;background: url("../../en_images/common/newone/li_dot.png") no-repeat 20px -100px;text-indent:15px;}
.ul_list_dot3 li:hover{background: url("../../en_images/common/newone/li_dot.png") no-repeat 20px -135px;}
.ul_list_dot3 li a{font-size:16px;line-height:40px;display:block;margin-right:40px;margin-left:20px;color:#666;}
.ul_list_dot3 li a:hover{color:#2e49b0;}

/*能源企业*/
.qsx_enterprise_list{height:370px;max-height:370px;background: url("../../en_images/common/newone/news_02.jpg") no-repeat center 0;padding:45px 20px;}
.qsx_enterprise_l{width:180px;}
.qsx_enterprise_r{width:980px;max-height:370px;overflow:hidden;}

/*合作*/
.ul_img_cooperate{width:1230px;}
.ul_img_cooperate li{width:380px;height:240px;margin-right:30px;margin-bottom:30px;}
.ul_img_cooperate li .list_common_h,.ul_img_cooperate li .list_common_h img {width:380px;height:240px;overflow:hidden;}
.cooperate_name{
    padding: 0 10px;
    height: 50px;
    background: rgba(0,0,0,.4);
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    position: absolute;
}

.cooperate_name a {
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
	display:block;
}


/*.q_table thead th{font-weight:600;}*/

.q_thead_tr{background:#d7d7d7;}
.q_thead_tr th{color:#666;font-size:14px;font-weight:bold;}
.q_table_invite{height:388px;}
.q_table_invite thead th{line-height:26px;padding:12px 8px;}
.q_table_invite tbody td{line-height:27px;padding:10px 10px;color:#666;}
.q_table_invite tbody td a{color:#666;display:block;}
.q_table_invite tbody td a:hover{color: #2e49b0;}
.q_table_invite tbody tr:nth-child(2n) {
   background: #ebebeb;
}
.q_table_invite tbody tr:nth-child(2n+1) {
   background: #fff;
}
.q_th_w{max-width:410px;overflow:hidden;}
.q_tab_h1{height:388px;overflow:hidden;}
.q_tab_h2{height:384px;overflow:hidden;}
.q_table_invite td{
	word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*油气新闻--通用-end------------------------------------------*/



/*油气新闻列表--通用-end------------------------------------------*/
/*面包屑*/
.crumbs_list_ul{padding-left:30px;}
.crumbs_list li,.crumbs_list li a{line-height:40px;font-size:12px;color:#666;}
.crumbs_list li a.yellow_size{color:#de4408;}
.q_news_list_l{
	width:300px;
}

.q_news_list_r{
	width:880px;
}
.qsx_tab1_common {
    line-height: 35px;
}

.qsx_tab1_common li {
    line-height: 35px;
	text-align:center;
}

.qsx_tab1_common li a:hover, .qsx_tab1_common li.current a {
    background: #fff;
    border: 1px solid #2e49b0;
    color: #2e49b0;
}
.qsx_tab1_common li a {
    display: block;
    background: #fff;
    border: 1px solid #bfbfbf;
    margin-left: 35px;
    border-radius: 4px;
    color: #666;
	width:180px;
}

.qsx_tab1_common li:first-child a{margin-left:0px;}

.ul_news_list_1 li{margin-top:20px;}
.h4_list_common_1{font-size:20px;color:#2e49b0;line-height:25px;margin-top:10px;}
.list-img-common-1 img {
    float: left;
    margin-right:15px;
}
.list_img_news_1 img{
/*	width:300px;*/
/*	height:200px;*/
	width:310px;
	height:230px;
}

.ul_news_list_1 li a {
    line-height: 28px;
    overflow: hidden;
}
.dd_list_news_1{padding-right:10px;}
.dd_list_news_1 dd{line-height:28px;}
.dd_list_news_1 dd.dd_news_h_1{
	height:140px;
	overflow:hidden;
	display: -webkit-box;
	line-clamp: 5;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.dd_list_news_1 a{line-height:28px;font-size:14px;color:#666;}
.dd_list_news_1 a.a_read_more,.dd_list_news_1 a:hover{color:#2e49b0;}
.dd_list_news_1 a.a_read_more:hover{color:#2441ae;}
.dd_list_news_1 dd span{color:#999;font-size:12px;}
.p_list_date{background:#eaeaea;color:#999;padding:10px;line-height:20px;height:20px;}
.ul_news_list_1 .list-img-common-1{
	border:1px solid #fff;
	transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
	}
.ul_news_list_1 .list-img-common-1:hover{border:1px solid #2e49b0;}