/* 发布采购需求 */
.cgxq_title{ font-size:16px; line-height:40px; font-weight:bold;}
.cgxq_title i{ color:red; font-style:normal;}
.cgxq_tishi{ font-size:14px; line-height:24px;color: #555555;}
.cgxq_tishi i,.cgxq_one h3 i,.cgxq_one h4 i{ color:red; font-style:normal; }

.cgxq_one{ display:flex; flex-wrap: wrap; padding:5px 0 20px 0;}
.cgxq_one li{ width:25%; padding-top:15px}
.cgxq_one h3{ font-size:16px; font-weight:bold; line-height:30px;}
.cgxq_one h4{ font-size:15px; font-weight:normal; line-height:30px;}
.cgxq_one p{ padding:5px 0;}
.cgxq_one label{ font-size:15px; display:flex; align-items:center; cursor:pointer;}
.cgxq_one label input{ width:16px; height:16px; margin-right:5px;}
.cgxq_one .li1{ width:100%}
.cgxq_one .txt_desc{ border:1px solid #DDDDDD; background:#fff; height:90px; padding:8px 10px; width:100%; font-size:15px; line-height:24px; margin-top:5px;}
.cgxq_one .txt{ border:1px solid #DDDDDD; width:100%; padding-left:10px; line-height:40px; height:40px;}

.cgxq_two{ padding:10px 0; line-height:24px; font-size:14px}
.cgxq_two p{ padding:5px 0;}
.cgxq_two label{ cursor:pointer;}
.cgxq_two label input{ width:15px; height:15px; margin-right:3px;}
.cgxq_two i{ color:red; font-style:normal;}
.cgxq_two a{ color:#609EE9;}

.cgxq_three{ text-align:center; padding:10px 0 50px 0}
.cgxq_three .btn{ width:170px; height:40px; background:#261777; color:#fff; font-size:16px; border-radius:5px; border:0; text-align:center; line-height:40px;}

@media (max-width: 1200px) {
	.cgxq_one li{ width:33.33%}
}
@media (max-width: 800px) {
	.cgxq_one li{ width:50%}
}

