/* æ‰‹æœºç«¯æ ·å¼ */
@media screen and (max-width: 768px) {
  .hidden-pc {
    display: block;
  }

  .hidden-mobile {
    display: none;
  }
  .hide {
    display: none;
  }

  .menu-button {
    position: relative;
  }

  .menu-button {
    background: #f2f2f2;
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }

  .back-home {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
  }

  .menu {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: calc(100vh - 40px);
    background-image: url(/szgyyq/xhtml/images/mobile-menu-bg.png);
    background-size: 100% 100%;
    overflow: hidden;
    z-index: 2;
  }

  .menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px;
  }

  .hnew-navbar-center-list-item {
    background: #fff;
    width: 120px;
    display: inline-block;
    margin: 10px 0;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    border-radius: 4px;
    color: #1d71b7;
    text-align: center;
    font-size: 14px;
  }

  .menu-button::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }

  .menu-button::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }

  .img-mobile {
    width: 50px;
    margin: 20px auto 0;
  }

  .img-title {
    width: 90%;
    margin: 15px auto;
  }

  .header-img {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .search {
    width: calc(100vw - 80px);
    margin: 40px 40px 30px 0;
  }

  .search dl {
    position: relative;
    width: 100%;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 30px;
    overflow: hidden;
  }

  .search dl dd {
    margin-right: 70px;
    padding-left: 10px;
    height: 33px;
    background-color: transparent;
    border: none;
  }

  .search dl dd input[type='text'] {
    padding: 0;
    height: 33px;
    line-height: 33px;
    width: 100%;
    font-size: 14px;
    color: #999;
    background: none;
    border: 0;
    vertical-align: top;
  }

  .search dl dt.button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 33px;
    border-left: 1px solid #b5b5b5;
  }

  .search dl dt input.searchBtn {
    width: 100%;
    height: 33px;
    color: #fff;
    background: url(http://www.sipac.gov.cn/szgyyq/xhtml/images/public/header-search-btn.jpg)
      no-repeat center;
    -webkit-appearance: none;
    border: none;
    vertical-align: top;
    cursor: pointer;
  }

  .title-news-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 59px;
    background-size: 100% 100%;
    color: #fff;
    font-size: 18px;
    background-image: url(../images/news-center-bg.png);
  }

  /* è½®æ’­å›¾ */
  .swiper1 {
    margin: 10px 0;
  }

  .swiper-slide img {
    width: 100vw;
    height: 215px;
  }

  .swiper-slide .title {
    position: absolute;
    bottom: 0;
    background-color: #66614f;
    height: 40px;
    width: 100%;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }

  .swiper-pagination {
    text-align: right !important;
  }

  .swiper-slide span {
    color: #fff;
    float: left;
    line-height: 40px;
    height: 40px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    text-indent: 10px;
  }

  .swiper-container .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.8;
  }

  .swiper-container .swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 0.8;
  }

  /* å·¥ä½œçŠ¶æ€ã€é€šçŸ¥å…¬å‘Š */
  .n_listBox,
  .n_listBox1 {
    width: calc(100% - 20px);
    margin-left: 10px;
  }

  .n_l_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
  }

  .n_l_nav a {
    color: #235399;
    font-size: 14px;
  }

  .n_l_nav span {
    font-weight: bold;
    display: block;
    float: left;
    cursor: pointer;
    padding: 0 20px;
    font: bold 16px/33px å®‹ä½“;
    color: #333333;
    background: #eeeeee;
  }

  a {
    color: #434343;
    text-decoration: none;
  }

  .n_l_nav span.on {
    color: #fff;
    background: #258bcb;
    font: bold 16px/33px å®‹ä½“;
  }

  .n_listBox ul,
  .n_listBox1 ul {
    width: 100%;
    padding: 10px 0;
  }

  .n_listBox ul li,
  .n_listBox1 ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

  .n_listBox ul li a,
  .n_listBox1 ul li a {
    font-size: 15px;
  }

  .n_listBox .cont .date,
  .n_listBox1 .cont .date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #666666;
    margin-top: 6px;
  }

  /* åª’ä½“èšç„¦ */
  .systemBox {
    display: flex;
    justify-content: space-between;
    margin: 10px 10px 20px;
    width: calc(100vw - 20px);
  }

  .systemBox a {
    display: flex;
    align-items: center;
    width: 48%;
    height: 60px;
    background: #f2f2f2;
    text-decoration: none;
    overflow: hidden;
  }

  .systemBox a span {
    font: 14px/20px 'Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜';
    text-align: center;
    text-decoration: none;
    display: block;
  }

  .systemBox em {
    font-size: 48px;
    background: #f1616b;
    line-height: 60px;
    margin: 0 5px 0 0;
    color: #fff;
    width: 60px;
    text-align: center;
    display: inline-block;
  }

  .systemBox a:first-child em {
    background: #838bdf;
  }

  .systemBox em.icon-sipac11 {
    background: #51c5c5;
  }
}

