@charset "utf-8";
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  /* header */
  header .nav .right .box {
    margin-right: 0;
  }
  header .nav .right .xihuan {
    display: none !important;
  }
}
@media (max-width: 999px) {
  body {
    padding-top: 60px;
  }
  /* header */
  header {
    position: fixed;
    background: #000;
  }
  header a {
    color: #fff;
  }
  header .head {
    font-size: 12px;
    height: 60px;
  }
  header .logo {
    width: auto;
  }
  header .logo img {
    height: 34px;
  }
  header .search {
    height: 28px;
    margin-left: 10px;
  }
  header .search .search_but {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  header .search form button {
    display: none;
  }
  header .search input[type='text'] {
    padding: 0 28px;
    height: 28px;
    font-size: 12px;
  }
  header .search input[type='submit'] {
    width: 35px;
    height: 28px;
    font-size: 12px;
  }
  header .iwant {
    margin: 0 10px;
  }
  header .iwant .default {
    line-height: 28px;
    padding: 0 10px;
  }
  header .iwant .click {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
  }
  header .iwant .click > li > a {
    line-height: 30px;
    padding: 0 10px;
  }
  header .iwant .tan_iwant {
    position: fixed;
    left: 5%;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
    width: 90%;
  }
  header .iwant .tan_iwant ul li {
    margin-top: 10px;
  }
  header .iwant .tan_iwant ul li label {
    width: 40px;
  }
  header .iwant .tan_iwant ul li input[type='submit'] {
    margin-left: 40px;
  }
  header .language {
    display: none;
  }
  header .navbut {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
  }
  header .navbut i {
    height: 2px;
    background: #fff;
    display: block;
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0px;
  }
  header .navbut .w1 {
    top: 4px;
  }
  header .navbut .w2 {
    top: 14px;
  }
  header .navbut .w3 {
    top: 24px;
  }
  header .navbut.cur .w1 {
    top: 15px;
    transform: rotate(45deg);
  }
  header .navbut.cur .w2 {
    height: 0px;
  }
  header .navbut.cur .w3 {
    top: 15px;
    transform: rotate(-45deg);
  }
  header nav {
    display: none;
    position: fixed;
    left: 0px;
    top: 60px;
    width: 100%;
    bottom: 0px;
    overflow-y: auto;
    background: #fff;
    z-index: 999;
  }
  header nav ul li {
    float: none;
    margin-left: 0;
    position: relative;
  }
  header nav ul li > a {
    color: #555;
    border-bottom: 1px solid #eee;
    line-height: 50px;
    padding: 0 15px;
    font-size: 16px;
  }
  header nav ul li > a:after {
    display: none;
  }
  header nav ul li .iconfont {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 20px;
    z-index: 5;
    color: #555;
  }
  header nav ul li .sub {
    position: static;
    text-align: left;
    background: #f5f5f5;
    transform: translateX(0);
  }
  header nav ul li .sub a {
    display: block;
    overflow: hidden;
    color: #888;
    padding: 0 15px;
    background: none;
    line-height: 34px;
    border-top: 0;
    border-bottom: 1px solid #eee;
  }
  header nav ul li .sub a:hover {
    background: none;
    text-decoration: none;
    border-bottom-color: #eee;
  }
  header nav ul li:hover > a {
    color: #555;
  }
  header nav ul li.on > a {
    background: #2977e3;
    color: #fff;
  }
  header nav ul li.on .iconfont {
    color: #fff;
  }
  header .nav {
    display: none;
    position: fixed;
    left: 0px;
    top: 60px;
    width: 100%;
    bottom: 0px;
    overflow-y: auto;
    background: #fff;
    z-index: 999;
  }
  header .nav .left {
    width: 100%;
    position: static;
  }
  header .nav .left li {
    margin-top: 0;
    position: relative;
  }
  header .nav .left li > a {
    display: block;
    overflow: hidden;
    padding: 0;
    color: #555;
    border-bottom: 1px solid #eee;
    line-height: 50px;
    padding: 0 15px;
    font-size: 16px;
  }
  header .nav .left li .iconfont {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 20px;
    z-index: 5;
    color: #555;
  }
  header .nav .left li .sub {
    background: #f5f5f5;
  }
  header .nav .left li .sub a {
    display: block;
    overflow: hidden;
    color: #888;
    padding: 0 15px;
    background: none;
    margin-left: 0;
    line-height: 34px;
    border-top: 0;
    border-bottom: 1px solid #eee;
  }
  header .nav .left li .sub a:hover {
    background: none;
  }
  header .nav .left li:hover > a {
    border-bottom-color: #eee;
  }
  header .nav .left li.on > a {
    border-bottom-color: #eee;
    background: #2977e3;
    color: #fff;
  }
  header .nav .left li.on .iconfont {
    color: #fff;
  }
  header.no {
    position: fixed;
  }
  header.no nav ul li .sub {
    position: static;
    padding: 0;
  }
  header.no nav ul li .sub i {
    display: none;
  }
  header.no nav ul li .sub a {
    color: #555;
  }
  /* footer */
  footer {
    font-size: 12px;
    line-height: 22px;
  }
  footer .sxun {
    display: none;
  }
  footer .foot {
    border-bottom: 0;
    border-top: 0;
    padding: 20px 0;
    margin: -5px;
  }
  footer .foot .container {
    flex-wrap: wrap;
  }
  footer .foot dl {
    width: 33.333333333%;
    padding: 5px;
  }
  footer .foot dl dt {
    font-size: 14px;
    padding-bottom: 5px;
  }
  footer .foot dl dd {
    opacity: 0.8;
  }
  footer .foot .but {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 6% 0 0;
  }
  footer .foot .but a {
    width: 40px;
    height: 40px;
    background: #444;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 5px;
  }
  footer .foot .ewm {
    width: 100px;
  }
  footer .foot .ewm img {
    margin-bottom: 5px;
  }
  footer .cont {
    border-top: 1px solid #3b3b3b;
    border-bottom: 1px solid #3b3b3b;
    margin: 0 -10px;
    padding: 10px;
    display: block;
    width: auto;
    max-width: inherit;
  }
  footer .copy {
    padding: 10px 0 15px 0;
    text-align: left;
  }
  /* fixed_kefu */
  .fixed_kefu {
    display: none;
  }
  /* banner */
  .banner .swiper-slide {
    height: 230px;
    font-size: 12px;
    padding: 0;
  }
  .banner .swiper-slide .t1 {
    font-size: 20px;
  }
  .banner .swiper-slide .t1 img {
    max-height: 20px;
  }
  .banner .swiper-slide .t2 {
    margin: 15px 0 10px 0;
    font-size: 14px;
  }
  .banner .swiper-slide .t2 .z {
    padding: 0 5px;
  }
  .banner .swiper-slide .more a {
    width: 90px;
    line-height: 30px;
    margin-top: 15px;
    font-size: 12px;
  }
  .banner .banner-num {
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    z-index: 9;
    width: 100%;
    transform: translateY(0);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .banner .banner-num .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  /* nbanner */
  .nbanner {
    height: 230px;
    font-size: 12px;
    padding: 0;
  }
  .nbanner .t0 {
    font-size: 24px;
  }
  .nbanner .t1 {
    font-size: 20px;
  }
  .nbanner .t1 img {
    max-height: 29px;
  }
  .nbanner .t2 {
    font-size: 14px;
    margin-top: 10px;
  }
  .nbanner .t2 .z {
    padding: 0 5px;
  }
  .nbanner .t3 {
    line-height: 1.8;
  }
  .nbanner .more a {
    width: 90px;
    line-height: 30px;
    margin-top: 15px;
    font-size: 12px;
  }
  .nbanner .playbut a {
    font-size: 12px;
    margin-top: 0;
    padding: 10px 10px;
  }
  .nbanner.small {
    height: 200px;
  }
  /* box_search */
  .box_search {
    display: none;
    height: auto;
    font-size: 12px;
    padding: 15px 0;
  }
  .box_search .tips {
    padding: 0 0 10px 0;
    line-height: 1.8;
  }
  .box_search ul {
    margin: -5px;
    flex-wrap: wrap;
  }
  .box_search ul li {
    width: 50%;
    padding: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .box_search ul li label {
    margin-right: 5px;
  }
  .box_search ul li input[type='text'] {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
  }
  .box_search ul li select {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
  }
  .box_search ul li input[type='submit'] {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
  }
  .box_search ul li:nth-child(3) {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .box_search ul li:nth-child(4) {
    width: 100px;
  }
  /* box_intit */
  .box_intit {
    padding: 0 0 15px 0;
  }
  .box_intit .iconfont {
    font-size: 20px;
  }
  .box_intit span {
    font-size: 20px;
  }
  .box_intit a {
    font-size: 14px;
  }
  /* box_tongj */
  .box_tongj {
    background-size: auto 100%;
  }
  .box_tongj ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: auto;
    padding: 20px 0;
  }
  .box_tongj ul li {
    width: 32%;
    height: auto;
    font-size: 12px;
    padding: 35px 0;
  }
  .box_tongj ul li:before {
    border: 2px solid #2977e3;
    height: auto;
    bottom: 0px;
  }
  .box_tongj ul li em {
    font-size: 20px;
  }
  .box_tongj ul li p {
    font-size: 12px;
    padding: 5px 0 0 0;
  }
  /* box_about */
  .box_about {
    background: #000 url(../img/bj_a1.jpg) center bottom no-repeat;
    background-size: 200% auto;
    padding: 15px 0;
    font-size: 12px;
    line-height: 2;
  }
  /* box_yycj */
  .box_yycj {
    padding: 20px 0;
  }
  .box_yycj .tit {
    font-size: 20px;
    padding: 0 0 15px 0;
  }
  .box_yycj ul {
    margin: -5px;
  }
  .box_yycj ul li {
    width: 20%;
    padding: 5px;
    font-size: 14px;
  }
  /* box_inpro */
  .box_inpro {
    padding: 20px 0;
    background-size: 200% auto;
  }
  .box_inpro .xun {
    padding: 0 30px;
    margin-top: 5px;
  }
  .box_inpro .xun .tit {
    font-size: 16px;
  }
  .box_inpro .xun .tit:before {
    width: 40px;
    margin: 0 auto 5px auto;
  }
  .box_inpro .xun .pic {
    margin: 10px 0;
  }
  .box_inpro .xun .text {
    line-height: 20px;
    height: 40px;
    font-size: 12px;
  }
  .box_inpro .xun .inpro-next,
  .box_inpro .xun .inpro-prev {
    font-size: 30px;
    padding: 5px 0;
  }
  .box_inpro .xun .inpro-next {
    right: -10px;
  }
  .box_inpro .xun .inpro-prev {
    left: -10px;
  }
  /* box_inbox */
  .box_inbox {
    padding: 20px 0;
  }
  .box_inbox .box_intit {
    margin-top: 20px;
  }
  /* list_jjan */
  .list_jjan {
    margin: -5px;
  }
  .list_jjan li {
    width: 50%;
    padding: 5px;
  }
  .list_jjan li span {
    padding: 0 10px 0 15px;
    line-height: 30px;
    font-size: 14px;
  }
  .list_jjan li span:before {
    left: 8px;
    width: 2px;
    height: 13px;
  }
  /* list_case */
  .list_case {
    margin: -5px;
  }
  .list_case li {
    padding: 5px;
  }
  .list_case li .hide {
    display: none;
  }
  /* list_hzhb */
  .list_hzhb {
    margin: -5px;
  }
  .list_hzhb li {
    width: 33.33333333333%;
    padding: 5px;
  }
  .list_hzhb li a {
    padding: 5px;
    box-shadow: 0 0 0 #ccc;
  }
  /* tan_box */
  .tan_box {
    padding: 40px 0;
  }
  .tan_box .box video,
  .tan_box .box iframe {
    width: 300px;
  }
  .tan_box .box iframe {
    height: 240px;
  }
  /* box_section */
  .box_section {
    padding: 20px 0;
  }
  .box_section .box_height {
    height: 20px;
  }
  /* box_titcen */
  .box_titcen {
    padding: 0 0 15px 0;
    font-size: 20px;
  }
  /* box_heng */
  .box_heng {
    height: 150px;
  }
  .box_heng .t1 {
    font-size: 20px;
  }
  .box_heng .t2 {
    margin-top: 10px;
    font-size: 14px;
  }
  /* list_proz */
  .list_proz {
    margin: -5px 0;
  }
  .list_proz li {
    padding: 5px 0;
    width: 100%;
  }
  .list_proz li .box {
    width: 55%;
    font-size: 12px;
  }
  .list_proz li .box span {
    line-height: 1;
    font-size: 18px;
  }
  .list_proz li .box em {
    padding: 3px 0 8px 0;
  }
  /* box_fwgk */
  .box_fwgk .tbx {
    padding: 0 0 20px 0;
  }
  .box_fwgk .tbx li {
    padding: 0 5px;
    font-size: 14px;
  }
  .box_fwgk .tbx li .iconfont {
    width: 66px;
    height: 66px;
    font-size: 40px;
    margin-bottom: 5px;
  }
  .box_fwgk .lcx {
    margin: -5px;
  }
  .box_fwgk .lcx li {
    padding: 5px;
    font-size: 12px;
  }
  .box_fwgk .lcx li img {
    margin-bottom: 5px;
  }
  /* list_plan */
  .list_plan {
    margin: -5px;
  }
  .list_plan li {
    width: 50%;
    padding: 5px;
  }
  .list_plan li a {
    box-shadow: 0 0 5px #ddd;
  }
  .list_plan li .box {
    padding: 5px;
  }
  .list_plan li .bt img {
    height: 20px;
    margin-right: 5px;
  }
  .list_plan li .bt span {
    font-size: 14px;
  }
  .list_plan li em {
    padding: 5px 0;
    font-size: 12px;
  }
  /* xun_xyn */
  .xun_xyn {
    margin: -5px;
  }
  .xun_xyn li {
    width: 50%;
    padding: 5px;
    font-size: 12px;
  }
  .xun_xyn li img {
    max-width: 60%;
  }
  .xun_xyn li span {
    font-size: 16px;
    padding: 10px 0 5px 0;
  }
  .xun_xyn li p {
    line-height: 20px;
  }
  /* xun_zhiwei */
  .xun_zhiwei {
    margin: -5px;
  }
  .xun_zhiwei li {
    width: 33.333333%;
    padding: 5px;
  }
  .xun_zhiwei li a {
    box-shadow: 0 0 0 #ddd;
  }
  .xun_zhiwei li .box {
    padding: 5px;
    font-size: 12px;
  }
  .xun_zhiwei li .box span {
    font-size: 14px;
  }
  .xun_zhiwei li .box em {
    padding: 3px 0;
  }
  /* box_hezuo */
  .box_hezuo .lxzl li {
    font-size: 12px;
  }
  .box_hezuo .lxzl li .iconfont {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .box_hezuo .lxzl li img {
    display: none !important;
  }
  .box_hezuo .butx {
    margin: 15px -5px;
  }
  .box_hezuo .butx li {
    padding: 0 5px;
  }
  .box_hezuo .butx li a {
    line-height: 36px;
    font-size: 14px;
  }
  .box_hezuo .btit {
    font-size: 18px;
    padding: 0 0 5px 0;
    margin-bottom: 15px;
  }
  .box_hezuo .liuc {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0 15px 0;
    margin: -5px;
  }
  .box_hezuo .liuc li {
    width: 33.33333333333%;
    font-size: 12px;
    padding: 5px;
  }
  .box_hezuo .liuc li .iconfont {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .box_hezuo .form li {
    margin-top: 10px;
  }
  .box_hezuo .form li label {
    width: 50px;
    font-size: 14px;
    letter-spacing: 5px;
    line-height: 36px;
  }
  .box_hezuo .form li label.er {
    line-height: 24px;
  }
  .box_hezuo .form li input[type='text'] {
    height: 36px;
    padding: 0 10px;
  }
  .box_hezuo .form li textarea {
    height: 100px;
    padding: 10px;
  }
  .box_hezuo .form li input[type='submit'] {
    width: 140px;
    height: 40px;
    font-size: 16px;
    margin: 0 0 0 50px;
  }
  /* box_aboutxx */
  .box_aboutxx .box {
    margin-top: -10px;
    font-size: 12px;
    line-height: 2;
    margin-bottom: 15px;
  }
  .box_aboutxx .xun {
    margin: -5px;
  }
  .box_aboutxx .xun li {
    width: 50%;
    padding: 5px;
  }
  .box_aboutxx .xun li span {
    padding: 10px 0 5px 0;
    font-size: 16px;
  }
  .box_aboutxx .xun li .text {
    line-height: 20px;
    padding: 0 5px;
    font-size: 12px;
  }
  .box_aboutxx .xun li:nth-child(3n+1) {
    clear: both;
  }
  /* xun_contact */
  .xun_contact {
    margin: -10px 0;
  }
  .xun_contact li {
    width: 100%;
    padding: 10px 0;
  }
  .xun_contact li .pic {
    width: 100px;
  }
  .xun_contact li .box {
    padding: 0 0 0 10px;
  }
  .xun_contact li .box:before {
    left: -10px;
    top: 4px;
    width: 14px;
    height: 14px;
    border: 4px solid #2977e3;
  }
  .xun_contact li .box .bt {
    font-size: 16px;
    padding: 0 0 8px 0;
    margin-bottom: 10px;
  }
  .xun_contact li .box .text {
    font-size: 12px;
  }
  /* web_cate */
  .web_cate {
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }
  .web_cate:after {
    bottom: 0px;
  }
  .web_cate ul li {
    padding: 0 5px;
  }
  .web_cate ul li a {
    border-bottom: 2px solid transparent;
  }
  /* list_video */
  .list_video {
    margin: -5px;
  }
  .list_video li {
    padding: 5px;
  }
  .list_video li .pic:after {
    background-size: auto 30px;
  }
  .list_video li .box {
    padding: 0 10px 0 15px;
  }
  .list_video li .box:before {
    left: 8px;
    top: 8px;
    width: 2px;
    height: 15px;
  }
  .list_video li .box span {
    line-height: 32px;
    font-size: 12px;
  }
  .list_video li:hover .pic img {
    transform: scale(1.1);
  }
  /* box_proview */
  .box_proview .z_cs {
    flex-wrap: wrap;
    margin: -5px;
  }
  .box_proview .z_cs li {
    width: 33.333333333333%;
    padding: 5px;
    font-size: 12px;
  }
  .box_proview .z_cs li span {
    font-size: 16px;
    padding: 0 0 5px 0;
  }
  .box_proview .z_cs li.line {
    display: none;
  }
  .box_proview .z_body {
    margin-top: 15px;
  }
  .box_proview .pxun {
    margin: -5px 0;
    padding-top: 15px;
  }
  .box_proview .pxun li {
    padding: 5px 0;
    width: 100%;
  }
  .box_proview .pxun li .fd img {
    width: 60px;
  }
  .box_proview .pxun li .fd .bt {
    font-size: 16px;
    padding: 10px 0 5px 0;
    margin: 5px 0 0 0;
  }
  .box_proview .pxun li .fd .bt:before {
    width: 40px;
    height: 2px;
  }
  .box_proview .pxun li .fd .text {
    line-height: 20px;
    font-size: 12px;
  }
  .box_proview .twxun {
    padding-top: 15px;
  }
  .box_proview .twxun li {
    margin-top: 10px;
    display: block;
    overflow: hidden;
  }
  .box_proview .twxun li .pic {
    width: 100%;
  }
  .box_proview .twxun li .box {
    background: #f0f0f0;
    padding: 10px;
    width: 100%;
  }
  .box_proview .twxun li .box span {
    font-size: 16px;
    padding: 0 0 5px 0;
  }
  .box_proview .twxun li .box p {
    font-size: 12px;
  }
  .box_proview .twxun li:nth-child(even) .box {
    padding: 10px;
  }
  /* list_twall */
  .list_twall li {
    height: 280px;
  }
  .list_twall li .bt {
    font-size: 20px;
  }
  .list_twall li .text {
    font-size: 14px;
    padding: 10px 0 0 0;
  }
  /* box_lxewm */
  .box_lxewm {
    padding: 20px 0;
  }
  .box_lxewm .left {
    font-size: 14px;
    line-height: 1.8;
  }
  .box_lxewm .right {
    width: 120px;
  }
  .box_lxewm .but > a {
    width: 110px;
    line-height: 34px;
  }
  .box_lxewm .tan_mess {
    display: block;
    position: fixed;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    font-size: 14px;
  }
  .box_lxewm .tan_mess ul li {
    margin-top: 10px;
  }
  .box_lxewm .tan_mess ul li label {
    width: 40px;
  }
  .box_lxewm .tan_mess ul li input[type='submit'] {
    margin-left: 40px;
  }
  /* view_news */
  .view_news .bt {
    font-size: 18px;
    padding: 0;
  }
  .view_news .cs {
    padding: 10px 0;
  }
  .view_news .cs span {
    padding: 0 3px;
  }
  .view_news .desc {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 22px;
  }
  .view_news .desc span {
    font-size: 14px;
    color: #2977e3;
  }
  .view_news .web_body {
    padding: 15px 0 0 0;
    line-height: 1.8;
  }
  .view_news .web_body hr {
    height: 10px;
  }
  .view_news .web_body video,
  .view_news .web_body iframe {
    height: 220px !important;
  }
  .view_news .sxfx {
    margin: 15px 0;
    font-size: 12px;
    padding: 0;
  }
  .view_news .sxfx .bdsharebuttonbox {
    display: none;
  }
  .view_news .xgxw .tit {
    height: 30px;
    margin-bottom: 10px;
  }
  .view_news .xgxw .tit:before {
    height: 1px;
  }
  .view_news .xgxw .tit span {
    height: 30px;
    border-bottom-width: 1px;
    padding: 0 5px;
    font-size: 16px;
  }
  .view_news .xgxw .xun {
    margin: 0;
  }
  .view_news .xgxw .xun li {
    width: 100%;
    padding: 0;
  }
  .view_news .xgxw .xun li a {
    font-size: 12px;
    line-height: 26px;
  }
  /* pagination */
  .pagination {
    padding: 15px 0 0 0;
  }
  .pagination li {
    padding: 0;
    margin: 0 0 0 -1px;
  }
  .pagination li a,
  .pagination li span {
    padding: 0 10px;
    line-height: 28px;
    border-radius: 0;
  }
}
