@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
li,
ol,
dd,
dt,
dl,
input,
th,
td,
tr {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}

li {
    list-style: none
}

a img {
    border: 0
}

a {
    text-decoration: none;
    cursor: pointer
}

b {
    font-weight: normal;
}

input {
    border: none;
}

input:focus {
    outline: none;
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after {
    display: block;
    content: '';
    clear: both
}

.clearfix {
    zoom: 1
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}



/* -------------------------------------------------通用概览--------------------------------------------------- */

.main-s {
    width: 100%;
    background: url(../images/tygl-bg02-s.png) no-repeat center top, url(../images/tygl-bg01-s.png) no-repeat right center;
}

/* 位置 */
.breadnav-s {
    font-size: 16px;
    line-height: 64px;
    color: #000;
}

.breadnav-s a {
    display: inline-block;
    margin: 0 4px;
    color: #000;
}

/* 左侧导航 */
.leftnav-s {
    float: left;
    width: 302px;
    margin-top: 14px;
    font-size: 18px;
    line-height: 80px;
    text-align: center;
}

.leftnav-s h2 {
    height: 80px;
    background: url(../images/tygl-bg03-s.png) no-repeat center top;
}

.leftnav-s h2 a {
    display: block;
    font-size: 30px;
    color: #fff;
}

.leftnav-s li {
    margin-bottom: 2px;
}

.leftnav-s li a {
    position: relative;
    display: block;
    color: #999;
    background-color: #f8f8f8;
}

.leftnav-s .active a {
    font-weight: 700;
    color: #000;
}

.leftnav-s .active a::after {
    content: '';
    position: absolute;
    right: 54px;
    top: 50%;
    width: 7px;
    height: 10px;
    margin-top: -5px;
    background: url(../images/tygl-arr01-s.png) no-repeat;
}

.leftnav-s li a:hover {
    color: #000;
}

/* 右侧列表 */
.rightmain-s {
    float: right;
    width: 856px;
    margin-top: 28px;
}

.rightmain-s h3 {
    margin-bottom: 34px;
    border-bottom: 1px solid #b8d9ff;
}

.rightmain-s h3 span {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 64px;
    color: #000;
    font-weight: 700;
}

.rightmain-s h3 span::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 56px;
    height: 10px;
    margin-left: -28px;
    background-color: #b8d9ff;
}

.rightmain-s .list-s {
    min-height: 300px;
}

.rightmain-s li {
    position: relative;
    padding: 0 170px 0 15px;
    font-size: 18px;
    line-height: 46px;
    color: #333;
}

.rightmain-s li:nth-child(5n) {
    margin-bottom: 28px;
}

.rightmain-s li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    background-color: #999;
    border-radius: 50%;
}

.rightmain-s li a {
    display: block;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.rightmain-s li:hover::before {
    background-color: #015293;
}

.rightmain-s li:hover a {
    color: #015293;
}

.rightmain-s .time {
    position: absolute;
    right: 0;
    top: 0;
}

/* 分页 */
.page_num {
    padding: 42px 0 60px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #333;
}

#page_div {
    display: inline-block;
    height: 30px;
}

#page_div .pagination_index {
    float: left;
    padding: 0 12px;
    margin: 0 6px;
    border: 1px #cccccc solid;
    border-radius: 3px;
}

#page_div .pagination_index a {
    display: block;
    color: #333;
}

#page_div .currentIndex {
    background: #df0000;
    border: 1px solid #df0000;
    border-radius: 3px;
    color: #FFF;
    font-weight: bold;
    padding: 0 12px;
}

#page_div .pagination_index_num {
    margin: 0 6px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#page_div .pagination_index_num a {
    display: block;
    padding: 0 12px;
    color: #333;
}

#page_div .pagination_index_last {
    font-size: 14px;
    margin-left: 10px;
    line-height: 30px;
    color: #777777;
}

#pagination_input {
    float: left;
    width: 50px;
    height: 28px;
    line-height: 28px;
    color: #0172cb;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ccc;
    font-size: 14px;
    border-radius: 20px;
    background: transparent;
}

#page_div .pagination_qd {
    float: left;
    border: 1px #cccccc solid;
    margin-left: 12px;
}

/* ------------------------------------------------------------通用细览--------------------------------------------------------------- */
.pagemain-s {
    padding: 0 46px 30px;
    background-color: #fff;
    border-radius: 0 50px 0 0;
    box-sizing: border-box;
}

.article-title {
    padding: 48px 0 32px;
    font-size: 32px;
    color: #333;
    line-height: 2em;
    text-align: center;
}

.article-info {
    font-size: 16px;
    line-height: 44px;
    color: #9b9ea1;
    border-bottom: 1px solid #e4e4e4;
}

.article-info .source {
    margin-left: 35px;
}

