body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dd,
ol,
ul,
th,
td,
fieldset,
input,
button,
textarea,
form,
canvas,
audio,
video,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0px;
    outline: none;
    font-weight: normal;
}

ol,
ul {
    list-style: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

li,
img,
label,
input {
    vertical-align: middle
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #333;
}

a:hover {
    color: #9f191e;
}



body {
    font-family: "Microsoft YaHei";
    color: #333;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    background: none;
}

.slick-dots li button {
    border-style: none;
    background: none;
    text-indent: -999em;
}

.slick-prev,
.slick-next {
    position: absolute;
    background-image: none;
    background: none;
    border-style: none;
    outline: medium;
    text-indent: -999em;
    background-repeat: no-repeat;
    cursor: pointer;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    max-width: 100%;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ctbx {
    width: 92%;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .ctbx {
        width: 90%;
    }
}

@media (min-width: 1100px) {
    .ctbx {
        width: 1024px;
    }
}

@media (min-width: 1240px) {
    .ctbx {
        width: 1200px;
    }
}


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ */

.top_box {
    background: url(/images/top_bg.png) no-repeat center;
    height: 120px;
   background-size: cover;
}

.top_pad {
    width: 1400px;
    margin: auto;
}

.top_rg {
    float: right;
}

.toprg_one {
    float: right;
    margin: 18px 0px 0px;
}

.toprg_lj {
    float: left;
}

.toprg_lj a {
    line-height: 40px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.902);
    margin-right: 20px;
       display: block;
    float: left;
}

.toprg_lj a:hover {
 /* color: #c9933a;  */
   font-weight: bolder;
}

.toprg_more {
    float: left;
    width: 80px;
    position: relative;
}

.toprg_more h2 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.902);
}

.toprg_more h2 em {
    display: inline-block;
    margin-left: 5px;
}

.toprg_more:hover h2 em {
    transform: rotate(180deg);
}

.toprg_morenr {
    display: none;
}

.toprg_more:hover .toprg_morenr {
    display: block;
    position: absolute;
    z-index: 5;
    left: 0px;
    width: 100%;
    width: 120px;
    top: 40px;
    background: rgba(0, 0, 0, .7);
    box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);
}

.toprg_more:hover .toprg_morenr li {
    width: 100%;
    float: left;
}

.toprg_more:hover .toprg_morenr li a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 8px 10px;
    cursor: pointer;
    overflow: hidden;
}

.toprg_more:hover .toprg_morenr li:hover {
    background: #fff;
}

.toprg_more:hover .toprg_morenr li:hover a {
    color: #9f191e;
}

.toprg_eg {
    padding: 0px 20px;
    float: left;
    position: relative;
    margin-left: 10px;
}

.toprg_eg::before,
.toprg_eg::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.38);
}

.toprg_eg::before {
    left: 0px;
}

.toprg_eg::after {
    right: 0px;
}

.toprg_eg a {
    line-height: 40px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.902);
}

.yc {
    float: right;
    margin-left: 20px;
}

.yc .ss {
    float: right;
    cursor: pointer;
    height: 40px;
    line-height: 35px;
}

.tc2 form {
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    height: 60px;
    width: 100%;
}

.tc2 input[type="text"] {
    border: none;
    width: 92%;
    display: block;
    height: 60px;
    text-align: left;
    color: #434343;
    font-size: 14px;
    background: none;
    line-height: 60px;
    padding: 0 20px;
       box-sizing: border-box; 
}

.tc2 input[type="text"]:focus {
    text-align: left;
}

.tc2 input[type="image"] {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0;
    z-index: 2;
    background: url(/images/yc_sea2.png) center no-repeat;
    height: 60px;
    width: 70px;
    cursor: pointer;
    border: none;
    background-size: 20px 20px;
    margin-top: -30px;
}

.tc2 .tc {
    transition: all ease 300ms;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none
}

.tc2 .tc {
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scale(1.1);
}

.tc2 .tc.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.tc2 .tc-box {
    position: absolute;
    border-radius: 4px;
    overflow: hidden;
    top: 50%;
    z-index: 9999;
    background: #fff;
    height: 60px;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -40px;
}

.tc2 .tc.act {
    display: none;
}

.tc2 .close {
    position: absolute;
    z-index: 87;
    cursor: pointer;
    right: 30px;
    top: 30px;
}

.tc2 .tc-bg {
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 86;
}

.tc_logo {
    width: 240px;
    float: left;
    height: 80px;
    position: relative;
    margin-top: 18px;
}

.tc_logo img {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 100%;
    max-height: 100%;
}


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª */

.navbar {
    float: right;
}

.navbar .menu-bott {
    display: none;
}

.navbar .nav-button {
    display: none;
}

.navbar .navbar-nav {
    padding: 0;
    list-style: none;
}

.navbar .navbar-nav>li {
    position: relative;
    text-align: center;
    float: left;
}

.navbar .navbar-nav>li>a {
    font-size: 18px;
    color: #fff;
    padding: 10px 17px 32px;
    line-height: 20px;
    display: block;
}

.navbar .navbar-nav>li:hover>a {
    font-weight: bold;
}

.navbar .hasChild:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    /* transform: scaleY(0); */
    transition: all 0.2s ease-out 0s;
    opacity: 0;
}

.navbar .hasChild:hover:before {
    /* transform: scaleY(1); */
    opacity: 1;
}

.navbar .nav-child {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    padding: 30px;
    background: url(/images/dropnavbg.png) no-repeat center;
    background-size: 100% 100%;
    width: 162px;
    box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);
}

.navbar .navbar-nav>li:hover .nav-child {
    opacity: 1;
    visibility: visible;
}

.navbar .nav-child.navnum1 {
    left: -215px;
    width: 930px;
}

.navbar .nav-child.navnum2 {
    left: -321px;
    width: 930px;
}

.navbar .nav-child.navnum3 {
    left: -427px;
    width: 930px;
}

.navbar .nav-child.navnum4 {
    left: -533px;
    width: 930px;
}

.navbar .nav-child.navnum5 {
    left: -639px;
    width: 930px;
}

.navbar .nav-child.navnum6 {
    left: auto;
    right: -262px;
    width: 930px;
}

.navbar .nav-child.navnum7 {
    left: auto;
    right: -156px;
    width: 930px;
}

.navbar .nav-child.navnum8 {
    left: auto;
    right: -50px;
    width: 930px;
}

.navbar .nav-child .navpic {
    width: 350px;
    height: 205px;
    float: left;
}

.navbar .nav-child .navtext {
    width: 230px;
    float: left;
    text-align: center;
    margin-top: 50px;
    margin-right: 60px;
    background: url(/images/navtext_bg.png) no-repeat right center;
}

.navbar .nav-child .navdh {
    width: 290px;
    float: left;
    margin-top: 18px;
}

.navbar .nav-child .navdh li {
    width: 50%;
    float: left;
    text-align: left;
}

.navbar .nav-child .navdh li a {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding: 7px 0px;
    display: block;
}

.navbar .nav-child .navdh li:hover a {
    color: #9f191e;
}

.navbar .nav-child.navnum2 .navtext,
.navbar .nav-child.navnum3 .navtext,
.navbar .nav-child.navnum7 .navtext {
    margin-right: 30px;
}

.navbar .nav-child.navnum2 .navdh li,
.navbar .nav-child.navnum3 .navdh li,
.navbar .nav-child.navnum7 .navdh li {
    width: 100%;
    text-align: center;
}

@-webkit-keyframes opacity {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.02);
    }
}

@keyframes opacity {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.02);
    }
}

.ban_box {
    position: relative;
    z-index: 2;
    width: 1530px;
    margin: auto;
}

