 .page{width:100%;min-height: 539px;background: #fafafa;}
    .routerx{margin:auto;display:flex;height:53px;align-items: center;justify-content: flex-start;font-size:14px;color:#666;}
    .routerx span{margin-left:3px;margin-right:3px;}
    .routerx a.current{color: #fe7a3a}
    .main{position: relative;margin:auto;}
    .fll{padding:20px;float:left;background-color: #ffffff;box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);border-radius: 3px;margin-bottom:50px;}
    .fll h4.title{font-size:24px;color:#333;width: calc(100% - 0px);}
    .fll .tips{padding-top:20px;padding-bottom:20px;font-size:14px;color:#999;}
    .fll .tips .router_title{color: #fe7a3a;}
    .fll .tips span{margin-right:20px;}
    .fll .articles{padding:0px 18px;border-top:1px solid #ececec;border-bottom:1px solid #ececec;padding-top:30px;}
    .fll .articles p{font-size:14px;line-height:24px;color: #666;margin-bottom:28px;}
    .fll .articles img{display:block;max-width:764px;margin:auto;margin-bottom:28px;width: 100%;}
    .frr{padding-left: 10px;}
    .bottom{padding-top:30px;padding-bottom:30px;}
    .bottom .articleItem{width:100%;margin-bottom:10px;font-size:14px;color:#666;}
    .bottom .articleItem a{color:#666;}
    .bottom .articleItem a:hover{color: #fe7a3a;}
    .hotBlock{padding:0px 20px 20px 20px;background-color: #ffffff;box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);border-radius: 3px;}
    .hotBlock .title{height:60px;display: flex;align-items:center;border-bottom:1px solid #ececec;margin-bottom:10px;width: calc(100% - 0px);}
    .hotBlock .title .lines{flex:0 0 4px;height: 18px;background-color: #fe7a3a;margin-right:10px;}
    .hotBlock .title .text{font-size:18px;color:#333;}
    .hotList li a{display:block;font-size:14px;color:#888;line-height:2.5;padding-left:13px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;position: relative;}
    .hotList li a:before{content:"";width: 5px;height: 5px;background-color: #fe7a3a;position:absolute;top:16px;left:0px;}
    .hotList li a:hover{color: #fe7a3a;}