@charset "utf-8";
html, body{
    margin:0;
    padding:0;
}
body{
    font:16px/1.5 "Microsoft YaHei";
    color:#333;
    -webkit-text-size-adjust:none;
    position:relative;
}
.body {
    background:url(../images/body-bg.jpg) no-repeat center 150px;
    background-size:100% 100%;
}
img{
    border:none;
}
.logo{
    display:inline-block;
    padding-top:45px;
}
dl, dt, dd, ul, li, form, input{
    margin:0;
    padding:0;
    list-style:none;
}
em{
    font-style:normal;
    font-weight:normal;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    content:"";
    display:block;
    clear:both;
    height:0;
}
a{
    color:#666;
    text-decoration:none;
}
/*适老开关*/
.top-link{
    font-size:16px;
    position:absolute;
    top:0;
    left:calc(50% + 550px);
    left:-moz-calc(50% + 550px);    
    left:-webkit-calc(50% + 550px);
    z-index:100;
    height:36px;
    line-height:36px;
}
.pip-triggers{
    line-height:20px;
    text-align:left;
}
.pip-triggers > em > i{
    vertical-align:middle;
}
/*适老开关 end*/
.main-wrap.pd-50.bg-f{
    position: relative;
}
.back{
    position:absolute;
    right: 0;
    bottom:100px;
    z-index:2;
    display:inline-block;
    padding: 10px 20px;
    background-color:#ff7900;
    color:#fff;
    font-size:0.875em;
    -webkit-transition:background-color 400ms;
    transition:background-color 400ms;
}
.back:hover{
    background-color:#aa1318;
}
.max-wrap{
    max-width:1920px;
    margin:0 auto;
}
.main-wrap{
    width:1230px;
    margin:0 auto;
    box-sizing:border-box;
    position:relative;
}
.small-banner-wrap{
    display:none;
}
.bg-img01{
    background:url(../images/top-banner02.png) no-repeat center top;
}
.index-top-banner{
    height:730px;
    position:relative;
}
.top-banner{
    height:475px;
    width:1230px;
    margin:0 auto;
}
.pd-50{
    padding:10px 50px 0;
}
.bg-f{
    background-color:#fff;
}
.pb-15{
    padding-bottom:15px;
}
.pb-30{
    padding-bottom:30px;
}
/*box-01*/
.box-01 .box-title{
    margin:40px 0px 20px;
    height:107px;
    background-repeat:no-repeat;
    background-position:center center;
}
.box-01 .box-title > a {
    display:block;
    width:300px;
    height:100%;
    margin:0 auto;
}
.box-01 .title-name{
    display:none;
}
.box-gcszqh01 > .box-title {
    background-image:url(../images/colum-title-01.png);
}
.box-gcszqh02 > .box-title {
    background-image:url(../images/colum-title-02.png);
}
.box-gcszqh03 > .box-title {
    background-image:url(../images/colum-title-03.png);
}
.news-list > a{
    display:block;
    line-height:1.5em;
    padding:1em 0;
    overflow:hidden;
}
.news-list > a > h3{
    font-weight:normal;
    margin:0;
    color:#333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    position:relative;
    font-size:1.17em;
}
.news-list > a:hover > h3{
    color:#FF7800;
}
.news-list.f-bold > a > h3 {
    font-weight:bold;
}
.news-list > a > em{
    display:block;
    color:#aaa;
    font-family:Verdana, Arial;
}
.news-list.date-right > a > h3{
    float:left;
    width:calc(100% - 6.5em);
    width:-moz-calc(100% - 6.5em);
    width:-webkit-calc(100% - 6.5em);
}
.news-list.date-right > a > em{
    float:right;
}
.box-gcszqh01 .news-list > a,
.box-gcszqh03 .news-list > a {
    display:block;
    padding:20px 30px;
    box-sizing:border-box;
    width:49%;
    float:left;
    margin:0 0.5%;
    margin-top:20px;
    background:#fff;
    box-shadow:0px 3px 5px hsl(0deg 0% 0% / 0.2);
    border-radius:2px;
}
.news-list.line > a {
    border-top:1px solid #eaeaea;
}
.news-list.line > a:first-child{
    border-top:0;
}
.box-gcszqh01 .news-list > a > h3,
.box-gcszqh03 .news-list > a > h3{
    white-space:normal;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    height:3em;
    line-height:1.5em;
}
.box-gcszqh02 .news-list > a {
    display:block;
    padding:20px;
    box-sizing:border-box;
    width:47%;
    float:left;
    margin:0 1.5%;
    border-bottom:1px dashed #878786;
    position:relative;
}
.box-gcszqh02 .news-list > a:before {
    content:"";
    display:block;
    width:8px;
    height:8px;
    background:#d22423;
    position:absolute;
    left:0;
    top:calc(20px + 0.5em);
    top:-moz-calc(20px + 0.5em);
    top:-webkit-calc(20px + 0.5em);
}
.box-gcszqh03 {
    margin-bottom:40px;
}  
.box-gcszqh01 .news-list > a:hover,
.box-gcszqh03 .news-list > a:hover {
    background:#d9221c;
}
.box-gcszqh01 .news-list > a:hover h3,
.box-gcszqh03 .news-list > a:hover h3,
.box-gcszqh01 .news-list > a:hover em,
.box-gcszqh03 .news-list > a:hover em{
    color:#fff;
}
/*内容页*/
.location *{
    /*display:block;
    float:left;*/
}
.location{
    line-height:1.5em;
    padding:10px 0;
}
.location:before{
    content:"";
    float:left;
    background:url(../images/icon_location.png) no-repeat center;
    height:1.5em;
    width:16px;
    margin-right:5px;
}
.location > a, .location > em{
    color:#aaa;
}
.location > span{
    color:#333;
}
.location > a:after{
    content:">";
    padding:0 5px;
    font-family:simsun;
}
.list-title-name {
    color:#d90711;
    font-size:1.65em;
    position:relative;
    border-bottom:1px solid #ee522e;
    padding:0.15em 0 0.15em 0.65em;
    margin-bottom:10px;
}
.list-title-name:before {
    content:"";
    display:block;
    width:0.3em;
    height:0.9em;
    background:#d9221c;
    border-radius:5px 5px;
    left:0px;
    top:0.5em;
    position:absolute;
}
.sub-content{
    color:#666;
}
.sub-content .big-title{
    padding:10px 0;
    font-size:2em;
    text-align:center;
    color:#333;
}
.sub-content .second-title{
    padding-bottom:10px;
    font-size:1.2em;
    text-align:center;
    color:#666;
}
.sub-content .content-small-title{
    font-size:0.875em;
    text-align:center;
    color:#999;
    line-height:1.5em;
    border-bottom:1px #eaeaea dashed;
    padding-bottom:1.25em;
}
.sub-content .content-small-title span{
    display: inline-block;
    padding: 0 10px;
}
.news_content_description{
    font-size:.75em;
    color:#888;
    background-color:#f3f3f3;
    line-height:1.75em;
    padding:10px 15px;
    margin:15px 0;
}
.news_content_content{
    line-height:2em;
    font-size:1em;
}
.news_content_content p{
    text-indent:2em;
}
.news_content_content img{
    max-width:700px;
    height:auto !important;
    margin:0 auto !important;
    display:block !important;
}
.news_content_other{
    padding:10px 0px;
}
.news-content-function{
    float:right;
    font-size:.75em;
    color:#999;
}
.news-content-function > span:before{
    content:"[";
}
.news-content-function > span:after{
    content:"]";
}
.news-content-function > span{
    display:inline-block;
    padding:0 5px;
    cursor:pointer;
    line-height:36px;
}
.news-content-function > span:hover{
    text-decoration:underline;
}
.news_content_img{
    text-align:center;
    padding:20px 0px;
}
.news_content_img img{
    max-width:700px;
    height:auto !important;
}
.news-content-share{
    float:left;
}
/*翻页--start*/
.page-tile{
    display:block;
    border-width:1px 0;
    font-family:Verdana, Arial, "Microsoft YaHei";
    padding-bottom:30px;
}
.page-tile:after{
    display:block;
    content:"";
    clear:both;
}
.page-tile > *{
    color:#888;
    display:block;
    float:left;
    padding:0 .5em;
    min-width:1.5em;
    text-align:center;
    font-size:0.75em;
    line-height:2.25em;
    height:2.25em;
    overflow:hidden;
}
.page-tile > em{
    display:none;
}
.page-tile > *:before{
    font-size:1.25em;
}
.page-tile .more:before{
    content:"…";
}
.page-tile a.prev:before{
    content:"\2039"
}
.page-tile a.next:before{
    content:"\203A"
}
.page-tile .focus{
    background-color:#c5211f;
    color:#fff;
    border-radius:5px;
}
.page-tile a:hover{
    text-decoration:underline;
}
.pip-triggers>em>i {
    color:#fcfcfa!important;
}

