.news1-tit {
    padding: 10px 0 8px 0;
    border-bottom: 2px solid #4886bf;
}

.news1-tit span {
    color: #0558a6;
    font-size: 18px;
}

.news-box {
    margin-top: 20px;
}

.news-box i {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: sub;
}

.news-box .message {
    background: url(../img/tongzhi.png) no-repeat;
    background-size: 100%
}

.news-box .xgstate {
    background: url(../img/xuegong.png) no-repeat;
    background-size: 100%
}

.news-box .ybfc {
    background: url(../img/yuanbu.png) no-repeat;
    background-size: 100%
}

.news-box .sizheng {
    background: url(../img/sizheng.png) no-repeat;
    background-size: 100%
}

.news-box .pingyou {
    background: url(../img/pingyou.png) no-repeat;
    background-size: 100%
}

.news-box .down {
    background: url(../img/down.png) no-repeat;
    background-size: 100%
}

.mores {
    /* margin-top: 15px; */
    color: #687379;
}

.news-box .row>div:nth-child(1) {
    padding-right: 30px;
}

.news-box .row>div:nth-child(2) {
    padding-right: 15px;
    padding-left: 15px;
}

.news-box .row>div:last-child {
    padding-right: 0;
    padding-left: 30px;
}

.news-box a {
    color: #687379
}

.news-content i {
    width: 17px;
    height: 17px;
    background: url(../img/star.jpg) no-repeat;
    background-size: 100%;
}

.news-content li {
    padding: 10px 0;
    font-size: 12px;
}

.news-content a p {
    width: 70%;
    overflow: hidden;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-content {
    border-bottom: 2px solid #4886bf;
}

.news-box1 .row>div:last-child .news-content {
    border-bottom: 2px solid #e8ac3c;
}

.news-box2 .row>div .news-content {
    border-bottom: none
}

.icon-jump>div {
    margin: 10px 0;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.icon-jump>div {
    width: 100%;
    border: 1px solid #9ac1ec;
}

.icon-jump>div>div {
    width: 12.5%;
    float: left;
    padding: 20px 0;
    text-align: center;
}

.icon-jump>div img {
    /* width: 80% */
}

.icon-jump>div>div span {
    display: block
}

.safe-main {
    position: relative;
}


/* .icon-jump2 {
    display: block;
}

.icon-jump1 {
    display: none;
} */

.fengcai-box {
    margin-top: 20px;
}

.fengcai-box .row>div {
    margin-bottom: 20px;
}

.fengcai-box .row>div:nth-child(1) {
    padding-right: 15px;
}

.fengcai-box .row>div:nth-child(2) {
    padding-left: 15px;
}

.fengcai-box .row>div:nth-child(3) {
    padding-left: 15px;
}

.fengcai-tit {
    padding-bottom: 10px;
}

.fengcai-tit span {
    font-size: 18px;
    color: #0558a6;
}

.fengcai-content .row>div {
    /* padding-left: 10px; */
    box-sizing: border-box;
}

.photos-box {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
}

.photos-box>a {
    width: 90%;
    height: 100%;
    background: #f4f5f9;
    display: block;
    position: absolute;
    top: 0;
}

.photos-box img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%, -50%);
    -moz-transform: translateX(-50%, -50%);
    -ms-transform: translateX(-50%, -50%);
    -o-transform: translateX(-50%, -50%);
}

.alert-box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none
}

.alert-main {
    width: 250px;
    height: 280px;
    padding: 10px;
    box-sizing: border-box;
    background: white;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -125px;
    margin-top: -140px;
    text-align: center
}

.alert-main img {
    width: 100%
}

@media screen and (max-width: 1600px) and (min-width:1200px) {}

@media screen and (max-width: 1024px) and (min-width: 0px) {
    .news-box1 {
        padding-top: 300px;
    }
    .icon-jump {
        position: absolute;
        width: 100%;
        box-sizing: border-box;
        top: 10px;
        padding: 10px
    }
    .fengcai-box .row>div {
        padding: 0 15px
    }
    /* .icon-jump1 {
        display: block;
    }
    .icon-jump2 {
        display: none;
    } */
    .news-box .row>div {
        padding: 0 15px !important;
    }
    .icon-jump>div>div {
        width: 25%;
    }
    .news-content li {
        padding: 5px 0;
        font-size: 15px;
    }
    .news-box {
        margin-top: 10px;
    }
}