.bannr .ban_lb {
    width: 100%;
    position: relative;
    display: block !important;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.bannr .ban_lb .ban_pic a{
  display:block;
  cursor: pointer;
}
.bannr .ban_lb .ban_pic img {
    width: 100%;
}

/*.bannr .ban_lb .ban_pic img:hover {
    transform: scale(1.05);
}*/

.bannr .ban_lb .title {
    position: absolute;
z-index: 9;
    height: 25px;
    line-height: 25px;
    left: 58%;
    bottom: 16px;
    font-size: 14px;
    color: #fff;
}
.bannr .ban_lb .title a{
  color: #fff;
}
.bannr .ban_lb .title img{
  margin-left:10px;
}
.bannr .ban-dot {
    position: absolute;
    bottom: 11px;
    left: 41%;
    z-index: 9;
    text-align: left;
    width: auto;
}

.bannr .ban-dot span {
    margin: 0 5px;
    width: 35px;
    height: 25px;
    background: url(/images/ban_dot.png) no-repeat center;
    cursor: pointer;
    border-radius: 0;
    opacity: 1;
    outline: none;
}

.bannr .ban-dot span.swiper-pagination-bullet-active {
    background: url(/images/ban_dot2.png) no-repeat center;
}

.bannr .ban-next,
.bannr .ban-prev {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    outline: none;
}

.bannr .ban-prev {
    left: 10px;
    background: url(/images/ban_prev.png) no-repeat;
}

.bannr .ban-next {
    right: 10px;
    background: url(/images/ban_next.png) no-repeat;
}

.bannr .ban-prev:hover,
.bannr .ban-next:hover {
    opacity: 0.6;
}
.bannr .ban_lb .ban-bg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
   background: url(/images/ban_bg.png) repeat-x;
   height:110px;
}


.sydh {
    border-bottom: #eee 2px solid;
    padding-bottom: 17px;
    position: relative;
}

.sydh::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 35px;
    height: 3px;
    background: #9f191e;
}

.sydh h1 {
    float: left;
    font-size: 26px;
    color: #333;
    margin-left: 48px;
}

.sydh span {
    float: right;
    font-size: 14px;
    margin-top: 15px;
}

.sydh span a {
    color: #888;
}

.sydh span a:hover {
    color: #9f191e;
}

.sydh h3 {
    float: right;
    margin: 15px 0px 0px 16px;
    font-size: 14px;
    color: #9f191e;
    padding: 0px 13px 0px 17px;
    background: url(/images/ic_sjx.png) no-repeat right center;
    position: relative;
}

.sydh h3::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 1px;
    height: 16px;
    background: #cac5c5;
}

.sydh h3 a {
    color: #9f191e;
}

.sydh h3 a:hover {
    font-weight: bold;
}

.sydh.icxdyw {
    background: url(/images/dhic01.png) no-repeat 5px 7px;
    background-size: auto 25px;
}



.sydh.icmtxd {
    background: url(/images/dhic04.png) no-repeat 5px 7px;
    border-bottom-style: none;
    margin-bottom: 3px;
    background-size: auto 25px;
}

.sydh.iczxzt {
    background: url(/images/dhic05.png) no-repeat 5px 7px;
    background-size: auto 25px;
}

.sydh.icxzfc {
    background: url(/images/dhic06.png) no-repeat 5px 7px;
    background-size: auto 25px;
}

.sydh.icxydt {
    background: url(/images/dhic07.png) no-repeat 5px 7px;
    background-size: auto 25px;
}



.cont_box {
    padding: 30px 0px 36px;
    overflow: hidden;
}

.xtyw_lf {
    width: 430px;
    float: left;
}

.xtyw_rg {
    width: calc(100% - 430px);
    float: right;
}

.xtyw_tj {
    position: relative;
    margin-top: 28px;
}

.xtyw_tj .picture {
    position: relative;
}

.xtyw_tj .picture span {
    overflow: hidden;
    padding-bottom: 67%;
    position: relative;
    display: block;
}

.xtyw_tj .picture span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.xtyw_tj .picture span img:hover {
    transform: scale(1.05);
}

.xtyw_tj .picture i {
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    z-index:2;
    left: 0px;
    bottom: 5px;
    background: rgba(159, 25, 30, 0.769);
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #d8c294;
    font-size: 14px;
    font-style: normal;
}

.xtyw_tj .picture i img {
    margin-right: 8px;
}
.xtyw_tj .picture p{
   position: absolute;
z-index:1;
    left: 0px;
    bottom: 0px;
   background: url(/images/ban_bg.png) repeat-x;
   height:110px;
   width: 100%;
}
.xtyw_tj .text {
    padding: 0px 15px;
    overflow: hidden;
    background: #f5f5f5;
}

.xtyw_tj .text h2 {
    font-size: 16px;
    color: #333;
    line-height: 44px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.xtyw_tj .xtyw-dot {
    position: absolute;
    right: 10px;
    bottom: 50px;
    color: #fff;
    text-align: right;
    z-index: 2;
}

.xtyw_tj .xtyw-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    background:#fff;
    outline: none;
    opacity: 1;
}

.xtyw_tj .xtyw-dot span.swiper-pagination-bullet-active {
    background: #9f191e;
}

.xtyw_rg ul {
    margin: 13px 0px 0px 6px;
}

.xtyw_rg li {
    width: 50%;
    float: left;
}

.xtyw_rg li .xtyw_mar {
    margin-left: 32px;
    padding: 10px 0px;
    border-bottom: #e1e1e1 1px dashed;
    overflow: hidden;
}

.xtyw_rg li .xtyw_mar span {
    width: 55px;
    height: 48px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 18px;
    border: #e1e1e1 1px solid;
}

.xtyw_rg li .xtyw_mar span b {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    margin-top: 5px;
}

.xtyw_rg li .xtyw_mar h2 {
    width: calc(100% - 70px);
    float: right;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xtyw_rg li:hover .xtyw_mar span {
    background: #f7f4ed;
    border: #cda37e 1px solid;
    color: #9f191e;
}

.xtyw_rg li:hover .xtyw_mar h2 {
    color: #9f191e;
}


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â  */

.cont_bg2 {
    padding: 30px 0px 36px;
    background: url(/images/cont_bg2.jpg) no-repeat center;
    overflow: hidden;
    background-size: cover;
}


.cont_box2 {
    margin: 0px -15px;
}

.ctnr2 {
    width: 33.3%;
    float: left;
}

.ctnr2 .ctnr2_mar {
    margin: 0px 15px;
}


.tzggbox {
    position: relative;
}

.tzggbox .bd a.more {
    position: absolute;
    right: 0px;
    top: 14px;
    font-size: 14px;
    color: #888;
}

.tzggbox .bd a.more:hover {
    color: #9f191e;
}


.tzggbox .hd {
    border-bottom: #eee 2px solid;
    padding: 0px 0px 17px 34px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
    background: url(/images/dhic02.png) no-repeat 5px 7px;
    background-size: auto 25px;
}

.tzggbox .hd::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 35px;
    height: 3px;
    background: #9f191e;
}

.tzggbox .hd li {
    float: left;
    font-size: 22px;
    color: #666;
    cursor: pointer;
    padding: 0px 14px;
    margin-top: 5px;
}

.tzggbox .hd li:nth-of-type(1) {
    position: relative;
}

.tzggbox .hd li:nth-of-type(1)::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 8px;
    width: 1px;
    height: 24px;
    background: #b0b0b0;
}

.tzggbox .hd ul li.on {
    font-size: 26px;
    color: #333;
    margin-top: 0px;
}





.tzgg {
    background: #fff;
    padding: 20px 20px 33px;
    overflow: hidden;
}

.tzgg li {
    width: 100%;
    float: left;
    padding: 8px 0px 9px;
    border-bottom: #e1e1e1 1px dashed;
}

.tzgg li span {
    font-size: 14px;
    color: #b48e40;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 20px;
    background: url(/images/ic_time.png) no-repeat left center;
    line-height: 20px;
}

.tzgg li h2 {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease-out 0s;
}

.tzgg li:hover h2 {
    transform: translateX(5px);
    color: #9f191e;
}

.xshdbox {
    position: relative;
}

.xshdbox .bd a.more {
    position: absolute;
    right: 0px;
    top: 14px;
    font-size: 14px;
    color: #888;
}

