body{
    color: #3f3f3f;
    background: #fdfdfd;
}
header{
    background: #f8f8f8
}
main{
    padding-top: 30px;
}
h1{
    width: 100%;
    float: left;
    padding:30px 20px 20px;
    font-size: 46px;
    font-weight: 400;
    text-align: center;
    color: #e5287e;
    border-bottom: 5px solid #e5287e;
    margin-bottom: 20px;
}
h1.blue{
    color: #222e8e;
    border-color: #222e8e;
}
h1.blue1{
    color: #4859df;
    border-color: #4859df;
}
h1.gary{
    color: #3f3f3f;
    border-color: #3f3f3f;
}
h1.red{
    color: #eb310c;
    border-color: #eb310c;
}
h1.pink{
    color: #b9476d;
    border-color:  #b9476d;
}
h1.green{
    color: #144130;
    border-color: #144130;
}
h1.green1{
    color: #527367;
    border-color: #527367;
}
h1.yellow{
    color: #a29566;
    border-color: #a29566;
}
h1.black{
    color: #3f3f3f;
    text-align: left;
}
h2{
    color: #222e8e;
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    float: left;
    padding:30px 20px 10px;
    border-bottom: 1px solid #888;
    font-size: 30px;
    font-weight: 400;
}
@media only screen and (max-width: 1399px){
    h1{
        font-size: 42px;
    }
    h2{
        font-size: 26px;
    }
}
@media only screen and (max-width: 999px){
    h1{
        font-size: 36px;
    }
    h2{
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px){
    h1{
        font-size: 30px;
    }
    main{
        padding-top: 0;
    }
    h2{
        font-size: 20px;
        padding:10px 20px;
    }
}

.tag{
    width: 100%;
    float: left;
    border-bottom: 1px solid #888;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.tag a,
.tag span{
    display: inline-block;
    color: #949393;
    font-size: 24px;
    padding: 5px 20px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    margin-bottom: -1px;
}

.tag span,
.tag a:hover{
    color: #fff;
    background:  #222e8e;
    border-color: #222e8e;
}
@media only screen and (max-width: 1399px){
    .tag a,
    .tag span{
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px){
    .tag a,
    .tag span{
        font-size: 18px;
    }
}
@media only screen and (max-width: 500px){
    .tag a,
    .tag span{
        width:25%;
        text-align: center;
    }
    .tag .flex{
        flex: 1;
    }
}

.page{
    width: 100%;
    float: left;
    text-align: center;
    padding: 50px 0 0;
}
.page a,
.page span{
    color: #3f3f3f;
    font-size: 22px;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    display: inline-block;
}
.page a:hover,
.page span,
.page a.back:hover{
    background: #ecbf23;
}
.page a.back,
.page a.back span{
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
}
.page a.back{
    border-radius: 5px;
    padding: 5px;
}
.page a.back span{
    padding: 0 10px;
}
@media only screen and (max-width: 1399px){
    .page a,
    .page span{
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px){
    .page a,
    .page span{
        font-size:18px;
    }
}

.news,
.tribe,
.record,
.about,
.contact,
.friendly-link{
    width: 100%;
    float: left;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 50px;
}
.list{
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.list li{
    width: calc(33.33% - 40px);
    float: left;
    border: 1px solid #767676;
    margin: 20px;
    background: #f8f8f8;
}
.tribe .list li,
.record .list li{
    border: 0;
    background: none;
}
.record .list li img{
    border: 1px solid #767676;
}
.list li img{
    width: 100%;
}
.list li .text{
    width: 100%;
    display: block;
    padding: 15px;
}
.record .list li .text{
    padding: 15px 0;
}
.list li a{
    font-size: 24px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    min-height: 130px;
    color: #3f3f3f;
}
.tribe .list li a{
    float: left;
    width: 100%;
}
.record .list li a{
    min-height: 10px;
}
.list li a:hover{
    text-decoration: underline;
}
.list li p{
    display: block;
    width: 100%;
    padding: 40px 0 10px;
}
.tribe .list li a p{
    padding: 0;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    min-height: 130px;
    color: #3f3f3f;
}
.record .list li div>p{
    padding: 15px 0;
    margin-top: 15px;
    border-top: 1px solid #4859df;
}
.record .list li a p{
    padding: 0;

}
.tribe .list li .img{
    background: #333;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.tribe .list li .img img{
    /*opacity: .2;*/
}
.tribe .list li .img span{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.tribe .list li .img span img{
    width: auto;
    opacity: 1;
}
@media only screen and (max-width: 1399px){
    .list li a,
    .tribe .list li,
    .tribe .list li a p{
        font-size: 20px;
        min-height: 106px;
    }
}
@media only screen and (max-width: 1399px){
    .list li{
        width: calc(50% - 40px);
    }
}
@media only screen and (max-width: 767px){
    .list li ,
    .tribe .list li a p{
        font-size: 18px;
        min-height: 96px;
    }
}
@media only screen and (max-width: 550px){
    .list li{
        width: calc(100% - 40px);
    }
    .list li:first-child{
        margin-top: 0;
    }
    .list li a,
    .tribe .list li a p{
        min-height: 10px;
    }
}
.main,
.main .date,
.main .img,
.main01,
.main01 .img,
.main01 .mp3{
    width: 100%;
    float: left;
}
.main .date{
    font-size: 24px;
    text-align: right;
    padding-bottom: 20px;
}
.main .img,
.main01 .img,
.main01{
    padding: 20px;
}
.main01 .mp3{
    padding: 20px 0;
}
.main.a{
    padding: 20px 50px;
}
.main01 .img{
    text-align: center;
}
.main .img img{
    width: 100%;
}
.main .editor{
    font-size: 26px;
}
.main.a .editor{
    font-size: 20px;
}
.main01>span{
    float: left;
    background: #3c3c3c;
    border-radius: 30px;
    font-size: 30px;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    margin: 50px 0 20px;
    width: 200px;
    text-align: center;
}
@media only screen and (max-width: 1399px){
    .main .date{
        font-size: 22px;
    }
    .main .editor{
        font-size: 24px;
    }
    .main01>span{
        font-size: 26px;
    }
    .main.a .editor{
        font-size: 18px;
    }
}
@media only screen and (max-width: 999px){
    .main .date{
        font-size: 20px;
    }
    .main .editor{
        font-size: 22px;
    }
    .main01>span{
        font-size: 24px;
        width: 150px;
    }
}
@media only screen and (max-width: 767px){
    .main .date{
        font-size: 18px;
    }
    .main .editor{
        font-size: 20px;
    }
    .main01>span{
        font-size: 22px;
    }
    .main01{
        padding-top: 0;
    }
    .main01>span{
        margin: 30px 0 10px;
    }
    .main01 audio{
        width: 100%;
    }
    .main.a{
        padding: 20px;
    }
    .main.a .editor{
        font-size: 16px;
    }
}

.list01,
.list01 li,
.list02,
.list02 li,
.list02 .heading,
.list02 p{
    width: 100%;
    float: left;
}
.list01 li{
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: dotted #999;
    border-width: 2px;
    font-size: 24px;
}
.list01 li p{
    flex: 1;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-right: 30px;
}
.list01 li a,
.list02 a{
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    background: #000;
    padding: 5px 15px;
}
.list01 li a:hover,
.list02 a:hover{
    background: #d6176e;
}
.list02{
    padding: 20px 0;
}
.list02 li{
    display: flex;
    padding: 20px;
}
.list02 .img{
    width: 400px;
    /*width: 550px;*/
    margin-right: 30px;
}
.list02 .img img{
    width: 100%;
}
.list02 .text{
    flex: 1;
    font-size: 20px;
    border-bottom: 1px solid #1b1b1b;
    position: relative;
}
.list02 .heading{
    font-size: 30px;
    padding-bottom: 10px;
}
.list02 p{
    line-height: 33px;
    margin-bottom: 60px;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.list02 a{
    /* position: absolute; */
    left: 0;
    bottom: 20px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1399px){
    .list01 li{
        font-size: 22px;
    }
    .list02 .text{
        font-size: 18px;
    }
    .list02 p{
        line-height: 30px;
    }
    .list02 .heading{
        font-size: 26px;
    }
}
@media only screen and (max-width: 1199px){
    .list02 .img{
        width: 400px;
    }
}
@media only screen and (max-width: 999px){
    .list01 li{
        font-size: 20px;
    }
    .list02 .img{
        width: 300px;
    }
    .list02 .text{
        font-size: 16px;
    }
    .list02 .heading{
        font-size: 22px;
    }
    .list02 p{
        line-height: 28px;
        -webkit-line-clamp:3;
    }
}
@media only screen and (max-width: 767px){
    .list01 li{
        font-size: 18px;
    }
    .list02 li{
        flex-wrap: wrap;
    }
    .list02 .img{
        width: 100%;
        margin: 0 0 20px;
    }
}

.tribe-btn{
    width: 100%;
    float: left;
    padding: 60px 0 30px;
    font-size: 42px;
}
.tribe-btn a{
    display: inline-block;
    background: #000;
    border-radius: 10px;
    padding: 5px 30px;
    margin:10px;
    color: #fff;
}
.tribe-btn a:hover,
.tribe-btn a.active {
    background: #d6176e;
}
@media only screen and (max-width: 1399px){
    .tribe-btn{
        font-size: 36px;
    }
}
@media only screen and (max-width: 999px){
    .tribe-btn{
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px){
    .tribe-btn{
        font-size: 26px;
        padding: 30px 0 30px;
    }
}

.time{
    width: 100%;
    float: left;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
.time>div{
    background: #fff;
    border: 1px solid #555;
    margin: 10px;
    padding: 5px;
    border-radius: 10px;
    min-width: 200px;
}
.time>div>p{
    width: 100%;
    padding: 10px 50px 10px 10px;
    font-size: 42px;
}
.time>div>span{
    position: relative;
    height: 1px;
    background: #555;
    width: 100%;
    display: block;
}
.time>div>span img{
    position: absolute;
    top: calc(50% - 25px);
    right: 0;s
}
@media only screen and (max-width: 1399px){
    .time>div>p{
        font-size: 36px;
    }
}
@media only screen and (max-width: 999px){
    .time>div>p{
        font-size: 32px;
        min-width: 150px;
        padding-right: 40px;
    }
    .time>div>span img{
        top: calc(50% - 20px);
        width: 40px;
    }
}
@media only screen and (max-width: 767px){
    .time>div>p{
        font-size: 26px;
    }
}
@media only screen and (max-width: 500px){
    .time>div{
        width: 100%;
    }
}

.owl-carousel{
    float: left;
    position: relative;
}
.owl-theme .owl-nav{
    margin: 0;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: calc(50% - 26px);
    color: #fff;
    opacity: .5;
    font-size: 40px;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover{
    background: none;
    opacity: 1;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
    font-size: 20px;
    color: #777;
    opacity: 1;
    top: calc(50% - 13px);
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover{
    color: #999;
}
.owl-carousel .owl-nav button.owl-prev{
    left: 0;
}
.owl-carousel .owl-nav button.owl-next{
    right:0;
}
@media only screen and (max-width: 1399px) {
    .owl-stage>div{
        font-size: 14px;
    }
}
.video,
.video .heading,
.link,
.link ul,
.link ul li{
    width: 100%;
    float: left;
}
.video,
.link{
    padding: 30px 0 50px;
}
.video .heading,
.link .heading{
    border-bottom: 1px solid #eb310c;
    padding-bottom: 10px;
    margin-bottom: 3px;
    font-size: 30px;
    position: relative;
}
.video .owl-carousel{
    border-top: 1px solid #eb310c;
    width: 100%;
    padding: 20px 40px;
}
.link .heading:after{
    width: 100%;
    height: 1px;
    background: #eb310c;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.link ul{
    display: list-item;
    width:  calc(100% - 35px);
    margin-left: 35px;
    padding-top: 10px;
}
.link ul li{
    list-style: disc;
    font-size: 32px;
    padding: 10px 0;
}
.link ul li a{
    display: block;
    color: #3f3f3f;
}
.link ul li a:hover{
    text-decoration: underline;
}
@media only screen and (max-width: 1399px){
    .video .heading,
    .link .heading{
        font-size: 26px;
    }
    .link ul li{
        font-size: 28px;
    }
}
@media only screen and (max-width: 999px){
    .video .heading,
    .link .heading{
        font-size: 24px;
    }
    .link ul li{
        font-size: 26px;
    }
}
@media only screen and (max-width: 767px){
    .video .heading,
    .link .heading{
        font-size: 20px;
    }
    .link ul li{
        font-size: 22px;
    }
}

.main-btn{
    width: calc(100% - 40px);
    float: left;
    padding: 20px 0;
    margin: 20px;
    border-top: 1px solid #1b1b1b;
}
.main-btn a{
    display: inline-block;
    background: #144130;
    border-radius: 10px;
    padding: 5px 30px;
    margin:10px;
    color: #fff;
    font-size: 24px;
}
.main-btn.a a,
.main-btn.a a:hover{
    background: none;
    padding: 0;
}
.main-btn a:hover{
    background: #d6176e;
}
@media only screen and (max-width: 1399px){
    .main-btn a{
        font-size: 22px;
    }
}
@media only screen and (max-width: 999px){
    .main-btn a{
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px){
    .main-btn a{
        font-size: 18px;
    }
}

.slick-slider{
    padding: 20px;
}
.slick-prev:before,
.slick-next:before{
    color: #707070;
}
.slick-prev{
    left: 0;
}
.slick-next{
    right: 0;
}
.slider-nav .slick-slide div,
.responsive .slick-slide div{
    width: 100%;
    float: left;
    padding: 0 10px;
}
.slider-nav .slick-slide div img,
.responsive .slick-slide div img{
    border: 1px solid #1b1b1b;
    cursor: pointer;
}
.slider-for .slick-slide p{
    width: 100%;
    display: block;
    font-size: 24px;
    padding-top: 10px;
}
.record .link .heading{
    border-bottom: 1px solid #4859df;
    margin-top: 50px;
}
.record .link .heading:after{
    background: #4859df;
}
@media only screen and (max-width: 1399px){
    .slider-for .slick-slide p{
        font-size: 22px;
    }
}
@media only screen and (max-width: 999px){
    .slider-for .slick-slide p{
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px){
    .slider-for .slick-slide p{
        font-size: 18px;
    }
}
.about .editor .img{
    width: 30%;
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
}
.about .editor .img img{
    border: 1px solid #b5b5b5;
}
.about .editor .text{
    width: 70%;
    float: left;
}
.about .editor .text p:first-child{
    font-weight: bold;
    font-size: 30px;
    line-height: 54px;
}
.about .editor p{
    width: 100%;
    float: left;
    font-size: 22px;
    line-height: 42px;
    padding: 20px 0;
}
@media only screen and (max-width: 1399px){
    .about .editor .text p:first-child{
        font-size: 28px;
        line-height: 50px;
    }
    .about .editor p{
        font-size: 20px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 999px){
    .about .editor .img{
        width: 100%;
        float: left;
        text-align: center;
        padding: 0 0 20px;
    }
    .about .editor .text{
        width: 100%;
    }
    .about .editor .text p:first-child{
        font-size: 26px;
        line-height: 46px;
    }
    .about .editor p{
        font-size: 18px;
        line-height: 38px;
    }
}
@media only screen and (max-width: 767px){
    .about .editor .text p:first-child{
        font-size: 24px;
        line-height: 42px;
    }
    .about .editor p{
        font-size: 16px;
        line-height: 36px;
    }
}
@media only screen and (max-width: 650px){
    .about .editor .text p:first-child br{
        display: none;
    }
}

.sitemap,
.sitemap li,
.sitemap ul{
    width: 100%;
    float: left;
}
.sitemap{
    padding: 20px 100px 50px;
    border-bottom: 1px solid #e8e8e8;
}
.sitemap ul{
    padding:10px 0 10px 50px;
}
.sitemap li{
    padding: 10px 0;
}
.sitemap>li>a{
    font-weight: bold;
}
.sitemap a{
    color: #3f3f3f;
    font-size: 30px;
}
.sitemap a:hover{
    text-decoration: underline;
}
@media only screen and (max-width: 1399px){
    .sitemap a{
        font-size: 28px;
    }
}
@media only screen and (max-width: 999px){
    .sitemap a{
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px){
    .sitemap{
        padding: 20px;
    }
    .sitemap a{
        font-size: 20px;
    }
    .sitemap ul{
        padding:10px 0 10px 30px;
    }
}
.contact{
    padding: 20px 50px 50px;
    font-size: 22px;
}
.contact p,
.contact .form li{
    width: 100%;
    float: left;
    padding: 10px 0;
}
.contact iframe{
    width: 100%;
    float: left;
    height: 400px;
    margin: 30px 0;
}
.contact .form{
    width: 100%;
    float: left;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 30px;
    margin: 20px 0;
}
.contact .form ul{
    width: 50%;
    float: left;
    padding: 0 40px;
}
.contact .form li span{
    display: block;
    width: 100%;
    padding-bottom: 10px;
}
.contact .form li input[type=text],
.contact .form li input[type=email],
.contact .form li input[type=file],
.contact .form li input[type=tel],
.contact .form li input[type=search],
.contact .form li input[type=date],
.contact .form li textarea {
    width: 100%;
}
label{
    display: inline-block;
    margin-right: 30px;
}
.code{
    width: 100%;
    float: left;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-btn{
    width: 100%;
    float: left;
    padding: 20px 0;
    text-align: center;
}
.code input{
    width: 100px;
    margin-right: 10px;
}
.form-btn input{
    display: inline-block;
    background: #000;
    border-radius: 10px;
    padding: 5px 30px;
    margin:10px;
    color: #fff;
    width: auto;
    border: 0;
}
.form-btn input:hover{
    background: #d6176e;
}
@media only screen and (max-width: 1399px){
    .contact{
        font-size: 20px;
    }
}
@media only screen and (max-width: 999px){
    .contact{
        font-size: 18px;
    }
    .contact .form ul{
        width: 100%;
    }
}
@media only screen and (max-width: 767px){
    .contact{
        font-size: 16px;
        padding: 20px 20px 50px;
    }
    .contact .form ul{
        padding: 0;
    }
}
@media only screen and (max-width: 500px){
    .form-btn input{
        padding: 5px 15px;
    }
    .code input{
        width: 70px;
    }
}
@media only screen and (max-width: 370px){
    .form-btn input{
        width: 100%;
    }
}
.link-table{
    width: 100%;
    float: left;
    padding: 20px 0;
    font-size: 24px;
}
.link-table p{
    width: 100%;
    float: left;
    border-bottom: 1px solid #517b47;
    padding: 20px;
    margin-bottom: 20px;
    color: #fffc00;
    position: relative;
}
.link-table p:after{
    width: 100%;
    height: 1px;
    background: #517b47;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.link-table p span{
    display: inline-block;
    border-radius: 5px;
    background:  #517b47;
    padding: 5px;
}
.link-table ul,
.link-table ul li{
    width: 100%;
    float: left;
}
.link-table ul li{
    border-bottom: dotted #999;
    border-width: 2px;
    padding: 20px 0;
    margin: 0 20px;
    width: calc(100% - 40px);
}
.link-table ul li a{
    color: #3f3f3f;
}
.link-table ul li a:hover{
    text-decoration: underline;
}
@media only screen and (max-width: 1399px){
    .link-table{
        font-size: 22px;
    }
}
@media only screen and (max-width: 999px){
    .link-table{
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px){
    .link-table{
        font-size: 18px;
    }
}