*{
    margin: 0;
    padding: 0;
}


/*.about>div{*/
/*    width: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/
/*.about>div>.intro{*/
/*    width:100%;*/
/*}*/

.i_type{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.appli_list{
    margin-top: 10px;
}

.news>ul{
    padding: 0 3.125%;
}
.news>ul>li{
    margin-bottom: 5%;
    border-bottom: 1px #ccc dashed;
    padding: 2% 0;
}
.news>ul>li>a{
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #333;
}
.news>ul>li>a>h2{
    margin-bottom: 3%;
}





.scsb{
    margin-top: 20px;
}
.scsb>div:nth-of-type(1){
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    font-size: 20px;
    margin-bottom: 10px;
}
.scsb>.list_ul>ul{
    padding: 0 3.125%;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}
.scsb>.list_ul>ul>li{
    width: 47%;
    margin-bottom: 10px;
}



.culture>.list_ul>ul{
    width: 100%;
    padding: 0 3.125%;
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    justify-content: space-between;
}
.culture>.list_ul>ul>li{
    width: 48%;
}
.culture>.list_ul>ul>li>a{
    width: 100%;
    
}
.culture>.list_ul>ul>li>a>.img{
    width: 100%;
}
.culture>.list_ul>ul>li>a>.img>img{
    width: 100%;
}
.culture>.list_ul>ul>li>a>.pic{
    position: relative;
    
}
.culture>.list_ul>ul>li>a>.pic>.cont{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}
.culture>.list_ul>ul>li>a>.pic>.cont>h1{
    color: #333;
}
.culture>.list_ul>ul>li>a>.pic>.cont>p{
    color: #666;
}


.ab_style{
    width: 100%;
    background: url('../images/c_bj.jpg') no-repeat center center;
    background-size: 100% 100%;
    padding: 4% 0;
}
.ab_style .list_ul>ul{
    padding: 0 3.125%;
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    /*border: 1px #f00 solid ;*/
}
.ab_style .list_ul>ul>li{
    width: 48%;
}
.ab_style .list_ul>ul>li:nth-of-type(1),.ab_style .list_ul>ul>li:nth-of-type(2){
    margin-bottom: 14px;
}
.ab_style .list_ul>ul>li>a{
    width: 100%;
    position: relative;
}
.ab_style .list_ul>ul>li>a>div{
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ab_style .list_ul>ul>li>a>div>h1{
    font-size: 20px;
    color: #333;
}
.ab_style .list_ul>ul>li>a>div>p{
    color: #666;
}



.qyry{
    width: 100%;
}


.zlgl{
    width: 100%;
}
.zlgl>div>.list_ul>ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}
.zlgl>div>.list_ul>ul>li{
    width: 48%;
    margin-top: 15px;
    
}



.cont{
    width: 100%;
}
.cont>div{
    padding: 3.125%;
    background-color: #eff3f5;
    margin-bottom: 15px;
    
}
.cont>div>h1{
    font-size: 22px;
}

.cont2{
    width: 100%;
    padding: 0 3.125%;
}



#feedback{
    /*border: 1px #f00 solid;*/
}
#feedback>h1{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
#feedback input[type="text"]{
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 11px;
    border: 1px #666 solid;
}


#neirong{
    width: 100%;
    padding: 11px;
    height: 100px;
    border: 1px #666 solid;
}
.submit{
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}
.submit1{
    width: 70px;
    height: 35px;
}












