/*All Rights Reserved*/
/*general begin*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}
li {
    list-style: none;
    text-align: left;
}
fieldset,
img {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
address,
cite,
dfn,
em,
var {
    font-style: normal;
}
button,
input,
select,
textarea {
    font-size: 100%;
}
body {
    font:
        14px/1.5 'Microsoft Yahei',
        SimSun,
        Arial,
        Tahoma,
        Helvetica,
        san-serif;
    overflow-x: hidden;
    background: #fff;
}
a {
    text-decoration: none;
}
a,
a:link,
a:visited {
    color: #000;
}
a:hover,
a:active {
    color: #000;
}
li {
    list-style: none;
}
.mt40 {
    margin-top: 40px;
}
.mr30 {
    margin-right: 30px;
}
.moreright1 {
    width: 68px;
    height: 28px;
    margin-top: 10px;
    text-align: center;
    float: right;
    display: inline;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

.dpn {
    display: none;
}
.layer {
    width: 1200px;
    margin: 0px auto;
    clear: both;
    overflow: visible;
}
.layerout {
    width: 100%;
    padding-bottom: 40px;
    margin: 0px auto;
    clear: both;
    overflow: hidden;
}
/*general end*/
/*particular*/
.top {
    width: 100%;
    margin: 0px auto;
    background: url(../images/common/bg_01.jpg) no-repeat center 0;
    overflow: hidden;
}
.topnav {
    font-size: 16px;
    text-align: right;
    letter-spacing: 2px;
    color: #cc2d2f;
    align-items: center; /* 垂直居中，如果需要的话 */
}
.topnav a {
    color: #cc2d2f;
}
#toolbarSwitch img {
    margin-bottom: -5px;
}
.logo {
    width: 650px;
    margin-top: 100px;
    float: left;
}
.search {
    width: 465px;
    margin-top: 140px;
    float: right;
}
.searchinpt {
    width: 330px;
    line-height: 53px;
    height: 53px;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    padding-left: 15px;
}
.searchbnt {
    width: 110px;
    height: 53px;
    background: url(../images/common/search.png) no-repeat center 0;
    border: none;
}

.navlist {
    width: 100%;
    height: 57px;
    margin-top: 150px;
    padding-top: 20px;
    float: left;
    background: url(../images/common/nav_bg.png) no-repeat center 0;
}
.navlist ul {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; /* 主轴上的对齐方式 */
}
.navlist li {
    padding: 0 20px;
    line-height: 40px;
    text-align: center;
}
.navlist li.act {
    border-bottom: 3px solid #f49565;
}
.navlist li a {
    color: #fff;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: bold;
}

.bgf {
    width: 1200px;
    margin-top: 35px;
    /*background: #fff;*/
    background: url(../images/common/bgc.png) repeat;
    border-radius: 5px;
    float: left;
    padding: 30px;
    box-sizing: border-box;
}
.topicnews #scroll1 {
    width: 1100px;
    float: left;
    margin-left: 20px;
}
.topicnews h1,
.topicnews h1 a {
    text-align: center;
    line-height: 60px;
    font-size: 35px;
    color: #ca0a19;
}
.topicnews p {
    font-size: 16px;
    /*text-indent: 32px;*/
    text-align: center;
}
#dtt {
    overflow: hidden;
}
.pagination1 {
    width: 900px;
    position: inherit;
    margin: 10px auto 0;
}
.pagination1 .swiper-pagination-bullet {
    width: 33.33%;
    box-sizing: border-box;
    border-left: #fefaf2 2px solid;
    border-right: #fefaf2 2px solid;
    border-radius: 0;
    background-color: #e7e7e7;
    height: 3px;
    opacity: 1;
    box-shadow: none;
}
.pagination1 .swiper-pagination-bullet-active {
    height: 5px;
    background-color: #e49197;
    box-shadow: none;
}

