@charset "utf-8";
@media screen and (max-width: 768px) {
  body {
    background: none;
  }
  .wrap-n {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    overflow: hidden;
  }
  .mtop,
  .list-n-nav,
  .list-n-brother,
  .mfooter-n {
    display: block;
  }
  .logo-n,
  .search-n,
  .nav-n,
  .qrcode-n,
  .location-n,
  .footer-n,
  .list-n-meun {
    display: none;
  }
  .mtop {
    width: 100%;
    height: 5.3rem;
    position: relative;
  }
  .mtop img {
    width: 100%;
    height: 5.3rem;
  }
  .msearch {
    width: 8.1rem;
    position: absolute;
    left: 50%;
    margin-left: -4.05rem;
    bottom: 0.75rem;
    z-index: 999;
  }
  .msearch .msearch-form-n {
    width: 100%;
    background-color: rgba(65, 129, 225, 0.8);
    -webkit-border-radius: 0.15rem;
    border-radius: 0.15rem;
    position: relative;
  }
  .msearch .msearch-form-n input {
    width: 7rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.45rem;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .msearch .msearch-form-n .msearch-btn-n {
    width: 1.05rem;
    height: 1.05rem;
    background-image: url(../images/yd/yd_search.png?v=100);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    position: absolute;
    right: 0.25rem;
    top: 50%;
    margin-top: -0.525rem;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .w1200 {
    width: 100%;
  }
  .box-n {
    padding: 0;
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .list-n-cont {
    width: 100%;
  }
  .list-n {
    margin-top: 0.65rem;
    padding-top: 0;
    border-top: none;
  }
  .list-n-nav {
    width: 100%;
    min-height: auto;
    margin-bottom: 0;
    padding: 0 0.75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: auto;
    float: none;
    white-space: nowrap;
    border-bottom: 0.15rem solid #f1f1f1;
    -webkit-overflow-scrolling: touch;
  }
  .list-n-nav::-webkit-scrollbar {
    display: none !important;
  }
  .list-n-nav li {
    height: auto;
    border: none;
    display: inline-block;
    padding: 0.7rem 0.125rem 0.55rem 0.125rem;
    margin-right: 1rem;
    border-bottom: 0.1rem solid #ffffff;
  }
  .list-n-nav li:last-child {
    margin-right: 0;
  }
  .list-n-nav li a,
  .list-n-nav li span {
    display: block;
    line-height: normal;
    padding: 0;
    font-size: 0.75rem;
    color: #adadad;
  }
  .list-n-nav li:hover {
    background: none;
  }
  .list-n-nav li.active {
    background: none;
    border-bottom: 0.1rem solid #4181e1;
  }
  .list-n-nav li.active a {
    color: #4181e1;
    font-weight: bold;
  }
  .list-n-brother {
    width: 100%;
    min-height: auto;
    margin-bottom: 0;
    padding: 0 0.75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: auto;
    float: none;
    white-space: nowrap;
    background-color: #f1f1f1;
    -webkit-overflow-scrolling: touch;
    text-align: center;
  }
  .list-n-brother::-webkit-scrollbar {
    display: none !important;
  }
  .list-n-brother li {
    height: auto;
    position: relative;
    border: none;
    display: inline-block;
    padding: 0.6rem 0.125rem 0.75rem 0.125rem;
    margin-right: 0.7rem;
  }
  .list-n-brother li:last-child {
    margin-right: 0;
  }
  .list-n-brother li a,
  .list-n-brother li span {
    display: block;
    line-height: normal;
    padding: 0;
    font-size: 0.7rem;
    color: #666666;
  }
  .list-n-brother li:hover {
    background: none;
  }
  .list-n-brother li.active {
    background: none;
  }
  .list-n-brother li.active a {
    color: #4181e1;
    font-weight: bold;
  }
  .list-n-data {
    margin: 0 0.75rem;
    padding-top: 0;
    overflow: hidden;
  }
  .list-n-data .list-datano {
    line-height: 1.05rem;
    padding: 0.75rem 1.3rem;
    margin: 0.75rem 0 0 0;
    font-size: 0.75rem;
    color: #666666;
  }
  .list-n-data li {
    line-height: 1.05rem;
    padding: 0.75rem 1.3rem;
    margin-bottom: 0;
    border-bottom: 0.05rem dashed #dcdcdc;
    font-size: 0.75rem;
  }
  .list-n-data li:last-child {
    margin-bottom: 0;
  }
  .list-n-line li:nth-child(5n) {
    padding-bottom: 1.5rem;
    margin-bottom: 0;
    border-bottom: 0.025rem solid #d9d9d9;
  }
  .list-n-line li:nth-child(5n+1) {
    margin-top: 0.75rem;
  }
  .list-n-line li:last-child {
    padding-bottom: 0;
    margin-bottom: 0.75rem;
    border-bottom: none;
  }
  .list-n-data li a::after {
    display: block;
    width: 0.3rem;
    height: 0.55rem;
    content: "";
    background-image: url(../images/yd/yd_yuan.png?v=100);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0.5rem;
    top: 1.1rem;
    z-index: 2;
  }
  .list-n-data li:hover ::after {
    background-image: url(../images/yd/yd_yuan.png?v=100) !important;
  }
  .list-n-data li a {
    font-size: 0.75rem;
    color: #666666;
  }
  .list-n-data li span {
    display: none;
  }
  .pages {
    margin: 0.75rem 0.5rem;
    padding-top: 0;
  }
  .pages span.prve,
  .pages span.next {
    width: 1.15rem;
    padding: 0 0.2rem;
    height: 1.15rem;
    margin: 0.2rem 0.05rem;
    -webkit-background-size: 1.15rem 1.15rem;
    background-size: 1.15rem 1.15rem;
  }
  .pages span.num,
  .pages a.num {
    width: 1.15rem;
    font-size: 0.7rem;
    padding: 0 0.2rem;
    line-height: 1.15rem;
    height: 1.15rem;
    margin: 0.2rem 0.05rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pages span.prve {
    background-image: url(../images/yd/yd_prev.png);
  }
  .pages span.next {
    background-image: url(../images/yd/yd_next.png);
  }
  .pages a.num {
    color: #666666;
  }
  .pages span.num {
    color: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #4181e1;
  }
  .content-n {
    padding: 0 0 0.75rem 0;
  }
  .related-n {
    margin: 0.75rem 0.75rem 1.5rem 0.75rem;
  }
  .related-n .list-n-data {
    margin: 0;
    margin-top: 0.375rem;
  }
  .related-n .list-n-data li {
    padding-right: 0;
    padding-left: 1.15rem;
  }
  .related-n .list-n-data li a::after {
    left: 0;
  }
  .related-n .list-n-data li a {
    font-size: 0.75rem;
    color: #3a3a3a;
  }
  .column-n {
    width: 100%;
    line-height: 1.95rem;
    padding-bottom: 0.2rem;
  }
  .column-n h2 {
    font-size: 0.85rem;
    padding-left: 1.15rem;
    color: #4181e1;
    font-weight: bold;
  }
  .column-n h2::after {
    width: 0.7rem;
    height: 0.8rem;
    background-image: url(../images/yd/yd_column3.png?v=100);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    left: 0;
    margin-top: -0.4rem;
  }
  .title-n {
    line-height: normal;
    font-size: 0.95rem;
    font-weight: bold;
    color: #454648;
    margin: 0 0.75rem 0.25rem 0.75rem;
    padding-top: 0.75rem;
  }
  .intro-n {
    padding: 0.45rem 0 0 0;
    margin: 0 0.75rem;
    border-bottom: none;
  }
  .intro-n-left {
    width: 100%;
    line-height: 0.9rem;
    font-size: 0.6rem;
    color: #a7a7a7;
    font-style: italic;
    margin-left: 0;
    text-align: center;
  }
  .intro-n-right {
    display: none;
  }
  .intro-n-left span + span {
    margin-left: 0.5rem;
  }
  .artcle-n {
    margin: 0 0.75rem;
    padding: 0.95rem 0 0.75rem 0;
    line-height: 1.55rem;
    font-size: 0.9rem;
  }
  .artcle-n img {
    display: inline-block;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
  .artcle-n .artcle-n-desc {
    width: 100%;
    line-height: 1.55rem;
    font-size: 0.8rem;
    font-family: '楷体', '楷体_GB2312', 'SimKai';
    text-align: justify;
    text-indent: 0;
    color: #366092;
    margin: 0.6rem 0 0 0;
  }
  .artcle-n video {
    display: block;
    width: 17.25rem !important;
    height: 9.7rem !important;
    background-color: #000000;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
  }
  .artcle-n p {
    width: 100%;
    margin-bottom: 1.075rem;
    word-break: break-word;
  }
  #outerContainer {
    width: 100% !important;
    height: 24.15rem;
  }
  .list-n-box {
    margin: 0 0.75rem;
    padding-top: 0;
    overflow: hidden;
  }
  .list-n-box li {
    padding: 0.75rem 0.8rem;
    margin-bottom: 0;
    background: none;
    border-bottom: none;
  }
  .list-n-box li + li {
    border-top: 0.05rem dashed #dcdcdc;
  }
  .list-n-sum {
    display: none;
  }
  .list-n-infor {
    line-height: inherit;
    font-size: 0.65rem;
    margin-top: 0.4rem;
  }
  .list-n-title {
    line-height: 1.05rem;
    font-size: 0.75rem;
  }
  .list-n-title a {
    color: #666666;
  }
  .list-n-title a:hover {
    color: #666666;
  }
  .list-n-pic {
    width: 6.25rem;
    margin: 0 0 0.125rem 0.625rem;
  }
  .list-n-pic img {
    width: 6.25rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
  }
  .list-n-h5 {
    width: auto;
    left: auto;
    padding: 0.75rem 0;
    margin: 0 0.75rem;
    overflow: hidden;
  }
  .list-n-h5 li {
    width: 8.175rem;
    float: none;
    margin: 0;
  }
  .list-n-h5 li:hover a {
    color: #535353;
  }
  .list-n-h5 li:nth-child(n+3) {
    margin-top: 0.75rem;
  }
  .list-n-h5 li:nth-child(odd) {
    float: left;
  }
  .list-n-h5 li:nth-child(even) {
    float: right;
  }
  .list-n-h5-pic {
    height: 13.375rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
  }
  .list-n-h5 li img {
    width: 100%;
    height: 13.375rem;
  }
  .list-n-h5-title {
    height: 2.1rem;
    line-height: 1.05rem;
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }
  .list-n-h5-time {
    font-size: 0.65rem;
    margin-top: 0.5rem;
  }
  .list-n-data li a:hover {
    color: #535353;
  }
  .msidebar {
    width: 2.125rem;
    display: block;
    position: fixed;
    bottom: 2.25rem;
    left: 50%;
    margin-left: 6.5rem;
    z-index: 99;
  }
  .mfooter-n {
    position: relative;
    background-image: url(../images/yd/yd_footerbg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-color: #f1f1f1;
  }
  .mfooter-n-inner {
    margin: 0 0.75rem;
    padding: 0.75rem 0;
    text-align: center;
  }
  .mwebsite p {
    line-height: 1.3rem;
    font-size: 0.65rem;
    color: #5e5e5e;
  }
  .mwebsite a {
    color: #5e5e5e;
  }
  .mwebsite img {
    width: 0.9rem;
    height: 0.9rem;
    margin-top: -0.15rem;
    margin-right: 0.125rem;
  }
  .mdzjg {
    margin-top: 0.2rem;
  }
  .mdzjg img {
    width: 1.75rem;
    height: 2.125rem;
  }
  .mnav {
    display: none;
  }
  .mnav-top {
    width: 2.125rem;
    height: 2.125rem;
    background-image: url(../images/yd/yd_gotop.png?v=100);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    cursor: pointer;
  }
  .mnav-home {
    width: 2.125rem;
    height: 2.125rem;
    margin-top: 0.7rem;
    background-image: url(../images/yd/yd_gohome.png?v=100);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .mnav-home a {
    display: block;
  }
  .list-n-result {
    margin: 0;
    padding-top: 1.15rem;
  }
  .list-n-search {
    overflow: hidden;
    margin-top: 0;
  }
  .list-n-search .list-n-data {
    border-top: 1px solid #d9d9d9;
    margin: 1.15rem 0.75rem 0 0.75rem;
    padding-top: 0.45rem;
  }
  .list-n-result {
    margin: 0 0.75rem;
    font-size: 0.75rem;
    color: #999999;
  }
  .list-n-result span {
    color: #4181e1;
  }
  .list-n-choose {
    margin: 0.9rem 0.75rem 0 0.75rem;
  }
  .list-n-choose a.active {
    background-color: #4181e1;
    color: #ffffff;
  }
  .list-n-choose .list-n-choose-item {
    color: #666666;
    padding: 0.25rem 0.55rem;
    margin: 0.15rem;
    margin-right: 0.3rem;
    font-size: 0.75rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    border-radius: 0.2rem;
  }
  .list-n-map {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    padding-top: 0.75rem;
  }
  .list-n-map h3 {
    font-size: 0.9rem;
    line-height: 1.35rem;
    padding-left: 0.75rem;
  }
  .list-n-map h3 a {
    color: #4181e1;
  }
  .list-n-map h3::before {
    width: 0.2rem;
    height: 0.85rem;
    margin-top: -0.475rem;
    background-color: #4181e1;
  }
  .list-n-map .map-item {
    margin-bottom: 1.5rem;
  }
  .list-n-map .map-item ul {
    padding: 0.3rem 0;
  }
  .map-item ul li {
    line-height: 1.55rem;
    font-size: 0.75rem;
    float: left;
    padding: 0 1.55rem 0 0.75rem;
  }
  .map-item ul li a {
    color: #666666;
  }
}