.article-info .fr>a {
    display: inline-block;
    margin-left: 26px;
    cursor: pointer;
}

.article-info .fr>a img {
    display: inline-block;
}

.article-info .share-s {
    position: relative;
    display: inline-block;
    margin-left: 26px;
    cursor: pointer;
}

.article-info .share-s>img {
    display: inline-block;
}

.share-s .sharewrap {
    position: absolute;
    right: -5px;
    top: 40px;
    display: none;
}

.share-s .bshare-custom a {
    display: block;
    padding: 0;
    width: 30px;
    height: 30px;
    margin: 0 auto 10px;
    background: url(../images/tyxl-icon05-s.png) no-repeat center center;
    background-size: 100% 100%;
}

.share-s .bshare-custom a.bshare-weixin {
    background-image: url(../images/tyxl-icon05-s.png);
}

.share-s .bshare-custom a.bshare-sinaminiblog {
    background-image: url(../images/tyxl-icon06-s.png);
}

.share-s .bshare-custom a.bshare-qzone {
    background-image: url(../images/tyxl-icon07-s.png);
}

.social-share #shareCode {
    position: absolute;
    left: 40px;
    top: 0;
    padding: 10px;
    border: 5px solid #ccc;
    background: #fff;
    display: none;
}

#shareCode canvas {
    display: block;
}

.article-cont {
    padding-top: 36px;
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.article-cont p {
    margin-bottom: 30px;
}

.article-cont img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}

.fontSize14 p {
    font-size: 14px !important
}

.fontSize18 p {
    font-size: 18px !important
}

.fontSize26 p {
    font-size: 26px !important
}


/* ----------------------------------------------图片概览----------------------------------------------- */
.piclist-s {
    margin-top: 30px;
}

.piclist-s li {
    float: left;
    width: 32%;
    margin-bottom: 40px;
}

.piclist-s li:nth-child(3n+2) {
    margin-left: 2%;
    margin-right: 2%;
}

.piclist-s li a {
    display: block;
}

.piclist-s li a img {
    display: block;
    width: 100%;
}

.piclist-s li a p {
    background-color: #f9f9f9;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 适老化样式 */
.fixelder .breadnav-s {
    font-size: 26px;
    line-height: 80px;
}

.fixelder .leftnav-s {
    font-size: 24px;
}

.fixelder .leftnav-s .active a::after {
    right: 36px;
}

.fixelder .rightmain-s {
    margin-top: 16px;
}

.fixelder .rightmain-s h3 span {
    font-size: 28px;
    line-height: 80px;
}

.fixelder .rightmain-s li {
    font-size: 24px;
    line-height: 60px;
}

.fixelder .article-info {
    font-size: 20px;
}

.fixelder .article-cont p {
    font-size: 24px !important;
    line-height: 2em !important;
    margin-bottom: 1em !important;
}

.fixelder .piclist-s li a p {
    font-size: 24px;
    line-height: 60px;
}


/* 平板 */
@media (min-width: 320px) and (max-width: 800px) {
    .w1200 {
        width: 94%;
        margin: 0 auto;
        position: relative;
    }

    .leftnav-s {
        width: 100%;
        line-height: 50px;
        margin-top: 0;
    }

    .leftnav-s h2 {
        height: 60px;
        background: #6db1ff;
    }

    .leftnav-s h2 a {
        font-size: 24px;
        line-height: 60px;
    }

    .rightmain-s {
        width: 100%;
        margin-top: 10px;
    }

    .rightmain-s .list-s {
        min-height: 150px;
    }

    .rightmain-s li {
        padding-right: 100px;
        font-size: 16px;
    }

    .rightmain-s .time {
        font-size: 14px;
    }

    .page_num {
        font-size: 12px;
        padding: 20px 0 40px;
    }

    #page_div .pagination_index {
        padding: 0 2px;
        margin: 0 2px;
    }

    #page_div .pagination_index_num {
        margin: 0 2px;
    }

    #page_div .pagination_index_num a {
        padding: 0 8px;
    }

    #page_div .currentIndex {
        padding: 0 8px;
    }

    #page_div .pagination_index_last,
    #pagination_input,
    #page_div .pagination_qd {
        display: none;
    }

    .pagemain-s {
        padding: 0 20px 30px;
        border-radius: 0 20px 0 0;
    }

    .article-title {
        padding: 30px 0 24px;
        font-size: 26px;
    }

    .article-info .time,
    .article-info .source {
        display: block;
        margin-left: 0;
    }

    .article-info .fr {
        display: none;
    }

    .piclist-s li {
        width: 48%;
        margin-bottom: 20px;
    }

    .piclist-s li:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0;
    }

    .piclist-s li:nth-child(2n) {
        margin-left: 4%;
    }

    .piclist-s li a p {
        font-size: 16px;
        line-height: 40px;
    }
}