.top-swiper {
    width: 100%;
    /*height: calc(100vh - 256px);*/
    position: relative;
}

.top-swiper-image {
    width: 100%;
    height: 100%;
}

.new-swiper-only {
    position: relative;
    cursor: pointer;
}

.news-swiper-context {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 105px;
    width: 100%;
    background: #00000099;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.headline-public {
	max-width: 1200px;
}

.news-entry {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-top: 30px;
    overflow-x: hidden;
    display: flex;
    justify-content: space-between;
}

.news-list-right {
    width: calc(100% - 160px);
    line-height: 40px;
    cursor: pointer;
}

.news-list-title {
    font-size: 22px;
}

.news-list-context {
    font-size: 16px;
    color: #666666;
    text-indent: 2em;
    height:80px;
    overflow:hidden;
}

.news-list-seeto {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.news-list-paging-class {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-top: 75px;
}

.news-entry:hover{
    /*text-shadow: 0px 0px 1px #000;*/
}

.headline-public{
    padding-top: 30px;
}
.dialog-class {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* display: flex; */
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.dialog-window {
    width: 450px;
    /* height: 700px; */
    background-color: #fff;
}

.dialog-title {
    height: 50px;
    width: 100%;
    font-size: 20px;
    color: #000;
    text-indent: 20px;
    font-weight: 900;
    background-color: #e9e9e9;
    display: flex;
    align-items: center;
}

.dialog-main {
    width: 100%;
    height: calc(100% - 50px);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.dialog-input-class {
    width: calc(100% - 60px);
    height: 28px;
    margin-top: 10px;
    border-radius: 0;
    border: 1px solid #aaaaaa;
    padding: 0 10px;
    color: #888;
}
.dialog-input-class:focus {
    outline: none;
    box-shadow: 2px 2px 2px #aaaaaa;
}

.dialog-input-must {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dialog-input-must::before {
    content: "*";
    position: absolute;
    top: 12px;
    right: 26px;
    color: red;
    width: 10px;
    height: 10px;
    font-size: 26px;
}

.dialog-submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.dialog-submit-class {
    width: 120px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    margin: 0 10px;
    border-radius: 5px;
}

.dialog-submit-success {
    background-color: #238cdc;
    border: 1px solid #238cdc;
    color: #fff;
}

.dialog-submit-out {
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    color: #666666;
}

