body{
	font-size: 13px;
}
.lptl_main{
	width:100%;
	background: url(/img/main-bg.png) no-repeat;
	background-color: #ECECEC;
}
.lptl_wh_m0{
	width:1200px;
	margin: 0px auto;
}
.lptl_wh_m10{
	width:1200px;
	margin: 10px auto 0px;
}
.lptl_h_1{
	height: 30px;
	width: 100%;
	background-color: #F3F3F3;
	color: #333;
}
.lptl_h_2{
	height: 160px;
	width: 100%;
	background: url(/img/top-bg.png) no-repeat;
	background-size: 100% 160px;
}
.lptl_h_3{
	height: 45px;
	width: 100%;
	background-color: #0089E0;
}
.lptl_body{
	width: 100%;
}
.lptl_b_1{
	height: 115px;
}
.lptl_b_1 img{
	width:1200px;
	height: 115px;
	position: absolute;
}
.lptl_b_2{
	height: 440px;
	background-color: #fff;
	border-radius: 4px;
}
.lptl_b_3{
	height: 330px;
}
.lptl_b_3 > div {
	height: 330px;
	background-color: #fff;
	width: 415px;
	float: left;
	border-radius: 4px;
}
.lptl_b_3 > div:nth-child(1){
	width: 350px;
	background: url(/img/bgxhld.png) no-repeat;
	background-size: 100% 330px;
}
.lptl_b_3 > div:nth-child(2){
	margin-left: 10px;
	width: 840px;
}
.lptl_b_4{
	height: 110px;
}
.lptl_b_4 > div {
	height: 110px;
	background-color: #fff;
	width: 393px;
	float: left;
}
.lptl_b_4 img {
	height: 110px;
	width: 393px;
	cursor: pointer;
	transition: all 0.8s;
}
.lptl_b_4 img:hover{
    transform: scale(1.05);
    -moz-box-shadow:1px 1px 3px #333333;
    -webkit-box-shadow:1px 1px 3px #333333;
    box-shadow:1px 1px 3px #333333;
}
.lptl_b_4 > div:nth-child(2){
	margin: 0px 5px 0px 10px;
}
.lptl_b_4 > div:nth-child(3){
	margin: 0px 0px 0px 5px;
}
.lptl_b_5{
	height: 789px;
}
.lptl_b_5 > div {
	float: left;
	height: 789px;
	border-radius: 4px;
}
.lptl_b_5 > div:nth-child(1){
	background-color: #fff;
	width: 330px;
}
.lptl_b_5 > div:nth-child(2){
	margin: 0px 10px;
	width: 529px;
}
.lptl_b_5 > div:nth-child(3){
	width: 320px;
}
.lptl_b_5_2 > div{
	width: 100%;
	height:256.1px;
	background-color: #fff;
	border-radius: 4px;
}
.lptl_b_5_2 > div:nth-child(2){
	margin: 10px 0px 10px;
}
.lptl_b_5_3 > div{
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
}
.lptl_b_5_3 > div:nth-child(1){
	height:484px;
	overflow: auto;
}
.lptl_b_5_3 > div:nth-child(2){
	height:294px;
	margin: 10px 0px 0px;
}
.lptl_b_6{
	height: 220px;
	background-color: #fff;
	border-radius: 4px;
}
.lptl_b_7{
	height: 235px;
	background-color: #fff;
	border-radius: 4px;
}
.lptl_b_7 .lmc_fwpt{
	padding-top:17px;
	padding-left:14px;
}
.lptl_footer{
	width: 100%;
	height: 100px;
	background-color: #0089E0;
	margin-top: 10px;
}

.lptl_h_1 div{
	height:30px;
}
.lptl_h_1_1{
	float: left;
	width:50%;
	padding-top: 5px;
}
.lptl_h_1_2{
	float: left;
	width:50%;
	text-align: right;
	padding-top: 5px;
}
.lptl_h_1_2 span{
	margin: 0px 10px 0px 5px;
}
.lptl_h_1_2 span:last-child {
	margin-right: 0px;
}