/*#scroll1 .pagination>div
{
	width: 30%;
	background-color: #e7e7e7;
	height: 3px;
	box-shadow: none;
}
#scroll1 .pagination div.selected
{
	height: 5px;
	background-color: #e49197;
	box-shadow: none;
}
*/
.xwyw .bigimg {
    width: 565px;
    float: left;
}
.xwyw .content {
    width: 556px;
    line-height: 30px;
    float: right;
}
.xwywtit {
    width: 100%;
    float: left;
    background: url(../images/common/xwyw.png) no-repeat center 0;
    background-size: 100%;
}
.xwywtit li {
    width: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 44px;
    float: left;
    color: #a19a9b;
    cursor: pointer;
}
.xwywtit li.act {
    color: #ea8587;
}
.xwyw .content .con li {
    width: 96%;
    padding-left: 4%;
    font-size: 16px;
    margin-top: 10px;
    background: url(../images/common/li_bg.png) no-repeat 0 center;
    float: left;
}
.xwyw .content .con li a {
    width: 75%;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.xwyw .content .con li span {
    color: #a19a9b;
    float: right;
}
#scroll2 .upper {
    bottom: 60px;
}
#scroll2 .pagination > div {
    border: 1px solid #a2333c;
    box-shadow: 0 1px 2px #a2333c inset;
}
#scroll2 .pagination div.selected {
    width: 20px;
    background-color: #a2333c;
}
#scroll2 .title {
    font-size: 23px;
    background: none;
}
#scroll2 .title a,
#scroll2 .title a:visited {
    width: 96%;
    color: #d13449;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.bg01 {
    background: #fff url(../images/common/bg_02.jpg) no-repeat center 0;
}
.bg02 {
    background-color: #f5f6f8;
}
.bg03 {
    background: url(../images/common/bg_03.jpg) no-repeat center 0;
}

.jr {
    width: 820px;
    margin-top: 35px;
    background: url(../images/common/bgc.png) repeat;
    box-shadow: 1px 5px 5px 1px #f1e8d8;
    border-radius: 5px;
    float: left;
    box-sizing: border-box;
}
.jr .xwywtit2 {
    width: 183px;
    float: left;
}
.jr .xwywtit2 .gzdt.act {
    width: 183px;
    height: 206px;
    background: url(../images/common/gzdt.png) no-repeat;
    float: left;
}
.jr .xwywtit2 .gzdt {
    width: 183px;
    height: 210px;
    background: url(../images/common/gzdta.png) no-repeat;
    float: left;
}
.jr .xwywtit2 .jrsj.act {
    width: 183px;
    height: 206px;
    background: url(../images/common/jrsj.png) no-repeat;
    float: left;
}
.jr .xwywtit2 .jrsj {
    width: 183px;
    height: 210px;
    background: url(../images/common/jrsja.png) no-repeat;
    float: left;
}
.jr .content {
    width: 600px;
    padding-top: 20px;
    margin-right: 10px;
    float: right;
}
.jr .content .con li {
    width: 96%;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #e9d9d6;
    float: left;
}
.jr .content .con li a {
    width: 75%;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.jr .content .con li span {
    color: #a19a9b;
    float: right;
}
.xxgk {
    width: 341px;
    float: right;
    margin-top: 27px;
}
.xxgk img {
    margin-bottom: 15px;
}

#scroll3 {
    width: 1200px;
}
#scroll3 .prevClass,
#scroll3 .nextClass {
    width: 21px;
    height: 37px;
    top: 48%;
}
#scroll3 .prevClass {
    left: -30px;
    background: url(../images/common/left.png) no-repeat center 0;
}
#scroll3 .nextClass {
    right: -30px;
    background: url(../images/common/right.png) no-repeat center 0;
}
.tit {
    width: 100%;
    font-size: 27px;
    color: #c90c1b;
    font-weight: bold;
    margin-bottom: 20px;
}
.tit2 {
    width: 100%;
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #575757;
    float: left;
    background: url(../images/common/tit_line2.png) no-repeat left center;
    box-sizing: border-box;
}
.dpn {
    display: none;
}
.fc1 a,
.fc1 a:link,
.fc1 a:visited,
.fc1 a:hover,
.fc1 a:active {
    color: #333;
}
.fc2 a,
.fc2 a:link,
.fc2 a:visited,
.fc2 a:hover,
.fc2 a:active {
    color: #c90c1b;
}

