﻿/* 头条 */
body {
    min-width: 370px;
}
.index_main {
	padding-bottom: 15px;
	background: url(../images/dibg.png) no-repeat bottom;
	background-size: 100% auto;
        min-width: 100%;
}

.head_lines_bg {
	height: 60px;
	line-height: 60px;
	background: #F0F2F3;
	overflow: hidden;
}

.head_lines {
	height: 100%;
	width: 90%;
	margin: 0 auto;
}

.head_lines img {
	width: 50px;
	height: 25px;
	margin-top: 18px;
}

.head_lines>div {
	width: 80%;
	float: right;
	text-align: center;
}

.head_lines a {
	width: 100%;
	height: 100%;
	font-size: 19px;
	font-weight: bold;
	color: #D5241F;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 轮播图 */
.banner {
	overflow: inherit;
	width: 100%;
	margin: 0 auto;
	height: 230px;
	/* background: red; */
	margin-top: 10px;
}

.b_left {
	float: left;
	width: 100%;
	height: 100%;
        margin-left: 22px;
        display: none;
}
.b_left img{
        width: 100%;
	height: 100%;
}
.b_right {
	float: left;
	width: 95%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 2.5%;
}

.b_tab {
	/* height: 52px; */
	border-bottom: 2px solid #F2F2F2;
        position: relative;
}
.b_tab ul {
       margin-left: 88px;
}

.b_tab ul li {
	float: left;
	    width: 85px;
	    text-align: center;
	    font-size: 16px;
	    height: 38px;
	    line-height: 37px;
	    cursor: pointer;
	    margin-left: 2px;
	    user-select: none;
}

.b_tab ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.b_tab ul li:nth-child(1) {
	background: #0B53B5;
	font-weight: bold;
	margin-left: 0px;
}

.b_tab ul li:nth-child(1) a {
	color: #fff;
}

.b_one {
	margin-top: 15px;
	height: 100px;
	border-bottom: 1px solid #EBEDEF;
}

.b_one .one_title {
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 40px;
	line-height: 40px;
}

.b_one .one_title a {
	color: #0B53B5;
}

.b_one .one_content {
	font-size: 16px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.b_one .one_content a {
	color: #666;
}

.ban_news {
	margin-top: 20px;
}

.ban_news li::before {
	content: '';
	width: 6px;
	height: 6px;
	background: #0B53B6;
	display: inline-block;
	border-radius: 100%;
	position: absolute;
	top: 12px;
	left: 0px;

}

.ban_news li {
	position: relative;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	margin-top: 15px;
}

.ban_news li a {
	width: 70%;
	display: inline-block;
	margin-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ban_news li span {
	float: right;
	color: #666;
}

/* 公示公告 */
.gsgg {
	width: 95%;
	margin: 0 auto;
	height: auto;
	margin-top: 60px;
}

.gsgg_l {
	height: 100%;
	float: left;
	width: 100%;
	background: url(../images/cx-left.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
}

.gsgg_r {
	height: 100%;
	float: right;
	width: 100%;
	background: url(../images/cx-right.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
}

.gsgg .gsgg_more {
	display: inline-block;
	position: absolute;
	width: 130px;
	height: 50px;
	top: 5px;
	left: 180px;
	cursor: pointer;
	z-index: 50;
}

.gsgg .gsgg_con {
	width: 100%;
	margin: 0px auto;
	height: 200px;
	margin-top: 60px;
	overflow: hidden;
}

.gsgg ul {
	height: 100%;
	/* width: 5000px; */
	writing-mode: tb-lr;
	writing-mode: vertical-lr;
}

.gsgg ul li {
	writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	float: left;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #6F93C6;
	border-radius: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-left: 15px;
}


.gsgg ul li a:hover {
	background: #0B53B6;
	color: #fff;
}

.gsgg ul li a {
	border-radius: 10px;
	background: #FFFFFF;
	font-size: 16px;
	color: #0B53B6;
	height: 100%;
	width: 100%;
	display: inline-block;
	font-weight: bold;
}

.go_left,
.go_right {
	position: absolute;
	width: 22px;
	height: 22px;
	bottom: 10px;
	cursor: pointer;
	user-select: none;
}

.go_left {
	background: url(../images/go_left.png) no-repeat center;
	background-size: 100% 100%;
	left: 160px;
}

.go_right {
	background: url(../images/go_right.png) no-repeat center;
	background-size: 100% 100%;
	left: 210px;
}

/* 链接轮播 */
.link_banner {
	height: 130px;
	width: 100%;
	margin: 60px auto;
        margin-left: 22px;
        display: none;
}

/* 政府信息公开 */
.info_public {
	letter-spacing: 3px;
	width: 100%;
	/*  margin: 0 auto; */
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #0751B5;
	position: relative;
       margin-top: 720px;

}

.info_public::before,
.info_public::after {
	position: relative;
	content: '';
	width: auto;
	height: 10px;
	/* background: url(../images/header_hr.png) no-repeat center; */
	background-size: auto 100%;
	top: 28px;
	/* left: 230px; */
	float: left;
}

.info_public::after {
	/* left: 770px; */
}

.ip_con {
	width: 95%;
	margin: 0 auto;
	margin-top: 15px;
	height: auto;
}

.ip_l {
	float: left;
	width: 100%;
	height: auto;
}

.ip_r {
	float: left;
	width: 100%;
	height: auto;
}
.ip_r_ul {
	float: left;
	width: 100%;
	height: auto;
}

.ip_r_ul ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.ip_l .ip_title ul li {
	    float: left;
	    height: 35px;
	    line-height: 37px;
	    width: 93px;
	    text-align: center;
	    font-size: 16px;
	    margin-left: 10px;
	    cursor: pointer;
	    user-select: none;
}

.ip_l .ip_title ul li:nth-child(1) {
	color: #1B6CBD;
	background: #F2F2F2;
	margin-left: 0;
	border-bottom: 2px solid #1B6CBD;
	font-weight: bold;

}

.ip_l .ip_title span {
	float: right;
	margin-top: 20px;

}

.ip_l .ip_title span a {
	color: #666;
}

.ip_l .ip_news_list {
	margin-top: 20px;
}

.ip_l .ip_news_list ul li {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	position: relative;
}

.ip_l .ip_news_list ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	background: #0B53B6;
	display: inline-block;
	border-radius: 100%;
	position: absolute;
	top: 20px;
	left: 0px;
}

.ip_l .ip_news_list ul li a {
	display: inline-block;
	width: 70%;
	margin-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ip_l .ip_news_list ul li span {
	color: #666;
	float: right;
}

.ip_con .ip_r_ul li {
	background: #0B53B6;	
	height: 60px;	
	width: 145px;
	text-align: center;
	margin-top: 10px;	
	float: left;
	margin-left: 10px;
        margin-right: 10px;	
	text-indent: 0px;
}

.ip_con .ip_r_ul li img {
	width: 33px;
    height: 40px;
    float: left;
    margin-top: 8px;
    margin-left: 15px;
}
.ip_con .ip_r_ul  li span{
        height: 50px;	
	width: 70px;
        color: #fff;
        line-height: 25px;
        font-size: 16px;
        font-weight: bold;
        margin-left: 12px;
        margin-top: 3px;
        display: flex;
        flex-direction: row;
        float: left;
}
.ip_con .ip_r_ul a:nth-child(odd) li {
	float: left;
}

.ip_con .ip_r_ul a:nth-child(even) li {
	float: right;
}

.ip_con .ip_r_ul a:nth-child(1) li,
.ip_r_ul a:nth-child(2) li {
	margin-top: 10px;
}

/* 图片链接 */

.link_img {
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
}

.link_img ul li {
	float: left;
	width: 289px;
	height: 122px;
	margin-left: 14px;
}

.link_img ul li:nth-child(1) {
	margin-left: 0;
}

.link_img ul li img {
	height: 100%;
	width: 100%;
}

/* 地价、办事服务 */
.dj_bsfw {
	width: 95%;
	margin: 0 auto;
	margin-top: 15px;
	height: 485px;
}

.dj_bsfw .ip_r .db_l {
	height: auto;
	width: 175px;
	margin-left: 10px;
	float: left;
}

.dj_bsfw .ip_r .db_l img {
	width: 165px;
	height: 165px;
	margin-top: 22px;
}

.dj_bsfw .ip_r .db_r {
	float: right;
	margin-top: 20px;
}

.dj_bsfw .ip_r .db_r ul li {
	width: 142px;
	height: 28px;
	line-height: 27px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #0F6FF2;
	border-radius: 10px;
	margin-top: 15px;
}

.dj_bsfw .ip_r .db_r ul a:nth-child(1) li {
	margin-top: 0;
}

.dj_bsfw .ip_r .db_r ul li img {
	float: left;
	margin-top: 5px;
	margin-left: 15px;
        width: 20px;
}

.dj_bsfw .ip_r .db_r ul li span {
	color: #0B53B6;
	margin-left: 20px;
}
/* top */
.top_main {
	overflow: hidden;
        margin-top: -52px;
}

.header_bg_sj {
	height: 50px;
	position: absolute;
	width: 100%;
}

.header {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.header .top {
	font-size: 14px;
	float: right;
}

.header .top>div {
	float: left;
	padding: 0 5px;
	/* border-right: 1px solid #8E8E8E; */
	margin-top: 13px;
	height: 43px;
	line-height: 20px;
	/* overflow: hidden; */
}

.header .top>div:last-child {
	border: none;
}

.header .top>div img {
	margin-right: 47px;
}

.header .top>div:last-child img {
	margin-top: 3px;
}
.top{
    width: 80%;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.code_hover {
	position: absolute;
        left: 15px;
}

.code_hover .top_code {
        z-index: 999;
	position: absolute;
	border: 1px solid;
	top: 40px;
	left: 0;
	height: 200px;
	width: 200px;
	display: none;
}

.code_hover:hover .top_code {
	display: inline-block;
}

/* top_bg_img */

.top_bg_img {
	margin-top: 50px;
	height: 130px;
	background: url(../images/top_bg.png) no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
}

.top_bg_img_con {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.bg_logo {
	position: absolute;
	left: 75px;
	top: 33px;
}
.bg_logo img{
	width: 75%;
	height: auto;
}
.bg_search {
	/*position: absolute;*/
	right: 38%;
	top: 9px;
}

/* logo */
.logo_bg {
	height: 200px;
	background: url(../images/header_bg.png) no-repeat center;
	background-size: 100% 100%;
}

.logo {
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

.logo .img {
	margin-top: 75px;
}

.scarch {
	width: 245px;
        border: 1px solid #fff;
	height: 30px;
	line-height: 30px;
	position: relative;
	background: #fff;
	border-radius: 15px;
        left: 20%;
}

.scarch span {
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url(../images/fdj_icon.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: 6px;
	left: 5%;
}

.scarch .search_input {
	width: 200px;
	position: absolute;
	left: 14%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	margin-left: 2px;
	border: none;
	outline: none;
}

.scarch .submit {
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	position: absolute;
	right: 0px;
	height: 30px;
	line-height: 30px;
	width: 60px;
	background: #0B53B6;
	color: #fff;
	border-radius: 15px;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

/* nav */
.hbMenu{
	width: 100%;
	display: inline-block;
	background: url(../images/more.png) no-repeat right;
	height: 53px;
	background-size: auto 60%;
	vertical-align: middle;
}
.hbMenu_ul{
    position: fixed;
    z-index: 100;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    transition: top 0.5s;
}
.nav_bg .bannerst{
	background: rgba(0,0,0,0.7);
	height: 100%;
	width: 50%;
	z-index: 200;
	display: flex;
	flex-direction: column;
	padding-bottom: 0px;
}
.nav_bg .bannerst .headLi{
	display: block;
	margin: 0 auto;
	width: auto;
}
.nav_bg .bannerst .headLi a{
	color: #FFFFFF;
	line-height: 49px;
	font-weight: bold;
	font-size: 18px;
	display: block;
	height: 49px;
	width: 100%;
}

.hbClose{
	width: 90%;
	display: inline-block;
	background: url(../images/close.png) no-repeat right;
	height: 49px;
	background-size: auto 60%;
	vertical-align: middle;
}
.nav_bg {
	height: 53px;
	background: #0B53B6;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav {
	height: 100%;
	width: 10%;
	margin: 0 auto;
}

.nav ul li {
	float: left;
	color: #fff;
	width: 171px;
	text-align: center;
	height: 53px;
	line-height: 50px;
	font-size: 18px;
}

.nav .nav_bor {
	display: inline-block;
	height: 46px;
}

.nav ul li:hover>.nav_bor {
	border-bottom: 2px solid #ddd;
}

.nav ul li .nav_font {
	display: inline-block;
	vertical-align: middle;
	padding-left: 8px;
}

.nav ul li span {
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url(../images/sy_icon.png) no-repeat center;
	background-size: 100% 100%;
	vertical-align: middle;
	/* padding-right: 10px; */
}

/* mbx */

.con_mbx {
	height: auto;
	line-height: 33px;
	overflow: hidden;
}

.con_mbx img {
	margin-right: 5px;
	vertical-align: middle;
}

.con_mbx a {
	vertical-align: middle;
	color: #666;
}

.con_mbx span {
	vertical-align: middle;
	margin-left: 5px;
	font-size: 14px;
	color: #666;
}

/* hr */
.con_mbx_hr {
	height: 10px;
	background: url(../images/header_hr.png) no-repeat center;
	background-size: 100% 100%;
}


/* footer */
.footer_bg {
        min-width: 370px;
	height: 195px;
	background: #0B53B6;
}

.footer {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.footer .link {
	margin-top: 20px;
}
.footer .link ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.footer .link ul li {
	width: 175px;
	float: left;
	background: #226CD2;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	font-size: 14px;
	margin-top: 10px;
}

.footer .link ul li img {
	height: 10px;
	width: 12px;
	margin-top: 16px;
	margin-left: 15px;
	cursor: pointer;

}

.footer .link ul li:nth-child(1) {
	/* margin: 0px; */
	margin-top: 10px;
	margin-left: 10px;
}

.footer .link ul li a {
	color: #fff;
}

.footer .con {
	color: #fff;
	height: 140px;
	position: relative;
	font-size: 14px;
	/* text-align: center; */
}

.footer .con a {
	color: #fff;
	font-size: 14px;
}

.footer .dzjg {
	position: absolute;
	left: 22%;
	top: 86%;
}

.footer .zfwzzc {
	position: absolute;
	left: 54%;
	top: 88%;
}

.footer .one_line {
	position: absolute;
	left: 15px;
	top: 20px;
}

.footer .one_line span {
	display: inline-block;
	padding-right: 10px;
	height: 15px;
	line-height: 15px;
	margin-left: 15px;
}
.footer .one_line span img{
        margin-left: 0px; 
        vertical-align: middle;
}

.footer .one_line span:nth-child(3) {
	border: none;
}

.footer .two_line {
	position: absolute;
	left: 30px;
	top: 100px;
}

.footer .two_line span:nth-child(2) {
	margin-left: 30px;
}

.footer .th_line {
	position: absolute;
	left: 30px;
	top: 40px;
        width: 80%;
}

.footer .th_line span:nth-child(2) {
	margin-left: 0px;
        float: left;
}

.footer .fo_line {
	position: absolute;
	left: 30px;
	top: 92px;
}

.footer .fo_line span:nth-child(2) {
	margin-left: 0px;
        float: left;
        margin-right: 10px;
}

.footer #imgConac {
	position: absolute;
	left: 105px;
	top: 10px;
}

/* cc_page */

#cc_page {
	text-align: center;
	margin-top: 30px;
}

#cc_page ul {
	display: inline-block;
}

#cc_page ul>li {
	float: left;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	user-select: none;
}

#cc_page ul .normal_page {
	padding: 0px 5px;
	border: 1px solid #ddd;
	margin-right: 10px;
	border-radius: 5px;
}

#cc_page ul .link_page {
	position: relative;
	width: 100px;
	/* border: 1px solid; */
}

#cc_page ul li>a {
	display: inline-block;
	height: 100%;
	width: 100%;
}

#cc_page ul .link_page>span {
	position: absolute;
	top: 3px;
	left: 0px;
}

#cc_page ul .link_page>input {
	position: absolute;
	width: 50px;
	height: 32px;
	top: 2px;
	left: 40px;
	border: 1px solid #ddd;
	outline: none;
	border-radius: 5px;
}

#cc_page .dis_page {
	background: #eee;
}

#cc_page .dis_page a {
	color: #999;
}

#cc_page .sele_page {
	background: #0B53B5;
}