.lptl_h_2_1{
	float: left;
	width:50%;
}
.lptl_h_2_1 img{
	width: 437px;
	height: 100px;
	margin-top: 35px;
	cursor: pointer;
}
.lptl_h_2_2{
	float: left;
	width:50%;
}
.lptl_search{
	width:250px;
	height:35px;
	background-color: #fff;
	float: right;
	margin-top: 98px;
	border-radius: 40px;
}
.lptl_search_l input{
	border-style: none;
	margin: 3px 10px;
	width: 185px;
	height: 28px;
	float: left;
	padding: 3px 10px;
}
.lptl_search_l input:focus{
	outline: none;
}
.lptl_search_r{
	margin-top:8px;
	border-left: 1px solid #939393;
	width: 20px;
	height:20px;
	float: left;
}
.lptl_search_r i{
	font-size: 16px;
	margin: 1px 0px 0px 10px;
	color: #939393;
	cursor: pointer;
}
ul.lptl_h_menu{
	margin: 0px;
	padding: 0px;
}
ul.lptl_h_menu > li{
	list-style: none;
	float: left;
	width: 100px;
	height: 45px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	padding-top: 10px;
}
ul.lptl_h_menu > li > span:hover{
	color: #F0F0F0;
	cursor: pointer;
}
.lptl_menu_active{
	background-color: #F79F00;
}
.menu_sub_title{
	background-color: #0089E0;
	/* background-color: #F79F00; */
    z-index: 10;
    position: relative;
    width:130px;
    margin-top: 11px;
    display:none;
    padding:5px 10px;
    padding: 2px 2px 2px 2px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.menu_sub_title ul{
	padding: 0px;
	margin: 0px;
}
.menu_sub_title ul > li{
	text-align: left;
	list-style: none;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 18px;
	border-bottom: 1px solid #55A5D9;
	font-size: 16px;
}
.menu_sub_title ul > li > i{
	margin-right: 8px;
}
.menu_sub_title ul > li:hover{
	cursor: pointer;
	background-color: #55A5D9;
}
.mlr5{
	margin: 0px 5px;
}
.pt10{
	padding-top: 5px;
}
.lptl_menu_head{
	width: 100%;
	height: 30px;
}
.lptl_menu_span{
	width: 10px;
	height: 23px;
	border-left: 4px solid #0E4BB0;
	float: left;
	margin-top: 5px;
}
.lptl_menu_title{
	color: #0E4BB0;
	border-bottom: 2px solid #0E4BB0;
	float: left;
	width: 70px;
	margin: 5px 5px;
	font-size: 17px;
	font-weight: bolder;
	padding: 0px 0px 3px;
	cursor: pointer;
}
.lptl_menu_more{
	border-bottom: 1px solid #E7E7E7;
	color: #767676;
	float: left;
	width: 1100px;
	margin: 3px 0px;
	padding: 5px 10px;
	text-align: right;
	font-size: 14px;
	height:31px;
}
.lptl_menu_more span{
	cursor: pointer;
}
.wh250{
	width: 250px;
}
.un_active{
	color: #767676;
	font-weight: normal;
	border-bottom: 2px solid #E7E7E7;
}
.wh230{
	width: 230px;
}
.wh220{
	width: 220px;
}
.wh430{
	width: 430px;
}
.wh68{
	width: 68px;
}
.wh285{
	width: 285px;
}
.wh210{
	width: 210px;
}
.lptl_footer_1{
	padding-top: 28px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.lptl_footer_1 span{
	margin: 0px 10px 0px 5px;
}
.lptl_footer_1 img{
	margin-right: 5px;
	vertical-align: top;
	width: 24px;
	height: 24px;
}
.lptl_footer_1 span.sp-cpy{
	margin-right: 0px;
}
.sp-cpy img{
	width:94px;
	height: 36px;
}
.lmc_fwpt img{
	width: 384px;
	height: 80px;
	margin: 0px 10px 10px 0px;
	cursor: pointer;
}
.lptl_b_5_3_2 .lmc_spzt{
	padding-top: 15px;
}
.lmc_spzt img{
	width:294px;
	height: 110px;
	margin: 0px 10px 10px 12px;
	cursor: pointer;
}
.lmc_fwpt img:hover,.lmc_spzt img:hover{
    -moz-box-shadow:1px 1px 3px #333333;
    -webkit-box-shadow:1px 1px 3px #333333;
    box-shadow:1px 1px 3px #333333;
}

.lptl_menu_cont{
	padding-top: 10px;
}
.lmc_xhdt{
	width: 100%;
	height: 200px;
}
.lmcn_l{
	float: left;
	width: 570px;
	padding-top: 10px;
	padding-left: 10px;
}
.lmcn_r{
	float: left;
	width: 630px;
}
.news-title{
	text-align: center;
	font-size: 16px;
}
ul.lmc_list{
	padding: 0px 20px 0px 30px;
	margin: 0px;
}
ul.lmc_list li{
	border-bottom: 1px dashed #E7E7E7;
	padding: 11px 0px 12px 0px;
	list-style: disc;
	font-size: 16px;
}
span.lmcl_r {
	float: right;
}
span.lmcl_l {
    display: block;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
ul.lmc_list li:hover {
    text-decoration: none;
    outline: 0 none;
    color: #0E4BB0;
    cursor: pointer;
}
.lmc_xhdt span.lmcl_l{
	width: 480px;
}
.lmc_hyxw span.lmcl_l{
	width: 680px;
}
.lmc_tzgg span.lmcl_r_tzgg{
	margin-left: 15px;
}
/*.lmc_tzgg ul.lmc_list li{*/
/*	clear: both;*/
/*}*/
.lmc_hypx ul.lmc_list li,.lmc_xxtj ul.lmc_list li,.lmc_yjyd ul.lmc_list li{
	padding-top: 10px;
	padding-bottom: 8px;
}
.lmc_hypx span.lmcl_l,.lmc_xxtj span.lmcl_l,.lmc_yjyd span.lmcl_l{
	width: 380px;
}
table.tbl_xhld{
	width: 100%;
	margin-top: 10px;
}
table.tbl_xhld td{
	border-style: none;
	padding: 5px 0px 5px 0px;
	font-size: 16px;
	line-height: 30px;
}
table.tbl_xhld tr td:nth-child(1){
	width: 30%;
	vertical-align: top;
	padding-left: 17px;
	font-weight: bolder;
}
table.tbl_xhld tr td:nth-child(2){
	width: 70%;
	padding-right: 10px;
}
table.tbl_xhld span{
	margin: 0px 12px 0px 0px;
}
table.tbl_xhld td span{
	cursor: pointer;
}
table.tbl_xhld td span:hover{
	color: #0E4BB0;
}
ul.ul_zzjg{
	padding: 5px 20px 0px 30px;
	margin: 10px 0px;
}
ul.ul_zzjg li{
	list-style: disc;
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 0px;
	margin-left: 5px;
}
ul.ul_zzjg li span{
	margin-right: 7px;
}
ul.ul_zzjg li > div:nth-child(1){
	font-weight: bolder;
	cursor: pointer;
}
ul.ul_zzjg li > div:nth-child(2){
	margin: 10px 0px;
	line-height: 38px;
}
ul.ul_zzjg li > div:nth-child(1):hover,ul.ul_zzjg li > div:nth-child(2) span:hover {
    color: #0E4BB0;
}
ul.ul_zzjg li span{
	cursor: pointer;
}
ul.ul_zzjg li span:hover{
	color: #0E4BB0;
}
.lmc_yqlj{
	padding-left: 10px;
	overflow: hidden;
}
.lmc_yqlj img{
	width: 180px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

wrap{
	border: 3px solid #f00;
	width: 600px;
	height: 200px;
	position: relative;
	overflow: hidden;
}
.wrap ul{
	overflow: hidden;
	position:relative;
	width: 600px;
	left: 0;
	top: 0;
	_height:1px;
}
.wrap ul li{
	float: left;
	width: 200px;
	list-style-type: none;
}
.goLeft i,.goRight i{
	font-size: 24px;
	padding: 0px 5px;
	cursor: pointer;
}
.goLeft i:hover,.goRight i:hover{
	color: #0E4BB0;
}
table.lmc_yqlj_tbl{
	width: 100%;
}
table.lmc_yqlj_tbl td{
	border-style: none;
}
table.lmc_yqlj_tbl td:nth-child(1),table.lmc_yqlj_tbl td:nth-child(3){
	width: 20px;
}
table.lmc_yqlj_tbl td:nth-child(2){
	padding-top: 15px;
	width: 1100px;
}
.lmc_wp{
	width: 1140px;
	overflow: hidden;
	margin: 0px auto;
}
.lmms-over{
	color: #0E4BB0;
}
.un_show{
	display: none;
}

.lptl_clear{
	clear: both;
}

.wh130{
	width: 130px;
}
.sub_menu_3{
	margin-left: 30px;
}
.sch-div{
	margin: 20px 20px 0px 20px;
	height: 42px;
}
.sch-div > div{
	margin-top:15px;
	float: left;
	margin-left: 10px;
}
.sch-div input{
	width: 400px;
	border: 1px solid #E7E7E7;
	font-size: 18px;
	padding: 7px 10px;
	border-radius: 4px;
}
.sch-div button{
	font-size: 16px;
	padding: 7px 10px;
}
.sch-div input:focus,.sch-div button:focus{
	outline: none;
}
table#bootstrap-table td,.bootstrap-table .table {
	padding: 15px 0px 15px 0px;
	font-size: 16px;
	border-radius: 5px;
	border-bottom: 1px dashed #E7E7E7!important;
}
table#bootstrap-table th{
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-style: none!important;
}
table#bootstrap-table th div{
	padding-top: 0px;
	padding-bottom: 0px;
}
span.pagination-info,span.page-list{
	font-size: 16px;
}
ul.pagination li{
	font-size: 16px;
}
table#bootstrap-table td div:hover{
	color: #0E4BB0;
}

