@import 'reset.css';
@import 'swiper.min.css';
@charset "utf-8";
strong {
  font-weight: bold;
}
@font-face {
  font-family: 'Qomolangma-UchenSarchen';
  src: url('../fonts/Qomolangma-UchenSarchen.eot');
  src: url('../fonts/Qomolangma-UchenSarchen.woff') format('woff'), url('../fonts/Qomolangma-UchenSarchen.woff2') format('woff2'), url('../fonts/Qomolangma-UchenSarchen.ttf') format('truetype'), url('../fonts/Qomolangma-UchenSarchen.svg') format('svg');
}
body {
  font-family: "Qomolangma-UchenSarchen";
  background: #ffffff url(../img/bodybg.jpg) repeat;
  max-width: 640px;
  margin: 0px auto;
}
a {
  font-family: "Qomolangma-UchenSarchen";
}
.body {
  background: url(../img/bg.jpg) center 0px no-repeat;
  float: left;
  width: 100%;
}
.top {
  width: 100%;
  float: left;
}
.top .logo {
  width: 100%;
  height: 85px;
  float: left;
  padding: 10px;
}
.top .logo .fl {
  margin-top: 2px;
}
.top .logo .fr a {
  font-size: 0.7rem;
  color: #b81b1b;
  float: left;
  text-align: center;
  padding: 20px 0px 20px 20px;
  margin-left: 10px;
}
.top .logo .fr .hw {
  background: url(../img/hw.png) no-repeat left 22px;
}
.top .logo .fr .zw {
  background: url(../img/zw.png) no-repeat left 21px;
}
.top .nav {
  width: 100%;
  height: 45px;
  overflow: hidden;
  float: left;
  background: url(../img/nav.jpg) repeat-x;
}
.top .nav ul {
  width: 100%;
  height: 65px;
  float: left;
  padding: 0px 5px;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.top .nav li {
  position: relative;
  white-space: nowrap;
  display: inline-block;
}
.top .nav li a,
.top .nav li .nav_bt {
  font-size: 1rem;
  color: #fff;
  float: left;
  display: block;
  padding: 0px 7px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.top .nav .nav_bt {
  background: url(../img/more.png) no-repeat right center;
}
.top .nav li:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #ec9698;
  position: absolute;
  top: 15px;
}
.top .nav li:first-child:before {
  display: none;
}
ul.nav_ul {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: none;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background: #fff;
  padding: 0px 10px 10px 10px;
  z-index: 99999;
}
ul.nav_ul .nLi {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
ul.nav_ul .nLi h3 {
  float: left;
  margin-left: 2.5%;
}
ul.nav_ul .nLi h3 a {
  font-size: 1em;
  color: #b81b1b;
  float: left;
  display: block;
  margin: 10px 0px 2px 5px;
  padding: 0px;
  border: 0px;
  text-align: center;
}
ul.nav_ul li.esc:first-child {
  border-top: 1px solid #ddd;
  margin-top: 10px;
}
ul.nav_ul .esc {
  padding-bottom: 0px;
}
ul.nav_ul .esc span {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  float: left;
}
ul.nav_ul .sub {
  float: left;
  width: 100%;
}
ul.nav_ul .sub li {
  width: 50%;
  float: left;
  margin: 0px 0px 10px 0px;
}
ul.nav_ul .sub a {
  width: 95%;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #000;
  display: block;
  background: #eee;
  margin: 0px auto;
  padding: 0px;
  border: 0px;
}
ul.nav_ul .sub a.hover {
  color: #fff;
  background: url(../img/nav.jpg);
}
.search {
  width: 100%;
  float: left;
  padding: 10px;
}
.search input {
  background: none;
  border: 0px;
  width: 100%;
  height: 100%;
  float: left;
  font-size: 16px;
  color: #666;
  padding: 0px 10px;
}
.search .fl {
  width: 80%;
  height: 35px;
  background: #fff;
  border: 1px solid #ddd;
  border-right: 0px;
}
.search .fr {
  width: 20%;
  height: 35px;
  background: #dddddd url(../img/search.png) no-repeat center;
  overflow: hidden;
  text-indent: -999999px;
}
.main {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.banner {
  width: 100%;
  height: 250px;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner a {
  width: 100%;
  height: 250px;
  float: left;
  overflow: hidden;
}
.banner img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100%;
}
.banner h4 {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
  text-indent: 10px;
}
.banner .swiper-pagination {
  text-align: right;
  bottom: 3px;
}
.banner .swiper-pagination-bullet {
  background: #fff;
}
.banner .swiper-pagination-bullet-active {
  background: #b81b1b;
}
.list_txt {
  width: 100%;
  float: left;
}
.list_txt li {
  width: 100%;
  height: 95px;
  float: left;
  padding: 0px 10px 10px 10px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.list_txt li:last-child {
  border-bottom: 0px;
}
.list_txt li.img_0 .title {
  width: 100%;
  float: left;
  overflow: hidden;
}
.list_txt li.img_0 h3 {
  float: left;
  margin-right: 5px;
}
.list_txt li.img_0 h3 a {
  font-size: 1rem;
  color: #b81b1b;
  float: left;
}
.list_txt li.img_0 h4 a {
  font-size: 1rem;
  color: #222;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_txt li.img_0 p {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #444;
  line-height: 22px;
  margin-top: 10px;
}
.list_txt li.img_1 {
  position: relative;
}
.list_txt li.img_1 .pic {
  float: left;
  width: 120px;
  height: 80px;
  border-radius: 3px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 10px;
}
.list_txt li.img_1 .pic a {
  width: 100%;
  height: 100%;
  float: left;
}
.list_txt li.img_1 .pic img {
  width: 100%;
  min-height: 100%;
  float: left;
}
.list_txt li.img_1 .fr {
  width: 100%;
  position: relative;
  padding-left: 130px;
}
.list_txt li.img_1 .fr h3 {
  width: 100%;
  float: left;
}
.list_txt li.img_1 .fr h4 {
  width: 100%;
  height: 52px;
  overflow: hidden;
  float: left;
  margin-top: 2px;
}
.list_txt li.img_1 .fr h3 a {
  font-size: 1rem;
  color: #b81b1b;
  float: left;
}
.list_txt li.img_1 .fr h4 a {
  float: left;
  font-size: 1rem;
  color: #222;
}
.list_txt li.img_1 .fr span {
  width: 100%;
  float: left;
  position: absolute;
  bottom: 5px;
  left: 0px;
  font-size: 12px;
  color: #444;
}
.list_txt li.img_1 .fr span i,
.list_txt li.img_1 .fr span .bdsharebuttonbox {
  float: left;
  padding-left: 15px;
  font-style: normal;
}
.list_txt li.img_1 .fr span i.time {
  background: url(../img/time.jpg) no-repeat left center;
  margin-right: 15px;
}
.list_txt li.img_1 .fr span i.user {
  background: url(../img/user.jpg) no-repeat left center;
}
.list_txt li.img_1 .fr span i.click {
  float: right;
  background: url(../img/click.jpg) no-repeat left center;
}
.list_txt li.img_1 .fr span .bds_more {
  padding-left: 15px;
  margin: 0px;
  background: url(../img/fx.png) no-repeat left center;
}
.list_txt .ajx {
  width: 92%;
  margin: 0px 4%;
  text-align: center;
  font-size: 14px;
  color: #000;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  float: left;
  cursor: pointer;
  transition: all 0.3s;
}
.footer {
  width: 100%;
  float: left;
  padding: 20px 5px 50px 5px;
  background: url(../img/banner.jpg) left top repeat-x;
  text-align: center;
  margin-top: 20px;
}
.footer p {
  width: 100%;
  text-align: center;
  float: left;
}
.footer p,
.footer a {
  font-size: 0.7rem;
  color: #000;
  line-height: 25px;
}
.page .list_txt li:last-child {
  border-bottom: 1px dotted #ccc;
}
.page_nav {
  width: 100%;
  float: left;
  background: url(../img/home.png) no-repeat 10px center;
  font-size: 14px;
  color: #797979;
  padding-left: 30px;
  margin-top: 15px;
}
.page_nav a {
  font-size: 14px;
  color: #797979;
}
.pager {
  width: 100%;
  height: 37px;
  text-align: center;
  float: left;
  margin-top: 5px;
  display: block;
  padding: 0px 10px;
}
.pager a,
.pager span,
.pager b {
  line-height: 37px;
  text-align: center;
  float: left;
  height: 37px;
  width: 31%;
  text-shadow: 1px 1px 0px #F6F6F6;
  background: #eee;
  border-radius: 3px;
  color: #000;
}
.pager a {
  color: #009bff;
}
.pager b {
  margin: 0px 10px;
}
.list_pic {
  width: 100%;
  float: left;
}
.list_pic li {
  width: 50%;
  margin-bottom: 20px;
  float: left;
}
.list_pic .pic {
  width: 90%;
  margin: 0px 5%;
  height: 150px;
  float: left;
  overflow: hidden;
}
.list_pic .pic img {
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  float: left;
}
.list_pic h4 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #222;
  margin-top: 10px;
}
/* tibetan */
@font-face {
  font-family: 'Jomolhari';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Jomolhari Regular'), local('Jomolhari-Regular'), url(https://fonts.gstatic.com/s/jomolhari/v1/EvONzA1M1Iw_CBd2hsQyBVgYCK1YNzvX.woff2) format('woff2');
  unicode-range: U+0F00-0FFF, U+200C-200D, U+25CC;
}
/* latin */
@font-face {
  font-family: 'Jomolhari';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('-apple-system'), local('BlinkMacSystemFont'), local('Segoe UI'), local('Roboto'), local('Oxygen-Sans'), local('Ubuntu'), local('Cantarell'), local('Helvetica Neue'), url(https://fonts.gstatic.com/s/jomolhari/v1/EvONzA1M1Iw_CBd2hsQyEFgY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.nr {
  width: 100%;
  float: left;
  padding: 0px 10px;
}
.nr .h1 {
  width: 100%;
  float: left;
  font-size: 1.4rem;
  color: #000;
}
.nr .tool {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #6d6d6d;
  margin: 12px 0px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.nr .tool span {
  margin-right: 5px;
}
.nr .nr_txt {
  width: 100%;
  float: left;
  font-family: Jomolhari, sans-serif;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  color: #444;
  margin-bottom: 10px;
}
.nr .nr_txt a {
  color: #1373ab;
}
.nr .nr_txt img {
  max-width: 100%;
  display: block;
  margin: 0px auto;
}
.nr .nr_txt.mt {
  margin-bottom: 0px;
  margin-top: 10px;
}
.nr .nr_swf {
  width: 100%;
  height: 300px;
  float: left;
}
.nr .nr_swf embed {
  width: 100%;
  height: 300px;
  float: left;
}
.nr .nr_pic {
  width: 100%;
  float: left;
  overflow: hidden;
}
.nr .nr_pic img {
  max-width: 100%;
  float: left;
}
.nr .nr_pic span {
  width: 100%;
  float: left;
  color: #8b8b8b;
  font-size: 1.4rem;
  margin: 10px 0px;
}
.nr .nr_pic p {
  width: 100%;
  float: left;
  color: #000;
  font-size: 1rem;
}
.nr .nr_pic .swiper-notification {
  display: none;
}
.xg {
  width: 100%;
  float: left;
  background: url(../img/block.png) center top repeat-x;
  margin-top: 20px;
  padding-top: 25px;
}
.xg .xg_h1 {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  padding-left: 10px;
  font-size: 1.2rem;
  color: #000;
}
.list_txt.xg li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.footer_nav {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 45px;
  border-top: 2px solid #ddd;
}
.footer_nav .home,
.footer_nav .hw,
.footer_nav .zw,
.footer_nav .map {
  float: left;
  width: 25%;
  height: 100%;
}
.footer_nav a,
.footer_nav .nav_bt {
  font-size: 0.6rem;
  color: #000000;
  width: 100%;
  height: 100%;
  text-align: center;
  border-right: 1px solid #ddd;
  padding-top: 23px;
  float: left;
}
.footer_nav .home {
  background: url(../img/home.png) no-repeat center 6px;
}
.footer_nav .hw {
  background: url(../img/hw.png) no-repeat center 6px;
}
.footer_nav .zw {
  background: url(../img/zw.png) no-repeat center 6px;
}
.footer_nav .map {
  background: url(../img/nav.png) no-repeat center 6px;
}
.footer_nav .map .nav_bt {
  border: 0px;
}
