.position{
    margin-top: 1rem;
    height: 0.55rem !important;
}




.about_view{
    background:#E7E3CF url(../img/honor_bg3.png);
    padding: 0.9rem 0 0.7rem;
    box-sizing: border-box;
    position: relative;
}
.about_view::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/about_bg2.png) center bottom no-repeat;
    background-size: 100% auto;
    bottom: 0;
}




.about_view .richText{
    padding: 0 0.8rem 0.8rem;
    box-sizing: border-box;
    position: relative;
}
.about_view .richText,
.about_view .richText p,
.about_view .richText *{
    font-size: 0.16rem;
    color: #333;
    text-align: left;
    line-height: 2;
    font-weight: 400;
    font-family: "微软雅黑"!important;
}
.about_view .richText>p{
    text-indent: 2em;
}
.about_view .richText img{
    max-width: 94%;
}
.about_view .richText figure{
    width: 100% !important;
    margin: 0.15rem 0;
}
.about_view .richText table {
    width: 100%!important;
}
.about_view .richText table * {
    font-family: "微软雅黑"!important;
    table-layout: fixed;
}
.about_view .richText table tr:first-child {
    background-color: #ba9c42!important;
    color: #fff;
}
.about_view .richText table tr td {
    border: 1px solid #d7c590 !important;
    padding: 5px !important;
    text-align: center !important;
}
.about_view .richText table {
    background: #fff9ef;
}
.about_view .richText table tr:first-child * {
    color: #fff;
}