.tbl-cont-list{
}
.tbl-cont-list-title{
	width:780px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
	padding-left: 5px;
}
.tbl-cont-list-date{
	width:100px;
	float: right;
	padding-right: 5px;
}
.fixed-table-pagination{
	padding-top: 10px;
}
.tbl-cont-list-title i{
	margin-right: 8px;
}
ul.lptl_smenu{
	padding: 10px 0px;
	margin: 0px;
}
ul.lptl_smenu li{
	list-style: none;
	padding: 10px 0px 10px 30px;
	font-size: 16px;
	cursor: pointer;
	font-weight: bolder;
}
ul.lptl_smenu li i{
	font-size: 16px;
	margin-right: 10px;
}
ul.lptl_smenu li:hover {
    color: #0E4BB0;
}
.lptl_b_l{
	width:160px;
	background-color: #fff;
	float: left;
	min-height: 800px;
	border-radius: 5px;
}
.lptl_b_r{
	width:1030px;
	background-color: #fff;
	float: right;
	min-height: 800px;
	border-radius: 5px;
}
.wh60{
	width: 60px;
}
#dcont{
	padding: 40px 30px;
}
#contentTitleDiv {
    font-size: 22px;
    text-align: center;
}
#contentDateDiv {
	font-size: 16px;
    text-align: right;
    margin-bottom: 20px;
    padding-right: 30px;
}
#contentContDiv{
    width: 97%;
    margin: 0px auto;
}
#file-list{
 	width: 97%;
    margin: 20px auto 0px;
	font-size: 16px;
}
#file-list label{
	font-weight: bolder;
}
.file-list-div a{
	line-height: 1.8;
}
#lptl_tblj span{
	cursor: pointer;
}
#lptl_tblj span:hover{
	cursor: pointer;
	color: #2440B0;
}
span.lptl_wblj{
	cursor: pointer;
}
span.lptl_wblj:hover{
	cursor: pointer;
	color: #F2F2F2;
}
#lptl_search_btn .fa-search:hover {
	font-weight: bold;
	color: #2440B0;
}

