﻿@charset "utf-8";
body {
    background: #fff;
}

.ej_dh {
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #c9cfdf;
}

.ej_dh img {
    width: 216px;
    height: 41px;
}

.conTit {
    text-align: center;
    padding-top: 30px;
}

.conTit h2 {
    font-size: 2em;
    line-height: 1.5em;
    padding: 0px 0 15px 0px;
    color: #000;
    font-weight: bold;
}

.conTit .info {
    font-size: 14px;
    margin-bottom: 15px;
}

.conTit .info .h-time {
    margin-right: 20px;
}

.conTit .info .source em {
    font-style: normal;
}

.xlcontent {
    width: 850px;
    margin: 0 auto;
}

.xlcontent p {
    margin-bottom: 15px;
    line-height: 30px;
    color: #000;
}

.xlcontent p img {
    max-width: 850px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .ej_dh {
        width: 100%;
        height: auto;
        margin-top: 10%;
        padding-bottom: 5%;
        border-bottom: 1px solid #c9cfdf;
    }

    .ej_dh img {
        width: 42%;
        height: auto;
    }

    .content {
        width: 96%;
        height: auto;
    }

    .conTit h2 {
        font-size: 1.5rem;
    }

    .xlcontent {
        width: 96%;
    }

    .xlcontent p img {
        width: 100%!important;
        height: auto!important;
    }
	.pageVideo{
		width:100%!important;
		height:260px!important;
	}

}