.org_box{
    display: flex;
    justify-content: space-between;
    position: relative;
    column-gap: 0.3rem;
}
.org_box .org_fl{
    width: 75%;
    height: fit-content;
    background-color: rgba(249, 248, 244, 1);
    padding: 0.6rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.org_box .org_fl .org_top{
    width: 100%;
    display: flex;
    column-gap: 0.4rem;
    margin-bottom: 0.46rem;
}
.org_box .org_fl .org_logo{
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
}
.org_box .org_fl .org_logo img{
    object-fit: contain;
}
.org_box .org_fl .org_txt{
    width: calc(100% - 1.9rem);
}
.org_box .org_fl .org_title{
    line-height: 1.5;
    font-size: 0.3rem;
    font-weight: 500;
    margin-bottom: 0.08rem;
}
.org_box .org_fl .org_phone,
.org_box .org_fl .org_adress{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    column-gap: 0.09rem;
    padding: 0.16rem 0;
    border-bottom: 0.01rem dashed rgba(201,201,201);
    color: rgba(142, 114, 90, 1);
    font-size: 0.16rem;
    font-family: Arial;
}
.org_box .org_fl .org_phone i,
.org_box .org_fl .org_adress i{
    width: 0.13rem;
    height: 0.16rem;
    display: block;
}
.org_box .org_fl .org_phone i{
    background: url(../img/phone_icon2.png) center no-repeat;
    background-size: contain;
}
.org_box .org_fl .org_adress i{
    background: url(../img/adress_icon2.png) center no-repeat;
    background-size: contain;
}
.org_box .org_fl .org_detail,
.org_box .org_fl .org_detail p{
    font-size: 0.16rem;
    color: #333;
    text-align: left;
    line-height: 2;
    font-family: "微软雅黑"!important;
}
.org_box .org_fl .org_detail>p{
    text-indent: 2em;
}
.org_box .org_fl .org_detail img{
    max-width: 94%;
}



/* 上/下一页 */
.org_url{
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
    width: 100%;
}
.org_url .org_li{
    width: 48%;
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
}
.org_url .org_li span{
    color: rgba(85, 85, 85, 1);
    font-size: 0.14rem;
    line-height: 2;
    font-weight: 400;
    font-family: "微软雅黑"!important;
    white-space: nowrap;
}
.org_url .org_li a{
    max-width: calc(100% - 0.6rem);
    height: auto;
    font-weight: 400;
    color: rgba(85, 85, 85, 1);
    font-size: 0.14rem;
    line-height: 2;
    font-family: "微软雅黑"!important;
    white-space: nowrap;
}
.org_url .org_li:nth-child(2){
    flex-direction: row-reverse;
}
.org_url .org_li:nth-child(2) a{
    text-align: right;
}



.org_box .org_fr{
    width: calc(25% - 0.3rem);
    background-color: rgba(246, 245, 241, 1);
    padding: 0.24rem;
    box-sizing: border-box;
}
.org_box .org_fr .link_class{
    margin-bottom: 0.16rem;
    padding: 0.065rem 0;
    box-sizing: border-box;
    font-weight: bold;
    background: #ece2d6;
    color: rgba(152, 120, 97, 1);
    text-align: center;
    font-size: 0.2rem;
    line-height: 2;
}
.org_box .org_fr .org_link {
    position: relative;
    overflow: hidden;
    height: 9.5rem;
}
.org_box .org_fr .link_item {
    width: auto;
    height: auto !important;
    padding: 0.16rem;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0.1rem;
}
.org_box .org_fr .link_item .link_title{
    width: 100%;
    height: auto;
    margin-bottom: 0.09rem;
    font-size: 0.16rem;
    line-height: 1.8;
    font-weight: 400;
    font-family: "微软雅黑"!important;
}
.org_box .org_fr .link_item .link_phone,
.org_box .org_fr .link_item .link_adress{
    margin-top: 0.15rem;
    display: flex;
    column-gap: 0.09rem;
    align-items: baseline;
}
.org_box .org_fr .link_item .link_phone i,
.org_box .org_fr .link_item .link_adress i{
    width: 0.13rem;
    height: 0.16rem;
    display: block;
    background: url(../img/phone_icon2.png) center no-repeat;
    background-size: contain;
    position: relative;
    top: 0.03rem;
}
.org_box .org_fr .link_item .link_adress i{
    background: url(../img/adress_icon2.png) center no-repeat;
    background-size: contain;
}
.org_box .org_fr .link_item .link_phone span,
.org_box .org_fr .link_item .link_adress span{
    width: calc(100% - 0.22rem);
    font-size: 0.16rem;
    color: rgba(142,114,90);
    font-family: "微软雅黑"!important;
    font-weight: 400;
    line-height: 1.666;
}








/* 新闻详情 */
.view_news{
    padding: 0.64rem 0;
    box-sizing: border-box;
}
.view_news .main{
    padding: 0.3rem 0.2rem 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.view_news .view_fl{
    width: 70%;
}
.view_news .view_fl .view_box{
    padding: 0.3rem;
    box-sizing: border-box;
    border-radius: 0.15rem;
    background: #ffffff4d;
}
.view_news .view_fl .view_box .view_title{
    padding: 0.2rem 0 0.3rem;
    box-sizing: border-box;
    font-size: 0.24rem;
    text-align: center;
    line-height: 1;
    color: #222;
    margin-bottom: 0.08rem;
}
.view_news .view_fl .view_box .view_txt{
    display: flex;
    align-items: center;
    column-gap: 0.15rem;
}
.view_news .view_fl .view_box .view_txt span{
    font-size: 0.14rem;
    color: rgba(153, 153, 153, 1);
    line-height: 2;
    font-family: "微软雅黑" !important;
}
.view_news .view_fl .view_box .view_txt span:last-child{
    display: none;
}
.view_news .view_fl .view_box .view_content{
    margin-top: 0.15rem;
    padding-top: 0.15rem;
    border-top: 0.01rem solid rgba(245,245,245);
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 2;
    color: #000;
    font-family: Microsoft YaHei, 微软雅黑;
}
.view_news .view_fl .view_box .view_content *,
.view_news .view_fl .view_box .view_content p{
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 2;
    color: #000;
    font-family: Microsoft YaHei, 微软雅黑;
}
.view_news .view_fl .view_box .view_content>p{
    text-indent: 2em;
}
.view_news .view_fl .view_box .view_content img{
    width: revert-layer;
    height: auto;
    object-fit: contain;
    max-width: 94%;
    display: inline;
}
.view_news .view_fr{
    width: calc(30% - 0.3rem);
    height: fit-content;
    padding: 0.5rem 0.5rem 0.27rem;
    box-sizing: border-box;
    border-radius: 0.15rem;
    overflow: hidden;
    background: url(../img/view_bg.png) center no-repeat;
    background-size: 100% 100%;
}
.view_news .view_fr .view_class{
    margin-bottom: 0.15rem;
    font-weight: normal;
    font-size: 0.24rem;
    color: rgba(249,247,235);
    line-height: 1;
    font-family: Microsoft YaHei, 微软雅黑;
}
.view_news .view_fr .view_item{
    padding: 0.104rem 0;
    border-top: 0.01rem solid rgba(245, 245, 245, 0.212);
    font-size: 0.16rem;
    color: rgba(249,247,235);
    font-family: Microsoft YaHei;
}







@media screen and (max-width: 1025px){
    .position{
        margin-top: 110px;
        height: 55px;
    }
    .about_view .richText{
        overflow-x: auto;
    }
    .about_view .richText table{
        min-width: 800px;
    }
    
    
    .view_news{
        padding: 64px 0;
    }
    .view_news .main{
        padding: 30px 0 0;
    }
    .view_news .view_fl .view_box{
        padding: 30px;
        border-radius: 15px;
    }
    .view_news .view_fl .view_box .view_title{
        padding: 20px 0 30px;
        font-size: 24px;
        margin-bottom: 8px;
    }
    .view_news .view_fl .view_box .view_txt{
        column-gap: 15px;
    }
    .view_news .view_fl .view_box .view_txt span{
        font-size: 14px;
    }
    .view_news .view_fl .view_box .view_content{
        margin-top: 15px;
        padding-top: 15px;
        font-size: 16px;
    }
    .view_news .view_fl .view_box .view_content *, .view_news .view_fl .view_box .view_content p{
        font-size: 16px;
    }
    .org_url{
        margin-top: 30px;
    }
    .org_url .org_li{
        column-gap: 10px;
    }
    .org_url .org_li span{
        font-size: 14px;
    }
    .org_url .org_li a{
        font-size: 14px;
        width: calc(100% - 60px);
    }
    .view_news .view_fr{
        width: calc(30% - 30px);
        padding: 50px 50px 27px;
        border-radius: 15px;
    }
    .view_news .view_fr .view_class{
        margin-bottom: 15px;
        font-size: 24px;
    }
    .view_news .view_fr .view_item{
        padding: 10.4px 0;
        font-size: 16px;
    }
    
    
    
    
    
    
    
    
    .about_view{
        padding: 90px 0 70px;
    }
    .org_box{
        column-gap: 30px;
    }
    .org_box .org_fl{
        padding: 60px;
    }
    .org_box .org_fl .org_top{
        column-gap: 40px;
        margin-bottom: 46px;
    }
    .org_box .org_fl .org_logo{
        width: 150px;
        height: 150px;
    }
    .org_box .org_fl .org_txt{
        width: calc(100% - 190px);
    }
    .org_box .org_fl .org_title{
        font-size: 30px;
        margin-bottom: 8px;
    }
    .org_box .org_fl .org_phone, .org_box .org_fl .org_adress{
        column-gap: 9px;
        padding: 16px 0;
        font-size: 16px;
    }
    .org_box .org_fl .org_phone i, .org_box .org_fl .org_adress i{
        width: 13px;
        height: 16px;
    }
    .org_box .org_fl .org_detail, .org_box .org_fl .org_detail p{
        font-size: 16px;
    }
    
    
    .org_box .org_fr{
        width: calc(25% - 30px);
        padding: 14px;
    }
    .org_box .org_fr .link_class{
        margin-bottom: 16px;
        padding: 6.5px 0;
        font-size: 20px;
    }
    .org_box .org_fr .org_link{
        height: 950px;
    }
    .org_box .org_fr .link_item{
        padding: 8px;
        margin-bottom: 10px;
    }
    .org_box .org_fr .link_item .link_title{
        font-size: 16px;
        margin-bottom: 9px;
    }
    .org_box .org_fr .link_item .link_phone, .org_box .org_fr .link_item .link_adress{
        margin-top: 15px;
        column-gap: 9px;
    }
    .org_box .org_fr .link_item .link_phone i, .org_box .org_fr .link_item .link_adress i{
        width: 13px;
        height: 16px;
        top: 3px;
    }
    .org_box .org_fr .link_item .link_phone span, .org_box .org_fr .link_item .link_adress span{
        width: calc(100% - 22px);
        font-size: 16px;
    }
    .org_box .org_fr .link_item .link_phone, .org_box .org_fr .link_item .link_adress{
        margin-top: 15px;
        column-gap: 9px;
    }
    
    
    
    
    .about_view .richText{
        padding: 0 80px 80px;
    }
    .about_view .richText, .about_view .richText p, .about_view .richText *{
        font-size: 16px;
    }
    .about_view .richText figure{
        margin: 15px 0;
    }
}
@media screen and (max-width: 769px){
    .position{
        /*padding: 15px 0;*/
        /*height: auto !important;*/
        
        height: 0 !important;
        overflow: hidden;
        padding: 0;
    }
    .position .position_fr{
        display: flex !important;
        flex-wrap: wrap;
        align-items: baseline;
        width: 100%;
        justify-content: center;
    }
    .position .position_fr{
        flex-wrap: wrap;
        align-items: baseline;
    }
	.position .position_fr .position_list{
	    flex-wrap: wrap;
	    width: calc(100% - 20px);
	}
			     
			        
			        
	.view_news{
	    padding: 20px 0 50px;
	}		        
    .view_news .main{
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .view_news .view_fl,
    .view_news .view_fr{
        width: 100%;
    }
    .org_url{
        flex-wrap: wrap;
    }
    .org_url .org_li{
        width: 100%;
        flex-direction: row !important;
    }
    .org_url .org_li:nth-child(2) a{
        text-align: left;
    }
    .view_news .view_fl .view_box .view_title{
        font-size: 20px;
    }
    .view_news .view_fl .view_box .view_content *, .view_news .view_fl .view_box .view_content p{
        font-size: 14px;
    }
    
    
    
    
    .about_view{
        background: #fff;
    }
    .about_view::before{
        display: none;
    }
    .org_box{
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .org_box .org_fl{
        width: 100%;
        padding: 5%;
    }
    
    
    
    
    
    
    .org_box .org_fr{
        width: 100%;
    }
    
    
    .about_view .richText{
        padding: 0;
    }
}
