.main .content2{
	background: white;
}
.url_lists_top {
	height: 70px;
	line-height: 70px;
	color: #999999;
	font-size: 14px;
	display: flex;
}
.url_lists_top a {
	color: #999999;
}
.main .content2 .c_l_r{
	display: flex;
	justify-content: space-between;
}
.main .content2 .c_l_r .c_l{
	width: 780px;
	margin: 30px 50px;
}
.main .content2 .c_l_r .c_r{
	margin: 30px 50px;
}
.main .content2 .c_l_r .c_r ul li{
	height: 25px;
	line-height: 25px;
}
.content2 .input{
	width: 250px;
	padding: 8px 10px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}
.content2 .submit{
	width: 100px;
	background-color:#d41007;
	color: white;
	padding: 10px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
.content2 textarea.input{
	width: 500px;
	height: 150px;

}
.content2 .txt04{
	text-align: right;
}
