.nav {
    height: 36px;
    width: 100%;
    background: #00398d;
}

.nav_link {
    width: 800px;
    margin: 0 auto;
    clear: both;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.nav_link li {
    float: left;
    display: inline-block;
    color: #fff;
    line-height: 36px;
    height: 36px;
 flex: 1;
    text-align: center;
    position: relative;

}

.nav_link li a {
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

.drop_menu {
    display: none;
    position: absolute;
    margin-left: -50px;
    left: 50%;
    top: 36px;
    font-size: 16px;
    width: 100px;
    z-index: 9999;
    background: rgba(0, 57, 141, 0.5);
}

.nav_link li:hover .drop_menu {
    display: block;
}

.drop_menu p {
    line-height: 36px;
    height: 36px;
}

.drop_menu p:hover {
    text-decoration: underline;
}

.footer {
    background: #fff;
    height: 50px;
    position: relative;
    line-height: 50px;
    font-size: 12px;
}

.footer > p {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

/* 更多 */
.more {
    float: right;
    color: #A2A3A5;

    font-size: 16px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
}

.more:hover {
    color: #A2A3A5;
    text-decoration: underline;
}

.banner {
    width: 100%;
    position: relative;
    text-align: center;
}

.banner a {
    width: 800px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -400px;

}

.banner a img {
    width: 380px;
    height: 68px;
    position: absolute;
    top: 70px;
    left: 100px;

}

.main {
    width: 1000px;
    margin: 20px auto;
    background-color: #fff;

}

.article {
    margin: 0 20px;
    padding: 20px 0;
    overflow: hidden;
}

.tit {
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px #dcdcdc solid;
    text-align: center;
}

.article p {
    text-indent: 2em;
    margin-top: 30px;
    font-size: 16px;
    line-height: 36px;
}

.article img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.p20 {
    padding: 20px;
    overflow: hidden;
}

.NavMenu {
    font-size: 14px;
    color: #000;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.NavMenu::before {
    content: '';
    background: url(/static/images/icon-home.jpg) center no-repeat;
    position: relative;
    top: -1px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 32px;
}

.title {
    width: 100%;
    margin: 0 auto 20px;
    border-bottom: 1px #014099 solid;
}

.title span {
    background: url(/static/images/menu-blue.png) no-repeat right 0;
    padding: 0 35px 0 12px;
    line-height: 34px;
    height: 34px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
}

.list li {
    height: 36px;
    line-height: 36px;
    list-style: inside;
    color: #444;
    font-size: 16px;
}

div.slideBox div.tips div.title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:50%;
    display: inline-block;
}


.list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:70%;
    display: inline-block;
    vertical-align: bottom;
}
.list li a.lia {
    width:70%;
}
.list li span {
    color: #999;
    float: right;
}

.left {
    float: left;
    width: 220px;
    height: 620px;
}

dl dt a {
    width: 220px;
    background-color: #014099;
    color: #fff;
    line-height: 50px;
    height: 50px;
    display: block;
    font-size: 20px;
    text-align: center;
    border-bottom: 2px #fff solid;
    cursor: pointer;

}

dl.on dt a {

    background-color: #0095ca;
    color: #fff;
}

dl dd {
    margin: 0;
    display: none;

}

dl dd a {
    display: block;
    background-color: #eee;
    color: #333;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
}

dl dd.on a {
    color: #014099;
    background-color: #eaf2ff;
}

dl dd:hover a {
    color: #22a9da;
}

dl.on dd {
    display: block;
}

dl a:hover {
    text-decoration: none;
}

.right {
    float: right;
    width: 720px;
    border: 1px #ccc solid;
    min-height: 544px
}

.right > div {
    margin: 0 20px;
    padding: 20px 0;
}

.right h3 {
    text-indent: 0;
    font-size: 24px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: normal;
    margin: 0;
}

.right p {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    text-indent: 2em;
    width: 100%;
}

.right p a {
    display: inline-block;
    height: auto;
}

.right p.logo {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
}

.right p img {
    display: block;
    margin: 10px auto 0;
}

.right p span {
    display: block;
    text-align: center;
}

.weima-img {
    margin: 0 auto;
    justify-content: center;
}

.weima-img span {
    text-align: center;
    display: block;
}

.meitilist li {
    width: 124px;
    height: 124px;
    border: 1px #ccc solid;
    background-color: #fff;
    float: left;
    margin: 16px 0 0 16px;
    display: inline;
    text-align: center;
    line-height: 63px;
}

.meitilist > li > a {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    width: 124px;
    height: 124px;
}

.meitilist li img {
    width: 100%;
    height: 100%;
}

.article {
    margin: 0 20px;
    padding: 20px 0;
    overflow: hidden;
}

.article span {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;

    text-align: center;
}

.article div {
    margin: 30px auto 0;
    font-size: 16px;
    line-height: 200%;
    border-top: 1px #dcdcdc solid;
}

.article h1 {
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 30px;
}

.article p {
    text-indent: 2em;
    margin-top: 30px;
}

.article video {
    width: 660px;
    display: block;
    margin: 30px auto 0;
}

.article img {
    max-width: 600px;
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
}
.article i{
    display: block;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}