@charset "UTF-8";
@media (min-width: 1200px) {
  .Q25_top {
    width: 100%;
    height: 50px;
  }
  .Q25_top .container {
    display: flex;
    justify-content: space-between;
  }
  .Q25_top .container .Q25_welcome {
    width: auto;
    font-size: 12px;
    color: #666;
    line-height: 50px;
  }
  .Q25_top .container .Q25_right {
    width: auto;
    height: 50px;
    display: flex;
    flex-direction: row;
    line-height: 50px;
  }
  .Q25_top .container .Q25_right a {
    font-size: 12px;
    color: #666;
    margin-left: 5px;
  }
  .Q25_top .container .Q25_right span {
    font-size: 12px;
    color: #666;
    margin-left: 5px;
  }
  .Q25_top .container .Q25_right .Q25_search {
    width: 265px;
    height: 32px;
    margin-top: 10px;
    position: relative;
    margin-right: 20px;
  }
  .Q25_top .container .Q25_right .Q25_search input {
    width: calc(100% - 62px);
    position: absolute;
    border: 0;
    background: #fff;
    height: 100%;
    padding-left: 30px;
    border: 1px solid #d71018;
    font-size: 14px;
    color: #999;
    background-image: url(../images/Q25_searchicon.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 16px auto;
  }
  .Q25_top .container .Q25_right .Q25_search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 62px;
    height: 32px;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    border: 0;
    background-color: #d71018;
    border: 1px solid #d71018;
  }
  .Q25_nav {
    width: 100%;
    height: 120px;
    background: #164fa6;
    padding-top: 25px;
  }
  .Q25_nav .container {
    display: flex;
    justify-content: space-between;
  }
  .Q25_nav .container .Q25_logo {
    width: auto;
    padding-left: 15px;
    height: 68px;
  }
  .Q25_nav .container .Q25_logo img {
    display: block;
    width: auto;
    height: 100%;
  }
  .Q25_nav .container .Q25_navlist {
    display: flex;
    flex-direction: row;
    padding-top: 5px;
  }
  .Q25_nav .container .Q25_navlist li {
    margin-left: 25px;
    width: 72px;
    height: 58px;
  }
  .Q25_nav .container .Q25_navlist li a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 32px 26px;
    padding-top: 34px;
    text-align: center;
    font-size: 17px;
    color: #fff;
  }
  .Q25_nav .container .Q25_navlist li:nth-child(1) a {
    background-image: url(../images/Q25_navicon1.png);
  }
  .Q25_nav .container .Q25_navlist li:nth-child(2) a {
    background-image: url(../images/Q25_navicon2.png);
  }
  .Q25_nav .container .Q25_navlist li:nth-child(3) a {
    background-image: url(../images/Q25_navicon3.png);
  }
  .Q25_nav .container .Q25_navlist li:nth-child(4) a {
    background-image: url(../images/Q25_navicon4.png);
  }
  .Q25_nav .container .Q25_navlist li:nth-child(5) a {
    background-image: url(../images/Q25_navicon5.png);
  }
  .Q25_nav .container .Q25_navlist li:nth-child(6) a {
    background-image: url(../images/Q25_navicon6.png);
  }
  .Q25_main {
    width: 100%;
    height: auto;
    padding: 15px 0 0;
  }
  .Q25_main .Q25_notice {
    width: 100%;
    height: 125px;
    padding: 20px 15px 5px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
  }
  .Q25_main .Q25_notice .Q25_noticeBox {
    width: 49%;
    height: 100%;
    display: flex;
    flex-direction: row;
  }
  .Q25_main .Q25_notice .Q25_noticeBox .Q25_noticetitle {
    width: 46px;
    height: 85px;
  }
  .Q25_main .Q25_notice .Q25_noticeBox .Q25_noticetitle img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_notice .Q25_noticeBox .Q25_noticeList {
    flex: 1;
    margin-left: 10px;
    height: auto;
  }
  .Q25_main .Q25_notice .Q25_noticeBox .Q25_noticeList li {
    width: 100%;
    margin-bottom: 14px;
    height: 20px;
  }
  .Q25_main .Q25_notice .Q25_noticeBox .Q25_noticeList li a {
    display: block;
    width: 500px;
    height: 100%;
    display: flex;
  }
  .Q25_main .Q25_notice .Q25_noticeBox .Q25_noticeList li a span:nth-child(1) {
    display: block;
    width: 50px;
    height: 100%;
    font-size: 14px;
    color: #ff7d05;
  }
  .Q25_main .Q25_notice .Q25_noticeBox .Q25_noticeList li a span:nth-child(2) {
    display: block;
    font-size: 14px;
    width: calc(100% - 50px);
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_notice .Q25_noticeBox .Q25_noticeList li a:hover span {
    color: #ff7d05;
  }
  .Q25_main .Q25_mainbox {
    width: 100%;
    height: auto;
    margin-top: 15px;
    background: #fff;
    padding: 15px;
  }
  .Q25_main .Q25_mainbox .Q25_headline {
    width: 100%;
    height: 90px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: url(../images/Q25_headline.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .Q25_main .Q25_mainbox .Q25_headline a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 50px 0;
  }
  .Q25_main .Q25_mainbox .Q25_headline a .Q25_headlinetitle {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    color: #d71018;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .Q25_main .Q25_mainbox .Q25_headline a .Q25_headlinecont {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #e60012;
    justify-content: space-between;
    display: flex;
    font-size: 14px;
  }
  .Q25_main .Q25_mainbox .Q25_headline a .Q25_headlinecont div {
    flex: 1;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .Q25_main .Q25_mainbox .Q25_headline a .Q25_headlinecont span {
    width: 70px;
    text-align: right;
    display: block;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl {
    width: 100%;
    height: 420px;
    margin-top: 20px;
    justify-content: space-between;
    display: flex;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mySwiper {
    width: 586px;
    height: 100%;
    background-color: #ecf5f8;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mySwiper img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mySwiper p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 100px 0 15px;
    font-size: 16px;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .swiper-horizontal > .swiper-pagination-bullets,
  .Q25_main .Q25_mainbox .Q25_mainsl .swiper-pagination-bullets.swiper-pagination-horizontal,
  .Q25_main .Q25_mainbox .Q25_mainsl .swiper-pagination-custom,
  .Q25_main .Q25_mainbox .Q25_mainsl .swiper-pagination-fraction {
    width: auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: right;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    text-align: center;
    border-radius: 50%;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .swiper-pagination-bullet-active {
    background: #f50101;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab {
    flex: 1;
    height: 100%;
    margin-left: 15px;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_list {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    background: #fff;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_list li {
    margin-right: 8px;
    width: 182px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #999;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_list li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #fff;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_list li.current {
    background-color: #164fa6;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_list li.current a {
    color: #fff;
    font-weight: bold;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_con {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_con .item {
    display: none;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_con .item .Q25_tabul {
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_con .item .Q25_tabul li {
    width: 100%;
    height: 23px;
    line-height: 23px;
    padding-left: 5px;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    background-image: url(../images/Q25_point.png);
    background-repeat: no-repeat;
    background-size: 2px 2px;
    background-position: 0 center;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_con .item .Q25_tabul li a {
    display: block;
    margin-left: 5px;
    width: 420px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_con .item .Q25_tabul li span {
    font-size: 14px;
    color: #999;
    flex: 1;
    text-align: right;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_con .item .Q25_tabul li:hover a {
    color: #d61618;
  }
  .Q25_main .Q25_mainbox .Q25_smallnav {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    border: 1px solid #ddd;
    margin-top: 20px;
  }
  .Q25_main .Q25_mainbox .Q25_smallnav .Q25_smallList {
    width: 100%;
    height: 38px;
    display: flex;
    justify-content: space-between;
  }
  .Q25_main .Q25_mainbox .Q25_smallnav .Q25_smallList li {
    margin-left: 20px;
    width: 210px;
    height: 38px;
    background-color: #ecf4fc;
  }
  .Q25_main .Q25_mainbox .Q25_smallnav .Q25_smallList li a {
    line-height: 38px;
    font-size: 18px;
    color: #164fa6;
    padding-left: 78px;
    background-repeat: no-repeat;
    background-position: 50px center;
    background-size: 22px auto;
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_mainbox .Q25_smallnav .Q25_smallList li:nth-child(1) a {
    background-image: url(../images/Q25_navsmall1.png);
  }
  .Q25_main .Q25_mainbox .Q25_smallnav .Q25_smallList li:nth-child(2) a {
    background-image: url(../images/Q25_navsmall2.png);
  }
  .Q25_main .Q25_mainbox .Q25_smallnav .Q25_smallList li:nth-child(3) a {
    background-image: url(../images/Q25_navsmall3.png);
  }
  .Q25_main .Q25_mainbox .Q25_smallnav .Q25_smallList li:nth-child(4) a {
    background-image: url(../images/Q25_navsmall4.png);
  }
  .Q25_main .Q25_mainbox .Q25_smallnav .Q25_smallList li:nth-child(5) a {
    background-image: url(../images/Q25_navsmall5.png);
    background-size: 16px auto;
  }
  .Q25_main .Q25_mainbox .Q25_banner {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .Q25_main .Q25_mainbox .Q25_banner a {
    display: block;
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_mainbox .Q25_banner a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_mainbox .Q25_transparency {
    width: 100%;
    height: auto;
    background: #fff;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft {
    width: 795px;
    height: auto;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transLefttitle1 {
    width: 100%;
    height: 45px;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transLefttitle1 img {
    display: block;
    width: 100%;
    height: 45px;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1L {
    width: 535px;
    height: auto;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1L .Q25_transcont1List {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1L .Q25_transcont1List li {
    width: 118px;
    height: 96px;
    background-color: #f6f6f6;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 21px;
    padding-top: 13px;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1L .Q25_transcont1List li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1L .Q25_transcont1List li img {
    margin: 0 auto;
    display: block;
    width: 42px;
    height: 42px;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1L .Q25_transcont1List li p {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #333;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1L .Q25_transcont1List li:hover p {
    color: #164fa6;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1L .Q25_transcont1List li:nth-child(4) {
    margin-right: 0;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1R {
    width: 235px;
    height: auto;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1R .Q25_transcont1Ltitle {
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 0 15px 10px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1R .Q25_transcont1Ltitle span {
    padding-left: 25px;
    border-bottom: 2px solid #164fa6;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    background-image: url(../images/Q25_zwgkline.png);
    background-repeat: no-repeat;
    background-size: 4px auto;
    background-position: 10px center;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1R .Q25_transcont1Ltitle a {
    font-size: 14px;
    color: #999;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1R .Q25_transcont1Rist {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1R .Q25_transcont1Rist li {
    margin-bottom: 10px;
    margin-right: 10px;
    width: 112px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ecf4fc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1R .Q25_transcont1Rist li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1R .Q25_transcont1Rist li:nth-child(2n) {
    margin-right: 0;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont1Ltitle {
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 0 15px 10px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont1Ltitle span {
    padding-left: 25px;
    border-bottom: 2px solid #164fa6;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    background-image: url(../images/Q25_zwgkline.png);
    background-repeat: no-repeat;
    background-size: 4px auto;
    background-position: 10px center;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont1Ltitle a {
    font-size: 14px;
    color: #999;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont2 {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont2 .Q25_transcont2List {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont2 .Q25_transcont2List li {
    position: relative;
    margin-bottom: 15px;
    margin-right: 12px;
    width: 187px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont2 .Q25_transcont2List li a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont2 .Q25_transcont2List li .Q25_transcont2show {
    position: absolute;
    top: 55px;
    left: 0;
    display: none;
    padding: 10px;
    cursor: pointer;
    width: 330px;
    background-color: #4477c5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    line-height: 25px;
    font-size: 14px;
    text-align: left;
    text-indent: 2em;
    z-index: 9999;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont2 .Q25_transcont2List li .Q25_transcont2show .Q25_transhowTitle {
    border-bottom: 1px solid #fff;
    width: 100%;
    height: auto;
    margin: 10px 0;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont2 .Q25_transcont2List li .Q25_transcont2showicon {
    display: none;
    position: absolute;
    left: 20px;
    top: 30px;
    width: 0;
    height: 0;
    border: 15px solid;
    border-color: transparent transparent #4477c5;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont2 .Q25_transcont2List li:hover .Q25_transcont2show {
    display: block;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont2 .Q25_transcont2List li:hover .Q25_transcont2showicon {
    display: block;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont2 .Q25_transcont2List li:nth-child(4n) {
    margin-right: 0;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont3 {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont3 .Q25_transcont3List {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont3 .Q25_transcont3List li {
    width: 100%;
    height: auto;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    background: url(../images/Q25_point.png) left center no-repeat;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont3 .Q25_transcont3List li a {
    width: 100%;
    height: 20px;
    line-height: 20px;
    display: block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont3 .Q25_transcont3List li:hover a {
    color: #164fa6;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont4 {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: auto;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont4 li {
    width: 140px;
    height: 112px;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont4 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transLeft .Q25_transcont4 li a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transRight {
    width: 340px;
    height: auto;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transRight .Q25_transRighttitle {
    width: 100%;
    height: 66px;
    padding-top: 25px;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transRight .Q25_transRighttitle img {
    display: block;
    width: 340px;
    height: 26px;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transRight .Q25_transRighttitle2 {
    width: 100%;
    height: auto;
    padding-top: 25px;
    display: block;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transRight .Q25_transRighttitle2 img {
    display: block;
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transRight .Q25_transRightcont1 {
    width: 100%;
    height: auto;
    padding: 12px 20px 8px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-indent: 2em;
    background-color: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transRight .Q25_transRightcont2 {
    width: 100%;
    margin-top: 20px;
    height: auto;
    display: flex;
    justify-content: space-between;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transRight .Q25_transRightcont2 li {
    flex: 1;
    height: auto;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transRight .Q25_transRightcont2 li a {
    display: block;
    text-align: center;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transRight .Q25_transRightcont2 li a img {
    display: block;
    width: 66px;
    height: 66px;
    margin: 0 auto;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transRight .Q25_transRightcont2 li a p {
    width: 100%;
    margin-top: 5px;
    font-size: 16px;
    text-align: center;
    color: #333;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transRight .Q25_transRightcont3 {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transRight .Q25_transRightcont3 li {
    margin-top: 10px;
    padding-left: 10px;
    background: url(../images/Q25_transRighicon.png) left center no-repeat;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transRight .Q25_transRightcont3 li a {
    display: block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transRight .Q25_transRightcont3 li:hover a {
    color: #164fa6;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transRight .Q25_transRightcont4 {
    width: 340px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #4477c5;
    border-radius: 5px;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transRight .Q25_transRightcont4 a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
  }
  .Q25_main .Q25_mainbox .Q25_transparency .Q25_transRight .Q25_transRightcont4 a img {
    width: 25px;
    height: 25px;
    margin-top: -5px;
    vertical-align: middle;
    display: inline-block;
  }
  .Q25_main .Q25_mainbox .Q25_autoroll {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    background: #fff;
  }
  .Q25_main .Q25_mainbox .Q25_autoroll .Q25_autorollname {
    width: 100%;
    height: 45px;
  }
  .Q25_main .Q25_mainbox .Q25_autoroll .Q25_autorollname img {
    width: 100%;
    height: 45px;
    display: block;
  }
  .Q25_main .Q25_mainbox .Q25_autoroll .Q25_autorollbox {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }
  .Q25_main .Q25_mainbox .Q25_autoroll .slides {
    display: flex;
    transition: transform 10s ease-in-out;
  }
  .Q25_main .Q25_mainbox .Q25_autoroll .marquee-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    /* Optional: for visualization purposes */
  }
  .Q25_main .Q25_mainbox .Q25_autoroll .marquee-content {
    display: inline-block;
    animation: marquee 50s linear infinite;
    /* Adjust duration as needed */
  }
  .Q25_main .Q25_mainbox .Q25_autoroll .marquee-content a {
    width: 217px;
    height: 200px;
    margin-right: 20px;
    display: inline-block;
  }
  .Q25_main .Q25_mainbox .Q25_autoroll .marquee-content a img {
    display: block;
    width: 100%;
    height: 151px;
  }
  .Q25_main .Q25_mainbox .Q25_autoroll .marquee-content a p {
    width: 100%;
    margin-top: 5px;
    padding: 0 10px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #393939;
    text-align: center;
    background-color: #e6e6e6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  @keyframes marquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .Q25_footer {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    border-top: 4px solid #164fa6;
  }
  .Q25_footer .friendly_link {
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #c3c3c3;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
  }
  .Q25_footer .friendly_link li {
    height: 40px;
    width: 18%;
    padding: 0 10px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ebebeb;
  }
  .Q25_footer .friendly_link li select {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    border: 0;
    text-align: center;
    color: #999;
    outline: none;
  }
  .Q25_footer .Q25_footerlinkpbox {
    display: flex;
    justify-content: space-between;
    padding: 28px 0 10px 0;
  }
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlink2 img {
    display: block;
    width: 107px;
    margin-left: 30px;
  }
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlinkp {
    flex: 1;
    line-height: 26px;
    color: #333;
    font-size: 14px;
    padding-left: 92px;
  }
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlinkp a,
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlinkp span {
    margin-right: 26px;
    color: #333;
    font-size: 13px;
  }
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlink img {
    margin-left: 30px;
  }
  .Q25_location {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #ededed;
    margin-top: 3px;
  }
  .Q25_location .container {
    width: 1100px !important;
  }
  .Q25_location .Q25_locationlist {
    color: #454545;
    background-image: url(../images/Q25_location.png);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: 1px center;
    padding-left: 20px;
    font-size: 13px;
  }
  .Q25_location .Q25_locationlist a {
    color: #454545;
    font-size: 13px;
  }
  .Q25_ListC {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    margin: 20px auto 25px;
  }
  .Q25_ListC .container {
    height: auto;
    display: flex;
    width: 1100px !important;
    justify-content: space-between;
  }
  .Q25_ListC .container .Q25_Listnav {
    width: 210px;
    height: auto;
    background: #ebebeb;
  }
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavh1 {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    color: #FFFFFF;
    background: #2471cb;
    width: 100%;
  }
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavlist {
    margin: 0;
    width: 100%;
    height: auto;
  }
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavlist li {
    width: 100%;
    height: 46px;
    line-height: 46px;
  }
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavlist li a {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: url(../images/Q25_pic.png);
    background-repeat: no-repeat;
    background-size: 6px auto;
    background-position: 25px center;
    padding-left: 45px;
    border-bottom: 1px solid #e3e3e3;
    color: #333333;
    font-size: 17px;
  }
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavlist li.current a,
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavlist li:hover a {
    color: #2471cb;
    background-image: url(../images/Q25_pic2.png);
  }
  .Q25_ListC .container .Q25_ListCont {
    width: 870px;
    height: auto;
    max-height: 1200px;
    border: 1px solid #dedede;
    background: #f9f9f9;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListConttitle {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #606060;
    background: #e9e9e9;
    margin: 0;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListConttitle span {
    padding: 0 20px;
    display: inline-block;
    background: #fff;
    border-top: 2px solid #1d79cc;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist {
    margin: 0;
    padding: 0 24px;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    background-image: url(../images/Q25_point.png);
    background-size: 3px 3px;
    background-position: 0 center;
    background-repeat: no-repeat;
    padding-left: 13px;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist li a span:nth-child(1) {
    width: 70%;
    display: block;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist li a span:nth-child(2) {
    width: 30%;
    height: 45px;
    line-height: 45px;
    display: block;
    text-align: right;
    color: #999999;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist li:hover a span {
    color: #1d79cc;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_page {
    width: 100%;
    height: 50px;
    padding: 10px 0 20px;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_page img {
    display: block;
    width: 100%;
    height: 20px;
  }
  .Q25_article {
    width: 100%;
    height: auto;
    margin: 5px auto;
  }
  .Q25_article .container {
    width: 1100px !important;
  }
  .Q25_article .container .Q25_articlecont {
    padding: 40px 100px;
    border: 1px solid #dedede;
  }
  .Q25_article .container .Q25_articlecont .Q25_articleconttitle {
    width: 100%;
    height: auto;
    font-size: 25px;
    line-height: 45px;
    color: #000000;
    text-align: center;
    font-weight: normal;
    border-bottom: 2px solid #717171;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .Q25_article .container .Q25_articlecont .Q25_articlecontdate {
    width: 100%;
    height: 53px;
    line-height: 53px;
    display: flex;
    justify-content: space-between;
  }
  .Q25_article .container .Q25_articlecont .Q25_articlecontdate .Q25_articlecontdateleft {
    flex: 1;
    padding-left: 100px;
    text-align: center;
    color: #333333;
  }
  .Q25_article .container .Q25_articlecont .Q25_articlecontdate .Q25_articlecontdateleft span {
    margin: 0 20px;
  }
  .Q25_article .container .Q25_articlecont .Q25_articlecontdate .Q25_articlecontweichat {
    width: 100px;
    background-image: url(../images/Q25_Toweichat.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: right center;
  }
  .Q25_article .container .Q25_articlecont .Q25_artcont {
    width: 100%;
    height: auto;
    font-size: 15px !important;
    line-height: 30px !important;
    color: #333333 !important;
    font-family: '宋体';
  }
  .Q25_article .container .Q25_articlecont .Q25_artcont table,.Q25_article .container .Q25_articlecont .Q25_artcont tr,.Q25_article .container .Q25_articlecont .Q25_artcont td{
      border:1px solid #000!important;
  }
  .Q25_article .container .Q25_articlecont .Q25_artcont table{
      margin:0 auto;
  }
  .Q25_article .container .Q25_articlecont .Q25_artcont div {
    text-indent: 2em;
  }
  .Q25_article .container .Q25_articlecont .Q25_artcont img {
    display: block;
    margin: 10px auto;
    max-width: 90%;
    height: auto!important;
  }
  .Q25_article .container .Q25_articlecont .Q25_dayin {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: flex-end;
    background: #f1f1f1;
    font-size: 15px;
    margin-top: 32px;
  }
  .Q25_article .container .Q25_articlecont .Q25_dayin a {
    display: block;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 0 center;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #333;
  }
  .Q25_article .container .Q25_articlecont .Q25_dayin .Q25_print {
    padding: 0 22px;
    background-image: url(../images/Q25_print.png);
  }
  .Q25_article .container .Q25_articlecont .Q25_dayin .Q25_close {
    padding: 0 22px;
    background-image: url(../images/Q25_close.png);
  }
  .Q25_article .container .Q25_articlecont .Q25_next {
    width: 100%;
    height: auto;
    padding-top: 13px;
    border-top: 1px dotted #c5c5c5;
    margin-top: 16px;
  }
  .Q25_article .container .Q25_articlecont .Q25_next li {
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_article .container .Q25_articlecont .Q25_next li a {
    color: #333333;
    font-size: 15px;
    line-height: 30px;
    color: #333333;
  }
  .Q25_article .container .Q25_articlecont .Q25_next li:hover a {
    color: #0c55b1;
  }
  .Q25_Map {
    width: 100%;
    height: auto;
  }
  .Q25_Map .container {
    width: 1100px !important;
    background: #fff;
  }
  .Q25_Map .Q25_MapList {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    background-color: #fbfbfb;
  }
  .Q25_Map .Q25_MapList li {
    width: 20%;
    height: 35px;
    line-height: 35px;
  }
  .Q25_Map .Q25_MapList li a {
    line-height: 35px;
    font-size: 14px;
    color: #2d374b;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    background-image: url(../images/Q25_mapicon.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    display: block;
  }
  .Q25_Map .Q25_MapList li:hover a {
    color: #0c55b1;
  }
  .Q25_Map .Q25_Maptitle {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: url(../images/Q25title-qz.jpg) 10px center no-repeat;
    font-weight: bold;
    padding-left: 30px;
  }
}

@media (max-width: 1200px) {
  .Q25_top {
    width: 100%;
    height: auto;
    padding: 0 0.5rem .5rem;
  }
  .Q25_top .container .Q25_welcome {
    width: auto;
    font-size: .8rem;
    color: #666;
    line-height: 2rem;
  }
  .Q25_top .container .Q25_right {
    width: auto;
    height: 2rem;
    display: flex;
    justify-content: space-between;
    line-height: 2rem;
  }
  .Q25_top .container .Q25_right a {
    font-size: .8rem;
    color: #666;
  }
  .Q25_top .container .Q25_right span {
    font-size: .8rem;
    color: #666;
    margin-left: .3rem;
  }
  .Q25_top .container .Q25_right .Q25_search {
    width: 65%;
    height: 2rem;
    position: relative;
  }
  .Q25_top .container .Q25_right .Q25_search input {
    width: calc(100% - 3.5rem);
    position: absolute;
    border: 0;
    background: #fff;
    height: 100%;
    padding-left: 1.8rem;
    border: 1px solid #d71018;
    font-size: .8rem;
    color: #999;
    background-image: url(../images/Q25_searchicon.png);
    background-repeat: no-repeat;
    background-position: .5rem center;
    background-size: 1rem auto;
  }
  .Q25_top .container .Q25_right .Q25_search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 3.5rem;
    height: 2rem;
    color: #fff;
    font-size: .8rem;
    line-height: 2rem;
    border: 0;
    background-color: #d71018;
    border: .01rem solid #d71018;
  }
  .Q25_nav {
    width: 100%;
    height: auto;
    background: #164fa6;
    padding: 1rem .5rem;
  }
  .Q25_nav .container .Q25_logo {
    width: 100%;
    height: auto;
  }
  .Q25_nav .container .Q25_logo img {
    display: block;
    width: 95%;
    margin: 0 auto;
    height: auto;
  }
  .Q25_nav .container .Q25_navlist {
    display: flex;
    flex-wrap: wrap;
    padding-top: .4rem;
  }
  .Q25_nav .container .Q25_navlist li {
    width: 33.3%;
    height: 4rem;
    margin-top: 1rem;
  }
  .Q25_nav .container .Q25_navlist li a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 32px 26px;
    padding-top: 34px;
    text-align: center;
    font-size: 18px;
    color: #fff;
  }
  .Q25_nav .container .Q25_navlist li:nth-child(1) a {
    background-image: url(../images/Q25_navicon1.png);
  }
  .Q25_nav .container .Q25_navlist li:nth-child(2) a {
    background-image: url(../images/Q25_navicon2.png);
  }
  .Q25_nav .container .Q25_navlist li:nth-child(3) a {
    background-image: url(../images/Q25_navicon3.png);
  }
  .Q25_nav .container .Q25_navlist li:nth-child(4) a {
    background-image: url(../images/Q25_navicon4.png);
  }
  .Q25_nav .container .Q25_navlist li:nth-child(5) a {
    background-image: url(../images/Q25_navicon5.png);
  }
  .Q25_nav .container .Q25_navlist li:nth-child(6) a {
    background-image: url(../images/Q25_navicon6.png);
  }
  .Q25_main {
    padding: .5rem;
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_notice {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 1rem .5rem;
  }
  .Q25_main .Q25_notice .Q25_noticeBox {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
  }
  .Q25_main .Q25_notice .Q25_noticeBox .Q25_noticetitle {
    width: 3rem;
    height: auto;
  }
  .Q25_main .Q25_notice .Q25_noticeBox .Q25_noticetitle img {
    display: block;
    width: 3rem;
    height: auto;
  }
  .Q25_main .Q25_notice .Q25_noticeBox .Q25_noticeList {
    flex: 1;
    margin-left: .5rem;
    height: auto;
  }
  .Q25_main .Q25_notice .Q25_noticeBox .Q25_noticeList li {
    width: 100%;
    margin-bottom: 14px;
    height: 1.2rem;
  }
  .Q25_main .Q25_notice .Q25_noticeBox .Q25_noticeList li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
  }
  .Q25_main .Q25_notice .Q25_noticeBox .Q25_noticeList li a span:nth-child(1) {
    display: block;
    width: 4rem;
    height: 100%;
    font-size: 14px;
    color: #ff7d05;
  }
  .Q25_main .Q25_notice .Q25_noticeBox .Q25_noticeList li a span:nth-child(2) {
    display: block;
    font-size: 14px;
    width: 18rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_notice .Q25_noticeBox .Q25_noticeList li a:hover span {
    color: #ff7d05;
  }
  .Q25_main .Q25_mainbox {
    width: 100%;
    height: auto;
    margin-top: .5rem;
    background: #fff;
    padding: .5rem;
  }
  .Q25_main .Q25_mainbox .Q25_headline {
    width: 100%;
    height: auto;
    border: .01rem solid #ddd;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
    background-image: url(../images/Q25_headline.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .Q25_main .Q25_mainbox .Q25_headline a {
    display: block;
    width: 100%;
    height: 100%;
    padding: .5rem 1rem 0 3rem;
  }
  .Q25_main .Q25_mainbox .Q25_headline a .Q25_headlinetitle {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    color: #d71018;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .Q25_main .Q25_mainbox .Q25_headline a .Q25_headlinecont {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    color: #e60012;
    justify-content: space-between;
    display: flex;
    font-size: .8rem;
  }
  .Q25_main .Q25_mainbox .Q25_headline a .Q25_headlinecont div {
    flex: 1;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .Q25_main .Q25_mainbox .Q25_headline a .Q25_headlinecont span {
    width: auto;
    text-align: right;
    display: block;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mySwiper {
    width: 100%;
    height: 16rem;
    background-color: #ecf5f8;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mySwiper img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mySwiper p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    color: #fff;
    height: 2rem;
    line-height: 2rem;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 5rem 0 1rem;
    font-size: 1rem;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .swiper-horizontal > .swiper-pagination-bullets,
  .Q25_main .Q25_mainbox .Q25_mainsl .swiper-pagination-bullets.swiper-pagination-horizontal,
  .Q25_main .Q25_mainbox .Q25_mainsl .swiper-pagination-custom,
  .Q25_main .Q25_mainbox .Q25_mainsl .swiper-pagination-fraction {
    width: auto;
    position: absolute;
    right: .5rem;
    bottom: .3rem;
    text-align: right;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    text-align: center;
    border-radius: 50%;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .swiper-pagination-bullet-active {
    background: #f50101;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab {
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_list {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    display: flex;
    background: #fff;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_list li {
    margin-right: .5rem;
    width: auto;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.2rem;
    color: #fff;
    padding: 0 1.5rem;
    text-align: center;
    background-color: #999;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_list li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
    color: #fff;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_list li.current {
    background-color: #164fa6;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_list li.current a {
    color: #fff;
    font-weight: bold;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_con {
    margin-top: .5rem;
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_con .item {
    display: none;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_con .item .Q25_tabul {
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_con .item .Q25_tabul li {
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    padding-left: .4rem;
    margin-bottom: .8rem;
    display: flex;
    justify-content: space-between;
    font-size: .8rem;
    background-image: url(../images/Q25_point.png);
    background-repeat: no-repeat;
    background-size: .1rem auto;
    background-position: 0 center;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_con .item .Q25_tabul li a {
    display: block;
    margin-left: .4rem;
    width: 70%;
    font-size: 1rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_con .item .Q25_tabul li span {
    font-size: .8rem;
    color: #999;
    flex: 1;
    text-align: right;
  }
  .Q25_main .Q25_mainbox .Q25_mainsl .Q25_mainsltab .tab_con .item .Q25_tabul li:hover a {
    color: #d61618;
  }
  .Q25_main .Q25_smallnav {
    width: 100%;
    height: auto;
    padding: .5rem;
    border: .01rem solid #ddd;
    margin-top: 1rem;
  }
  .Q25_main .Q25_smallnav .Q25_smallList {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .Q25_main .Q25_smallnav .Q25_smallList li {
    width: 49%;
    height: 2.5rem;
    background-color: #ecf4fc;
    margin-right: 2%;
    margin-bottom: 0.5rem;
  }
  .Q25_main .Q25_smallnav .Q25_smallList li a {
    line-height: 2.5rem;
    font-size: 1rem;
    color: #164fa6;
    padding-left: 4rem;
    background-repeat: no-repeat;
    background-position: 2rem center;
    background-size: 1.2rem auto;
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_smallnav .Q25_smallList li:nth-child(2n) {
    margin-right: 0;
  }
  .Q25_main .Q25_smallnav .Q25_smallList li:nth-child(1) a {
    background-image: url(../images/Q25_navsmall1.png);
  }
  .Q25_main .Q25_smallnav .Q25_smallList li:nth-child(2) a {
    background-image: url(../images/Q25_navsmall2.png);
  }
  .Q25_main .Q25_smallnav .Q25_smallList li:nth-child(3) a {
    background-image: url(../images/Q25_navsmall3.png);
  }
  .Q25_main .Q25_smallnav .Q25_smallList li:nth-child(4) a {
    background-image: url(../images/Q25_navsmall4.png);
  }
  .Q25_main .Q25_smallnav .Q25_smallList li:nth-child(5) {
    margin-bottom: 0rem;
  }
  .Q25_main .Q25_smallnav .Q25_smallList li:nth-child(5) a {
    background-image: url(../images/Q25_navsmall5.png);
    background-size: 1rem auto;
  }
  .Q25_main .Q25_banner {
    width: 100%;
    height: auto;
    margin-top: .5rem;
  }
  .Q25_main .Q25_banner a {
    display: block;
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_banner a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_transparency {
    width: 100%;
    height: auto;
    background: #fff;
    margin-top: .5rem;
  }
  .Q25_main .Q25_transparency .Q25_transLeft {
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transLefttitle1 {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transLefttitle1 img {
    display: block;
    width: 120%;
    height: auto;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont1 {
    width: 100%;
    height: auto;
    padding-top: 1rem;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1L {
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1L .Q25_transcont1List {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: .5rem;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1L .Q25_transcont1List li {
    width: 31%;
    height: auto;
    background-color: #f6f6f6;
    border-radius: .4rem;
    margin-bottom: .6rem;
    padding: .8rem 0;
    margin-right: 3%;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1L .Q25_transcont1List li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1L .Q25_transcont1List li img {
    margin: 0 auto;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1L .Q25_transcont1List li p {
    text-align: center;
    display: block;
    font-size: .9rem;
    color: #333;
    margin-top: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1L .Q25_transcont1List li:hover p {
    color: #164fa6;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1L .Q25_transcont1List li:nth-child(3n) {
    margin-right: 0;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1R {
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1R .Q25_transcont1Ltitle {
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    padding: 0 .9rem .6rem 0;
    border-bottom: .1rem solid #ddd;
    display: flex;
    justify-content: space-between;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1R .Q25_transcont1Ltitle span {
    padding-left: 1rem;
    border-bottom: .2rem solid #164fa6;
    display: inline-block;
    height: 2.2rem;
    line-height: 2.2rem;
    background-image: url(../images/Q25_zwgkline.png);
    background-repeat: no-repeat;
    background-size: .26rem auto;
    background-position: .2rem center;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1R .Q25_transcont1Ltitle a {
    font-size: .8rem;
    color: #999;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1R .Q25_transcont1Rist {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: .5rem;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1R .Q25_transcont1Rist li {
    margin-bottom: .5rem;
    margin-right: 3%;
    width: 31%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background-color: #ecf4fc;
    -webkit-border-radius: .4rem;
    border-radius: .4rem;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1R .Q25_transcont1Rist li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont1 .Q25_transcont1R .Q25_transcont1Rist li:nth-child(3n) {
    margin-right: 0;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont1Ltitle {
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    padding: 0 .9rem .6rem 0;
    border-bottom: .1rem solid #ddd;
    display: flex;
    justify-content: space-between;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont1Ltitle span {
    padding-left: 1rem;
    border-bottom: .2rem solid #164fa6;
    display: inline-block;
    height: 2.2rem;
    line-height: 2.2rem;
    background-image: url(../images/Q25_zwgkline.png);
    background-repeat: no-repeat;
    background-size: .26rem auto;
    background-position: .2rem center;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont1Ltitle a {
    font-size: .8rem;
    color: #999;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont2 {
    margin-top: 1rem;
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont2 .Q25_transcont2List {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: .5rem;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont2 .Q25_transcont2List li {
    position: relative;
    margin-bottom: .4rem;
    margin-right: 2%;
    width: 49%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
    cursor: pointer;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont2 .Q25_transcont2List li a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1rem;
    color: #333;
    padding: 0 .5rem;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont2 .Q25_transcont2List li .Q25_transcont2show {
    position: absolute;
    top: 55px;
    left: 0;
    display: none;
    padding: .6rem;
    cursor: pointer;
    width: 100%;
    background-color: #4477c5;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
    color: #fff;
    line-height: 1.5rem;
    font-size: .8rem;
    text-align: left;
    text-indent: 2em;
    z-index: 9999;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont2 .Q25_transcont2List li .Q25_transcont2show .Q25_transhowTitle {
    border-bottom: .01rem solid #fff;
    width: 100%;
    height: auto;
    margin: .5rem 0;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont2 .Q25_transcont2List li .Q25_transcont2showicon {
    display: none;
    position: absolute;
    left: 20px;
    top: 30px;
    width: 0;
    height: 0;
    border: 15px solid;
    border-color: transparent transparent #4477c5;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont2 .Q25_transcont2List li:hover .Q25_transcont2show {
    display: block;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont2 .Q25_transcont2List li:hover .Q25_transcont2showicon {
    display: block;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont2 .Q25_transcont2List li:nth-child(2n) {
    margin-right: 0;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont3 {
    margin-top: 1rem;
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont3 .Q25_transcont3List {
    width: 100%;
    height: auto;
    margin-top: .5rem;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont3 .Q25_transcont3List li {
    width: 100%;
    height: auto;
    height: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 1rem;
    padding-left: 10px;
    background: url(../images/Q25_point.png) left center no-repeat;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont3 .Q25_transcont3List li a {
    width: 100%;
    height: 1.4rem;
    line-height: 1.4rem;
    display: block;
    font-size: .9rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont3 .Q25_transcont3List li:hover a {
    color: #164fa6;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont4 {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: auto;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont4 li {
    width: 19.2%;
    height: 4.2rem;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont4 li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_transparency .Q25_transLeft .Q25_transcont4 li a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .Q25_main .Q25_transparency .Q25_transRight {
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_transparency .Q25_transRight .Q25_transRighttitle {
    width: 100%;
    height: auto;
    padding-top: 1rem;
  }
  .Q25_main .Q25_transparency .Q25_transRight .Q25_transRighttitle img {
    display: block;
    width: auto;
    height: 1.2rem;
  }
  .Q25_main .Q25_transparency .Q25_transRight .Q25_transRighttitle2 {
    width: 100%;
    height: auto;
    padding-top: 1rem;
    display: block;
  }
  .Q25_main .Q25_transparency .Q25_transRight .Q25_transRighttitle2 img {
    display: block;
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_transparency .Q25_transRight .Q25_transRightcont1 {
    width: 100%;
    height: auto;
    margin-top: 1rem;
    padding: .6rem 1rem .5rem;
    font-size: .8rem;
    color: #333;
    line-height: 1.8rem;
    text-indent: 2em;
    background-color: #f5f5f5;
    border-radius: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
  }
  .Q25_main .Q25_transparency .Q25_transRight .Q25_transRightcont2 {
    width: 100%;
    margin-top: 1rem;
    height: auto;
    display: flex;
    justify-content: space-between;
  }
  .Q25_main .Q25_transparency .Q25_transRight .Q25_transRightcont2 li {
    flex: 1;
    height: auto;
  }
  .Q25_main .Q25_transparency .Q25_transRight .Q25_transRightcont2 li a {
    display: block;
    text-align: center;
  }
  .Q25_main .Q25_transparency .Q25_transRight .Q25_transRightcont2 li a img {
    display: block;
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
  }
  .Q25_main .Q25_transparency .Q25_transRight .Q25_transRightcont2 li a p {
    width: 100%;
    margin-top: .3rem;
    font-size: 1rem;
    text-align: center;
    color: #333;
  }
  .Q25_main .Q25_transparency .Q25_transRight .Q25_transRightcont3 {
    margin-top: 1rem;
    width: 100%;
    height: auto;
  }
  .Q25_main .Q25_transparency .Q25_transRight .Q25_transRightcont3 li {
    margin-top: .4rem;
    padding-left: .8rem;
    background: url(../images/Q25_transRighicon.png) left center no-repeat;
  }
  .Q25_main .Q25_transparency .Q25_transRight .Q25_transRightcont3 li a {
    display: block;
    font-size: 1rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_main .Q25_transparency .Q25_transRight .Q25_transRightcont3 li:hover a {
    color: #164fa6;
  }
  .Q25_main .Q25_transparency .Q25_transRight .Q25_transRightcont4 {
    width: 100%;
    margin-top: 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    background-color: #4477c5;
    border-radius: .4rem;
  }
  .Q25_main .Q25_transparency .Q25_transRight .Q25_transRightcont4 a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    color: #fff;
  }
  .Q25_main .Q25_transparency .Q25_transRight .Q25_transRightcont4 a img {
    width: 25px;
    height: 25px;
    margin-top: -5px;
    vertical-align: middle;
    display: inline-block;
  }
  .Q25_main .Q25_autoroll {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 1rem;
    background: #fff;
  }
  .Q25_main .Q25_autoroll .Q25_autorollname {
    width: 100%;
    height: 1.8rem;
    overflow: hidden;
  }
  .Q25_main .Q25_autoroll .Q25_autorollname img {
    width: auto;
    height: 1.8rem;
    display: block;
  }
  .Q25_main .Q25_autoroll .Q25_autorollbox {
    width: 100%;
    height: auto;
    margin-top: .5rem;
  }
  .Q25_main .Q25_autoroll .slides {
    display: flex;
    transition: transform 10s ease-in-out;
  }
  .Q25_main .Q25_autoroll .marquee-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    /* Optional: for visualization purposes */
  }
  .Q25_main .Q25_autoroll .marquee-content {
    display: inline-block;
    animation: marquee 50s linear infinite;
    /* Adjust duration as needed */
  }
  .Q25_main .Q25_autoroll .marquee-content a {
    width: 6rem;
    height: auto;
    margin-right: .5rem;
    display: inline-block;
  }
  .Q25_main .Q25_autoroll .marquee-content a img {
    display: block;
    width: 100%;
    height: 5rem;
  }
  .Q25_main .Q25_autoroll .marquee-content a p {
    width: 100%;
    margin-top: .2rem;
    padding: 0 .4rem;
    height: 2rem;
    line-height: 2rem;
    font-size: .8rem;
    color: #393939;
    text-align: center;
    background-color: #e6e6e6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  @keyframes marquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .Q25_footer {
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
    border-top: .2rem solid #164fa6;
  }
  .Q25_footer .friendly_link {
    padding: .5rem;
    border-bottom: 1px solid #c3c3c3;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .Q25_footer .friendly_link li {
    height: 2.5rem;
    width: 49%;
    padding: 0 10px;
    line-height: 2.5rem;
    font-size: 14px;
    color: #999;
    text-align: center;
    background-color: #fff;
    border: .01rem solid #ebebeb;
    margin-right: 2%;
    margin-bottom: .5rem;
  }
  .Q25_footer .friendly_link li select {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    border: 0;
    text-align: center;
    color: #999;
    outline: none;
  }
  .Q25_footer .friendly_link li:nth-child(2n) {
    margin-right: 0;
  }
  .Q25_footer .Q25_footerlinkpbox {
    width: 100%;
    height: auto;
    padding: 28px 0 10px 0;
  }
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlink2 {
    display: flex;
    justify-content: center;
  }
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlink2 img {
    display: block;
    width: 107px;
    margin-left: 30px;
  }
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlinkp {
    flex: 1;
    margin-top: 1rem;
    line-height: 1.8rem;
    color: #333;
    font-size: .8rem;
    padding: 0 1rem;
  }
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlinkp a,
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlinkp span {
    margin-right: 26px;
    color: #333;
    font-size: 13px;
    display: block;
  }
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlink {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }
  .Q25_footer .Q25_footerlinkpbox .Q25_footerlink img {
    margin: 0 1rem;
  }
  .Q25_location {
    width: 100%;
    height: auto;
    line-height: 2rem;
    background: #ededed;
    margin-top: .1rem;
    padding: 0 0.5rem 0;
  }
  .Q25_location .container .Q25_locationlist {
    background-image: url(../images/Q25_location.png);
    line-height: 2rem;
    background-repeat: no-repeat;
    background-size: 1rem auto;
    background-position: .2rem center;
    padding-left: 1.2rem;
    font-size: .8rem;
    color: #454545;
  }
  .Q25_location .container .Q25_locationlist a {
    color: #454545;
  }
  .Q25_ListC {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    padding: 1rem .5rem;
  }
  .Q25_ListC .container {
    height: auto;
  }
  .Q25_ListC .container .Q25_Listnav {
    width: 100%;
    height: auto;
    background: #ebebeb;
  }
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavh1 {
    text-align: center;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    color: #FFFFFF;
    background: #2471cb;
    width: 100%;
  }
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavlist {
    margin: 0;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavlist li {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavlist li a {
    display: block;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: url(../images/Q25_pic.png);
    background-repeat: no-repeat;
    background-size: .4rem auto;
    background-position: 1.5rem center;
    padding-left: 3rem;
    border-bottom: 1px solid #e3e3e3;
    color: #333333;
    font-size: 1rem;
  }
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavlist li.current a,
  .Q25_ListC .container .Q25_Listnav .Q25_Listnavlist li:hover a {
    color: #2471cb;
    background-image: url(../images/Q25_pic2.png);
  }
  .Q25_ListC .container .Q25_ListCont {
    width: 100%;
    height: auto;
    border: 1px solid #dedede;
    background: #f9f9f9;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListConttitle {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    font-weight: bold;
    color: #606060;
    background: #e9e9e9;
    margin: 0;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListConttitle span {
    padding: 0 1rem;
    display: inline-block;
    background: #fff;
    border-top: 2px solid #1d79cc;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist {
    margin: 0;
    padding: 0 1rem;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist li {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    background-image: url(../images/Q25_point.png);
    background-size: 3px 3px;
    background-position: 0 center;
    background-repeat: no-repeat;
    padding-left: 13px;
    font-size: .9rem;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist li a span:nth-child(1) {
    flex: 1;
    display: block;
    height: 2.5rem;
    line-height: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    padding-right: 1rem;
    font-size: .9rem;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist li a span:nth-child(2) {
    width: auto;
    height: 2.5rem;
    line-height: 2.5rem;
    display: block;
    text-align: right;
    color: #999999;
    font-size: .9rem;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_ListContlist li:hover a span {
    color: #1d79cc;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_page {
    width: 100%;
    height: auto;
    padding: 1rem 0;
  }
  .Q25_ListC .container .Q25_ListCont .Q25_page img {
    display: block;
    width: 100%;
    height: auto;
  }
  .Q25_article {
    width: 100%;
    height: auto;
    padding: 0.5rem;
  }
  .Q25_article .container .Q25_articlecont {
    padding: 1rem 0.5rem;
    border: 1px solid #dedede;
  }
  .Q25_article .container .Q25_articlecont .Q25_articleconttitle {
    width: 100%;
    height: auto;
    font-size: 1.3rem;
    line-height: 3rem;
    color: #000000;
    text-align: center;
    font-weight: normal;
    border-bottom: 2px solid #717171;
    padding-bottom: .6rem;
    margin-bottom: 0;
  }
  .Q25_article .container .Q25_articlecont .Q25_articlecontdate {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    display: flex;
    justify-content: space-between;
  }
  .Q25_article .container .Q25_articlecont .Q25_articlecontdate .Q25_articlecontdateleft {
    flex: 1;
    text-align: center;
    color: #333333;
  }
  .Q25_article .container .Q25_articlecont .Q25_articlecontdate .Q25_articlecontdateleft span {
    margin: 0 .5rem;
    font-size: 0.8rem;
  }
  .Q25_article .container .Q25_articlecont .Q25_articlecontdate .Q25_articlecontweichat {
    width: 1.5rem;
    background-image: url(../images/Q25_Toweichat.png);
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    background-position: center center;
  }
  .Q25_article .container .Q25_articlecont .Q25_artcont {
    width: 100%;
    height: auto;
    font-size: .9rem !important;
    line-height: 1.8rem !important;
    color: #333333 !important;
    font-family: '宋体';
  }
  .Q25_article .container .Q25_articlecont .Q25_artcont div {
    text-indent: 2em;
  }
  .Q25_article .container .Q25_articlecont .Q25_artcont img {
    display: block;
    margin: .8rem auto;
    max-width: 90%;
    height: auto!important;
  }
  .Q25_article .container .Q25_articlecont .Q25_dayin {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    display: flex;
    justify-content: flex-end;
    background: #f1f1f1;
    font-size: .9rem;
    margin-top: 2rem;
  }
  .Q25_article .container .Q25_articlecont .Q25_dayin a {
    display: block;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    background-position: 0 center;
    font-size: .9rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: #333;
    padding: 0 1.5rem;
  }
  .Q25_article .container .Q25_articlecont .Q25_dayin .Q25_print {
    background-image: url(../images/Q25_print.png);
  }
  .Q25_article .container .Q25_articlecont .Q25_dayin .Q25_close {
    background-image: url(../images/Q25_close.png);
  }
  .Q25_article .container .Q25_articlecont .Q25_next {
    width: 100%;
    height: auto;
    padding-top: .8rem;
    border-top: 1px dotted #c5c5c5;
    margin-top: 1rem;
  }
  .Q25_article .container .Q25_articlecont .Q25_next li {
    width: 100%;
    height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Q25_article .container .Q25_articlecont .Q25_next li a {
    color: #333333;
    font-size: .9rem;
    line-height: 2rem;
    color: #333333;
  }
  .Q25_article .container .Q25_articlecont .Q25_next li:hover a {
    color: #0c55b1;
  }
  .Q25_Map {
    width: 100%;
    height: auto;
    padding: .5rem;
  }
  .Q25_Map .container {
    background: #fff;
  }
  .Q25_Map .Q25_MapList {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0;
    background-color: #fbfbfb;
  }
  .Q25_Map .Q25_MapList li {
    width: 50%;
    height: 2rem;
    line-height: 2rem;
  }
  .Q25_Map .Q25_MapList li a {
    line-height: 2rem;
    font-size: .9rem;
    color: #2d374b;
    width: 100%;
    height: 100%;
    padding-left: 1.5rem;
    background-image: url(../images/Q25_mapicon.png);
    background-position: .9rem center;
    background-repeat: no-repeat;
    display: block;
  }
  .Q25_Map .Q25_MapList li:hover a {
    color: #0c55b1;
  }
  .Q25_Map .Q25_Maptitle {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    background: url(../images/Q25title-qz.jpg) 0.6rem center no-repeat;
    font-weight: bold;
    padding-left: 2rem;
  }
}