#cc_page .sele_page a {
	color: #fff;
}

#cc_page .left_font_page {
	height: 25px;
	line-height: 25px;
	margin-right: 5px;
}

#cc_page .right_font_page {
	height: 38px;
	line-height: 38px;
	margin-left: 6px;
}
#flashBoxu_u8_{
	    width: 100%;
	    height: 130px;
	    border: 0px solid #EEE;
	    position: relative;
	    margin-left: auto;
	    margin-right: auto;
}
#flashBoxu_u8_ img{
	width: 100%;
	height: 100%;
}

/* 默认分页居中 */
.center_page {
	margin-top: 30px;
        margin-bottom: 30px;
}

.center_page table {
	margin: 0 auto;
}
.center_con {
    overflow: hidden;
    width: 95%;
    margin: 0px auto;
    padding: 10px;
    box-shadow: 0px 0px 10px 3px #ddd;
    margin-bottom: 100px;
    background: #fff;
}
.article_title {
    width: 100%;
    margin: 20px auto;
    font-size: 22px;
    text-align: center;
}
.article_content {
    padding: 20px 20px;
    font-size: 16px;
}
.article_tools > span:nth-child(2) {
    margin-left: 3px;
}
.article_tools > span:nth-child(3) {
    user-select: none;
    margin-left: 0px;
    color: #666;
}
.article_tools {
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    font-size: 14px;
}
.bottom_content {
    padding: 0 10px;
    width: 95%;
    margin: 0 auto;
    box-shadow: 4px 8px 10px 0px #ddd;
}
.bottom_right {
    width: 100%;
    float: left;
}
.news_list li a {
    width: 67%;
    display: inline-block;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.bottom_left {
    width: 100%;
    float: left;
    border: 1px solid #E5E5E5;
    padding-bottom: 33px;
}
.bottom_left_one {
    width: 100%;
    text-align: center;
    height: 55px;
    background: url(../images/title_bg.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
}
.bottom_left ul {
    padding: 0 25px;
    margin-top: 25px;
}
.bottom_left ul li {
    height: 45px;
    background: #E6E6E6;
    margin-top: 10px;
    text-align: center;
    line-height: 43px;
    font-size: 17px;
    border-left: 4px solid #0B53B6;
}
.pub_list li > .pub_content {
    font-size: 14px;
    margin-left: 0px;
    margin-top: 10px;
    width: 100%;
}
.pub_list > ul > li > .pub_title > a {
    width: 100%;
    display: inline-block;
    margin-left: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    margin-top: 15px;
    color: #447BC6;
}
.pub_list > ul > li > .pub_type {
    margin-left: 0px;
    padding: 5px 18px;
    background: #1A5288;
    display: inline-block;
    color: #fff;
    font-size: 16px;
}
.content {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.content ul li {
    width: 100%;
    height: 100px;
    background: #EFEFEF;
    float: left;
    margin-right: 0px;
    margin-top: 20px;
    position: relative;
}
.content ul li img {
    position: absolute;
    top: 28px;
    left: 50px;
}
.content ul li div {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #0B53B6;
    width: 180px;
    text-align: center;
    top: 40px;
    left: 130px;
}
.bf_zjdc_list a {
    display: inline-block;
    width: 70%;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bf_tsqd_list ul li {
    height: 100px;
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #EFEFEF;
}
.bf_tsqd_list ul li a > span {
    display: inline-block;
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 30px;
    margin-left: 40px;
}
.bf_tsqd_list ul li a > div {
    height: 100px;
    width: 250px;
    float: right;
    text-align: center;
    line-height: 93px;
    margin-right: 30px;
}
.bf_show_more {
    background: #B6E1FF;
    padding: 4px 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 20px;
    right: 40px;
}
.bottom_form_top {
    margin-top: 10px;
    background: #0B53B6;
    background-size: 100% auto;
    height: 280px;
    position: absolute;
    top: 100px;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    width: 100%;
}
.bf_one {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}
.bottom_form table td textarea {
    resize: none;
    margin-left: 10px;
    background: #E6E6E6;
    height: 125px;
    width: 285px;
    border: none;
    outline: none;
    font-size: 16px;
}
.bottom_form {
    margin-top: 236px;
    border: 1px solid #D8D8D8;
    border-radius: 0 0 20px 20px;
    font-size: 16px;
    padding: 10px;
    overflow: hidden;
}
.bottom_form table td input[type=text] {
    margin-left: 10px;
    height: 30px;
    outline: none;
    border: none;
    background: #E6E6E6;
    font-size: 16px;
    width: 285px;
}
.bottom_form table tr{
    display: flex;
    flex-direction: column;
}