﻿body {
    margin:0;
    padding:0;
    font-family:"Microsoft YaHei";
}

.news-logo {
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: 2px solid #ccc;
}

.news-logo-font {
    font-size: 32px;
    line-height: 40px;
    font-weight:600;
}

.news-title {
    margin: 30px auto 0 auto;
    text-align: center;
    font-size: 28px;
    line-height: 50px;
    color: #000080;
    font-weight: 800;
    width: 65%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.news-subHead {
    margin: 10px auto 0 auto;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
    color: #5882FA;
    font-weight: 600;
    width: 50%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.news-content {
    font-size: 16px;
    margin: 30px auto 0 auto;
}

.news-content-title {
    margin: 10px auto 20px auto;
    text-align: center;
    font-size: 22px;
    font-weight:600;
    width: 50%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.news-content-word {
    /*text-indent:2em;*/
    margin-bottom:10px;
    line-height:2rem;
}

.news-content-img {
    margin: 30px auto 30px auto;
    text-align: center;
    width:80%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.news-content-img-content {
    width:100%;
}

.news-content-video-content {
    width:100% !important;
}

.news-desc {
    margin: 0px auto 0px auto;
    text-align: center;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-size:16px
}

.news-foot {
    text-align: right;
    border-top: 2px solid #ccc;
    width: 100%;
    font-size: 14px;
    margin-top:50px;
    color:#919191;
}