.xshdbox .bd a.more:hover {
    color: #9f191e;
}

.xshdbox .hd {
    border-bottom: #eee 2px solid;
    padding: 0px 0px 17px 34px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
    background: url(/images/dhic03.png) no-repeat 5px 7px;
    background-size: auto 25px;
}

.xshdbox .hd::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 35px;
    height: 3px;
    background: #9f191e;
}

.xshdbox .hd li {
    float: left;
    font-size: 22px;
    color: #666;
    cursor: pointer;
    padding: 0px 14px;
    margin-top: 5px;
}

.xshdbox .hd li:nth-of-type(1) {
    position: relative;
}

.xshdbox .hd li:nth-of-type(1)::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 8px;
    width: 1px;
    height: 24px;
    background: #b0b0b0;
}

.xshdbox .hd ul li.on {
    font-size: 26px;
    color: #333;
    margin-top: 0px;
}

.xshdbox .bd {
    width: 100%;
    float: left;
}

.xshdbox .bd .xshd {
    background: #fff;
    padding: 13px 20px 31px;
    overflow: hidden;
    position: relative;
}

.xshdbox .bd .xshd .text {
    padding: 11px 0px 17px;
    border-bottom: #eee 1px dashed;
    overflow: hidden;
}

.xshdbox .bd .xshd .swiper-slide .text:nth-of-type(2n) {
    border-bottom-style: none;
}

.xshdbox .bd .xshd .text h3 {
    position: relative;
}

.xshdbox .bd .xshd .text h3::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -7px;
    width: 9px;
    height: 8px;
    background: url(/images/xshd_xb.jpg);
}

.xshdbox .bd .xshd .text h3 span {
    display: inline-block;
    border: #d8c294 1px solid;
    line-height: 19px;
    height: 21px;
    font-size: 14px;
    color: #c39f54;
    box-sizing: border-box;
    padding: 0px 6px;
}

.xshdbox .bd .xshd .text h2 {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 6px 0px;
}

.xshdbox .bd .xshd .text p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 25px;
}

.xshdbox .bd .xshd .text p:nth-of-type(1) {
    background: url(/images/xs_ren.png) no-repeat left center;
}

.xshdbox .bd .xshd .text p:nth-of-type(2) {
    background: url(/images/xs_sj.png) no-repeat left center;
}

.xshdbox .bd .xshd .text p:nth-of-type(3) {
    background: url(/images/xs_dd.png) no-repeat left center;
}

.xshd .xshd-dot {
    position: absolute;
    left: 0px;
    bottom: 20px;
    color: #fff;
    text-align: center;
    z-index: 2;
    width: 100%;
}

.xshd .xshd-dot span {
    width: 8px;
    height: 8px;
    margin: 0px 5px;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    background: #b7b7b7;
    outline: none;
    opacity: 1;
}

.xshd .xshd-dot span.swiper-pagination-bullet-active {
    background: #9f191e;
}


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */

.xsdong {
    background: #fff;
    padding: 20px 20px 33px;
    overflow: hidden;
}

.xsdong dd {
    width: 100%;
    float: left;
    padding: 8px 0px 9px;
    border-bottom: #e1e1e1 1px dashed;
}

.xsdong dd span {
    font-size: 14px;
    color: #b48e40;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 20px;
    background: url(/images/ic_time.png) no-repeat left center;
    line-height: 20px;
}

.xsdong dd h2 {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease-out 0s;
}

.xsdong dd:hover h2 {
    transform: translateX(5px);
    color: #9f191e;
}


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ */

.mtxd {
    background: #fff;
    padding: 20px 20px 33px;
    overflow: hidden;
}

.mtxd li {
    width: 100%;
    float: left;
    padding: 8px 0px 9px;
    border-bottom: #e1e1e1 1px dashed;
}

.mtxd li p {
    line-height: 20px;
}

.mtxd li p i {
    font-size: 14px;
    color: #b48e40;
    padding: 0px 15px 0px 13px;
    position: relative;
    font-style: normal;
}

.mtxd li p i::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    width: 5px;
    height: 5px;
    background: #d8c294;
    border-radius: 50%;
}

.mtxd li span {
    font-size: 14px;
    color: #888;
    font-family: Arial, Helvetica, sans-serif;
}

.mtxd li h2 {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease-out 0s;
}

.mtxd li:hover h2 {
    transform: translateX(5px);
    color: #9f191e;
}

.cont_box3 {
    padding: 30px 0px 42px;
    overflow: hidden;
}


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ */

.zxzt {
    position: relative;
    margin-top: 20px;
}

.zxzt_lb .picture {
    overflow: hidden;
    padding-bottom: 68.4%;
    position: relative;
}

.zxzt_lb .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.zxzt_lb .picture img:hover {
    transform: scale(1.05);
}

.zxzt_lb .text {
    padding: 20px 15px 40px;
    overflow: hidden;
    border: #dcdcdc 1px solid;
    border-top-style: none;
    box-sizing: border-box;
    width: 99.99%;
}

.zxzt_lb .text h2 {
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zxzt_lb:hover .text h2 {
    font-weight: bold;
    color: #9f191e;
}

.zxzt .zxzt-dot {
    position: absolute;
    left: 0px;
    bottom: 18px;
    text-align: center;
    z-index: 2;
    width: 100%;
}

.zxzt .zxzt-dot span {
    width: 8px;
    height: 8px;
    margin: 0px 5px;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    background: #b7b7b7;
    outline: none;
    opacity: 1;
}

.zxzt .zxzt-dot span.swiper-pagination-bullet-active {
    background: #9f191e;
}


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ */

.xzfc {
    margin-top: 20px;
}

.xzfc .picture {
    overflow: hidden;
    padding-bottom: 54%;
    position: relative;
}

.xzfc .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    object-position: center center;
}

.xzfc .picture img:hover {
    transform: scale(1.05);
}

.xzfc ul {
    padding: 13px 20px 12px;
    overflow: hidden;
    border: #dcdcdc 1px solid;
    border-top-style: none;
    box-sizing: border-box;
}

.xzfc ul li {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.xzfc ul li a {
    margin-left: 15px;
}

.xzfc ul li::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0px;
    width: 5px;
    height: 5px;
    background: #d8c294;
    border-radius: 50%;
}

.xzfc ul li:hover::before {
    background: #9f191e;
}

