@charset "UTF-8";

.announcement-wrapper {
    width: 100%;
    height: 48px;
    background: #f5f6f9
}

.announcement-wrapper .announcement-content {
    width: 1200px;
    height: 48px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.announcement-content-left {
    height: 34px;
    width: 100px;
    background-image: url(../img/suona-bg.jpg);
    background-size: 100% 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 50px
}

.announcement-content-left img {
    width: 19px;
    height: 17px;
    margin-right: 4px;
    margin-left: 10px
}

.announcement-content-left span {
    color: #fff;
    font-size: 13px
}

.announcement-content-right {
    flex: 1;
    height: 48px;
    background: #f5f6f9;
    overflow: hidden
}

.announcement-content-right a {
    font-size: 14px;
    font-weight: 500;
    color: #173D79;
    line-height: 48px;
    margin-right: 90px
}

.announcement-content-right a:last-child {
    margin-right: 0
}

.index-bannerbox {
    width: 100%;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px
}

.index-banner {
    flex: 1;
    height: 340px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    margin-top: 10px;
}

.index-banner-advertising {
    width: 100%;
    height: 171px;
    overflow: hidden
}

.index-banner-advertising .swiper-container {
    height: 171px;
    position: relative
}

.index-banner-advertising .swiper-pagination-box {
    display: flex;
    position: absolute;
    height: 30px;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    bottom: 0;
    z-index: 10
}

.index-banner-advertising .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1 !important;
    margin: 0 8px
}

.index-banner-advertising .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #173D79
}

.index-notice {
    width: 200px;
    display: flex;
    flex-direction: column
}

.index-notice-nav {
    height: 38px;
    border-bottom: 2px solid #999;
    font-size: 18px;
    line-height: 39px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000
}

.index-notice-nav span {
    border-bottom: 2px solid #173D79
}

.index-notice-nav p a {
    cursor: pointer;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    display: inline-block
}
.index-notice-nav p a:hover{
    color:#173D79
}

.index-dynamic {
    width: 277px;
    margin-left: 30px;
    display: flex;
    flex-direction: column
}

.index-dynamic-nav {
    height: 38px;
    border-bottom: 2px solid #999;
    font-size: 18px;
    line-height: 39px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000
}

.index-dynamic-nav span {
    border-bottom: 2px solid #173D79
}

.index-dynamic-nav p a {
    cursor: pointer;
    color:#999;
    font-size: 13px;
    font-weight: 400;
    display: inline-block
}
.index-dynamic-nav p a:hover {
    color:#173D79;
}
.index-dynamic .index-dynamic-list {
    width: 254px;
    height: 243px;
    margin-top: 10px;
    margin-left: 2px;
    display: grid;
    grid-template-columns: 83px 83px 83px;
    grid-template-rows: 120px 120px
}

.index-dynamic .index-dynamic-list .dynamic-item {
    display: flex;
    background: #dde7f0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    width: 100%;
    height: 122px;
    border: 1px solid #eee
}

.index-dynamic .index-dynamic-list .dynamic-item img {
    margin-top: 11px;
    height: 30px;
    width: auto
}

.index-dynamic .index-dynamic-list .dynamic-item span {
    margin-top: 11px;
    font-size: 15px;
    color: #173D79
}

.index-notice-nav {
    height: 38px;
    border-bottom: 2px solid #999;
    font-size: 18px;
    line-height: 39px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000
}

.index-notice-nav span {
    border-bottom: 2px solid #173D79
}

.index-notice-nav p a {
    cursor: pointer;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    display: inline-block
}
.index-notice-nav p a:hover{
    color:#173D79
}
.index-newsdynamic-list,
.index-newsstatutes-list {
    flex: 1;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr
}

.index-newsdynamic-list li,
.index-newsstatutes-list li {
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(160, 160, 160, .3);
    cursor: pointer
}

.index-newsdynamic-list li span:first-child,
.index-newsstatutes-list li span:first-child {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    flex: 1
}

.index-newsdynamic-list li span:nth-child(2),
.index-newsstatutes-list li span:nth-child(2) {
    font-size: 14px;
    color: #999;
    white-space: nowrap
}

.index-newsdynamic-list li span .notice-text,
.index-newsstatutes-list li span .notice-text {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 0;
    color: #333
}

.index-newsdynamic-list li span i,
.index-newsstatutes-list li span i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    margin-right: 18px
}

.index-notice-list {
    flex: 1;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr
}

.index-notice-list li {
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(160, 160, 160, .3);
    cursor: pointer
}

.index-notice-list li span:first-child {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    width: 100%
}

.index-notice-list li span:nth-child(2) {
    font-size: 14px;
    color: #999;
    white-space: nowrap
}

.index-notice-list li span .notice-text {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 0;
    color: #333
}

.index-notice-list li span i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    margin-right: 18px
}

