/*- coding = utf-8 -*-
@Time : 2022-12-15 22:50
@Author : 管茂良
@File : base.css
@web  : www.php-china.com
@Software: WebStorm
*/
*
*::before,
*::after{
    margin:0;
    padding: 0;
    box-sizing:border-box;
}
a{color: #000000;
    text-decoration: none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
html{    background-color: white;}
body{
    background: url("/images/bodbg.jpg");
        max-width: 640px;
    margin: 0 auto;
    padding: 2%;
    box-shadow: 0px 0px 15px #ddd;
    position: relative;
}

.show_ctn  video{width:100%;}
.wz_m_title div{    margin: 0.2rem 0 0.1rem 0 !important;font-size: 0.2rem !important;}
.margin-right-5{
    margin-right:5px;
}
.margin-right-10{
    margin-right:10px;
}
.margin-left-5{
    margin-left:5px;
}
.margin-left-10{
    margin-left:10px;
}
.margin-left-15{
    margin-left:15px;
}
.margin-top-5{
    margin-top:5px;
}
.margin-top-10{
    margin-top:10px;
}
.margin-top-20{
    margin-top:20px;
}
.margin-bottom-15{
    margin-bottom:15px;
}
.margin-bottom-10{
    margin-bottom:10px;clear:both;
}
.margin-bottom-5{
    margin-bottom:5px;
}

/* flex布局 */
.u-f,
.u-f-ac {
    display: flex!important;
}
.u-f-ac,
.u-f-ajc {
    align-items: center;
}
/* 水平方向居中 */
.u-f-ajc {
    justify-content: center;
}
.u-f-ajs {
    justify-content: space-between;
}
.u-f-aja {
    justify-content: space-around;

}
.u-f-spa{
    flex-direction: row;
    flex-wrap: wrap;
}


.position{   /* border: 1px solid #ddd;*/
    padding: 3% 2%;
    border-radius: 10px;line-height: 206%;}
.position div{text-align: left;}
.position div>span{width: 32%;
    display: inline-block;
    text-align: left;    font-size: 15px;}
    
.position div:nth-of-type(2)>span:nth-of-type(1){width:32%;}
.position div:nth-of-type(2)>span:nth-of-type(2){width:58%;}

.position div p{margin:0;}
.position div:nth-of-type(3){font-size:15px;}

.position div span .ts{    font-size: 15px;}
.position div span .cs{color: #7e7676;font-size: 14px;}

.position div p .ts{    font-size: 16px;}
.position div p .cs{color: #7e7676;font-size: 14px;}

.ys_list{margin-bottom:10%}
.ys_list video{width:100%;object-fit: cover;    max-height: 176px;}
.ys_list p{width:100%}
.title_jl{   
    font-size:17px;text-align:center;}
.title_jl span{     border-bottom: 3px solid rgb(122, 56, 40);}
.title_jl+p{text-indent:2em;line-height: 27px;color: #7e7676;}
.gzsjj p{line-height: 27px;color: #7e7676;}
    
.gzsjj{}
.gzsjj img{float:left;width: 100%;
    max-width: 50%;
    padding: 0 2% 2% 0;}
.gzsjj p{}


.gzs{      clear: both;
    margin-top: 10%;
    border-radius: 5%;
    overflow: hidden;}
.gzs a{     background-color: #f5eee4;
    padding: 2% 0;
    color: rgb(122, 56, 40);
    font-size: 15px;
    display: inline-block;
    margin: 0.5%;
    width: 32%;
    text-align: center;
    float: left;}
.gzs a.active{    background-color: #ab6400;
    color: white;}
.index_list{display:none;}
.index_list.active{display:block;}
