<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @Author: minihui
 * @Date:   2017-05-24-Wed-10-16-22
 * @Last modified by:   minihui
 * @Last modified time: 2017-05-24-Wed-10-16-49
 * @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;
}
/********************************************************************************
                               çƒ­ç‚¹æ–°é—»
  ********************************************************************************/
.hotNews {
  border: 1px solid #e6e6e6;
  height: 381px;
}
.hotNews li {
  width: 100%;
  height: 56px;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hotNews .last {
  border-bottom: 0;
}
.hotNews .show {
  height: 210px;
  border: 0;
}
.hotNews .show img { width:100%;}
.hotNews .show a {
  color: #5982c7;
}
.hotNews .show span {
  color: #fff;
  background: #5982c7;
}
.hotNews-tit {
  height: 56px;
  line-height: 56px;
  font-weight: bold;
}
.hotNews-tit a {
  display: inline-block;
  width: 288px;
  color: #4d4d4d;
  padding-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hotNews-tit span {
  display: inline-block;
  width: 56px;
  height: 56px;
  text-align: center;
  color: #4d4d4d;
  font-size: 20px;
  float: left;
}
/********************************************************************************
                                æ—…æ¸¸&amp;æ–‡åŒ–
  ********************************************************************************/
.culture .uni-tits,
.travel .uni-tits {
  margin-top: 5px;
}
.culture .uni-tits li,
.travel .uni-tits li {
  padding-left: 0;
}
.culture .uni-tits li::before,
.travel .uni-tits li::before {
  display: none;
}
.tab1{width:375px;position:relative;margin:0px auto;} 
.tab1 .tab_menu {width:100%;float:left;position:absolute;z-index:1; border-bottom: 1px solid #dbdbdb;} 
.tab1 .tab_menu li {float:left;width:auto;height:36px;line-height:36px;border-bottom:0px;cursor:pointer;text-align:center;margin:0 20px 0 0;} 
.tab1 .tab_menu li a { color:#999;}
.tab1 .tab_menu li a::before { display: none;}
.tab1 .tab_menu .selected a { color: #3e6aba;}
.tab1 .tab_menu .selected a::before { display: block;}
.tab1 .tab_box {width:360px;height:300px;clear:both;top:60px;position:relative;} 
.tab1 .tab_menu .selected {cursor:pointer;} 
.tab1 .tab_box div { padding:0px; }  
.tab1 .hide {display:none;}

/********************************************************************************
                                ç²¾å½©å›¾ç‰‡
  ********************************************************************************/
.photoGallery {
  height: 400px;
}
.photoGallery .show {
  height: 226px;
}
.photoGallery .show .photoGallery-img {
  height: 226px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.photoGallery li {
  height: 58px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.photoGallery-img {
  height: 0;
  overflow: hidden;
  position: relative;
}
.photoGallery-img img {
  width: 100%;
  height: 100%;
}
.photoGallery-tit {
  line-height: 58px;
  padding: 0 10px;
  height: 58px;
  color: #fff;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.photoGallery-tit a {
  color: #fff;
}
.first .photoGallery-tit {
  background-color: #608cd4;
}
.second .photoGallery-tit {
  background-color: #5982c7;
}
.third .photoGallery-tit {
  background-color: #3e6aba;
}
.four .photoGallery-tit {
  background-color: #30489f;
}
.photoGallery-img-tit {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  line-height: 48px;
  width: 340px;
  padding: 0 10px;
  height: 48px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.photoGallery-img-tit a {
  color: #fff;
  z-index: 2;
  position: relative;
}
.photoGallery-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;
}
.photoGallery-box {
  width: 360px;
}
.photoGallery-box.fixed {
  position: fixed;
  top: 0;
  z-index: 99;
}

/*# sourceMappingURL=right.css.map */
</pre></body></html>