@charset "utf-8";
/* CSS Document */


/***inews***/
#inews {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
	max-width:100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999999;
	overflow:hidden;

}

#inews table {
    width: 100%;
}

.inews_bg {
    background: url(../img/inews-r.png) no-repeat left bottom,url(../img/inews-l.png) no-repeat right top,#ff3536;
    width: 900px;
    margin: 4em auto 0;
    max-width: 90%;
    padding: 1em;
    border-radius: 25px;
    text-align: center;
}
.iclose {
    opacity: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background: #ff3536;
    border-radius: 100%;
    position: absolute;
    top: 2em;
    right: 3em;
    cursor: pointer;
    transition: .3s ease all;
    border: solid 0px #fff;
}

.iclose:hover {
    background: #fff;
    color: #bf573f;
}

#inews .page_num {
    display: none;
}

.noshow {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: .6s ease-in-out;
}

.inews_line {
    padding: 1em;
    border: dashed 2px #fff;
    border-radius: 25px;
}

#inews .newslist_rwd {}

@media screen and (max-width:991px) {
.inews_bg {
    background-size:55% auto,45% auto,auto;
	width:90%;
}
}
@media screen and (max-width:750px) {
    #inews .newslist_rwd .npicimg {
        min-width: 220px;
        min-height: 180px;
        border-radius: 4em;
    }
}

@media screen and (max-width:700px) {
    #inews .newslist_rwd .npicimg {
        min-width: 220px;
        min-height: 180px;
        border-radius: 4em;
    }

    .iclose {
        right: 2em;
    }
}

@media screen and (max-width:640px) {
    #inews .newslist_rwd .npicimg {
        min-width: 180px;
        min-height: 150px;
    }
}

@media screen and (max-width:500px) {
    #inews .newslist_rwd .npicimg {
        min-width: 90%;
        min-height: 185px;
        display: block;
        margin: 0 1em;
    }
}

@media screen and (max-width:380px) {
    #inews .newslist_rwd .npicimg {
        min-width: 85%;
        min-height: 150px;
    }

    .iclose {
        right: 1em;
        top: 1em;
    }

    .inews_bg {
        padding: .5em;
    }
}