@media screen and (max-width:1247px){
    .top-link{
        left:auto;
        right:10px;
    }
    .main-wrap,.top-banner,
    .index-top-banner {
        width:auto;
    }
}
@media screen and (max-width:1000px){
    .page-tile a, .page-tile span{
        display:none;
    }
    .page-tile > *{
        float:none;
    }
    .page-tile{
        padding-bottom:0;
        text-align:center;
        padding:0;
        background:#efefef;
    }
    .page-tile a.prev, .page-tile a.next{
        display:inline-block;
        box-sizing:border-box;
        height:44px;
        line-height:44px;
        padding:0 15px;
        color:#333;
        border:none;
    }
    .page-tile a.prev:before{
        content:"上一页";
    }
    .page-tile a.next:before{
        content:"下一页";
    }
}
/*翻页--结束*/
@media screen and (max-width:1000px){
    .max-wrap{
        max-width:100%;
    }
    .main-wrap{
        width:auto;
    }
    .pd-50{
        padding:10px;
    }
    .index-top-banner,
    .top-banner{
        display:none;
    }
    .small-banner-wrap{
        display:block;
    }
    .bg-img01{
        background:none;
    }
    .small-banner-wrap .small-banner img{
        width:100%;
        display:block;
    }
   .box-01 .box-title {
        background-size:115%;
        margin:20px 0 0;
    }
    .news-list > a{
        padding-top:.5em;
        padding-bottom:.5em;
    }
    .news-list > a > h3{
        white-space:normal;
        line-height:normal;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
        overflow:hidden;
        height:auto;
    }
    .news-list.date-right > a > h3{
        width:100%;
    }
    .news-list.date-right > a > em{
        width:100%;
    }
    .news_content_content img{
        max-width:100% !important;
    }
    .news-list.f-bold > a > h3 {
        font-weight:normal;
    }
    .list-title-name {
        font-size:1.5em;
    }
    .back {
        bottom:0;
    }
    .box-gcszqh01 .news-list > a,
    .box-gcszqh03 .news-list > a {
        padding:10px 15px;
    }
    .box-gcszqh02 .news-list > a > h3 {
        -webkit-line-clamp:1;
    }
    .multiline-title {
        padding:0 0!important;
    }
}
/*控制内容页中的table*/
.news_content_content table{
    border-collapse:collapse; /*双线合一*/
    max-width:100% !important; /*重置表格宽度*/
    margin:0 auto; /*设置表格居中*/
}
.news_content_content, .news_content_content p{
    word-break:break-all; /*防止内容中有不能自动回行的编码或者较长的字母*/
}
.news_content_content table p{
    text-indent:0 !important; /*table中的p禁止缩进*/
    word-break:break-all; /*防止内容中有不能自动回行的编码或者较长的字母*/
}
.news_content_content table td{
    width:initial; /*重置td的宽度*/
    line-height:initial; /*重置td的行高*/
}
@media screen and (max-width:1000px){
    .news_content_content table{
        width:100% !important; /*重置表格宽度*/
        margin:0 !important; /*防止table上写margin值*/
    }
    .news_content_content table td{
        padding:0 !important; /*防止因为左右padding导致宽度溢出*/
        white-space:normal !important; /*防止td上写不让回行的nowrap*/
    }
    .sub-content .big-title{
        font-size:1.65em;
    }
}
@media screen and (max-width:640px){
    .body {
        background:#fff;
    }
    .back {
        padding:5px 15px;
    }
    .box-01 .box-title {
        margin:0;
        position:relative;
        border-bottom:1px solid #ee522e;
    }
    .box-01 .title-name {
        font-size:1.125em;
        width:auto;
        background:#d9221c;
        display:block;
        color:#fff;
        padding:5px 10px;
        line-height:normal;
        border-radius:0 6px 0 0;
    }
    .news-list > a > h3 {
        font-size:1em;
    }
    .news-list.date-right > a > em {
        font-size:0.875em;
    }
    .box-01.pb-15 {
        padding-bottom:0;
    }
    .box-gcszqh01 .news-list > a, 
    .box-gcszqh03 .news-list > a {
        width:auto;
        float:none;
        box-shadow:none;
        padding:0;
        background:none;
    }
    .box-gcszqh02 .news-list > a {
        width:auto;
        float:none;
    }
    .box-01 .box-title {
        background:none;
        height:auto;
    }
    .box-01 .box-title > a {
        display:inline-block;
        width:auto;
        height:auto;
    }
    .box-gcszqh01 .news-list > a > h3, 
    .box-gcszqh03 .news-list > a > h3 {
        height:auto;
        -webkit-line-clamp:none;
    }
    .box-gcszqh01 .news-list > a,
    .box-gcszqh02 .news-list > a,
    .box-gcszqh03 .news-list > a {
        display:none;
    }
    .box-gcszqh01 .news-list > a:nth-of-type(-n+4),
    .box-gcszqh02 .news-list > a:nth-of-type(-n+4),
    .box-gcszqh03 .news-list > a:nth-of-type(-n+4){
        display:block;
        border-bottom:1px dashed #ddd;
        padding:7px;
        margin-top:0;
    }
    .box-gcszqh01,.box-gcszqh02,.box-gcszqh03 {
        margin-top:15px;
    }
    .box-gcszqh02 .news-list > a:before {
        display:none;
    }
    .box-gcszqh03 {
        margin-bottom:20px;
        }
    .box-gcszqh01 .news-list > a:hover,
    .box-gcszqh03 .news-list > a:hover {
        background:none;
    }
    .box-gcszqh01 .news-list > a:hover h3,
    .box-gcszqh03 .news-list > a:hover h3,
    .box-gcszqh01 .news-list > a:hover em,
    .box-gcszqh03 .news-list > a:hover em{
        color:#666;
    }
    .box-gcszqh02 .news-list > a > h3 {
        -webkit-line-clamp:2;
    }
    .box-gcszqh02 .news-list > a,
    .box-gcszqh01 .news-list > a,
    .box-gcszqh03 .news-list > a {
        margin:0 0;
    }
}
@media screen and (max-width:480px){
    .list-title-name {
        font-size:1.25em;
    }
    .sub-content .big-title{
        font-size:1.325em;
    }
}
/*版权--开始*/
.main-foot{
    box-sizing:border-box;
    color:#fec0c0;
    background:#ad0408;
}
.main-foot a{
    color:#fec0c0;
}
.main-foot a:hover,.main-foot a:hover:before{
    color:#FFf;
}
.foot-wrap{
    display:table;
    width:100%;
    padding:20px 0;
    table-layout:fixed;
}
.foot-wrap > .foot-spans{
    display:table-cell;
    vertical-align:middle;
}
.foot-wrap .btom-xx{
    width:720px;
    text-align:center;
}
.foot-wrap a, .foot-wrap span{
    display:inline-block;
}
.foot-wrap > .foot-spans:first-child{
    text-align:right;
}
.foot-wrap > .foot-spans:last-child{
    text-align:left;
}
.foot-wrap > .foot-spans img {
    vertical-align: middle;
}
.foot-wrap .btom-xx span, .foot-wrap .btom-xx a{
    padding-right:10px;
}
.foot-wrap .btom-xx .foot-links a{
    padding-right:0;
}
.foot-links a:before{
    display:inline-block;
    content:"|";
    font-size:0.75em;
    padding:0 9px 0 8px;
    vertical-align:top;
}
.foot-links a:first-child:before{
    display:none;
}
@media screen and (max-width:1000px){
    .foot-wrap{
        padding:12px 0;
        text-align:center;
    }
    .foot-wrap > .foot-spans,.foot-wrap a, .foot-wrap span{
        display:none;
    }
    .foot-wrap > .foot-spans.btom-xx{
        display:block;
        width:auto;
    }
    .foot-wrap a.m-visible, .foot-wrap span.m-visible{
        display:inline-block;
    }
}
/*版权--结束*/