/* 航协二级页面-航指委 */
.lptl_b_8{
	height: 440px;
}
.lptl_b_8 > div{
	height: 440px;
	background-color: #fff;
	border-radius: 4px;
	float: left;
}
.lptl_b_8 > div:nth-child(1){
	width: 595px;
}
.lptl_b_8 > div:nth-child(2){
	margin-left: 10px;
	width: 595px;
}

.lptl_menu_cont_hzw{
	padding-top: 10px;
	margin-bottom: 20px;
}
.lptl_h_2_hzw{
	height: 160px;
	width: 100%;
	background: url(/img/hzw-sky.png) no-repeat;
	background-size: 100% 160px;
}
.lptl_menu_more_hzw{
	border-bottom: 1px solid #E7E7E7;
	color: #767676;
	float: left;
	width: 1100px;
	margin: 3px 0px 3px 43px;
	padding: 5px 10px;
	text-align: right;
	font-size: 14px;
	height:31px;
}
.lptl_menu_more_hzw span{
	cursor: pointer;
}
.menu_sub_title_hzw{
	background-color: #0089E0;
    z-index: 10;
    position: relative;
    width:130px;
    margin-top: 11px;
    display:none;
    padding:5px 10px;
    padding: 2px 2px 2px 2px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.menu_sub_title_hzw ul{
	padding: 0px;
	margin: 0px;
}
.menu_sub_title_hzw ul > li{
	text-align: left;
	list-style: none;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 18px;
	border-bottom: 1px solid #55A5D9;
	font-size: 16px;
}
.menu_sub_title_hzw ul > li > i{
	margin-right: 8px;
}
.menu_sub_title_hzw ul > li:hover{
	cursor: pointer;
	background-color: #55A5D9;
}
ul.lptl_h_menu_hzw{
	margin: 0px;
	padding: 0px;
}
ul.lptl_h_menu_hzw > li{
	list-style: none;
	float: left;
	width: 109px;
	height: 45px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	padding-top: 10px;
}
ul.lptl_h_menu_hzw > li > span:hover{
	color: #F0F0F0;
	cursor: pointer;
}
.lptl_h_2_1_hzw{
	float: left;
}
.lptl_h_2_1_hzw img{
	width: 300px;
	height: 160px;
	cursor: pointer;
}
.lptl_h_2_2_hzw{
	float: left;
}
.lptl_h_2_2_hzw img{
	width: 550px;
	cursor: pointer;
	margin-top: 30px;
}
.lptl_h_2_5_hzw{
	float: left;
}
.lptl_h_2_3_hzw{
	float: left;
	margin-left: 30px;
}
.lptl_h_2_3_hzw img{
	width: 300px;
	cursor: pointer;
	margin-top: 60px;
}
.lptl_h_2_4_hzw{
	float: left;
}
.lptl_h_2_4_hzw img{
	width: 330px;
	height: 160px;
	cursor: pointer;
}
.lptl_wh_m0_hzw{
	width:1600px;
	margin: 0px auto;
}
.lmcn_l_hzw{
	float: left;
	width: 570px;
	padding-top: 10px;
	padding-left: 10px;
}
