/*主体内容布局 start*/
.parent-box{padding:50px 0;}
.main-box{display:flex;justify-content: space-between;display: -ms-flexbox;-ms-flex-pack: justify;}
.left-nav{width:25%;}
.main-body{width:72%;}
/*主体内容布局 end*/

/*当前位置*/
.place{height:60px;line-height:60px;border-bottom:2px solid #eee}
.place span,.place span a{font-size:16px;color:#272727;text-decoration: none;}

/*正文部分*/
.main-text p, .main-text h3, .main-text h4, .main-text li , .main-text div {margin-top: 1em; margin-bottom: 1em; line-height: 1.6;}
.main-text p{font-size:14px;}
.main-text h3.none-text{font-weight: normal;font-size: 18px;color:#999}
.main-text h3{font-size:18px;color:#000080;font-weight:bold;margin:15px 0;}
.main-text h4{font-size:16px;color:#000080;margin:10px 0;}
.main-text a{color:#0f7acc;font-size:14px;}
.main-text a:hover{text-decoration: underline;}
.main-text ol{margin-left: 3em;line-height:35px;}
.main-text ol li{list-style-type: decimal;}


.main-text table{border:1px solid #eee;}
.main-text tbody tr{transition:all 0.4s;}
.main-text tbody tr:hover{background-color:#eee;}
.main-text tr td,.main-text thead tr th{text-align:center;border-right:1px solid #eee;}
.main-text thead{border-bottom:1px solid #eee;}
.main-text tbody{}
.main-text tbody tr td{padding:10px}
.main-text tbody tr{border-bottom:1px solid #eee}
.main-text tbody tr td a{display: inline-block;color: #0054a7;border: 1px solid #0054a7;border-radius: 4px; box-sizing: border-box; height: 30px;line-height: 28px;padding: 0 2em;transition:all 0.4s}
.main-text tbody tr td a:hover{background-color:#0054a7;color:#fff;}
.main-text iframe{display:block;margin:0 auto;}

/*新闻列表*/
.main-list ul li{line-height:70px;border-bottom:1px solid #d6d6d6;transition:all 0.5s;}
.main-list ul li:last-child{border-bottom:none;}
.main-list ul li a{display:flex;justify-content: space-between;display: -ms-flexbox;-ms-flex-pack: justify;font-size:16px;transition:all 0.5s;}
.main-list ul li a .list-first{width:70%;display:inline-block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.main-list ul li:hover a span.list-first{font-weight:bold;}
.main-list ul li:hover{border-block-color:#0054a8;}
.main-list ul li:hover a{color:#0054a8;}

/*分页器 start*/
.fyq{text-align:center;}
.NormalRed{display: inline-block;vertical-align: middle;padding: 0 15px;height: 28px;line-height: 28px;margin: 0 -1px 5px 0;background-color: #0054a8;color: #fff;font-size: 12px;border:1px solid #0054a8;}
.fyq .layui-laypage-prev:hover,.fyq .layui-laypage-next:hover,.fyq a:hover,.fyq .layui-laypage-btn:hover{color:#0054a8;cursor: pointer;}
/*分页器 end*/

@media screen and (max-width:992px){
.main-text{overflow-y:hidden}
.main-text p img{width:80%;height:auto !important;}
.place span, .place span a{font-size:12px;}
.parent-box{padding:30px 20px;}
.left-nav{display:none;}
.main-body{width:100%;}
.place{height:auto;line-height:25px;padding:15px 0;}
.fyq .layui-laypage a,.fyq .layui-laypage span{height:auto;}
}