/* links */
.w16w {
    width: 16%;
    float: left;
}
.w20w {
    width: 22%;
    float: left;
}
.links {
    background-color: #f5f1e5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 2px solid #f7c331;
    margin-bottom: 1px;
    padding-bottom: 1px;
}
.links .layer {
    padding: 0;
}
.icon {
    display: inline-block;
    vertical-align: middle;
}
.links .icon {
    width: 26px;
    height: 8px;
    background: url('../images/common/icons.png') no-repeat 10px -394px;
    cursor: pointer;
}
.links .layer > div {
    position: relative;
    border-right: 1px solid #e3d5b0;
    box-sizing: border-box;
}
.links .layer > div:first-child {
    border-left: 1px solid #e3d5b0;
}
.links .layer > div h4 {
    font-weight: 500;
    line-height: 1.4;
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
}
.links .layer .floatDIV {
    position: absolute;
    width: 100%;
    padding: 15px;
    max-height: 350px;
    overflow-y: auto;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    left: 0;
    bottom: 37px;
    background: #f5f1e5;
    z-index: 1;
    display: none;
}
.links .layer .floatDIV a {
    display: block;
    text-align: center;
    line-height: 1.8;
    border-bottom: 1px dotted #e3d5b0;
}
/* footer */
.footer {
    width: 100%;
    padding: 1em 0;
    background-color: #4d4d4d;
    font-size: 12px;
    color: #ccc;
    line-height: 1.8;
    float: left;
}
.footicon {
    width: 25%;
    float: left;
}
.footer .imgs {
    text-align: center;
}
.footer .imgs img {
    display: inline;
}
.footer a {
    color: #ccc;
}
#imgConac {
    width: 70px;
}
#_span_jiucuo img {
    height: 43px;
    width: auto;
}

/*Article css*/
#Article {
    overflow: hidden;
    text-align: left;
    padding: 10px 100px;
}
#Article h1 {
    color: #000;
    font:
        800 'å®‹ä½“',
        arial;
    font-size: 28px;
    margin-bottom: 6px;
    text-align: center;
    padding: 16px 0 8px;
}
#Article .ly {
    width: 100%;
    height: 30px;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
#Article .content {
    font-size: 16px;
    clear: both;
}
#Article .content p {
    font-size: 16px;
    line-height: 40px;
    text-align: justify;
    word-wrap: break-word;
    color: #333;
}
#Article .content p img {
    display: block;
    margin: 0 auto;
}
#Article .content center {
    text-align: center;
}
#Article .content center p {
    text-indent: 0;
    text-align: center;
}
#Article .content .author {
    float: right;
    margin-right: 80px;
}
#Article .content a {
    color: royalblue;
}

.crumbs {
    width: 100%;
    line-height: 50px;
    padding-left: 40px;
    box-sizing: border-box;
    background: url(../images/common/crumbs.png) no-repeat left 5px;
    color: #a3a3a3;
    font-size: 16px;
}
.crumbs a {
    color: #a3a3a3;
}

