@charset "utf-8";
/* CSS Document */
@media print {
  a[href]:after {
    content: none !important;
  }
}
body .home_box .content .pic_news.video .box {
    overflow: visible;
    /* width: 500px; */
    height: 100%;
}
body .home_box .content .pic_news.video .box video {
    width: 100% !important;
    height: auto !important;
    margin-top: 0px !important;
    margin-left: 15px !important;
    position: relative;
    background-color: #000;
	z-index: 1;
}
body .editor img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}
body .home_box .content .pic_news .orgbannerpic {
    margin: 0;
    height: 66%;
    vertical-align: middle;
    display: flex;
}
