﻿@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */

/**
 * @Author: minihui
 * @Date:   2017-05-18-Thu-16-43-36
 * @Last modified by:   minihui
 * @Last modified time: 2017-06-13-Tue-16-14-46
 * @Copyright: Copyright 漏 2000 - 2017 XINHUANET.com銆€All Rights Reserved.
鍒朵綔鍗曚綅锛氭柊鍗庣綉鑲′唤鏈夐檺鍏徃銆€銆€鐗堟潈鎵€鏈� 鏂板崕缃戣偂浠芥湁闄愬叕鍙�
 */
.left {
  float: left;
}
.right {
  float: right;
}
.oh {
  overflow: hidden;
}
.os {
  overflow: scroll;
}
.ov {
  overflow: visible;
}
.bgnr {
  background-repeat: no-repeat;
}
.bgr {
  background-repeat: repeat;
}
.bgrx {
  background-repeat: repeat-x;
}
.bgry {
  background-repeat: repeat-y;
}
.bgCover {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.part {
  width: 1200px;
  margin: 0 auto;
}
.font-xs {
  font-size: 12px;
}
.font-s {
  font-size: 14px;
}
.font-m {
  font-size: 16px;
}
.font-l {
  font-size: 18px;
}
a:hover {
  color: #ff9724!important;
}
img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}
img:hover {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
/********************************************************************************
                              閫氱敤 鍒嗙被鏍囬
********************************************************************************/
.tit {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
}
.tit a {
  font-size: 18px;
  line-height: 36px;
  position: relative;
  color: #305798;
  font-weight:bold;
}
.tit a::before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #3e6aba;
  position: absolute;
  left: 0;
  bottom: -8px;
}
.tit i {
  font-style: normal;
  font-size: 14px;
  color: #305798;
  margin-left: 20px;
}
/********************************************************************************
                              閫氱敤 宸﹀浘鍙虫枃
********************************************************************************/
.uni-pat {
  margin-bottom: 25px;
}
.uni-pat-img {
  width: 160px;
  height: 106px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
}
.uni-pat-img img {
  width: 100%;
  height: 100%;
}
.uni-pat-tit {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  /*
  overflow: hidden;
  */
}
.uni-pat-sum {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #999999;
  margin-top: 5px;
}
.uni-pat-sum a {
  color: #999999;
}
/********************************************************************************
                              閫氱敤 鏍囬鎽樿
********************************************************************************/
.uni-tas {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.uni-tas-tit {
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  width: 100%;
  overflow: hidden;
  float: right;
}
.uni-tas-sum {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  width: 100%;
  overflow: hidden;
  float: right;
  color: #999999;
  margin-top: 5px;
}
.uni-tas-sum a {
  color: #999999;
}
/********************************************************************************
                              閫氱敤 鏂囧瓧鍒楄〃
********************************************************************************/
.uni-tits li {
  font-size: 14px;
  line-height: 30px;
  position: relative;
  padding-left: 14px;
  overflow: hidden;
  width: 100%;
  height: 30px;
}
.uni-tits li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #b5b5b5;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
.uni-tits .imp {
  font-size: 18px;
  color: #305798;
  font-weight:bold;
}
.uni-tits .imp a {
  color: #305798;
}
/********************************************************************************
                              澶存潯鏂伴椈
********************************************************************************/
.part0-headNews {
  width: 935px;
  float: left;
  border-bottom: 1px dashed #e4e4e4;
  padding-bottom: 25px;
}
h1 {
  width: 100%;
  height: 90px;
  line-height: 90px;
  font-size: 24px;
  text-align: center;
  color: #305798;
  font-weight: bold;
}
h1 a {
  color: #305798;
}
.part0-headNews-hots {
  font-size: 14px;
  color: #999999;
  height: 24px;
  line-height: 24px;
  width: 806px;
  float: left;
  overflow: hidden;
  text-align: center;
}
.part0-headNews-hots a {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  padding: 0 5px;
}
.part0-headNews-more {
  float: right;
  position: relative;
  font-size: 14px;
  color: #305798;
  line-height: 24px;
  padding-right: 15px;
}
.part0-headNews-more::before {
  content: "|";
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  left: -20px;
  top: 0;
}
.part0-secretary {
  width: 202px;
  float: right;
  padding-top: 15px;
}
.part0-secretary-tit {
  background-color: #f4f4f4;
  width: 100%;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
}
/********************************************************************************
                              鐒︾偣鍖�
********************************************************************************/
.part1 {
  margin-top: 30px;
}
.part1-left {
  width: 937px;
  float: left;
}
.part1-left-top-list {
  width: 385px;
  float: left;
  margin-top: -8px;
}
.part1-left-top-list li {
  padding-left: 0;
  line-height: 36px;
  height: 36px;
}
.part1-left-top-list li::before {
  display: none;
}
.part1-left-top-list-tits {
  margin-top: 10px;
}
.part1-left-top-rotate {
  width: 526px;
  height: 370px;
  float: right;
}
.part1-left-top-rotate .swiper-container {
  width: 100%;
  height: 100%;
}
.part1-left-top-rotate .pagination {
  position: absolute;
  width: 80px;
  height: 15px;
  right: 16px;
  bottom: 18px;
  z-index: 3;
}
.part1-left-top-rotate .swiper-pagination-switch {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  display: inline-block;
  margin-right: 5px;
}
.part1-left-top-rotate .swiper-active-switch {
  background-color: #fff;
}
.part1-left-top-rotate-img {
  width: 526px;
  height: 330px;
  overflow: hidden;
  
}
.part1-left-top-rotate-img img{
  width:100%;
  height:100%
  }
.part1-left-top-rotate-tit {
  width: 526px;
  height: 40px;
  position: relative;
}
.part1-left-top-rotate-tit a {
  position: relative;
  z-index: 1;
  line-height: 40px;
  width: 94%;
  height: 100%;
  padding: 0 3%;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
}
.part1-left-top-rotate-tit::before {
  content: "";
  background-color: #3f3f3f;
  background-image: url("http://tibet.news.cn/2017/img/xhdf-titbg.png");
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  display: block;
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.part1-left-bottom-tit {
  line-height: 50px;
  color: #5982c7;
  
  margin-top: 24px;
  font-family:zw_sarchen;
  font-size:22px;
}
.part1-left-bottom-tit a {
  color: #5982c7;
}
.part1-left-bottom-cont {
  width: 895px;
  height: 164px;
  border: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  padding: 20px;
  position: relative;
}
.part1-left-bottom-cont::before {
  content: "";
  background-image: url("http://tibet.news.cn/2017/img/zy_bt.png");
  position: absolute;
  left: 0;
  top: -16px;
  width: 934px;
  height: 25px;
}
.part1-left-bottom-cont-list {
  width: 664px;

  overflow: hidden;
  float: left;
}
.part1-left-bottom-cont-list li {
  padding-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  font-family:zw_sarchung;
  font-size:16px;
  line-height: 38px;
  width: 100%;
  height: 38px;
}
.part1-left-bottom-cont-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #b5b5b5;
  position: absolute;
  left: 0;
  top: 18px;
}
.part1-left-bottom-cont-list .imp {
  padding-bottom: 10px;
  padding-left: 0;
}
.part1-left-bottom-cont-list .imp a {
  color: #305798;
}
.part1-left-bottom-cont-list .imp::before {
  display: none;
}
.part1-left-bottom-cont-pic {
  float: right;
  width: 230px;
  height: 140px;
  overflow: hidden;
  margin-top: 12px;
  position: relative;
}
.part1-left-bottom-cont-pic img {
  width: 100%;
  height: 100%;
}
.part1-left-bottom-cont-pic span {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 2%;
    overflow: hidden;
    color: #a60000;
    font-size: 12px;
    left: 0;
    bottom: 0;
    background-color: rgba(150, 154, 154, 0.62);
    font-family:zw_sarchung;
}
.part1-left-bottom-cont-pic span a {
  color: #fff;
}
.part1-right {
  width: 242px;
  float: right;
}
.part1-right-upper {
  width: 242px;
  height: 120px;
}
.part1-right-upper img {
  width: 242px;
  height: 120px;
}
.part1-right-middle {
  padding: 18px;
  width: 204px;
  height: 182px;
  border: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  position: relative;
  margin: 30px auto;
}
.part1-right-middle ul {
  margin: 12px auto;
}
.part1-right-middle li {
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.part1-right-middle li a .loc {
  color: #5982c7;
}
.part1-right-middle li a .date {
  font-size: 12px;
  color: #aaaaaa;
  padding-left: 3px;
}
.part1-right-middle li i {
  font-style: normal;
}
.part1-right-middle .last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.part1-right-middle-type {
  font-size: 18px;
  text-align: center;
  width: 90px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -45px;
}
.part1-right-middle-type a {
  position: relative;
  z-index: 2;
  color: #305798;
  font-weight: bold;
}
.part1-right-middle-type::after {
  content: "";
  background-color: #f7f7f7;
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 1px;
  z-index: 0;
}
.part1-right-bottom {
  padding: 18px;
  width: 204px;
  height: 169px;
  border: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  position: relative;
  margin: 32px auto 0;
}
.part1-right-bottom-type {
  font-size: 18px;
  text-align: center;
  width: 90px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -45px;
}
.part1-right-bottom-type a {
  position: relative;
  z-index: 2;
  color: #305798;
  font-weight: bold;
}
.part1-right-bottom-type::after {
  content: "";
  background-color: #f7f7f7;
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 1px;
  z-index: 0;
}
.part1-right-bottom-pic {
  width: 204px;
  height: 100px;
  margin: 16px auto 0;
  overflow: hidden;
}
.part1-right-bottom-pic img {
  width: 100%;
  height: 100%;
}
.part1-right-bottom-tit {
  font-size: 14px;
  line-height: 23px;
  width: 100%;
  height: 46px;
  overflow: hidden;
  margin-top: 10px;
}
/********************************************************************************
                       浠婃棩鐑偣 & 鏈珯鍘熷垱 & 鏂板崕绀捐鑰呯湅瑗胯棌
********************************************************************************/
.part2 {
  margin-top: 0px;
}
.part2-left {
  width: 385px;
  margin-right: 35px;
  float: left;
}
.part2-center {
  width: 514px;
  float: left;
}
.part2-center .uni-tits {
  width: 44%;
  float: left;
  margin-right: 5%;
}
.part2-right {
  width: 242px;
  float: right;
}
.part2-right .uni-pat {
  border-bottom: 1px dashed #969a9a;
  padding-bottom: 18px;
  margin-bottom: 16px;
}
.part2-right .uni-pat-img {
  width: 98px;
  height: 120px;
}
.part2-right .uni-pat-tit {
  height: 24px;
}
.part2-right .uni-pat-sum {
  height: 96px;
}
.part2-right li {
  padding-left: 0;
}
.part2-right li::before {
  display: none;
}
/********************************************************************************
                               閫氭爮骞垮憡
********************************************************************************/
.adv {
  margin-top: 20px;
}
.adv ul {
  width: 1230px;
}
.adv-small {
  width: 360px;
  margin-right: 30px;
  overflow: hidden;
  display: inline-block;
  float: left;
  height: 100px;
}
.adv-middle {
  width: 277.5px;
  margin-right: 30px;
  overflow: hidden;
  display: inline-block;
  float: left;
  height: 100px;
}
.adv-big {
  width: 810px;
  overflow: hidden;
  display: inline-block;
  float: left;
  height: 100px;
}
/********************************************************************************
                       鏀挎儏浜轰簨 & 瀹炰簨璇勮 & 涓� 棰� & 鏂板崕缃戣
********************************************************************************/
.part3 {
  margin-top: 20px;
}
.part3-left {
  width: 376px;
  margin-right: 35px;
  float: left;
}
.part3-center {
  width: 376px;
  margin-right: 35px;
  float: left;
}
.part3-center .uni-pat {
  margin-bottom: 0px;
}
.part3-right {
  width: 376px;
  float: right;
}
.part3-left-name {
  font-size: 14px;
  line-height: 25px;
  width: 77px;
  height: 34px;
  background-image: url("http://tibet.news.cn/2017/img/tit_bg.png");
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.part3-left-name a {
  color: #fff;
}
.part3-right-cont {
  height: 400px;
}
.part3-right-cont .show {
  height: 226px;
}
.part3-right-cont .show .part3-right-cont-img {
  height: 226px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.part3-right-cont li {
  height: 58px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.part3-right-cont-img {
  height: 0;
  overflow: hidden;
  position: relative;
}
.part3-right-cont-img img {
  width: 100%;
  height: 100%;
}
.part3-right-cont-tit {
  line-height: 58px;
  padding: 0 10px;
  height: 58px;
  color: #fff;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.part3-right-cont-tit a {
  color: #fff;
}
.first .part3-right-cont-tit {
  background-color: #608cd4;
}
.second .part3-right-cont-tit {
  background-color: #5982c7;
}
.third .part3-right-cont-tit {
  background-color: #3e6aba;
}
.four .part3-right-cont-tit {
  background-color: #30489f;
}
.part3-right-cont-img::before {
  content: "";
  width: 57px;
  height: 57px;
  background-image: url("http://tibet.news.cn/2017/img/play.png");
  -webkit-background-size: 96% auto;
     -moz-background-size: 96% auto;
          background-size: 96% auto;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -28px;
  margin-top: -28px;
}
.part3-right-cont-img-tit {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  line-height: 48px;
  width: 356px;
  padding: 0 10px;
  height: 48px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.part3-right-cont-img-tit a {
  color: #fff;
  z-index: 2;
  position: relative;
}
.part3-right-cont-img-tit::before {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}
/********************************************************************************
                           鏂板崕鐐浘
********************************************************************************/
.part4 {
  margin-top: 20px;
}
.part4-cont {
  width: 100%;
  height: 600px;
}
.part4-cont ul {
  width: 1205px;
}
.part4-cont li {
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
  overflow: hidden;
}
.part4-cont li a {
  /*display: block;*/
  position: relative;
  color: #fff;
}
.part4-cont li i {
  width: 100%;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  font-size: 16px;
  font-style: normal;
}
.part4-cont .big {
  width: 479px;
  height: 298px;
  float: left;
  position: relative;
  overflow: hidden;
}
.part4-cont .big img {
  width: 100%;
  height: 100%;
}
.part4-cont .small {
  width: 238px;
  height: 298px;
  float: left;
  overflow: hidden;
}
.part4-cont .small .small-div {
  width: 238px;
  height: 148px;
  margin-bottom: 2px;
  overflow: hidden;
  position: relative;
}
.part4-cont .small .small-div img {
  width: 100%;
  height: 100%;
}
.part4-cont .small a {
  color: #fff;
}
/********************************************************************************
               瑗胯棌瑕侀椈 & 鎻� 钘� & 椹绘潙鏁呬簨 & 鐜� 淇� & 鏃� 娓� & 瑗胯棌鎽勫奖瀹�
********************************************************************************/
.part5 {
  margin-top: 30px;
  overflow: hidden;
}
.part5-cont {
  width: 1236px;
}
.part5-cont-item {
  float: left;
  width: 376px;
  margin-right: 36px;
  margin-bottom: 20px;
}
.part5-cont-item-swiper {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.part5-cont-item-swiper .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.part5-cont-item-swiper .swiper-slide {
  width: 100%;
  height: 240px;
  position: relative;
}
.part5-cont-item-swiper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 57px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  z-index: 2;
}
.part5-cont-item-swiper-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.part5-cont-item-swiper-img img {
  width: 100%;
  height: 100%;
}
.part5-cont-item-swiper-tit {
  width: 94%;
  padding: 0 3%;
  position: absolute;
  z-index: 2;
  height: 42px;
  line-height: 42px;
  left: 0;
  bottom: 15px;
  color: #fff;
  overflow: hidden;
}
.part5-cont-item-swiper-tit a {
  color: #fff;
  display: block;
  z-index: 2;
}
.part5-cont-item-swiper-pagination {
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
}
.part5-cont-item-swiper-pagination .swiper-pagination-switch {
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 1px solid #fff;
  margin-right: 5px;
  line-height: 15px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
.part5-cont-item-swiper-pagination .swiper-active-switch {
  background-color: #fff;
}
.part5-cont-item-tits {
  margin-top: 25px;
}
.part5-cont-item-tits li {
  float: left;
  width: 48%;
  margin-right: 2%;
  padding-left: 0;
}
.part5-cont-item-tits li::before {
  display: none;
}
.part5-cont-item-tits i {
  color: #5982c7;
  font-style: normal;
}
.part5-photo {
  width: 1200px;
  margin-bottom: 30px;
}
.part5-cont-photo-swiper {
  width: 100%;
  height: 190px;
}
.part5-cont-photo-swiper .swiper-slide {
  width: 300px;
  height: 190px;
  overflow: hidden;
  position: relative;
}
.part5-cont-photo-swiper .arrow-left {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  background-image: url("http://tibet.news.cn/2017/img/left.png");
  display: block;
  z-index: 3;
}
.part5-cont-photo-swiper .arrow-right {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  background-image: url("http://tibet.news.cn/2017/img/right.png");
  display: block;
  z-index: 3;
}
.part5-con-photo-swiper-img {
  width: 297px;
  height: 190px;
  overflow: hidden;
  margin-right: 3px;
}
.part5-con-photo-swiper-img img {
  width: 100%;
  height: 100%;
}
.part5-con-photo-swiper-tit {
  position: absolute;
  width: 297px;
  margin-right: 3px;
  height: 60px;
  overflow: hidden;
  z-index: 2;
  left: 0;
  bottom: 0;
}
.part5-con-photo-swiper-tit a {
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 96%;
  padding: 0 2%;
  height: 60px;
  z-index: 2;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
}
.part5-con-photo-swiper-tit::before {
  content: "";
  width: 297px;
  margin-right: 3px;
  height: 100%;
  z-index: 0;
  display: block;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
/********************************************************************************
                           鏂囧寲闈為仐涓撴爮
********************************************************************************/
.part6 {
  width: 100%;
  min-width: 1200px;
  height: 612px;
  padding-top: 16px;
  margin-top: 20px;
  background-image: url("http://tibet.news.cn/2017/img/wh_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.part6 .tit {
  margin-bottom: 15px;
}
.part6 .uni-tas {
  padding-top: 5px;
  margin-bottom: 5px;
  border-bottom: none;
}
.part6-left {
  width: 376px;
  margin-right: 35px;
  float: left;
}
.part6-center {
  width: 376px;
  margin-right: 35px;
  float: left;
}
.part6-center .uni-tits {
  margin-bottom: 25px;
}
.part6-right {
  width: 376px;
  float: right;
}
.part6-right .uni-tits {
  margin-bottom: 25px;
}
.part6-cont {
  width: 100%;
}
.part6-name {
  font-size: 18px;
  color: #16abe9;
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
  line-height: 27px;
}
.part6-name a {
  color: #16abe9;
}
.part6-name::before {
  content: "";
  width: 4px;
  height: 18px;
  background-color: #16abe9;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
.part6-left-pts {
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin-bottom: 10px;
}
.part6-left-pts-img {
  height: 246px;
  width: 100%;
  position: relative;
}
.part6-left-pts-img img {
  width: 100%;
  height: 100%;
}
.part6-left-pts-tit {
  width: 96%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 18px;
}
.part6-left-pts-tit a {

  color: #fff;
}
.part6-left-pts-img::before {
  content: "";
  height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.part6-left-pts-sum {
  height: 84px;
  padding: 10px 4%;
  background-color: #5982c7;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
}
/********************************************************************************
                        钘忓尰鑽� & 娴峰鐪嬭タ钘� & 鏁� 鑲�
********************************************************************************/
.part7 {
  margin-top: 20px;
}
.part7-cont {
  width: 1236px;
}
.part7-cont-item {
  float: left;
  width: 376px;
  margin-right: 36px;
}
/********************************************************************************
                              鐩稿叧閾炬帴
********************************************************************************/
.part8-cont {
  background-color: #f6f6f6;
  padding: 30px 15px;
}
.part8-cont li {
  float: left;
  width: 20%;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
}

/*# sourceMappingURL=index.css.map */@charset "utf-8";
/* CSS Document */