@media only screen and (max-width: 768px) {
    #Article {
        padding: 10px;
    }
    #Article .content p {
        padding: 0;
    }
    #Article .content p img {
        width: 100% !important;
        height: auto !important;
    }
}
/*list*/
.list {
    min-height: 600px;
}
.list .content {
    width: 100%;
    float: left;
    padding: 20px 50px;
    box-sizing: border-box;
}
.list .content li {
    width: 97%;
    padding-left: 3%;
    line-height: 40px;
    font-size: 16px;
    background: url(../images/common/li_bg.png) no-repeat 0 center;
    float: left;
}
.list .content li:nth-child(5n) {
    background: url(../images/common/li_bg.png) no-repeat 0 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 5px solid #f0f0f0;
}
.list .content li a {
    width: 85%;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.list .content li span {
    width: 10%;
    float: right;
    color: #999;
    text-align: right;
}
@media only screen and (max-width: 768px) {
    .list .content {
        padding: 10px;
    }
    .list .content li a {
        width: 70%;
    }
    .list .content li span {
        width: 30%;
        text-align: right;
    }
}
/*list css*/
/*jryw list*/
.jrzxtit {
    width: 100%;
    padding: 50px 50px 0;
    box-sizing: border-box;
    float: left;
}
.jrzxtit li {
    float: left;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #575757;
    cursor: pointer;
}
.jrzxtit li:nth-child(2) {
    margin-left: 40px;
}
.jrzxtit li.act {
    color: #191919;
    background: url(../images/common/tit_line.png) no-repeat center bottom;
}
.list.jrzx .content li {
    border-bottom: 1px solid #e5e5e5;
    line-height: 45px;
}
.list.jrzx .content li:last-child {
    border-bottom: none;
}
.jrjg {
    padding: 0 50px;
    box-sizing: border-box;
}
.jrjg li {
    width: 25%;
    line-height: 45px;
    padding-left: 40px;
    font-size: 16px;
    float: left;
    background: url(../images/common/jrjgli_bg.png) no-repeat left center;
    box-sizing: border-box;
}
.list.jrzx {
    min-height: auto;
}
.list.jrzx .content li:nth-child(5n) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
/*jryw list*/
/*zmhd list*/
.zmhdbigimg {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.zmhd,
.dczj {
    padding: 0 10px;
    box-sizing: border-box;
}
.zmhd .content li {
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 45px;
    float: left;
}
.dczj .content li {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    display: flex;
    align-items: center;
}
.dczj .content li span {
    width: 45px;
    padding: 5px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    background: #c90c1b;
    color: #fff;
    display: block;
    float: left;
}
.dczj .content li a {
    padding-left: 10px;
}
/*zmhd list*/
/*jgdj list*/
.jgdj {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}
.jgdj .crumbs {
    width: 80%;
    margin-left: 30px;
}
.jgdjtit {
    width: 190px;
    margin-left: 30px;
    box-shadow: 1px 5px 5px 1px #eee;
    padding-bottom: 20px;
    float: left;
}
.jgdjtit h1 {
    width: 100%;
    line-height: 70px;
    background-color: #d01122;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    float: left;
}
.jgdjtit li {
    width: 150px;
    margin-top: 20px;
    padding-left: 30px;
    font-size: 16px;
    text-align: left;
    float: left;
}
.jgdjtit li span {
    width: 15px;
    float: left;
    display: block;
}
.jgdjtit li a {
    width: 130px;
    display: block;
    float: left;
}
.jgdjtit li.act,
.jgdjtit li.act a {
    color: #9e0c19;
}
.jgdj .list {
    width: 80%;
    float: left;
}
.jgdj .list .content li span {
    width: 100px;
}
.jgdjtit2 {
    padding-left: 20px;
    line-height: 30px;
    font-size: 20px;
    background: url(../images/common/jgdjtit.png) no-repeat left 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #d01122;
}
.jgdj .list .content li:nth-child(5n) {
    border-bottom: 2px solid #f0f0f0;
}
/*jgdj list*/

/*wzdt list*/
.wzdttit {
    width: 100%;
    padding: 50px 50px 0;
    box-sizing: border-box;
    float: left;
    color: #191919;
    padding-bottom: 20px;
    font-size: 31px;
    font-weight: bold;
    letter-spacing: 2px;
    background: url(../images/common/tit_line.png) no-repeat center bottom;
    text-align: center;
}
.wzdt .content {
    width: 100%;
    padding: 60px;
    letter-spacing: 2px;
    box-sizing: border-box;
    float: left;
}
.wzdt .content h4 {
    width: 100%;
    margin: 30px 0;
    padding-left: 40px;
    line-height: 42px;
    font-size: 21px;
    background: url(../images/common/wzdt_tbg.png) no-repeat left center;
    box-sizing: border-box;
    float: left;
}
.wzdt .content li {
    font-size: 18px;
    margin-right: 20px;
    float: left;
}
.wzdt a {
    color: #333;
}
/*wzdt list*/

.moreright2 {
    width: 68px;
    height: 28px;
    line-height: 28px;
    background-color: #fcc796;
    border-radius: 10px;
    margin: 10px;
    text-align: center;
    float: right;
    display: inline;
}
.moreright2 a,
.moreright2 a:link,
.moreright2 a:visited,
.moreright2 a:hover,
.moreright2 a:active {
    color: #ab5d15;
}

/**分页**/
.ya-pagination > li {
    display: inline;
}
.ya-pagination {
    width: 700px;
    margin: 0 auto;
    text-align: center;
}
.ya-pagination a {
    display: inline-block;
    float: left;
    min-width: 26px;
    height: 26px;
    border: 1px solid #dadada;
    border-radius: 4px;
    font-size: 14px;
    color: #8f8e8e;
    line-height: 26px;
    text-align: center;
    background: #fff;
    margin: 5px;
    padding: 0 5px;
    box-sizing: border-box;
    float: none;
    text-decoration: none;
}
.ya-pagination a:hover {
    text-decoration: underline;
}
.ya-pagination .a1 {
    border: none;
}
.pre-pg {
    margin-right: 10px;
}
.gopage {
    border: 1px solid #cccccc;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.pg-cur a {
    border: 1px solid #ce0228;
    color: #fff;
    background: #ce0228;
    background-color: #ce0228;
    border-color: #ce0228;
}
.ya-pagination {
    color: #666;
}
.ya-pagination input {
    margin: 0 5px;
}
@media screen and (max-width: 768px) {
    .ya-pagination {
        width: 18rem;
    }
    .count_topage {
        display: inline-block;
        width: 100%;
        height: 3rem;
        margin-top: 1rem;
    }
}

/**分页**/

@media only screen and (max-width: 768px) {
    .pcshow {
        display: none;
    }
    .mobileshow {
        display: block;
    }
    h2 {
        font-size: 20px;
    }
    /*img{width: 100%;height: auto;}*/
    .layer,
    .layerout,
    .bgf,
    .xwyw .bigimg,
    .xwyw .content {
        width: 100%;
        padding: 0;
    }
    .xwyw .bigimg img {
        width: 100%;
        height: auto;
    }
    .bgf {
        margin-top: 20px;
    }
    .layer,
    .xwyw .content .con {
        width: 96%;
        margin-left: 2%;
    }
    .links .layer {
        width: 100%;
        margin-left: 0;
    }
    .xwyw .content .con li a,
    .jr .content .con li a {
        width: 100%;
    }
    .xwyw .content .con li span,
    .jr .content .con li span {
        display: none;
    }
    .topnav {
        font-size: 14px;
    }
    .topicnews h1,
    .topicnews h1 a {
        font-size: 20px;
        line-height: 30px;
    }
    .topicnews p {
        font-size: 14px;
    }
    .topicnews #scroll1 {
        width: 100%;
        margin: 0;
    }
    .top {
        background-size: auto 100%;
    }
    .logo {
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }
    .logo img {
        width: 96%;
    }
    .search {
        width: 60%;
        float: left;
        margin: 20px 20%;
    }
    .searchinpt {
        width: 75%;
        height: 30px;
        box-sizing: border-box;
    }
    .searchbnt {
        width: 25%;
        height: 30px;
        background-size: 100% 100%;
    }
    .navlist {
        margin-top: 20px;
        height: 100px;
        padding-top: 15px;
        background-size: auto 100%;
    }
    .navlist ul {
        width: 100%;
        flex-wrap: wrap;
    }
    .navlist li {
        height: 33px;
        line-height: 30px;
        padding: 0 10px;
        float: left;
        box-sizing: border-box;
        margin-top: 10px;
    }
    .navlist li a {
        font-size: 20px;
    }

    .pagination1 {
        width: 100%;
    }
    .jr {
        width: 100%;
        margin-top: 40px;
    }
    .jr .xwywtit2 {
        width: 100%;
    }
    .jr .xwywtit2 .gzdt.act {
        background: url(../images/common/gzdtm.png) no-repeat;
    }
    .jr .xwywtit2 .gzdt {
        background: url(../images/common/gzdtma.png) no-repeat;
    }
    .jr .xwywtit2 .jrsj.act {
        background: url(../images/common/jrsjm.png) no-repeat;
    }
    .jr .xwywtit2 .jrsj {
        background: url(../images/common/jrsjma.png) no-repeat;
    }
    .jr .xwywtit2 .gzdt,
    .jr .xwywtit2 .gzdt.act,
    .jr .xwywtit2 .jrsj,
    .jr .xwywtit2 .jrsj.act {
        width: 50%;
        background-size: 100%;
        height: 70px;
    }
    .jr .content {
        width: 100%;
        margin: 0;
        float: left;
    }
    .jr .content .con li {
        margin-left: 2%;
    }
    .xxgk {
        width: 100%;
        float: left;
        margin-top: 0;
    }
    .xxgk img {
        width: 90%;
        margin: 5px 5%;
    }
    .tit {
        width: 100%;
        height: auto;
        margin: 20px auto;
        font-size: 20px;
    }
    #scroll3 {
        width: 100%;
        padding-bottom: 10px;
    }
    #scroll3 img {
        width: 100%;
        height: auto;
    }

    p {
        padding: 0 10px;
    }
    #scroll2 .title {
        font-size: 18px;
    }
    .w16w,
    .w20w {
        width: 50%;
    }
    .links .layer > div {
        border-left: 1px solid #e3d5b0;
    }
    .links .layer > div h4 {
        font-size: 14px;
    }
    .footicon {
        width: 100%;
        text-align: center;
    }
}

/* 2026-08-10 */
.content .list-more {
    position: absolute;
    width: 68px;
    height: 28px;
    line-height: 28px;
    background-color: #fcc796;
    border-radius: 10px;
    margin: 10px;
    text-align: center;
    display: block;
    color: #ab5d15 !important;
}
.xwyw .content,
.jr .content {
    position: relative;
}
.xwyw .content .con ul,
.jr .content .con ul {
    clear: both;
}
.xwyw .content {
    padding-bottom: 20px;
}
.jr .content .list-more {
    right: 0;
    bottom: -4em;
}
.xwyw .content .list-more {
    right: 0;
    bottom: -2em;
}
