.all-notice {
    margin-top: 53px;
}

.notice-nav {
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Safari */
    display: -webkit-flex;
    /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
    /* margin: 23px 0; */
    border-bottom: 1px solid rgba(220, 220, 220, .5);
}

.notice-nav .notice-date {
    width: 90px;
    /* border-right: 1px solid #DCDCDC; */
    text-align: center;
    font-family: Montserrat-Regular;
}

.notice-nav .notice-date,
.notice-nav .notice-title {
    margin: 23px 0;
}

.notice-nav .notice-date p {
    color: #D2665A;
    font-size: 36px;
    font-weight: bold;
}

.notice-nav .notice-date span {
    font-size: 14px;
    font-weight: lighter;
    color: rgba(38, 43, 46, .4);
}

.notice-nav .notice-title {
    flex-grow: 1;
}

.notice-nav .notice-title dl {
    position: relative;
    padding-left: 22px;
    padding-top: 23px;
    margin-right: 40px;

}

.notice-nav .notice-title dl:nth-of-type(1) {
    padding-top: 0;
}


.notice-nav .notice-title dl dt {
    color: rgba(38, 43, 46, .4);
    font-size: 14px;
    padding-top: 2px;
    margin-bottom: 13px;
}

.notice-nav .notice-title dl dd {
    font-size: 18px !important;
    color: #262B2E;
    cursor: pointer;
    font-family: PingFang-Regular !important;
    position: relative;
}

.notice-nav .notice-title dl dd:hover::before{
    content:" ";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/icon/file.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: -15px;
}
.notice-nav .notice-title dl dd span{
    font-size: 18px !important;
    font-family: PingFang-Regular !important;
    background: #FBFBFB !important;
}

.notice-nav .notice-title dl {
    border-left: 1px solid #DCDCDC;
}

.notice-nav .notice-title dl i {
    position: absolute;
    right: 0;
    font-size: 30px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    font-weight: lighter;
}

.relations .layui-col-xs6 dl {
    width: 605px;
    height: 317px;
    /* color: #fff; */
    position: relative;
}

.relations .layui-col-xs6:nth-of-type(1) dl {

    background: url(../img/icon/jbzl_nomal.png) no-repeat;
}

.relations .layui-col-xs6:nth-of-type(1) dl:hover {
    background: url(../img/icon/gsjbzl_hover.png) no-repeat;
}

.relations .layui-col-xs6:nth-of-type(2) dl {

    background: url(../img/icon/cjwt_nomal.png) no-repeat;
}

.relations .layui-col-xs6:nth-of-type(2) dl:hover {
    background: url(../img/icon/gscjwt_nomal.png) no-repeat;
}

.relations .layui-col-xs6 dl dt,
.relations .layui-col-xs6 dl dd {
    position: absolute;
    left: 80px;
    color: #fff;
}

.relations .layui-col-xs6 dl dt {
    top: 100px;
    font-size: 24px;
}

.relations {
    margin-top: 60px;
    margin-bottom: 180px;
}

.relations .layui-col-xs6 dl dd i {
    font-size: 22px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    display: inline-block;
}

.relations .layui-col-xs6 dl dd {

    top: 160px;
}

.questions .layui-collapse {
    margin-top: 60px;
    border-width: 0px !important;
    margin-bottom: 150px;
}

.questions .layui-collapse .layui-colla-item {
    border-width: 0px !important;
    margin-bottom: 10px;
}

.questions .layui-collapse .layui-colla-content {
    border-width: 0px !important;
    color: #262B2E;
    padding: 32px 50px !important;
    font-size: 16px;
}

.questions .layui-collapse .layui-colla-title {
    height: 60px;
    line-height: 60px;
    color: #262B2E;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    padding-left: 47px;
    background: rgba(245, 245, 245, 1);
}

.questions .layui-collapse .layui-colla-icon {
    font-size: 25px;
    right: 26px !important;
    top: 0;
    color:#D2665A ;
}
.information{
    display: flex;
    justify-content: space-between;
}
.information .information-left span{
    display: block;
    padding-bottom: 25px;
    box-sizing: border-box;
}
.information .information-right span{
    display: block;
    padding-bottom: 25px;
    box-sizing: border-box;
}
.layui-item {
    color: #fff !important;
    background: -moz-linear-gradient(left, #CC4746, #DE9B7C) !important;
    background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#CC4746), to(#DE9B7C)) !important;
    background: -webkit-linear-gradient(left, #CC4746, #DE9B7C) !important;
    background: -o-linear-gradient(left, #CC4746, #DE9B7C) !important;
}
.layui-item i {
    color: #fff !important;
    top: -5px !important;
    font-size: 40px !important;
}

.notice-nav .notice-title dl dd:hover,.notice-nav .notice-title dl dd span:hover {
    color: #D2665A !important;
}
.notice-nav .notice-title dl i:hover {
    background:url(../img/icon/file.png) no-repeat;
}

.surplus {
    text-align: center;
    color: rgba(38, 43, 46, .4);
    font-size: 14px;
    padding-top: 25px;
    cursor: pointer;
}
.surplus:hover{
    color: #D2665A;
}

#notice-page {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 88px;
}

#notice-page a{
    color:rgba(38,43,46,1);
    font-family:Montserrat-Regular;
    font-size:12px;
    font-weight: bold;
}

#notice-page a:hover {
    color: #D2665A;
}

.layui-disabled {
    display: none !important;
}

.notice-box {
    position: relative;
    padding-bottom: 170px;
}