.index-exam {
    display: flex;
    justify-content: space-between
}

.index-exam-item {
    width: 380px;
    height: 380px;
    padding: 20px;
    border: 1px solid #eee;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.index-exam-item:hover {
    box-shadow: 0 0 4px 0 #e0dfdf
}

.index-exam-top {
    width: 100%;
    display: flex;
    padding: 20px 0;
    justify-content: center;
    border-bottom: 2px solid rgba(238, 238, 238, .5)
}

.exam-top-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.exam-top-icon1 {
    background-image: url(../img/icon-exam-top1.png)
}

.exam-top-icon2 {
    background-image: url(../img/icon-exam-top2.png)
}

.exam-top-icon3 {
    background-image: url(../img/icon-exam-top3.png)
}

.exam-top-titlebox {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.exam-top-title {
    font-size: 24px;
    color: #333;
    line-height: 32px
}

.exam-top-tip {
    font-size: 12px;
    color: #999;
    font-variant: small-caps
}

.index-exam-center {
    padding: 0 20px;
    font-size: 14px;
    line-height: 30px
}

.index-exam-bottom {
    width: 100%;
    text-align: center;
    padding: 20px 0
}

.index-exam-bottom span {
    width: 180px;
    height: 40px;
    border: 1px solid rgba(23, 61, 126, .1);
    border-radius: 4px;
    line-height: 40px;
    color: #173D79;
    font-size: 14px;
    display: inline-block;
    cursor: pointer
}

.index-exam-bottom span:hover {
    color: #fff;
    background-color: #173D79
}

.index-policy {
    margin-bottom:20px
}

.index-policy-banner {
    height:502px;
    width: 100%;
    border-bottom: 1px dashed rgba(160, 160, 160, .3);
    box-sizing: border-box
}

.index-policy-bannerLayer {
    width: 100%;
    height: 100%;
    border: 1px solid #f1f1f1;
    overflow: hidden
}

.index-policy-list li {
    padding: 20px 0;
    border-bottom: 1px dashed rgba(160, 160, 160, .3);
    cursor: pointer;
    list-style-type:none;
}

.index-policy-list li .index-policy-list-l {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden
}

.index-policy-list li .index-policy-list-l span:first-child {
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    color: #333;
    font-weight: 700
}

.index-policy-list li .index-policy-list-l span:nth-child(2) {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.index-policy-list li .index-policy-list-r {
    margin-right: 15px;
    width:15px;
    height: 15px;
    background-image: url(../img/icon-head-left.png);
    background-repeat: no-repeat;
    background-size: cover
}

.index-policy-other {
    width: 100%;
    text-align: center;
    padding: 20px 0
}

.index-policy-other span {
    color: #173D79;
    font-size: 14px;
    cursor: pointer
}

.index-href {
    margin-bottom: 20px
}

.index-href-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 15px
}

.index-href-list li {
    list-style: none;
    box-sizing: border-box
}

.index-href-list li a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.index-href-list li a img {
    width: 100%;
    height: 100%
}

.index-href-tiphref {
    padding-bottom: 10px;
    display: flex;
    justify-content: center
}

.index-href-tiphref a {
    display: inline-block;
    font-size: 0;
    color: #999;
    white-space: nowrap;
    margin: 0 5px
}

.index-href-tiphref .tiphref-item {
    border: 1px solid #eee
}

.index-href-tiphref a img {
    height: 54px
}

.index-banner .swiper-container-head {
    width: 100%;
    height: 100%
}

.index-banner .swiper-pagination {
    position: relative;
    height: 100%;
    line-height: 60px;
    box-sizing: border-box;
    bottom: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center
 
}

.index-banner .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #fff;
    opacity: 1 !important;
    margin: 0 5px
}

.index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #173D79
}

.index-banner .swiper-pagination-box {
    display: flex;
    position: absolute;
    height:50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    bottom: 0;
    /*background-color: rgba(22, 27, 49, .8);*/
    z-index: 10
}

.index-banner .head-swiper-pagination-text {
    flex: 1;
    height: 100%;
    line-height:50px;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.index-policy-bannerLayer .swiper-container-project {
    width: 100%;
    height: 100%
}

.index-policy-bannerLayer .swiper-container-project .swiper-pagination {
    position: relative;
    height: 100%;
    line-height: 100px;
    box-sizing: border-box;
    bottom: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.index-policy-bannerLayer .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #fff;
    opacity: 1 !important;
    margin: 0 8px
}

.index-policy-bannerLayer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #173D79
}

.index-policy-bannerLayer .swiper-pagination-box {
    display: flex;
    position: absolute;
    height:50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    box-sizing: border-box;
    width: 100%;
    bottom: 0;
    background-color: rgba(22, 27, 49, .8);
    z-index: 10
}