/* ç”µè„‘ç«¯æ ·å¼ */
@media screen and (min-width: 768px) {
  .navbar-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-title {
    color: #fff;
    line-height: 36px;
    margin-right: 70px;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .hidden-pc {
    display: none;
  }

  .hidden-mobile {
    display: block;
  }

  .contentbox {
    width: 100%;
    margin: 0 auto;
  }

  .bannerBox {
    padding: 430px 0 0 0;
    margin-bottom: 10px;
    background: url(../images/banner.jpg) center bottom no-repeat;
  }

  .newsBox {
    display: flex;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .newsBox .n_imgsBox {
    width: 100%;
    height: 435px;
    float: none;
    background: #ededed;
  }
  .n_imgsBox ul {
    height: 100%;
  }
  .n_imgsBox,
  .n_imgsBox .callbacks li {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .n_imgsBox .callbacks li a {
    height: 100%;
    display: block;
    position: relative;
  }
  .n_imgsBox .callbacks li a:hover {
    text-decoration: none;
  }
  .n_imgsBox li img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .n_imgsBox .callbacks li span {
    width: 100%;
    padding: 0 100px 0 20px;
    font: bold 16px/45px Arial;
    display: block;
    color: #fff;
    background: url('../images/li_bg.png');
    position: absolute;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .n_imgsBox .callbacks_tabs {
    position: absolute;
    bottom: 15px;
    right: 15px;
    height: 13px;
    overflow: hidden;
    z-index: 9;
  }
  .n_imgsBox .callbacks_tabs li {
    float: left;
  }
  .n_imgsBox .callbacks_tabs a {
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    text-indent: -999px;
    overflow: hidden;
    margin-right: 5px;
    cursor: pointer;
    background: #d9d9d9;
    border-radius: 50%;
  }
  .n_imgsBox .callbacks_tabs .callbacks_here a {
    background: #cb0e02;
  }

  .newsImgsBox {
    width: 49%;
    margin-right: 2%;
    float: none;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
  }

  .newsImgsBox img {
    width: 100%;
    height: 309px;
    display: block;
    margin-bottom: 3px;
  }

  .newsImgsBox.bd li {
    position: relative;
    overflow: hidden;
    zoom: 1;
  }

  .newsImgsBox .bd .txt {
    height: 45px;
    line-height: 45px;
    background: #000;
    opacity: 0.7;
    text-align: left;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    padding-left: 10px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 14px;
  }

  .newsImgsBox .hd {
    position: absolute;
    bottom: 10px;
    right: 5px;
  }

  .newsImgsBox .hd li {
    float: left;
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    line-height: 21px;
    text-align: center;
    overflow: hidden;
    font-size: 12px;
    background: #eff6fb;
    opacity: 0.8;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  .newsImgsBox .hd li.on {
    background: red;
  }

  .newsImgsBox .bd ul,
  .newsImgsBox .bd li {
    width: 100% !important;
  }

  /* æ–°é—»å›¾ç‰‡è½®æ’­ */
  .tpxw {
    width: 480px;
    height: 309px;
    margin: 12px;
    position: relative;
    overflow: hidden;
  }

  .tpxw .hd {
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 8px;
    bottom: 0;
    z-index: 99;
  }

  .tpxw .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    margin-right: 8px;
    background-color: #fff;
  }

  .tpxw .hd li.on {
    background-color: #ea2424;
  }

  .tpxw .bd li a {
    display: block;
    width: 480px;
    height: 309px;
    position: relative;
    overflow: hidden;
  }

  .tpxw .bd img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .tpxw .bd p {
    display: inline-block;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 16px;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .n_listBox {
    width: 49%;
    height: 435px;
    float: none;
    overflow: hidden;
    position: relative;
  }

  .n_l_nav {
    border-bottom: 2px solid #007ccd;
    overflow: hidden;
  }

  .n_l_nav span {
    font-weight: bold;
    background: url('../images/box.png');
    display: block;
    float: left;
    cursor: pointer;
    padding: 0 20px;
    margin: 0 5px 0 0;
    font: bold 14px/32px Arial;
    border: 1px solid #cbcbcb;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
  }

  .n_l_nav span.on {
    color: #fff;
    background: #007ccd;
    border-color: #035388;
    box-shadow: 0px 6px 8px #035388 inset;
  }

  .n_listBox .cont {
    height: calc(100% - 35px);
    overflow: hidden;
  }

  .n_listBox ul {
    padding: 10px 0;
    width: 100%;
    float: left;
  }

  .n_listBox li {
    overflow: hidden;
    position: relative;
  }

  .n_listBox li a {
    display: block;
    font: 14px/36px Arial;
    padding: 0 120px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #434343;
  }

  .n_listBox li em {
    position: absolute;
    top: 15px;
    left: 8px;
    background: #cbcbcb;
    width: 8px;
    height: 8px;
    left: -999px;
    border-radius: 50%;
    float: left;
    z-index: 1;
  }

  .n_listBox li:hover em {
    background: #007ccd;
    transition: 0.5s;
  }

  .n_listBox li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
    font: 14px/36px Arial;
    z-index: 1;
  }

  .n_listBox .l_more a {
    display: none;
    float: right;
    /* background: url('../images/icon.png') no-repeat right -100px; */
    overflow: hidden;
    /* text-indent: -999px; */
    width: 70px;
    text-align: right;
    height: 20px;
    font-size: 14px;
    margin: 5px 0 0 0;
  }

  .n_listBox .l_more a:hover {
    background-position: right -150px;
  }

  .gdtz a {
    margin-left: calc(100% - 160px);
    font-size: 14px;
  }

  .wenzi_you {
    width: 320px;
    font: 10px/32px Arial;
  }

  .newsBox .n_listBox {
    float: none;
  }

  .newsBox .n_listBox .cont {
    height: calc(100% - 35px);
  }

  .themeBox {
    float: right;
  }

  .i_contL {
    width: 750px;
    float: left;
  }

  .i_contR {
    width: 240px;
    float: right;
  }

  .adBox a,
  .adBox img {
    display: block;
  }

  .adBox a {
    margin-bottom: 10px;
  }

  .sitesBox {
    overflow: hidden;
    margin-bottom: 10px;
    clear: both;
    font-size: 14px;
  }

  .sitesBox .tit {
    display: block;
    font: bold 14px/30px 'å®‹ä½“';
    color: #008dd5;
    border-top: 3px solid #268bcb;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 20px;
  }

  .sitesBox table {
    margin: 20px 0;
  }

  .sitesBox td {
    padding: 4px 0 4px 10px;
    white-space: nowrap;
  }

  .tit a:hover {
    color: #268bcb;
    text-decoration: none;
  }

  .crumb {
    font: 12px/30px 'å®‹ä½“';
    border: 1px solid #dfdfdf;
    background-color: #f3f3f3;
    padding-left: 30px;
    background-position: 10px 0;
    margin-bottom: 5px;
  }

  .contLeft {
    float: left;
    width: 240px;
  }

  .side_nav {
    background: #fbfbfb;
    border: 1px solid #dfdfdf;
    margin: 0 0 20px;
  }

  .side_nav li ul {
    display: none;
  }

  .side_nav li:hover > ul {
    display: block;
  }

  .side_nav li a {
    display: block;
    color: #268bcb;
    font: bold 16px/35px 'å¾®è½¯é›…é»‘';
    border-top: 1px solid #dfdfdf;
    padding: 5px 0 5px 50px;
    background: url(../images/icon.png) 20px -150px no-repeat;
  }

  .side_nav li a:hover {
    color: #6db909;
    text-decoration: none;
  }

  .side_nav li ul {
    padding: 0 0 10px 20px;
  }

  .side_nav li li a {
    display: block;
    font: normal 14px/35px 'å¾®è½¯é›…é»‘';
    border: none;
    padding: 0 0 0 45px;
    background-position: 20px -155px;
  }

  .side_nav li li li a {
    line-height: 25px;
    background-position: 20px -190px;
  }

  .side_nav li a.active {
    color: #fd6f21;
  }

  .contRight {
    float: right;
    width: 750px;
  }

  .contAll {
  }

  .contR_cont {
    border: 1px solid #dfdfdf;
    border-top: none;
    padding-bottom: 20px;
    min-height: 600px;
    margin-bottom: 20px;
  }

  .contR_detail {
    /*overflow:auto;*/
    padding: 10px 25px;
    overflow-y: none;
  }

  .contR_detail h1 {
    font: 22px/30px 'å¾®è½¯é›…é»‘';
    text-align: center;
    letter-spacing: 1px;
    color: #333333;
    padding: 20px;
  }

  .c_d_info {
    font: 12px/30px 'å®‹ä½“';
    text-align: center;
    clear: both;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
  }

  .c_d_info span {
    display: inline-block;
    margin-right: 5px;
  }

  .c_d_content {
    font: 14px/200% 'å®‹ä½“';
    text-align: justify;
  }

  .c_d_info .large {
    font-size: 16px;
  }

  .c_d_info .middle {
    font-size: 14px;
  }

  .c_d_info .small {
    font-size: 12px;
  }

  .c_d_content p {
    margin-bottom: 18px;
    text-indent: 2em;
  }

  .contLeft h2,
  .contRight h2,
  .contAll h2 {
    border: 1px solid #dfdfdf;
    border-top: 2px solid #278bcb;
    overflow: hidden;
    padding: 10px 0;
  }

  /*background:url("../images/box.png") 0 -50px repeat-x;*/
  .contLeft h2 span,
  .contRight h2 span,
  .contAll h2 span {
    background-position: 10px -40px;
    padding: 0 0 0 30px;
    font: bold 14px/20px 'å®‹ä½“';
    display: block;
    float: left;
  }

  .contLeft h2 a {
    font: 12px/20px 'å®‹ä½“';
    float: right;
    margin-right: 5px;
  }

  .listBox ul {
    padding: 10px;
  }

  .listBox li {
    font: 14px/32px 'å®‹ä½“';
    overflow: hidden;
  }

  .listBox li a {
    display: block;
    width: 90%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .listBox li span {
    float: right;
    color: #999999;
  }

  .listBox li em {
    color: #cbcbcb;
    display: inline-block;
    margin-right: 2px;
  }

  .listBox li em {
    background: #cbcbcb;
    width: 3px;
    height: 3px;
    margin: 14px 5px 0 2px;
    overflow: hidden;
    float: left;
  }

  .newsBox .listBox .tit,
  .noticeBox .tit,
  .newsBox .listBox .tit .more,
  .noticeBox .tit .more,
  .newsBox .listBox li em,
  .noticeBox li em {
    background: url('../images/icon.png') no-repeat;
  }

  .noticeBox,
  .newsBox .listBox {
    width: 270px;
    height: 240px;
    margin: 0 0 10px 0;
    float: left;
  }

  .noticeBox ul,
  .newsBox .listBox ul {
    padding: 0;
  }

  .newsBox .listBox .tit,
  .noticeBox .tit {
    font: 16px/34px 'å¾®è½¯é›…é»‘';
    overflow: hidden;
    margin-bottom: 5px;
  }

  .newsBox .listBox .tit span,
  .noticeBox .tit span {
    color: #268bcb;
    padding: 0 20px 0 30px;
    float: left;
    display: block;
  }

  .newsBox .listBox .tit .more,
  .noticeBox .tit .more {
    float: right;
    background-position: right -100px;
    display: block;
    overflow: hidden;
    text-indent: -999px;
    width: 50px;
    height: 20px;
    margin: 5px 0 0 0;
  }

  .newsBox .listBox .tit .more:hover,
  .noticeBox .tit .more:hover {
    background-position: right -150px;
  }

  .newsBox .listBox li em,
  .noticeBox li em {
    width: 10px;
    height: 10px;
    margin: 10px 5px 0 0;
    background-position: left -200px;
  }

  .newsBox .listBox {
    width: 350px;
    float: right;
  }

  .newsBox .listBox li {
    font: 14px/30px 'å®‹ä½“';
    overflow: hidden;
  }

  .newsBox .listBox li span {
    float: right;
    color: #999999;
  }

  .newsBox .listBox li a {
    width: 75%;
  }

  .newsBox .listBox .tit {
    background-position: left -50px;
  }

  .contLeft .listBox .cont {
    border: 1px solid #dfdfdf;
    border-top: none;
    padding: 10px;
    margin-bottom: 10px;
  }

  .contLeft .listBox .cont a {
    display: block;
    font: 14px/28px 'å®‹ä½“';
  }

  .contLeft .listBox .cont a:hover {
    text-decoration: none;
    color: #cb0e02;
  }

  .contLeft .listBox .cont em {
    color: #cbcbcb;
    display: inline-block;
    margin-right: 2px;
  }

  .pageBar {
    overflow: auto;
    text-align: center;
    clear: both;
  }

  .pageBar a,
  .pageBar span {
    margin-right: 2px;
    display: inline-block;
    border: 1px solid #dfdfdf;
    font: 12px/22px 'å®‹ä½“';
    padding: 0 5px;
    color: #268bcb;
  }

  .pageBar span {
    color: #ccc;
  }

  .pageBar a:hover {
    background: #f2f2f2;
    text-decoration: none;
  }

  .footer {
    clear: both;
  }

  .bottomNav {
    color: #fff;
    background: #008dd5;
    font: bold 12px/30px 'å®‹ä½“';
    text-align: center;
    padding: 10px 0;
  }

  .bottomNav a {
    color: #fff;
    padding: 0 20px;
    display: inline-block;
  }

  .footer .copyrights {
    background: #e2e2e2;
    line-height: 24px;
    padding: 20px 0;
    text-align: center;
  }

  .socialMedia {
    position: fixed;
    height: 1px;
    left: 0;
    bottom: 300px;
    width: 100%;
    z-index: 1001;
  }

  .wx_show,
  .wx_box {
    float: right;
    width: 108px;
  }

  .wx_show {
    border: 1px solid #eaeaea;
    background: #fff;
  }

  .sm_warp {
    min-width: 900px;
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
  }

  .wx_show .wx_ma,
  .wx_box i img {
    display: block;
    width: 98px;
    height: 98px;
    margin: 5px auto;
  }

  .wx_show .wx_txt {
    text-align: center;
    font: 12px/18px arial;
    padding: 5px;
  }

  .wx_box a {
    overflow: visible;
    background: #fff;
    display: block;
    min-height: 30px;
    border: 1px solid #eaeaea;
    margin-bottom: 5px;
    transition: 0.5s;
  }

  .wx_box a:hover {
    background: #268bcb;
    color: #ffffff;
    transition: 0.5s;
  }

  .wx_box span {
    display: block;
    float: left;
    font: 13px/30px arial;
  }

  .wx_box em {
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    background: #268bcb url(../images/media_icon.png) center top no-repeat;
    border-radius: 5px;
    margin: 3px 5px 2px 3px;
  }

  .wx_box a i {
    display: none;
    clear: both;
    z-index: 111;
    position: relative;
    transition: 0.5s;
  }

  .wx_box a:hover i {
    display: block;
    transition: 0.5s;
  }

  .wx_box a i b {
    border-bottom: 6px solid #ffffff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    top: -5px;
    left: 48%;
  }

  .wx_box .i1 em {
  }

  .wx_box .i2 em {
    background-position: center -30px;
  }

  .wx_box .i3 em {
    background-position: center -60px;
  }

  .wx_box .i4 em {
    background-position: center -90px;
  }

  .wx_box h3 .tit b {
    background-position: 10px -80px;
  }

  .wx_box h3 .tit b {
    background-position: 10px -160px;
  }

  .vedioShow .cont a {
    background-position: left -405px;
    padding-left: 20px;
  }

  .wx_box .goTopBtn {
    height: 15px;
    min-height: 15px;
    background: #e3e3e3;
    border-radius: 0 0 15px 15px;
    font: 12px/16px arial;
    text-align: center;
    position: relative;
    transition: 0.5s;
  }

  .wx_box .goTopBtn em {
    background: none;
    width: 0;
    height: 0;
    overflow: hidden;
    border-bottom: 6px solid #e3e3e3;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    top: -8px;
    left: 45%;
  }

  .wx_box .goTopBtn:hover {
    text-decoration: none;
    transition: 0.5s;
  }

  .wx_box .goTopBtn:hover em {
    border-bottom: 6px solid #268bcb;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transition: 0.5s;
  }

  .sipListBox {
  }

  .sipListBox .tit {
    height: 30px;
    border-bottom: 3px solid #dfdfdf;
  }

  .sipListBox .tit a {
    display: block;
    margin-bottom: -3px;
    float: left;
    font: bold 16px/30px 'å®‹ä½“';
    padding: 0 20px;
  }

  .sipListBox .tit a.active {
    border-bottom: 3px solid #268bcb;
    color: #268bcb;
  }

  .sipListBox .cont {
    border-top: none;
    padding: 10px;
    overflow: hidden;
  }

  .sipListBox .cont a {
    display: block;
    float: left;
    font: 14px/214% 'å®‹ä½“';
    white-space: nowrap;
    padding: 0 15px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin: 0 10px 10px 0;
  }

  .sipListBox .cont a:hover {
    background: #d5ecfe;
    text-decoration: none;
    border: #268bcb 1px solid;
  }

  .sipListBox .cont span {
    float: right;
    font: 14px/214% 'å®‹ä½“';
    color: #999999;
  }

  .fl {
    float: left;
  }

  .fr {
    float: right;
  }

  .contR_cont .listBox li a {
    width: 85%;
  }

  .mainNav li:first-child {
    width: 110px;
  }

  .c_d_content table p {
    margin-bottom: 0;
    text-indent: 0;
  }

  .content_extended {
    clear: both;
    color: #666;
    /*background:#f8f8f8;*/
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 50px;
    position: relative;
  }

  .content_extended a {
    cursor: pointer;
  }

  .content_extended .btn {
    text-align: center;
  }

  .content_extended .btn a {
    display: inline-block;
    padding: 0 18px;
    border: #cacaca 1px solid;
    border-radius: 2px;
    height: 28px;
    line-height: 28px;
    margin: 0 5px;
  }

  .content_extended .share {
    position: absolute;
    right: 0;
  }

  .t_searchBar {
    float: left;
    margin-top: 5px;
  }

  .t_searchBar input {
    float: left;
    background: #fff;
    border: 1px solid #cccccc;
    color: #888888;
    font: 12px/16px Arial;
    padding: 5px;
  }

  .t_searchBar input.keywords {
    margin-right: 10px;
    width: 160px;
  }

  .t_searchBar input.submit {
    background: #268bcd;
    padding: 5px 10px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .newsBox .n_imgsBox {
    height: 31.25vw;
  }
  .n_listBox {
    height: 31.25vw;
  }
}
