@media screen and (max-width: 1300px){

}
body {
    min-width: 1200px;
    margin: 0px auto;
    height: auto;
}

img {
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    cursor:pointer;
}

.content {
    /*display: inline-flex;*/
    /*margin-top: -4px;*/
    /*margin-left: 18.75%;*/
    margin: 0 auto;
    width: 1200px;
    position: relative;
    z-index: 100;
}

.content_left {
    float: left;
    width: 25.2%;
    background: rgba(245, 245, 245, 1);
}

.dnav {
    width: 100%;
    min-height: 512px;
    background: rgba(0, 113, 209, 1);
    text-align: center;
    padding-top: 38px;
    padding-left: 0px;
    padding-bottom: 44px;
    margin: 0 0 0 0;
}

.dnav_li {
    width: 100%;
    text-align: center;
    list-style-type: none;
    font-size: 14px;
    font-family: SimSun;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 60px;
}

.dnav_li p {
    margin-left: -50px;
    display: inline-block;
}

.dnav_li1 {
    text-align: left;
    list-style-type: none;
}

.dnav_li1_p {
    display: inline-grid;
    margin: 0 0 0 0;
}

.dnav_li1_ch {
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    display: block;
    color: rgba(255, 255, 255, 1);
}

.dnav_li1_eh {
    font-size: 13px;
    display: block;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 23px;
}

.dnav_li img {
    margin-left: 28.83%;
    margin-top: 23px;
    float: left;
}

.dnav_li1 img {
    float: left;
    margin-top: 10px;
    margin-left: 17.08%;
    margin-right: 17px;
}

.content_left_null {
    min-height: 480px;
    display: inline-block;
    width: 100%;
    /*height: -webkit-fill-available;*/
}

.content_left_bottom {
    width: 100%;
    height: 53px;
    background: rgba(255, 159, 0, 1);
}

.dnav hr {
    width: 80%;
    border: 0;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    opacity: 0.32;
    margin-left: 9.25%;
    margin-top: 0;
}

.dnav_li hr {
    width: 63.5%;
    margin: 0 0 0 19.57%;
}

.content_right {
    margin-left: 41px;
    width: 69.73%;
    float: left;
    display: inline-block;
}

.nav_top {
    padding-top: 37px;
    padding-bottom: 65px;
    border-bottom: 1px solid RGBA(231, 231, 231, 1);
}

.nav_top_two {
    float: left;
    font-size: 16px;
    /*font-family: MicrosoftYaHei-Bold;*/
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: rgba(107, 107, 107, 1);
    line-height: 25px;
}

.nav_top_url {
    float: right;
    font-size: 14px;
    /*font-family: MicrosoftYaHei-Bold;*/
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: rgba(107, 107, 107, 1);
    margin-right: 5px;
    margin-top: 6px;
}

.text {
    padding-top: 63px;
    min-height: 850px;
}

.text_time {
    text-align: center;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    color: rgba(107, 107, 107, 1);
    line-height: 25px;
    margin-top: 15px;
}

.text_title {
    text-align: center;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: rgba(107, 107, 107, 1);
    line-height: 25px;
}

.text_content {
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(107, 107, 107, 1);
    line-height: 26px;
    margin-top: 15px;
    margin-right: 18px;
    margin-left: 19px;
   /* white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    *word-wrap: break-word;
    *white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;*/
}

.base {
    margin-top: 76px;
}