@charset "UTF-8";
.mainArea {
    padding-bottom: 100px;
    background-color: #fbfaf5
}

.mainArea.ins .wrap {
    position: relative;
    width: 1040px;
    padding: 0 20px
}

@media (max-width: 1160px) {
    .mainArea.ins .wrap {
        width: 100%
    }
}

.mainArea.ins .wrap .closeBtn {
    position: absolute;
    top: 60px;
    right: 35px;
    width: 35px;
    height: 35px;
    border: 2px solid #d4c5a0;
    border-radius: 50%;
    background-color: rgba(251, 250, 245, 0.4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mainArea.ins .wrap .closeBtn > a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: 0s ease;
    -o-transition: 0s ease;
    transition: 0s ease
}

.mainArea.ins .wrap .closeBtn > a:after, .mainArea.ins .wrap .closeBtn > a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 20px;
    height: 1px;
    background-color: #e2d7bf
}

.mainArea.ins .wrap .closeBtn > a:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.titleBox {
    text-align: center;
    padding: 100px 0 50px;
    border-bottom: 1px solid #f2eee1;
    letter-spacing: 1px
}

@media (max-width: 1180px) {
    .titleBox {
        padding: 45px 0
    }
}

.titleBox .title {
    font-size: 23px;
    letter-spacing: 3px
}

.titleBox .titleInfoBox {
    padding-top: 30px;
    margin: 0 auto;
    max-width: 700px;
    font-weight: 500;
    color: rgba(70, 70, 69, 0.8);
    line-height: 1.8
}

.titleBox .titleInfoBox p {
    padding-top: 5px
}

.newsTopBox li:nth-of-type(odd) .text {
    padding-left: 35px
}

.newsTopBox li:nth-of-type(2n) .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.newsTopBox li:nth-of-type(2n) .text {
    padding-right: 35px;
}

.newsTopBox .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 0;
    border-bottom: 1px solid #f2eee1;
}

.newsTopBox .Img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 47%;
}

.newsTopBox .Img img {
    display: block;
    width: 100%;
}

@media (min-width: 766px) {
    .newsTopBox .Img img{
        max-height: 365px;
    }
}

.newsTopBox .text {
    position: relative;
    width: 53%;
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.newsTopBox .dateBox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    height: 86px;
    color: #777777;
    margin-bottom: 30px;
}

.newsTopBox .newIcon {
    position: relative;
    padding-top: 6px;
    font-weight: 700;
    color: #777777;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    letter-spacing: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 700;
    color: #777777;
}

.newsTopBox .newIcon:after, .newsTopBox .newIcon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px;
    height: 1px;
    background-color: rgba(129, 129, 128, 0.25)
}

.newsTopBox .newIcon:after {
    top: auto;
    bottom: 0
}

.newsTopBox .monthBox {
    position: relative;
    margin-left: 25px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700;
    line-height: 1
}

.newsTopBox .monthBox:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 24px;
    height: 1px;
    background-color: #d1d1d1;
}

.newsTopBox .yearBox {
    position: relative;
}

.newsTopBox .yearBox:after, .newsTopBox .yearBox:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #62ccc3;
}

.newsTopBox .yearBox:after {
    left: 17px
}

.newsTopBox .Txt {
    position: relative;
    letter-spacing: 1px;
}

.newsTopBox .Txt p {
    padding-top: 5px;
    height: 42px;
    color: rgba(70, 70, 69, 0.8);
    line-height: 1.5;
}

.newsTopBox .Txt .title {
    font-size: 16px;
    font-weight: 600;
    color: #353535;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.newsTopBox .btnBox {
    position: absolute;
    bottom: 0
}

.newsTopBox .btnBox a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 140px;
    height: 35px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    background-color: #cab380;
}

.newsTopBox .btnBox a:hover:before {
    right: auto;
    left: 0;
    width: 100%
}

.newsTopBox .btnBox a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #81d8cf;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.newsTopBox .btnBox a span {
    position: relative;
    z-index: 1;
}

.newsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    width: calc(100% + 40px);
}

.newsList li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(205, 199, 181, 0.4)), to(rgba(205, 199, 181, 0.4))), -webkit-gradient(linear, left top, left bottom, from(rgba(205, 199, 181, 0.4)), to(rgba(205, 199, 181, 0.4)));
    background-image: -webkit-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%), -webkit-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
    background-image: -o-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%), -o-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
    background-image: linear-gradient(to bottom, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%), linear-gradient(to bottom, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
    background-size: calc(100% - 40px) 1px, 1px calc(100% - 40px);
    background-position: 20px 100%, 100% calc(100% - 20px);
}

@media (max-width: 640px) {
    .newsList li {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(205, 199, 181, 0.4)), to(rgba(205, 199, 181, 0.4)));
        background-image: -webkit-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
        background-image: -o-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
        background-image: linear-gradient(to bottom, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
        background-size: calc(100% - 40px) 1px;
        background-position: 20px 100%;
    }
}

