html,
body,
div,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
header,
main,
nav,
footer {
    padding: 0;
    margin: 0;
}


ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    width: 100%;
    height: 100%;
}

#app {
    width: 100%;
    height: auto;
    min-height: 100%;
    /* position: relative; */
}


/* 头部图片 */
header {
    width: 100%;
}

.swiper-slide>img {
    width: 100%;
    height: 210px;
}

.page-content .oneImg {
    width: 100%;
    line-height: 0;
}

.oneImg>img {
    width: 100%;
    /*height: 210px;*/
}




/* 中间按钮部分 */
main {
    width: 100%;
    height: auto;
    margin-top: -4px;
}


/* 按钮部分 */

.jump-btn {
    width: 100%;
    overflow: hidden;
    padding: 0 1.2rem;
    box-sizing: border-box;
}

.jump-btn>div {
    margin-top: 2rem;
}

.jump-box {
    width: 100%;
    height: auto;
}

.btn-item {
    width: 100%;
    float: left;
}

.btn-item:nth-child(n+2){
    width: 33%;
}
/* .btn-item:nth-child(11){
    width: 100%;
} */

.btn-item>a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 7px;
    box-sizing: border-box;
}


.btn-item-box {
    width: 100%;
    /* border-radius: 20px; */
    padding: 18px 0;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.btn-item-box::after{
    content:'';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -22px;
    top: -20px;
    transform: rotate(-45deg);
}
/* .btn-item:nth-child(11) .btn-item-box, */
.btn-item:nth-child(1) .btn-item-box{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 27px 0;
}   
/* .btn-item:nth-child(11) .btn-item-box>i, */
.btn-item:nth-child(1) .btn-item-box>i{
    width: auto;
    margin-top: 0;
    font-size: 4.6rem;
}
/* .btn-item:nth-child(11) .btn-item-box>p, */
.btn-item:nth-child(1) .btn-item-box>p {
    width: auto;
    margin-right: 35px;
    font-size: 24px;
}

.btn-item-box>i {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 3rem;
    margin-top: 1.8rem;
    color: #FFFFFF;
}

.btn-item-box>p {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    /* margin-top: 20px; */
    font-family: 仿宋;
    font-weight: 500;
}

/* 新闻部分css */
.news {
    width: 100%;
    /* height: 150px; */
    padding-top: 20px;
    margin-top: -2px;
}

.news>ul>li {
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 16px;
    display: flex;
    margin-top: -3px;
}

.news>ul>li:nth-child(2),
.news>ul>li:nth-child(3) {
    border-top: none;
}

.news-item>a {
    padding-right: 20px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    font-size: 18px;
    position: relative;
}

.news-item>a::after {
    /*content: '\f054';*/
    --fa: "\f054";
    position: absolute;
    right: 10px;
    font-size: 16px;
    top: 50%;
    margin-top: -8px;
}

.btn-item-box>p {
    color: #fff;
}

/* 底部图片部分 */

footer {
    width: 100%;
    /* margin-top: 10px; */
    padding: 7px 0;
}

.foot {
    position: absolute;
    left: 0;
    bottom: 0;
}

footer>div {
    width: 100%;
}

.footer {
    padding: 2px;
    text-align: center;
    width: 60%;
    margin: auto;
    font-size: 15px;
}

.footer>span {
    font-weight: 700;
}

.footer>a>span {
    font-weight: 700;
}

.footer>a>img {
    width: 20px;
    height: 20px;
    vertical-align: -5px;
}

.head_title{
    position: fixed;
    z-index: 99;
    background-color: white;
    width: 100%;
    margin-bottom: 130px;
    height: 66px;
    border-bottom: 2px solid #e5e5e5;
    box-shadow:0 0 5px #cccccc;
}

.row_head{
    display: flex;
    padding-bottom: 2px;
    border-bottom: 1px solid #e5e5e5;
    box-shadow:0 0 3px #cccccc;
}
.clear{
    clear:both;
     padding-top: 130px;
}
.row{
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 0 3px #cccccc;
}
.head_icon{
    line-height: 50px;
    background-color: white;
    height: 54.5px;
    margin-top: 9px;
}

.text{
    height: 100%;
    width: 55px;
    flex-direction: column;
    text-align: center;
    margin-right: 5px;
    border-radius: 5px;
    flex-shrink:0 ;
    margin-top: 9px;
}
/* 月 */
.mon{
    height: 22px;
    background-color: whitesmoke;
    border-radius: 5px 5px 0 0;
}
/* 日 */
.day{
    height: 28px;
    /* border-radius:0 0 5px 5px; */
    color: white;
}
.input_search{
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    background-color: white;
    z-index: 99;
    padding-top: 8px;
}
.search_ipt{
    height: 100%;
    text-align: center;
    background-color: white;
}
.search_icon{
    width: 50px;
    height: 50px;
    position:absolute;
    margin-left: 83%;
    margin-top: -47px;
    text-align: center;
    line-height: 50px;
}

.search::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
}

.search{
    width: 95%;
    height: 100%;
    border-radius: 25px;
    padding-left: 20px;
    border-color:transparent;
    background-color: #f1f1f1;
}
.max_div{
    width: 95%;
    /* background-color: whitesmoke; */
    margin:  0 auto;
    margin-bottom: 10px;
}
.title{
    width: 100%;
    height: 50px;
    background-color: #5f9cd4;
    border-radius: 8px;
    line-height: 50px;
}
.title_name{
    font-weight: 500;
    font-size: 18px;
    color: white;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.content{
    width: 100%;
    margin-top: 10px;
    /*overflow: auto;*/
}
.content_text{
    float:left;
    width: 100%;
    height: 138px;
    /*margin-left: 3.2%;*/
    margin-top: 2%;
    background-color: #d6f1ff;
    border-radius: 5px;
}
.starting_time{
    display: block;
    font-weight: 600;
    margin-top: 18px;
    margin-left: 9%;
}
.starting_img{
    width: 20px;
    height: 20px;
    margin-top: -5px;
}
.time{
    font-size: 18px;
}
.content_title{
    margin-left: 9%;
    overflow-x: auto;
    /* background-color: red; */
    height: 93px;
    /* text-indent: 2em; */
    margin-right: 3px;
    text-align: left;
    margin-top: 5px;
}

.content_title{
    color: #333;
    text-decoration: none;
}

.down{
    width: 30px;
    height: 30px;
}

.stretch{
    width: 100%;
    height: 100%;
}

.search_key{
    width: 90%;
    margin:auto;
    border-radius: 50px;
}

.layui-input{
    border-radius: 50px!important;
}
.layui-edge{
    display: none;
}
.layui-form-selected{
    text-align: left;
}