.index-policy-bannerLayer .project-swiper-pagination-main {
    flex: 1;
    height: 100%;
    color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.index-policy-bannerLayer .project-swiper-pagination-title {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.index-policy-bannerLayer .project-swiper-pagination-text {
    width: 100%;
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.index-policy-banner .item{
    position: relative;
}
.index-policy-banner a{
    color:#fff;
}
.index-policy-banner .txt{
position: absolute;
bottom:0;
left:0;z-index:12;
color:#fff;
height: 100px;
padding:20px 263px 20px 37px;
box-sizing: border-box;
}

.index-exam {
    width: 100%;
    display: flex;
    margin-right: 30px
}

.index-exam-nav {
    height: 45px;
    border-bottom: 2px solid #999;
    font-size: 18px;
    line-height: 46px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #173D79
}

.index-exam-nav span {
    border-bottom: 2px solid #173D79
}

.index-exam-nav p a {
    cursor: pointer;
    color: #173D79;
    font-size: 13px;
    font-weight: 400;
    display: inline-block
}

.index-exam .index-exam-list {
    flex: 1;
    display: flex;
    justify-content: space-between
}

.index-exam .exam-item {
    width: 282px;
    height: 64px;
    margin-bottom: 30px;
    display: flex
}

.index-exam .exam-item:hover {
    cursor: pointer
}

.index-exam .exam-item .exam-item-left {
    width: 64px;
    height: 64px;
    background: #e6e9f1;
    display: flex
}

.index-exam .exam-item .exam-item-left img {
    margin: auto;
    width: 30px;
    height: auto
}

.index-exam .exam-item .exam-item-right {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 1px solid #d2d9e5
}

.index-exam .exam-item .exam-item-right .exam-text {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #333
}

.index-exam .exam-item .exam-item-right .exam-text-english {
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    transform: scale(.83);
    color: #999
}

.index-notice-exam {
    display: flex;
    margin-bottom: 40px
}

.index-question-list {
    flex: 1;
    font-size: 14px
}

.index-question-list ul {
    margin-top: 20px;
    height: 94%
}

.index-question-list ul li {
    display: flex;
    align-items: center;
    width: 100%;
    height: 23px;
    margin-bottom: 14px;
    cursor: pointer;
    color: #333
}

.index-question-list ul li .left {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: rgba(153, 153, 153, .5);
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-right: 12px
}

.index-question-list ul a:nth-child(1) .xh{
    background: #e71a0f
}

.index-question-list ul a:nth-child(2) .xh {
    background: #e76a0f
}

.index-question-list ul a:nth-child(3) .xh {
    background: #eeae32
}

.index-question-list ul li .right {
    flex: 1;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.propaganda {
    width: 100%;
    height: auto;
    margin-bottom: 40px
}

.propaganda img {
    width: 100%
}

.report-warp {
    margin-right: 28px
}

.report-warp .time-box {
    width: 280px;
    height: 127px;
    background: #173D79;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    margin-bottom: 4px
}

.report-warp .time-box .time-box-title {
    height: 40px;
    font-size: 28px;
    color: #fff;
    line-height: 40px;
    letter-spacing:2px;
    font-weight: normal;
    text-align: left;
    font-style: normal;
    text-transform: none;
    white-space: nowrap
}

.report-warp .time-box .time-box-num {
    display: flex;
    justify-content: space-between;
    font-size: 28px;
    width: 230px;
    font-weight: bold;
    align-items: center;
    margin-top: 5px
}

.report-warp .time-box .time-box-num .time {
    width: 49px;
    height: 51px;
    font-weight: normal;
    background: #fff;
    border-radius:10px;
    font-size: 32px;
    color: #DB1313;
    text-align: center;
    line-height: 51px
}

.report-warp .index-dynamic-list {
    width: 200px;
    height:307px;
    margin-left: 1px;
    display: flex;

    flex-direction: column;
}

.report-warp .index-dynamic-list .dynamic-item {
    display: flex;
    background: #dde7f0;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    cursor: pointer;
    width: 100%;
    height:50px;
    border: 1px solid #eee;
    margin: 11px 0px;
    justify-content: flex-start;
}
.dynamic-item span{
    margin-left: 12px;
}

.iconbg{
    width: 60px;
    height: 50px;
    background-color: #0F5592;
    display: flex;
    align-items: center;
    justify-content: center;

}

.report-warp .index-dynamic-list .dynamic-item img {
    margin-top: 3px;
    /* height: 27px; */
    width: auto
}

.report-warp .index-dynamic-list .dynamic-item span {
    margin-top:6px;
    font-size: 14px;
    color: #395693
}

.warp-public-list {
    flex: 1
}

.warp-public-list li {
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    height:40px;
    line-height: 36px;
    margin-top: 3px
}

.warp-public-list .first {
    line-height: 20px;
    font-size: 18px;
    color:#085493;
    margin-bottom: 14px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 18px;
    height:40px;
}

.warp-public-list li span:first-child {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    flex: 1
}

.warp-public-list li span:nth-child(2) {
    font-size: 14px;
    color: #999;
    white-space: nowrap
}

.warp-public-list li span .notice-text {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 0;
    color: #333
}
.warp-public-list li:hover .notice-text{
    color:#085493;
}

.warp-public-list li span i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    margin-right: 10px
}

.dflex {
    display: flex;
    justify-content: space-between
}



.article-tag {
    overflow: auto;
    margin-top: 10px
}

.article-tag .item {
    height: 32px;
    background: #f8f8fc;
    line-height: 32px;
    padding: 0 17px;
    font-size: 12px;
    color: #173D79;
    float: left;
    margin-right: 7px;
    margin-top: 5px;
    display: inline-block
}

.article-tag .item17 {
    padding: 0 17px
}

.article-tag .item:hover {
    color: #fff;
    background: #173D79
}

.article-tag .active {
    color: #fff;
    background: #173D79
}

.hgs-dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .7);
    z-index: 100
}

.hgs-dialog .hgs-qrcode-content {
    width: 383px;
    height: 484px;
    background: linear-gradient(180deg, #2c85d9, #1c50a9);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.hgs-dialog .hgs-qrcode-content .hgs-dialog-title {
    display:none;
}

.hgs-dialog .hgs-qrcode-content .hgs-qrcode-recode {
    width: 383px;
    height: 484px;
    border-radius:5px;
}

.hgs-dialog .hgs-qrcode-content .hgs-qrcode-recode img {
    width:100%
}

.hgs-dialog .hgs-qrcode-content .hgs-dialog-btn {
    width: 147px;
    height: 44px;
    background: #fff;
    border-radius: 22px;
    font-size: 20px;
    font-weight: 400;
    color: #1c5eb4;
    line-height: 44px;
    text-align: center;
    cursor: pointer
}



.index-banner-advertising {
    width: 100%;
    height: 171px;
    overflow: hidden
}

.index-banner-advertising .swiper-container {
    height: 171px;
    position: relative
}

.index-banner-advertising .swiper-container img {
    height: 100%
}

.index-banner-advertising-warp .swiper-container img {
    height: auto !important
}

.index-banner-advertising .swiper-pagination-box {
    display: flex;
    position: absolute;
    height: 30px;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    bottom: 0;
    z-index: 10
}

.index-banner-advertising .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #fff;
    opacity: 1 !important;
    margin: 0 8px
}

.index-banner-advertising .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #173D79
}