@media (min-width: 641px) and (max-width: 767px) {
    .newsList li {
        width: 50%;
    }

    .newsList li:nth-of-type(2n) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(205, 199, 181, 0.4)), to(rgba(205, 199, 181, 0.4)));
        background-image: -webkit-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
        background-image: -o-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
        background-image: linear-gradient(to bottom, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
        background-size: calc(100% - 40px) 1px;
        background-position: 20px 100%
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .newsList li {
        width: 33.33%;
    }

    .newsList li:nth-of-type(3n) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(205, 199, 181, 0.4)), to(rgba(205, 199, 181, 0.4)));
        background-image: -webkit-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
        background-image: -o-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
        background-image: linear-gradient(to bottom, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
        background-size: calc(100% - 40px) 1px;
        background-position: 20px 100%
    }
}

@media (min-width: 961px) {
    .newsList li {
        width: 25%
    }

    .newsList li:nth-of-type(4n) {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(205, 199, 181, 0.4)), to(rgba(205, 199, 181, 0.4)));
        background-image: -webkit-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
        background-image: -o-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
        background-image: linear-gradient(to bottom, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
        background-size: calc(100% - 40px) 1px;
        background-position: 20px 100%;
    }
}

.newsList li:last-child {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(205, 199, 181, 0.4)), to(rgba(205, 199, 181, 0.4)));
    background-image: -webkit-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
    background-image: -o-linear-gradient(top, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
    background-image: linear-gradient(to bottom, rgba(205, 199, 181, 0.4) 0%, rgba(205, 199, 181, 0.4) 100%);
    background-size: calc(100% - 40px) 1px;
    background-position: 20px 100%;
}

.newsList .Img img {
    display: block;
    width: 100%;
}

@media (min-width: 766px) {
    .newsList .Img img{
        max-height: 168px;
    }
}

.newsList .Txt {
    padding-top: 10px;
    overflow: hidden;
}

.newsList .Txt p {
    font-size: 13px;
    color: rgba(70, 70, 69, 0.8);
    line-height: 1.8;
    height: 47px;
}

.newsList .title {
    height: 25px;
}

.newsList .title a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #353535;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.newsDate {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 500;
    color: #464645;
    letter-spacing: 1px;
}

.newsDate .newIcon {
    position: relative;
    padding-left: 13px;
}

.newsDate .newIcon:before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #457f81
}

.topPicBox {
    padding: 50px 0 30px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.7)
}

.topPicBox img {
    display: block;
    width: 100%
}

.titleArea {
    padding-bottom: 25px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e6e6e4
}

.titleArea .newsDate {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    margin: 0
}

.titleArea .newsDate .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 480px) {
    .titleArea .newsDate {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 10px
    }

    .titleArea .newsDate .left {
        width: 100%
    }

    .titleArea .newsDate .right {
        width: 100%
    }
}

.titleArea .dateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
}

.titleArea .dateBox .newIcon {
    padding-right: 15px
}

.titleArea .titleIntroBox {
    letter-spacing: 1px
}

.titleArea .titleIntroBox .left {
    width: 100%
}

.titleArea .titleIntroBox .left h1 {
    font-size: 20px;
    font-weight: 600;
    color: #353535
}

.titleArea .titleIntroBox .right {
    font-weight: 500;
    color: rgba(70, 70, 69, 0.8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-top: 10px
}

.titleArea h1 {
    font-size: 19px;
    font-weight: 400;
    color: #2f2f2f;
    overflow: hidden
}

.titleArea h1 strong {
    display: block;
    font-weight: 400
}

.titleArea h1 b {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #a3a3a3
}

.titleArea .pageBox {
    margin: 0;
    border: none
}

@media (min-width: 481px) {
    .titleArea .pageBox a:first-child:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 20px;
        background-color: #e6e6e4
    }
}

.titleArea .pageBox .back {
    display: none
}

.titleArea .shareBox {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.titleArea .shareBox a {
    padding: 0 7px;
    font-size: 20px;
    color: #373737
}

.pageBox {
    margin-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(221, 221, 221, 0.7);
    border-bottom: 1px solid rgba(221, 221, 221, 0.7)
}

.pageBox a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #373737;
    height: 50px
}

.pageBox a:hover span {
    border: 1px solid #c0c0c0
}

.pageBox a.hide {
    opacity: 0;
    pointer-events: none
}

.pageBox a span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(192, 192, 192, 0.5);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.pageBox a span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 1px;
    background-color: #373737
}

.pageBox .prevBtn {
    padding-left: 30px;
    padding-right: 20px
}

.pageBox .prevBtn span {
    left: 0
}

.pageBox .prevBtn span:after {
    content: "";
    position: absolute;
    top: calc(50% + 2px);
    top: 50%;
    left: 5px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #373737;
    border-left: 1px solid #373737;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pageBox .nextBtn {
    padding-right: 30px;
    padding-left: 20px
}

.pageBox .nextBtn span {
    right: 0
}

.pageBox .nextBtn span:after {
    content: "";
    position: absolute;
    top: calc(50% + 2px);
    top: 50%;
    right: 5px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #373737;
    border-right: 1px solid #373737;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.textEditor {
    color: rgba(70, 70, 69, 0.8);
    letter-spacing: 1px
}

.textEditor .title {
    font-size: 16px;
    font-weight: 500;
    color: #353535
}