.cont_bg4 {
    background: url(/images/cont_bg4.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    padding: 36px 0px 50px;
}

.ctbox4 {
    margin: 0px -29px;
}

.ctnr4 {
    width: 50%;
    float: left;
}

.ctmar4 {
    margin: 0px 29px;
}

.stxd,
.gyxd {
    position: relative;
}

.stxd .text,
.gyxd .text {
    position: absolute;
    left: 30px;
    bottom: 20px;
    width: calc(100% - 60px);
        padding: 0px 120px 0px 25px;
    overflow: hidden;
    box-sizing: border-box;
    z-index:2;
}
.stxd .text{
  background: rgba(159, 25, 30, 0.769);
}
.gyxd .text{
    background: rgba(176, 114, 11, 0.769);
}
.stxd .text h2,
.gyxd .text h2{
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    font-size: 26px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.stxd .text h2 a,
.gyxd .text h2 a{
  color: #fff;
}
.gyxd .text span{font-size: 14px;
}
.gyxd .text span:hover a{color:#faca40;
}
.stxd .text h2 img,
.gyxd .text h2 img {
    margin-left: 5px;
    vertical-align: -2px;
}
.stxd .text span{font-size: 14px;
}
.stxd .text span:hover a{color:#ecaf4b;}
.stxd_lb {
    position: relative;
}

.stxd_lb .picture {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.stxd_lb .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    object-position: center center;
}

/*.stxd_lb .picture img:hover {
    transform: scale(1.05);
}*/



.stxd .stxd-dot,
.gyxd .gyxd-dot {
    position: absolute;
    right: 55px;
    bottom: 42px;
    color: #fff;
    text-align: right;
    z-index: 4;
}

.stxd .stxd-dot span,
.gyxd .gyxd-dot span {
    width: 8px;
    height: 8px;
    margin: 0px 5px;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    background: rgba(255, 255, 255, 0.478);
    outline: none;
    opacity: 1;
    border-radius: 50%;
}

.stxd .stxd-dot span.swiper-pagination-bullet-active{
  background: #ecaf4b;
}
.gyxd .gyxd-dot span.swiper-pagination-bullet-active {
    background: #9f191e;
}

.yqlj_bg {
    border-top: #c9933a 5px solid;
    overflow: hidden;
    background: #901419;
    padding: 22px 0px;
}

.yqlj_bg h2 {
    padding-left: 35px;
    width: 125px;
    box-sizing: border-box;
    float: left;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 26px;
    background: url(/images/yqlj_ic.png) no-repeat left center;
}

.yqlj {
    width: calc(100% - 125px);
    float: right;
}

.yqlj a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 26px;
    margin: 0px 25px 0px 45px;
}

.yqlj a:hover {
    color: #fff;
}

.dibu_bg {
    background: #9f191e;
}

.dibu_bg .ctbx {
    padding: 35px 0px 37px;
    background: url(/images/dibu_m.png) no-repeat right bottom;
}

.dibu_lf {
    width: calc(100% - 530px);
    float: left;
}

.dibu_rg {
    width: 530px;
    float: right;
    margin-top: 26px;
}

.dbban p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 28px;
}
.dbban p a{
  color: rgba(255, 255, 255, 0.8);
}
.dbban p a:hover{
  color:#fff;
}
.dbip {
    margin-top: 3px;
    width: 44px;
    height: 20px;
    line-height: 20px;
    text-align: center;
background-size: auto 100%;
    /*font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    border: rgba(255, 255, 255, 0.8) 1px solid;*/
}

.dibu_xx {
    width: calc(100% - 240px);
    float: left;
    margin-top: 6px;
}

.dbewm {
    width: 180px;
    float: right;
    margin-right: 20px;
}

.dbewm li {
    width: 90px;
    float: left;
    position: relative;
}

.dbewm li span {
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: block;
    margin: 0px auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.dbewm li h2 {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.dbewm li .dbewm_nr {
    display: none;
}

.dbewm li:hover .dbewm_nr {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0px;
    width: 90px;
    height: 90px;
}

.dbewm li:hover .dbewm_nr img {
    width: 100%;
    height: 100%;
}


.kslj{
  display:none;
}

.ycfd {
    position: fixed;
    z-index: 80;
    right: 30px;
    top: 30%;
    width: 145px;
    background: #9f191e;
}

.ycnr {
    margin-bottom: 17px;
}

.ycnr li {
    width: 100%;
    float: left;
    border-bottom: #b75356 1px solid;
    padding: 18px 0px 17px;
}

.ycnr li span {
    width: 60px;
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.ycnr li h2 {
    width: calc(100% - 60px);
    float: right;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}

.ycnr li:hover {
    background: #c9933a;
}

.ycfd_logo {
    width: 60px;
    margin: auto;
}

.ycjt {
    height: 30px;
    background: #820a10;
    text-align: center;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
}

.ycjt span {
    width: 100%;
    height: 30px;
    display: inline-block;
    display: none;
}

.ycfd.showdiv {
    width: 60px;
}

.ycfd.showdiv .ycnr li h2 {
    display: none;
}

.ycfd.showdiv .ycjt span {
    display: block;
}

.ycfd.showdiv .ycjt p {
    display: none;
}

.ycnr li.ycnr_yx{
       position: relative;
      cursor: pointer;
}
.ycnr li.ycnr_yx .ycnr_yxnr{
   display:none;
    position: absolute;
   right:100%; 
   top:-30px;
   width:140px;
   background: rgba(159, 25, 30, 0.8);
   background:#9f191e; 
}
.ycnr li.ycnr_yx:hover .ycnr_yxnr{
   display:block;
}
.ycnr li.ycnr_yx .ycnr_yxnr dd{
   width:100%;
  float:left;
  text-align: center;
   border-bottom: #8f1015 1px solid;  
}
.ycnr li.ycnr_yx .ycnr_yxnr dd a{
   padding:18px 0px 17px;
   display:block;
   font-size:14px;
   color:#fff;
   line-height: 24px;
}
.ycnr li.ycnr_yx .ycnr_yxnr dd:hover{
   background: #8f1015;
}

.list_pic {
    width: 100%;
    margin: auto;
    height: 350px;
}
/* 
.list_pic img {
    width: 100%;
} */

.sjmenu,
.ltdqwz {
    display: none;
}

.list_wkbg {
    background: url(/images/list_wkbg.jpg) no-repeat center bottom;
    overflow: hidden;
    padding: 60px 0px 110px;
       background-size: 100% auto;
}

.list_lf {
    width: 250px;
    float: left;
    background: url(/images/ltlf_bg.jpg) no-repeat center bottom #f6f2e8;
    padding-bottom: 210px;
}

.ltlf_yj {
    text-align: center;
    font-size: 28px;
    color: #fff;
    line-height: 30px;
    padding: 17px;
    background: url(/images/ltlf_yjbg.png) no-repeat center #94080a;
}

.sideMenu {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.sideMenu li {
    width: 100%;
    float: left;
    position: relative;
    padding: 0px 15px;
    box-sizing: border-box;
}

.sideMenu li::after {
    content: "";
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    height: 2px;
    bottom: -2px;
    background: url(/images/ltlf_xian.png) repeat-x;
}

.sideMenu h3 {
    cursor: pointer;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    padding: 14px 15px 14px 22px;
    box-sizing: border-box;
    }
.sideMenu h3 a{
      display: block;
}
.sideMenu li em{
  position: absolute;
  top:0px;
  right:0px;
  width:40px;
  height:58px;
  background: url(/images/ltej_bg.png) no-repeat center;
}
.sideMenu li.current,
.sideMenu li:hover {
    background: #fff;
}

.sideMenu li.current em,
.sideMenu li:hover em{
    background: url(/images/ltej_bg2.png) no-repeat center;
}

.sideMenu li.current::before,
.sideMenu li:hover::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 4px;
    height: 100%;
    background: #94080a;
}

.sideMenu li.current h3 a,
.sideMenu li:hover h3 a {
    color: #94080a;
}


/* .sideMenu li em {
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
} */

.sideMenu dl {
    width: 100%;
    float: left;
    display: none;
    background: #fff;
    padding: 12px 0px;
    border-top: #eee 1px dashed;
}

.sideMenu dl dd a {
    display: block;
    width: 100%;
    padding: 5px 16px 5px 35px;
    color: #333;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
    box-sizing: border-box;
    background: url(/images/ltsanj.png) no-repeat 25px 13px;
}

.sideMenu dl dd:hover a,
.sideMenu dl dd.current a {
    font-weight: bold;
    color: #94080a;
    background: url(/images/ltsanj2.png) no-repeat 25px 13px;
}


.sideMenu li.current dl {
    display: block !important;
}

.list_rg {
    float: right;
    width: calc(100% - 300px);
}

.list_rdh {
    background: #f6f2e8;
    overflow: hidden;
}

.list_rdh h1 {
    float: left;
    font-size: 24px;
    color: #94080a;
    line-height: 40px;
    margin-left: 20px;
}

.list_rdh span {
    float: right;
    font-size: 14px;
    color: #97865b;
    line-height: 40px;
    background: url(/images/ic_home.png) no-repeat left;
    padding-left: 20px;
    margin-right: 20px;
}

.list_rdh span a {
    color: #97865b;
}

.list_rdh span a:hover {
    color: #94080a;
}


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â */

.list_lb {
    min-height: 500px;
}

.list_lb ul {
    padding: 25px 0px 40px;
    overflow: hidden;
}

.list_lb li {
    width: 100%;
    float: left;
    border-bottom: #e1e1e1 1px solid;
    line-height: 66px;
    position: relative;
    transition: all 0.4s ease-out 0s;
}

.list_lb li a {
    display: block;
    overflow: hidden;
   padding:0px 15px;
}

.list_lb li h2 {
    float: right;
    width: calc(100% - 120px);
    font-size: 16px;
    color: #333;
    height: 66px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.list_lb li span {
    float: left;
    width: 120px;
    font-size: 14px;
    color: #b48e40;
    background: url(/images/ic_time.png) no-repeat left center;
    text-indent: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.list_lb li:hover {
    background: #94080a;
}

.list_lb li:hover h2,
.list_lb li:hover span {
    color: #fff;
}

.list_lb li:hover h2 {
    font-weight: bold;
}


/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡*/

.list_xw {
    min-height: 500px;
}

.list_xw ul {
    padding: 20px 0px 40px;
    overflow: hidden;
}

.list_xw li {
    width: 100%;
    float: left;
    border-bottom: #e1e1e1 1px solid;
    padding: 30px 0px;
    position: relative;
    transition: all 0.4s ease-out 0s;
}

.list_xw li::before,
.list_xw li::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.list_xw li::before {
    left: 0px;
    bottom: -3px;
    background: #cbcbcb;
}

.list_xw li:hover::before {
    display: none;
}

.list_xw li:hover:after {
    right: 0px;
    bottom: -3px;
    background: #94080a;
}

.list_xw li a {
    display: block;
    padding: 0px 20px;
    overflow: hidden;
}

.list_xw li .picture {
    width: 240px;
    float: left;
}

.list_xw li .picture span {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
    display: block;
}

.list_xw li .picture span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.list_xw li .picture span img:hover {
    transform: scale(1.05);
}

.list_xw li .text {
    width: calc(100% - 270px);
    float: right;
}

.list_xw li .text h2 {
    font-size: 18px;
    color: #333;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 6px;
}

.list_xw li .text p {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #888;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0px 8px;
    text-indent: 2em;
}

.list_xw li .text span {
    float: left;
    font-size: 14px;
    color: #b48e40;
    line-height: 24px;
    padding-left: 24px;
    background: url(/images/ic_time.png) no-repeat left center;
    font-family: Arial, Helvetica, sans-serif;
}

.list_xw li:hover {
    border-bottom: #94080a 1px solid;
}

.list_xw li:hover .text h2 {
    color: #94080a;
}




/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */

.list_lai {
    min-height: 500px;
    overflow: hidden;
}

.list_lai ul {
    padding: 30px 0px;
    overflow: hidden;
}

.list_lai li {
    width: 100%;
    float: left;
    border-bottom: #e1e1e1 1px solid;
    padding: 15px 0px;
}

.list_lai li .picture {
    width: 60px;
    float: left;
    height: 60px;
    position: relative;
}

.list_lai li .picture img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list_lai li .text {
    width: calc(100% - 75px);
    float: right;
}

.list_lai li .text h2 {
    width: calc(100% - 100px);
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_lai li .text span {
    text-align: right;
    float: right;
    width: 100px;
    font-size: 14px;
    color: #999;
    line-height: 60px;
}

.list_lai li:hover .text h2 {
    color: #94080a;
}



/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ */

.list_tp {
    min-height: 500px;
}

.list_tp ul {
    padding-top: 50px;
    margin: 0px -19px;
    overflow: hidden;
}

.list_tp li {
    width: 33.3%;
    float: left;
}

.list_tp li .list_tpnr {
    margin: 0px 19px 50px;
}

.list_tp li .list_tpnr .picture {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
    display: block;
}

.list_tp li .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.list_tp li .picture img:hover {
    transform: scale(1.05);
}

.list_tp li .list_tpnr .picture.picture_tp {
    overflow: hidden;
    padding-bottom: 37%;
    position: relative;
    display: block;
}

.list_tp li .picture.picture_tp img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
transform:translate(-50%,-50%);
}

.list_tp li .picture.picture_tp img:hover {
   transform:translate(-50%，-56%) scale(1.85);
}
.list_tp li .text {
    border: #dcdcdc 1px solid;
    padding: 0px 25px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.list_tp li .text::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0px;
    width: 4px;
    height: 17px;
    background: #ac171e;
}

.list_tp li .text h2 {
    font-size: 16px;
    color: #333;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list_tp li:hover .text {
    background: #ac171e;
    border: #ac171e 1px solid;
}

.list_tp li:hover .text h2 {
    color: #fff;
}



.list_tp li .text h3{
   font-size: 16px;
    color: #333;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top:12px;
}
.list_tp li .text h4{
    font-size: 12px;
    color: #333;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
   margin-bottom:12px;
}

.list_tp li:hover .text h3,
.list_tp li:hover .text h4 {
    color: #fff;
}



/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ*/

.contt_box {
    min-height: 450px;
    margin-bottom: 60px;
}

.contt_tit {
    text-align: center;
    padding: 40px 0px 18px;
    border-bottom: #e1e1e1 1px solid;
    position: relative;
}

.contt_tit h1 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.contt_box h6{    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 10px 0;
    color: #000;
    padding-left: 15px;
    
}
.contt_tit h3 {
    font-size: 14px;
    color: #777;
    text-align: center;
    line-height: 22px;
}
.contt_tit h3 p{
  padding-right:125px;
  overflow:hidden;
}
.contt_tit::before,
.contt_tit::after,
.contt_zhwen::before,
.contt_zhwen::after,
.contt_sxp::before,
.contt_sxp::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #cbcbcb;
    border-radius: 50%;
    bottom: -3px;
}

.contt_tit::before,
.contt_zhwen::before,
.contt_sxp::before {
    left: 0px;
}

.contt_tit::after,
.contt_zhwen::after,
.contt_sxp::after {
    right: 0px;
}

.cont-shar {
    width: 110px;
    position: absolute;
    bottom: 20px;
    right: 0px;
z-index: 9;
}

.cont-shar .s-tit {
    height: 26px;
    line-height: 26px;
    float: left;
    font-size: 14px;
    color: #999;
}

.my-share-d {
    float: left;
    display: block;
}

.my-share-d .d1 {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    margin-left: 10px;
}

.my-share-d .d1 img {
    float: left;
    width: 26px;
    height: 26px;
}

.qrid_zz {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
}

.qrid_zz #qrid {
    padding: 8px;
    background: #fff;
    border-radius: 5px;
}

.contt_zhwen {
    padding: 40px 0px 30px;
    font-size: 16px;
    color: #444;
    line-height: 36px;
    position: relative;
}

.contt_zhwen p {
    text-indent: 2em;
    font-size: 16px!important;
    color: #333!important;
    line-height: 35px!important;
text-align: justify;
text-justify: inter-ideograph;
word-break: break-all;
}
.contt_zhwen p span{
  word-break: break-all;
}
.contt_zhwen p img {
    max-width: 90%;
    text-indent: 0em!important;
    height: auto !important;
margin: 0 auto;
    display: block;
border: none!important;
}

.contt_zhwen .content img {
    max-width: 90%;
    text-indent: 0em!important;
    height: auto !important;
margin: 0 auto;
    display: block;
border: none!important;
}
.contt_zhwen p td {
    text-indent: 0em;
}
.contt_zhwen table p{  text-indent: 0em;}
.contt_zhwen iframe {
    max-width: 90%;
    margin: 0 auto;
    display: block;
}

.contt_zhwen video {
    max-width: 90%;
text-indent: 0em!important;
    height: auto !important;
    margin: 0 auto;
    display: block;
    border: none!important;
}

.contt_zhwen table{
    border-spacing: 0;
      border-collapse: collapse;
          margin: auto;
  }
.contt_zhwen table tr td{
         padding: 5px;
      white-space: normal!important;
  }

.contt_sxp {
    border-top: #e1e1e1 1px solid;
    border-bottom: #e1e1e1 1px solid;
    padding: 25px 0px;
    position: relative;
}

.contt_sxp ul {
    width: 100%;
    float: left;
}

.contt_sxp li {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #444;
    line-height: 28px;
    margin: 4px 0px;
}

.contt_sxp li a {
    color: #333;
}

.contt_sxp li:hover,
.contt_sxp li:hover a {
    color: #9f191e;
}



.contt_box .title {
    line-height: 26px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    color: #990000;
    display: block;
}
.contt_box .danpzw {
    padding: 25px 0px 30px;
    font-size: 16px;
    color: #444;
    line-height: 36px;
    position: relative;
    text-align: justify;
text-justify: inter-ideograph;
}
.contt_box .danpzw h1{
   line-height: 26px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #990000;
    display: block;

}
.contt_box .danpzw img{
    margin:0 auto;
    display:block;
    padding:10px 0;
}
.contt_box .danpzw p {
    text-indent: 2em;
    font-size: 16px!important;
    color: #333!important;
    line-height: 35px!important;
text-align: justify;
text-justify: inter-ideograph;
word-break: break-all;
}
.contt_box .danpzw a{
    color:#333 !important;
    text-decoration: none !important;
}
.contt_box .danpzw a:hover{
    color:#94080a !important;
}
.contt_box .danpzw table p{
    text-indent: 0em;
    line-height: 28px!important;
}
.contt_box .danpzw table{
    margin: 0 auto!important;
    /* display:block; */
    max-width:100%;
}

.contt_box .danpzw p img {
    max-width: 90%;
    text-indent: 0em!important;
    height: auto !important;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
border: none!important;
}

.contt_box .danpzw p td {
    text-indent: 0em;
}

.contt_box .danpzw iframe {
    max-width: 90%;
}

.contt_box .danpzw video {
    max-width: 90%;
    height:auto;
}
.contt_box .danpzw table{
  border-spacing: 0;
    border-collapse: collapse;
   margin:auto;
}
.contt_box .danpzw table tr td{
       padding: 5px;
    white-space: normal!important;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â» */

.xysh {
    min-height: 500px;
    overflow: hidden;
}

.xysh ul {
    margin: 0px -20px;
}

.xysh li {
    width: 50%;
    float: left;
}

.xysh li .xysh_lb {
    border: #dcdcdc 1px solid;
    border-left: #b2171e 2px solid;
    padding: 30px 30px 50px;
    overflow: hidden;
    background: url(/images/xysh_lbbg.png) no-repeat;
    background-size: cover;
    margin: 0px 20px 40px;
    height: 260px;
    box-sizing: border-box;
}

.xysh li .xysh_lb .text {
    width: calc(100% - 230px);
    float: left;
}

.xysh li .xysh_lb .text dl dt {
    font-size: 26px;
    color: #333;
    padding-left: 50px;
    background: url(/images/xysh_ic01.png) no-repeat left center;
    margin-bottom: 20px;
}

.xysh li .xysh_lb .text dl dd {
    width: 100%;
    float: left;
    position: relative;
    font-size: 16px;
    color: #333;
    line-height: 35px;
    text-indent: 15px;
}

.xysh li .xysh_lb .text dl dd::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0px;
    width: 9px;
    height: 9px;
    background: url(/images/xysh_ling.png) no-repeat;
}

.xysh li .xysh_lb .picture {
    width: 230px;
    float: right;
}

.xysh li .xysh_lb .picture span {
    overflow: hidden;
    padding-bottom: 78%;
    position: relative;
    display: block;
    margin-top: 10px;
}

.xysh li .xysh_lb .picture span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.xysh li .xysh_lb .picture span img:hover {
    transform: scale(1.05);
}

.xysh li:nth-of-type(2) .xysh_lb .text dl dt {
    background: url(/images/xysh_ic02.png) no-repeat left center;
}

.xysh li:nth-of-type(3) .xysh_lb .text dl dt {
    background: url(/images/xysh_ic03.png) no-repeat left center;
}

.xysh li:nth-of-type(4) .xysh_lb .text dl dt {
    background: url(/images/xysh_ic04.png) no-repeat left center;
}

.xysh li:nth-of-type(5) .xysh_lb .text dl dt {
    background: url(/images/xysh_ic05.png) no-repeat left center;
}

.xysh li:nth-of-type(6) .xysh_lb .text dl dt {
    background: url(/images/xysh_ic06.png) no-repeat left center;
}

.xysh li:nth-of-type(7) .xysh_lb .text dl dt {
    background: url(/images/xysh_ic07.png) no-repeat left center;
}

.xysh li:nth-of-type(5) .xysh_lb .text dl dd {
    width: 50%;
}


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â® */

.jgsz {
    min-height: 500px;
    overflow: hidden;
}

.jgsz ul {
    padding: 50px 0px 130px;
    overflow: hidden;
    margin: 0px -15px;
}

.jgsz li {
    width: 50%;
    float: left;
}

.jgsz li .jgsz_nr {
    margin: 0px 15px 20px;
    overflow: hidden;
    padding: 0px 15px 0px 20px;
    border: #dcdcdc 1px solid;
    box-sizing: border-box;
}

.jgsz li .jgsz_nr .jgsz_mar {
    overflow: hidden;
    padding-right: 25px;
    background: url(/images/jgsz_sjx.png) no-repeat right center;
}

.jgsz li .jgsz_nr .jgsz_mar h2 {
    font-size: 16px;
    color: #333;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jgsz li:hover .jgsz_nr {
    background: #faf8f3;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#d95114)), -webkit-gradient( linear, left top, left bottom, from(#faf7f1), to(#ffffff));
    background-image: -webkit-linear-gradient(left, #faf7f1 0%, #ffffff 100%), -webkit-linear-gradient( #faf7f1, #ffffff);
    background-image: linear-gradient(90deg, #faf7f1 0%, #ffffff 100%), linear-gradient( #faf7f1, #ffffff);
    background-blend-mode: normal, normal;
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#faf7f1', endColorStr='#ffffff', gradientType='1');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#faf7f1',endColorStr='#ffffff',gradientType='1')";
}

.jgsz li:hover .jgsz_nr .jgsz_mar {
    background: url(/images/jgsz_sjx2.png) no-repeat right center;
}

.jgsz li:hover .jgsz_nr p h2 {
    color: #94080a;
}


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ */

.gkbanner {
    position: relative;
   text-align: center;
}

.gkbanner img {
    width: 100%;
}

.gkbanner .gkban_wz {
    position: absolute;
    left: 0px;
    bottom: 15%;
    width: 100%;
}

.gkbanner .gkban_wz .text {
    width: 430px;
    float: right;
    background: url(/images/xxgk_banbg.png) no-repeat;
    background-size: cover;
   text-align: left;
}

.gkbanner .gkban_wz .text p {
    padding: 18px 50px;
    overflow: hidden;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
}

.xxjj {
    margin-bottom: 60px;
    overflow: hidden;
    background: #9f191e;
}

.xxjj .text {
    width: calc(100% - 600px);
    float: left;
}

.xxjj .text .textnr {
    padding: 55px 55px 0px;
    overflow: hidden;
    box-sizing: border-box;
}

.xxjj .text .textnr h2 {
    line-height: 30px;
    font-size: 26px;
    color: #fff;
    position: relative;
}

.xxjj .text .textnr h2::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 125px;
    top: 14px;
    height: 3px;
    width: 35px;
    background: #d8c294;
}

.xxjj .text .textnr h2::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 15px;
    height: 1px;
    width: calc(100% - 125px);
    background: #af4448;
}

.xxjj .text .textnr .textjj {
    font-size: 16px;
    line-height: 32px;
    height: 160px;
    color: rgba(255, 255, 255, 0.8);
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin: 26px 0px 35px;
}

.xxjj .text .textnr span {
    float: right;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    color: #d8c294;
    background: #901419;
}

.xxjj .text .textnr span a {
    color: #d8c294;
}

.xxjj .text .textnr span:hover {
    background: #7c0f13;
}

.xxjj .picture {
    width: 600px;
    float: right;
}

.xxjj .picture span {
    overflow: hidden;
    padding-bottom: 63%;
    position: relative;
    display: block;
}

.xxjj .picture span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.gkxrld {
    margin-bottom: 60px;
    background: url(/images/xxgk_ldbg.png) no-repeat center top;
    background-size: cover;
    padding: 36px 0px;
    overflow: hidden;
}

.gkxrld .title {
    text-align: center;
    font-size: 26px;
    color: #333;
}

.gkxrld .title span {
    position: relative;
    line-height: 31px;
}

.gkxrld .title span::before,
.gkxrld .title span::after {
    content: "";
    position: absolute;
    top: 17px;
    width: 35px;
    height: 3px;
    background: #9f191e;
}

.gkxrld .title span::before {
    left: -52px;
}

.gkxrld .title span::after {
    right: -52px;
}

.gkxrld .nrxq {
    padding: 30px 120px 30px 220px;
    overflow: hidden;
}

.gkxrld .nrxq ul {
    margin: 0px -40px;
}

.gkxrld .nrxq li {
    width: 50%;
    float: left;
}

.gkxrld .nrxq li .nrxq_mar {
    margin: 0px 40px;
}

.gkxrld .nrxq li .nrxq_mar .picture {
    width: 180px;
    float: left;
    height: 180px;
    padding-bottom: 10px;
    background: url(/images/xxgk_ldbg2.png) no-repeat center bottom;
    background-size: 100% 100%;
}

.gkxrld .nrxq li .nrxq_mar .picture span {
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    display: block;
    border-radius: 50%;
}

.gkxrld .nrxq li .nrxq_mar .picture span img {
    position: absolute;
    left: 0px;
    top: -16px;
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    object-position: center center;
}

.gkxrld .nrxq li .nrxq_mar .text {
    width: calc(100% - 230px);
    float: right;
}

.gkxrld .nrxq li .nrxq_mar .text h2 {
    margin: 55px 0px 10px;
    font-size: 18px;
    color: #000;
}

.gkxrld .nrxq li .nrxq_mar .text h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.gkxrld .nrxq li:hover .nrxq_mar .text h2 {
    color: #9f191e;
}

.gkxrld .more {
    margin: 0px auto;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #d8c294;
    text-align: center;
    background: #901419;
    border-radius: 20px;
}

.gkxrld .more a {
    color: #d8c294;
}

.gkxrld .more:hover {
    background: #ae2026;
}

.gkxxzc {
    margin-bottom: 60px;
    overflow: hidden;
}

.gkxxzc ul {
    margin: 0px -22px;
}

.gkxxzc li {
    width: 33.3%;
    float: left;
}

.gkxxzc li .zcmar {
    margin: 0px 22px;
    border: #dddcda 1px solid;
    border-top: #a11c1f 4px solid;
    padding: 40px 20px 45px;
    overflow: hidden;
}

.gkxxzc li .zcmar span {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #a11c1f;
    position: relative;
    display: block;
    margin: auto;
}

.gkxxzc li .zcmar span img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gkxxzc li .zcmar h2 {
    font-size: 26px;
    color: #333;
    text-align: center;
    line-height: 36px;
    height: 36px;
    margin-top: 15px;
}

.gkxxzc li:hover .zcmar span {
    background: #8f1215;
}

.gkxxzc li:hover .zcmar h2 {
    color: #a11c1f;
}

.whbs {
    overflow: hidden;
    background: #9f191e;
}

.whbs .text {
    width: calc(100% - 600px);
    float: left;
    background: url(/images/xxjj_pic2.jpg) no-repeat;
    background-size: cover;
    height: 380px;
}

.whbs .text .textnr {
    padding: 55px 55px 0px;
    overflow: hidden;
    box-sizing: border-box;
}

.whbs .text .textnr h2 {
    line-height: 30px;
    font-size: 26px;
    color: #fff;
    position: relative;
}

.whbs .text .textnr h2::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 125px;
    top: 14px;
    height: 3px;
    width: 35px;
    background: #d8c294;
}

.whbs .text .textnr h2::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 15px;
    height: 1px;
    width: calc(100% - 125px);
    background: rgba(255, 255, 255, 0.478);
}

.whbs .text .textjs {
    margin: 40px 0px;
    overflow: hidden;
}

.whbs .text .textjs ul {
    margin: 0px -18px;
}

.whbs .text .textjs li {
    width: 33.3%;
    float: left;
}

.whbs .text .textjs li span {
    display: block;
    background: rgba(0, 0, 0, 0.259);
    border: rgba(255, 255, 255, 0.259) 1px solid;
    border-radius: 20px;
    margin: 0px 18px 17px;
    padding-right: 30px;
    box-sizing: border-box;
}

.whbs .text .textjs li span a {
    display: block;
    height: 38px;
    line-height: 38px;
    background: url(/images/gkwhbs_sjx.png) no-repeat right center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
    text-indent: 28px;
}

.whbs .text .textjs li:hover span {
    background: #9f191e;
    border: #d8c294 1px solid;
}

.whbs .picture {
    width: 600px;
    float: right;
    text-align: center;
}

.whbs .picture span {
    margin-top: 15%;
    display: block;
}


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ */

.xrld {
    min-height: 500px;
}

.xrld_mar {
    padding: 50px 0px 200px;
    overflow: hidden;
    margin: 0px -15px;
}

.xrld_lb {
    width: 50%;
    float: left;
}

.xrld_lb ul {
    margin: 0px 15px;
    overflow: hidden;
    padding: 25px 30px 40px;
    border: #e8e8e8 1px solid;
    height: 460px;
    box-sizing: border-box;
    background: url(/images/xrld_lbbg.png) no-repeat center bottom;
    background-size: cover;
}

.xrld_lb li {
    width: 100%;
    float: left;
    border-bottom: #dcdcdc 1px solid;
    padding: 11px 0px;
}

.xrld_lb li h2 {
    width: 100px;
    float: left;
    line-height: 38px;
    font-size: 18px;
    color: #94080a;
    font-weight: bold;
}

.xrld_lb li .xrld_lbnr {
    width: calc(100% - 100px);
    float: right;
}

.xrld_lb li .xrld_lbnr p {
    width: 50%;
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 38px;
    height: 38px;
    text-align: right;
}

.xrld_lb li .xrld_lbnr p a {
    /*width: 56px;*/
    text-align: justify;
    display: inline-table;

}

/*.xrld_lb li .xrld_lbnr p a:after {
    content: "";
    width: 100%;
    display: inline-block;
}*/


.xrldnry {
    min-height: 450px;
    margin:45px 0px 60px;
   overflow:hidden;
}

.xrldnry .title{
  margin-bottom:15px;
    overflow:hidden;
    padding:0px 38px;
}
.xrldnry .title .picture{
    float:left;
    width: 170px;

    background: #fff;
   padding: 6px;
}
.xrldnry .title .picture img{
    width:100%; 
   height:auto;
      }
.xrldnry .title .text{
   width: calc(100% - 215px);
   float:right;
}
.xrldnry .title .text p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.xrldnry .jjnr p{
     text-align: justify;
     text-indent: 2em;
    font-size: 16px!important;
    color: #333!important;
    line-height: 35px!important;
text-justify:inter-ideograph;
}



.ssjg {
    min-height: 450px;
    margin-top: 20px;
}
.ssjg #orderSelect{
    font-size: 16px;
    width: 20%;
    line-height: 36px;
    height: 36px;
    padding: 0 20px;
}
.list_rsou {
    width: 100%;
}

.list_rsou ul {
    width: 100%;
    float: left;
}

.list_rsou ul li {
    width: 100%;
    float: left;
    border-bottom: #ccc 1px dashed;
    position: relative;
}

.list_rsou ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 25px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #94080a;
}