.banner-warp {
    width: 471px;
    margin-right: 22px;
    margin-top: 14px;
    display: flex
}

.index-links .links-list{
    margin:25px 0 50px;
}
.index-links .links-list a{
    height: 57px;
    display: flex;
    align-items: center;
    padding:0 5px;
    justify-content: center;
    border:1px solid #ddd;
}
.index-links .links-list a img{
    max-width:100%;
}
.index-links .links-list2 {padding:15px 0 15px;}
.index-links .links-list2 li a{color:#707070}
.index-links .links-list2 li:hover a{color:#173D79}
.index-notice .list li{height:62px;margin-top:16px;border:2px solid #3E8AD1;}
.index-notice .list li .item .icon{width:62px;height:62px;display:flex;align-items:center;justify-content:center;background:#3E8AD1;}
.index-notice .list li .tit{font-size:20px;font-weight:bold;text-align:center;color:#333;}
.index-notice .list li:last-child{margin-bottom:0;}
.index-notice .list li:hover .tit{color:#173D79}

.index-tabs{position:relative}
.index-tabs .article-tag{position:absolute;left:0;top:-5px;margin-top:0;width:100%;overflow:hidden}
.index-tabs .index-notice-nav{justify-content:flex-end}
.index-tabs .article-tag .item{background:none;    font-size: 18px;
    line-height: 39px;
    font-weight: 700;padding:0;margin-right:20px;color:#000}
.index-tabs .article-tag .item.active{color:#173D79}   

.gkk .col1{width:790px;margin-right:28px;}
.gkk ul{ overflow:hidden; zoom:1; }
.gkk ul li{ text-align:center; zoom:1;margin-bottom:32px;}
.gkk .item{ text-align:center; }
.gkk ul li  img{ width:100%; height:215px; display:block; }
.index-banner-advertising img,.gkk .slides img,.index-policy-banner img,.index-banner img{border-radius:10px;}
.index-policy-bannerLayer .swiper-pagination-box,.index-banner .swiper-pagination-box{border-radius:0 0 10px 10px}
.propaganda ul{margin:10px 0 -30px}
.propaganda ul li img{border-radius:10px;}
.propaganda ul li:nth-child(3n){margin-right:0;}