﻿@charset "utf-8";
/*---------------------------------------------------------
content styles
---------------------------------------------------------*/

body {
    background: #f2f2f2;
}

#container {
    width: 1200px;
    margin: 0 auto;
}

/* 文章主体 */
.word_content {
    background: #fff;
    padding: 20px;
}

.word_content .word_title {
    color: #1d7b8f;
    text-align: center;
    padding: 10px 0;
}

.word_content .word_title h3,
.word_content .word_title h4 {
    margin: 20px 0;
}

.word_content .word_title h3 {
    font-size: 30px;
}

.word_content .word_title h4 {
    font-size: 22px;
}

.word_content .word_info {
    line-height: 36px;
    padding: 30px 0;
    color: #5d5f60;
}

.word_content .word_info #playercontainer {
    margin: 0 auto;
}

.word_content .code {
    color: #333;
}

/* 嵌套-文章信息 */
.xy-msg {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    line-height: 44px;
    font-size: 14px;
    color: #333;
    background-color: #f4f4f8;
    padding: 10px 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.czgsfz.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.czgsfz.com/images/xy-xxgk-lead-detailBg.png) no-repeat top;
}

.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
}

.leader-detail .info .info-tit {
    width: 100%;
    height: 30px;
    padding: 0 15px;
    background: url(http://www.czgsfz.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;
}

/* 信息公开-细览 */
.xy-xxgk-content .xy-xxgk-txt {
    width: 100%;
    height: auto;
    margin-top: 30px;
    position: relative;
}

.xy-xxgk-content .xy-xxgk-txt table {
    width: 100%;
    height: auto;
}

.xy-xxgk-content .xy-xxgk-txt table tr {
    width: 100%;
    height: 36px;
}

.xy-xxgk-content .xy-xxgk-txt table tr td {
    padding-left: 30px;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    text-align: left;
}

.xy-xxgk-content .xy-xxgk-txt table tr td.w224 {
    width: 15%;
    padding-left: 45px;
    background-color: #f9f9f9;
    color: #015293;
}

.xy-xxgk-content .xy-xxgk-txt table,
.xy-xxgk-content .xy-xxgk-txt tr,
.xy-xxgk-content .xy-xxgk-txt td {
    border: 1px solid #dddddd;
    border-collapse: collapse;
}

.xy-xxgk-content .xy-xxgk-txt img {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

/* 手机端 */
@media (max-width: 480px) {
    #container {
        width: 100%;
        padding: 0 15px;
    }

    .xy-msg .line,
    .xy-msg .rt,
    .word_content .word_info embed,
    #div_div {
        display: none;
    }

    .word_content {
        padding: 0;
    }

    .word_content .word_title {
        padding: 0;
        color: #333;
    }

    .word_content .word_title h3,
    .word_content .word_title h4 {
        line-height: 36px;
    }

    .word_content .word_title h3 {
        font-size: 18px;
    }

    .word_content .word_title h4 {
        font-size: 16px;
    }

    /* 嵌套-文章信息 */
    .xy-msg {
        line-height: 40px;
        padding: 15px 20px;
    }

    .xy-msg .section {
        float: none;
    }

    /* 文章内容 */
    .word_content .word_info {
        padding: 30px 0 0;
        word-break: break-all;
    }

    .word_content .word_info #playercontainer,
    .word_content .word_info p>img {
        width: 90%;
    }

    /* 领导信息-细览 */
    .leader-detail {
        flex-direction: column;
        margin-top: 0;
    }

    .leader-detail .photo {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .leader-detail .photo .img {
        width: 55%;
        height: auto;
        margin: 0 auto;
    }

    .leader-detail .photo span.name {
        width: 100%;
        height: auto;
        font-size: 22px;
    }

    .leader-detail .info {
        padding: 35px 0 0;
        margin: 0;
    }

    /* 信息公开-细览 */
    .xy-xxgk-content .xy-xxgk-txt table,
    .xy-xxgk-content .xy-xxgk-txt table tr {
        border-top: none;
    }

    .xy-xxgk-content .xy-xxgk-txt table tr,
    .xy-xxgk-content .xy-xxgk-txt table tr td {
        height: 40px;
        border-bottom: none;
    }

    .xy-xxgk-content .xy-xxgk-txt table tr td {
        float: left;
        width: 70%;
        font-size: 14px;
        line-height: 40px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-left: 10px;
        border-right: none;
    }

    .xy-xxgk-content .xy-xxgk-txt table tr td.w224 {
        width: 30%;
        padding-left: 15px;
        border-left: none;
    }
}