.list_rsou ul li a {
    margin-left: 14px;
    padding:15px 0px;  
        overflow: hidden;
    display: block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.list_rsou ul li a h2{ font-size: 16px;
    color: #333;
    float: left;
    line-height: 30px;
    height:30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
 width: calc(100% - 100px);

    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
}
.list_rsou ul li a p{
margin-top:3px;
font-size: 14px;
color: #888;
    float: left;
    line-height: 24px;
    height: 48px;
   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list_rsou ul li i {
    float: right;
    font-size: 14px;
    color: #666;
    line-height:30px;
    font-style: normal;
}

.list_rsou ul li:hover a h2{
    color: #94080a;
    text-indent: 16px;
    transition: all 0.4s;
}



/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ */

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ */

.lirenld {
    min-height: 500px;
    overflow: hidden;
}

.lirenld h1 {
    text-align: center;
}

.lirenld .lirenld_lb {
    padding: 30px 0px 15px;
    border-bottom: #ddd 1px solid;
    overflow: hidden;
}

.lirenld .lirenld_lb:nth-last-of-type(1) {
    border-bottom-style: none;
}

.lirenld .lirenld_lb h1 {
    font-size: 26px;
    color: #333;
    margin-bottom: 30px;
}

.lirenld .lirenld_lb ul {
    margin: 0px -15px;
    overflow: hidden;
}

.lirenld .lirenld_lb li {
    width: 25%;
    float: left;
    margin-bottom: 25px;
}
.lirenld .lirenld_lb li .lirenld_mar{
    margin: 0px 15px;
}
.lirenld .lirenld_lb li .lirenld_mar .picture {
    width: 115px;
    margin: auto;
    position: relative;
}

.lirenld .lirenld_lb li .lirenld_mar .picture p {
    display: block;
    position: relative;
    padding-bottom: 140%;
    overflow: hidden;
}

.lirenld .lirenld_lb li .lirenld_mar .picture p img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.lirenld .lirenld_lb li .lirenld_mar .text {
    padding-top: 5px;
    overflow: hidden;
    text-align: center;
}

.lirenld .lirenld_lb li .lirenld_mar .text h2 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lirenld .lirenld_lb li .lirenld_mar .text h3 {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.kstop_box{
      position: relative;
}
.kstop_wk{
  position: absolute;
  background: url(/images/user_navbg.png) repeat;
      width: 100%;
height:80px;
    left: 0;
    top: 0;
    z-index: 10;  
}
.kslogo {
    width: 200px;
    float: left;
    height: 52px;
    position: relative;
    margin-top: 12px;
}

.kslogo img {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 100%;
    max-height: 100%;
}

.kstop_rg {
    background: url(/images/con_navbg.jpg) no-repeat;
    height: 80px;
    float: right;
       width: 600px;
    margin-right: 140px;
}

.kstop_rg a {
    width: 50%;
    float: left;
    display: block;
    height: 80px;
    font-family: 'MFLangSong';
    color: #660000;
    font-size: 18px;
    line-height: 83px;
    text-align: center;
}

.kstop_rg a:nth-of-type(1) {
    background: url(/images/con_navbg_ks.jpg) no-repeat;
    color: #fff;
    border-bottom: 4px solid #0f005c;
}

.kstop_rg a:nth-of-type(2):hover{
  background: url(/images/con_navbg_xy.jpg) no-repeat;
  color: #fff;
  border-bottom: 4px solid #003300;}


.kstop_lj{
  display:none;
}
.kstop_ban {
    position: relative;
}

.kstop_ban .picture {
    width: 100%;
    text-align: center;
}

.kstop_ban .picture img {
    width: 100%;
}

.kstop_ban .text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    height: 40px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.kstop_ban .text h2 {
    color: #fff;
    line-height: 40px;
    height:40px;
    font-size: 18px;
   overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ksmain_bg {
    padding: 40px 0px 80px;
    overflow: hidden;
    background: url(/images/bottombg2.jpg) no-repeat center bottom;
}

.ksleft {
    width: calc(100% - 390px);
    float: left;
}

.ksright {
    width: 355px;
    float: right;
    margin-top:75px;
}
.ksright img{
  width:100%;
}

.ksdqwz {
    color: #3e3a39;
    font-size: 12px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    background: url(/images/breadicon.jpg) no-repeat left 3px;
    padding-left: 20px;
}

.ksdqwz a {
    color: #3e3a39;
}

.ksdqwz a:nth-last-of-type(1) {
    color: #990000;
}

.ksmain_nr {
    padding-top: 40px;
    overflow: hidden;
}

.ksmain_tit {
    color: #0f005c;
    font-size: 20px;
    border-bottom: 2px solid #223d98;
    line-height: 24px;
    padding-bottom: 10px;
    overflow: hidden;
}
.ksmain_tit.ksmain_tit2{
   color: #336600;
  border-bottom: 2px solid #336600;
} 



.ksmain_ljie {
    padding-bottom: 30px;
    overflow: hidden;
}

.ksmain_ljie li {
    width: 33.3%;
    float: left;
    border-bottom: 1px dashed #9fa0a0;
}

.ksmain_ljie li a {
    margin-right: 60px;
    color: #231815;
    font-size: 16px;
    line-height: 60px;
    display: block;
}

.ksmain_ljie li a span {
    background: url(/images/ksjt.png) no-repeat right;
   background-size: auto 12px;
    padding-right: 15px;
    overflow: hidden;
       display: block;
line-height: 60px;
    height: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ksmain_ljie li:hover a span {
    color: #0f005c;
    text-decoration: underline;
}









.sspage {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #333;
}

.sspage a {
    color: #01548a;
}

.qzssjg_no {
    width: 600px;
    margin: 50px auto 0px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

@media only screen and (max-width: 700px) {
    .qzssjg_no {
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-family: "FZLTZHK", "Microsoft YaHei";
        font-family: "Microsoft YaHei";
    }
}



.listlbt{
    position:relative;
margin-top: 20px;
}
.listlbt .listlbt-next,
.listlbt .listlbt-prev {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    outline: none;
}

.listlbt .listlbt-prev {
    left: 10px;
    background: url(/images/ban_prev.png) no-repeat;
}

.listlbt .listlbt-next {
    right: 10px;
    background: url(/images/ban_next.png) no-repeat;
}

.listlbt .listlbt-prev:hover,
.listlbt .listlbt-next:hover {
    opacity: 0.6;
}

.listlbt .listlbt-dot{
    position:absolute;
    z-index:9;
    bottom: 10px;
    right:10px;
 

    text-align:right;
    /* padding-right: 20px; */
}

.listlbt .listlbt-dot span{
    background:#fff;
    margin:0 6px;
    cursor:pointer;
}

.listlbt .ban_pic{
    position:relative;
    width:100%;
    padding-bottom: 64%;
    overflow:hidden;
}
.listlbt .ban_pic img{
    position:absolute;
    width:100%;
    top:0;
    left:0;
}

.listlbt .t{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height: 40px;
    line-height: 40px;
    background:rgba(0,0,0,0.5);
}
.listlbt .t p{
    width:80%;
    color:#fff;
    padding-left:15px;
    font-size:16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* å­¦ç”Ÿ*/

.list_xswc{    
    margin-top: 50px;
    background: #fff;
    box-shadow: 0px 0px 6.37px 0.63px rgb(0 0 0 / 10%);
    overflow: hidden;
    display: flex;
    height: 100%;
}

.list_xswc .rsxd_lf{
    float: left;
    width: 300px;
    
}

.rsxd .rsxd_lf{
    background:url(/images/rsxd_bj.png) no-repeat center;
    background-size: cover;
}


.xzxd .rsxd_lf{
    
    background:url(/images/xzxd_bj.png) no-repeat center;
    background-size: cover;
}

.list_xswc .rsxd_lf h2{
    padding-top: 50px;
    padding-left: 50px;
    color: #fff;
    font-size: 26px;
    position: relative;
}
.rsxd .rsxd_lf h2::before{
    content: "";
    position: absolute;
    width: 35px;
    height: 3px;
    background: #d8c294;
    bottom: -20px;

}
.xzxd .rsxd_lf h2::before{
    content: "";
    position: absolute;
    width: 35px;
    height: 3px;
    background: #ffffff;
    bottom: -20px;

}


.list_xswc .jgsz{
    width: calc(100% - 300px);
    float: left;
    min-height: auto;
}
.list_xswc .jgsz ul{
    padding: 30px 30px 15px;

}

.list_xswc .jgsz li{
    width: 25%;
}