/*!
 * 中心简介
 * date：2020-10-26
 * author：hxh
 */

body {
    background: none;
}

.em-right-content {
    border-top: 0;
}

.em-menus-item > a:after {
    display: none;
}

.em-tab-hd {
    height: 50px;
    line-height: 48px;
    border-radius: 4px;
    border: solid 1px #5e9ef7;
}
.em-tab-nav {
    height: 100%;
    width: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    color: #1e70e3;
}
.em-tab-nav.em-active {
    background-color: #056dff;
    background-image: linear-gradient(90deg, #056dff 0%, #3c8dff 100%), linear-gradient(#eeeeee, #eeeeee);
    background-blend-mode: normal, normal;
    border-radius: 4px;
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
}

.em-article h3 {
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    margin: 30px 0;
}

.em-article-sources {
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #838f9d;
    background-color: #eff4fa;
}

.em-article-sources a {
    color: #838f9d;
}
.em-article-sources p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 14px;
    margin-right: 78px;
}
.em-article-p {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-bottom: 4px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.em-article-img {
    display: block;
    margin: 20px auto;
    padding-bottom: 4px;
}
.em-share {
    display: inline-block;
}
.em-share a {
    vertical-align: middle;
    margin-left: 15px;
}
.em-share a > img {
    vertical-align: middle;
    margin-top: -5px;
}
.em-article-t {
    margin: 20px 0 10px;
    font-size: 18px;
    color: #333333;
}
.em-article-info {
    margin-top: 30px;
}

.em-article-info img{
	max-width: 100% !important;
}

/* start qguoqiang 2022-07-26 */

.source {
    margin-top: -18px;
    line-height: 36px;
    font-size: 18px;
}

.source-title {
    margin-top: 18px;
}

.source-right {
    width: calc(100% - 90px);
}

.source-a {
    margin-top: 18px;
    width: 85px;
    text-align: center;
    color: #666;
    border-radius: 18px;
}

.source-a.current,
.source-a:hover {
    background-color: #137eef;
    color: #fff;
}

.source-a:nth-child(n + 2) {
    margin-left: 5px;
}

/* end qguoqiang 2022-07-26 */
