﻿.announcement{
    width: 100%;
    background: #fff;
    min-height: 400px;
    padding-bottom: 20px;
}

.announcement .zxly-container {
    width: 1200px;
    /* min-height: 1326px; */
    background: #ffffff;
    margin: 20px auto;
    padding: 32px 0 0 0;
}

.announcement .zxly-container>div {
    width: 992px;
    min-height: 310px;
    margin: 0 auto;
    /* padding-top: 32px; */
}
.announcement .zxly-container .zxly-notice {
    width: 992px;
    height: 308px;
    background: #ffffff;
    border: 2px dashed #3888fe;
    border-radius: 32px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    color: #546c8e;
}

.announcement .zxly-notice .zxly-noticebg {
    width: 880px;
    height: 288px;
    background: rgba(56, 136, 254, 0.09);
    border-radius: 30px;
    margin: 10px 10px;
    padding: 0 46px;
}
.announcement .zxly-notice .zxly-noticebg .headdBox{
    width: 100%;
    text-align: center;
}
.announcement .zxly-notice .zxly-noticebg h2 {
    display: inline-block;
    width: auto;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    top: -12px;
    padding: 0 10px;
    background: #3888FE;
}
.announcement .zxly-notice .zxly-noticebg h2:before {
    content: " ";
    display: block;
    background: url(../img/floatR.png) no-repeat;
    background-size: 100%;
    height: 40px;
    position: absolute;
    left: -60px;
    top: 0;
    width: 62px;
}
.announcement .zxly-notice .zxly-noticebg h2:after {
    content: " ";
    display: block;
    background: url(../img/floatL.png) no-repeat;
    background-size: 100%;
    height: 40px;
    position: absolute;
    right: -60px;
    top: 0;
    width: 62px;
}
.announcement .zxly-notice .zxly-noticebg p {
    width: 100%;
    text-indent: 3em;
    padding-bottom: 15px;

}

.announcement .zxly-notice .zxly-noticebg ul {
    width: 100%;
    height: auto;
    padding: 0 0 15px 0;
}

.announcement .zxly-notice .zxly-noticebg ul li {
    padding-left: 85px;
    height: 30px;
    line-height: 30px;
    width: 100%;
}

.announcement .zxly-notice .zxly-noticebg ul li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #546c8e;
    margin-right: 10px;
}
.announcement .buttonStyle{
    text-align: center;
}
.announcement .buttonStyle a{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    width: 80px;
    vertical-align: middle;
}
.announcement .buttonStyle a:nth-of-type(1){
    border: 1px solid #C9C9C9;
    background-color: #fff;
    color: #555;
}
.announcement .buttonStyle a:nth-of-type(2){
    margin-left: 10px;
    background-color: #1E9FFF;
}
