/*主体内容布局 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%;}
.main-text{overflow-y: hidden;}
/*主体内容布局 end*/

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

/*正文部分*/
.main-text p ,.main-text td {font-size:16px;}
.main-text img {max-width: 100%;}
.main-text h3.none-text{font-weight: normal;font-size: 18px;color:#999}
.main-text h3{font-size:18px;color:#333;font-weight:bold;}
.main-text h4{font-size:16px;color:#333;font-weight: 600;}
.main-text a{color:#e70012;font-size:16px;}
.main-text a:hover{text-decoration: underline;}
.main-text ol li{list-style-type: decimal;}
.main-text ul li{list-style-type: disc;}
/*
.main-text table{margin:0 auto;border: 1px solid #ccc}
.main-text table tr{border-bottom:1px solid #ccc;}
.main-text table tr td{border-right:1px solid #ccc;text-align:center}
.main-text table tr td:last-child{border-right:none;}

.main-text .tb tbody tr{transition:all 0.4s;border: 1px solid #ccc}
.main-text .tb tbody tr:hover{background-color:#eee;}
.main-text .tb tr td{text-align:center;}
.main-text .tb tbody{line-height:60px;}
.main-text .tb tbody tr{border-bottom:1px solid #eee}
.main-text .tb 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 .tb tbody tr td a:hover{background-color:#0054a7;color:#fff;}
*/
.main-text iframe{display:block;margin:0 auto;}

/*新闻列表*/
.main-list ul li{line-height:80px;border-bottom:1px solid #d6d6d6;transition:all 0.5s;list-style: none;position: relative;}
.main-list ul li::before{content: "";position: absolute;top: 50%;left: -10px;width: 5px;height: 5px;background: #000000;transform: translate(0, -50%);border-radius: 3px;}
.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 span:first-child{display:inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width:65%}
.main-list ul li a span.fir-on{width:auto;}
.main-list ul li:hover a span.list-first{font-weight:bold;}
.main-list ul li:hover{border-block-color:#e70012;}
.main-list ul li:hover a{color:#e71c28;}

/*分页器 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: #e71c28;color: #fff;font-size: 12px;border:1px solid #e71c28;}
.fyq .layui-laypage-prev:hover,.fyq .layui-laypage-next:hover{color:#e71c28;cursor: pointer;}
.layui-laypage a:hover{color:#e71c28}
/*分页器 end*/
/* 自有理财产品 */
.typo ul.deep-list {overflow-y: hidden;padding-left: 1.3rem;margin-left: 0;}
.deep-list li {min-width: 220px;white-space: nowrap;}
@media screen and (max-width:992px){
.parent-box{padding:30px 0;overflow-y: hidden;}
.main-text{overflow-y: hidden;}
.left-nav{display:none;}
.main-body{width:100%;}
.place{display:none;height: auto;line-height: 20px;padding:20px 0;}
.layui-laypage a, .layui-laypage span{height:auto;}
}