﻿@charset "utf-8";
/*---------------------------------------------------------
content styles
---------------------------------------------------------*/

#container {
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
}

/* 当前位置 */
.list_info {
    height: 36px;
    line-height: 36px;
}

.list_info,
.list_info a {
    color: #333;
}

/* 文章主体 */
.word_content {
    padding: 20px 0;
}

.word_content .word_title {
    color: #0C0C0C;
    text-align: center;
    padding: 10px 0;
}

.word_content .word_title h3,
.word_content .word_title h4 {
    padding: 10px 0;
}

.word_content .word_title h3 {
    font-size: 28px;
}

.word_content .word_title h4 {
    font-size: 20px;
}

.word_content .word_info {
    line-height: 36px;
    padding: 30px 0;
    color: #333;
}

.word_content .word_info #playercontainer {
    margin: 0 auto;
}

/* 嵌套-文章信息 */
.xy-msg {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    line-height: 54px;
    font-size: 14px;
    color: #333;
    background-color: #f4f4f8;
    padding: 0 20px;
}

.xy-msg span,
.xy-msg a {
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}

.xy-msg .clock {
    width: 18px;
}

.xy-msg .source {
    width: 17px;
}

.xy-msg .write {
    width: 16px;
}

.xy-msg .eyes {
    width: 21px;
}

.xy-msg .print {
    width: 17px;
    margin-left: 15px;
}

.xy-msg .line {
    display: inline-block;
    width: 1px;
    height: 17px;
    background: url(xy-hd-line03.png) no-repeat left center;
    background-size: 100%;
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: middle;
}

.xy-msg .section {
    float: left;
}

.xy-msg .rt {
    float: right;
}

.xy-msg img {
    vertical-align: middle;
}

.xy-msg a {
    text-decoration: none;
    cursor: pointer;
}

.xy-msg .share {
    display: inline-block;
    margin-left: 10px;
}

.xy-msg .share .share-icon {
    width: 16px;
}

.xy-msg .weixin {
    width: 30px;
    margin-right: 5px;
}

.xy-msg .weibo {
    width: 30px;
}

/* 领导信息-细览 */
.lead-title {
    width: 100%;
    height: 80px;
    background: url(http://www.zznjrc.com/images/xy-xxgk-lead-titBg.png) no-repeat center;
    line-height: 80px;
    text-align: center;
}

.lead-title span {
    font-size: 32px;
    font-weight: bold;
    color: #015293;
}

.leader-detail {
    width: 100%;
    height: auto;
    margin-top: 35px;
    background: url(http://www.zznjrc.com/images/xy-xxgk-lead-detailBg.png) no-repeat top;
    display: flex;
}

.leader-detail .photo {
    width: 315px;
    height: 500px;
    background-color: #f9f9f9;
}

.leader-detail .photo .img {
    width: 190px;
    height: 230px;
    margin: 30px auto;
    padding: 10px;
    background-color: #fff;
}

.leader-detail .photo .img img {
    width: 100%;
    height: 100%;
}

.leader-detail .photo span.name {
    display: block;
    width: 190px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    font-size: 24px;
    color: #333;
    text-align: center;
}

.leader-detail .info {
    height: auto;
    margin-left: 30px;
    flex: 1 1 0;
}

.leader-detail .info .info-tit {
    width: 100%;
    height: 30px;
    padding: 0 15px;
    background: url(http://www.zznjrc.com/images/xy-xxgk-titBg.png) no-repeat left;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #015293;
}

.leader-detail .info .info-con {
    width: 100%;
    height: auto;
    margin: 10px 0 20px 0;
    line-height: 0.3rem;
    font-size: 16px;
}

.leader-detail .info .info-con p {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
}