a:hover {
  text-decoration: none;
}

#t-header {
  padding-top: 20px;
}
#t-header .logo {
  padding-left: 85px;
  background: url(../images/logo.png) no-repeat 40px;
  background-size: 576px 73px;
}
#t-header .logo h1 {
  color: #3083eb;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}
#t-header .logo h3 {
  font-size: 20px;
  color: #a9a9a9;
  margin-top: -2px;
  font-weight: bold;
}
#t-header .search {
  margin-top: 5px;
}
#t-header .search .input-group {
  height: 30px;
}
#t-header .search input {
  height: 30px;
  box-shadow: none;
}
#t-header .search input:focus {
  box-shadow: none;
}
#t-header .search .btn {
  width: 80px;
  height: 30px;
  padding: 0;
  color: white;
  background: darkgray;
}
#t-header .share {
  line-height: 30px;
  margin-top: 10px;
  margin-left: 40px;
}
#t-header .share p {
  display: inline-block;
  width: 126px;
  height: 30px;
  background: url(../images/share.png) no-repeat;
  background-size: 100%;
}
#t-header .share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  margin: 0 3px;
}
#t-header .share .language {
  position: relative;
  display: inline-block;
  width: 104px;
  height: 30px;
  font-size: 13px;
  margin-left: 210px;
  z-index: 66;
  cursor: pointer;
}
#t-header .share .language b {
  position: relative;
  display: block;
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
  font-weight: normal;
  border: 1px solid #eee;
}
#t-header .share .language b:before {
  display: block;
  position: absolute;
  top: 12px;
  right: 8px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #000;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
  content: '';
}
#t-header .share .language:hover b:before {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
#t-header .share .language span {
  position: absolute;
  top: 100%;
  left: 0;
  width: 104px;
  height: 30px;
  padding-left: 40px;
  line-height: 30px;
  display: none;
}
#t-header .share .language .ch {
  background: white url(../images/ch.png) no-repeat 8px center;
 
}
#t-header .share .language .en {
  background: white url(../images/en.png) no-repeat 8px center;
}

#t-nav {
  background: #1e50ae;
}
#t-nav #navbar {
  padding: 0;
  padding-left: 20px;
}
#t-nav .dropdown-menu a {
  color: #343434;
}
#t-nav .navbar-nav > li > ul.dropdown-menu {
  top: 110%;
  border-top: 2px solid #1e50ae;
}
#t-nav .navbar-nav > li > ul.dropdown-menu::before {
  position: absolute;
  top: -11px;
  left: 50%;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  margin-left: -10px;
  content: "";
}
#t-nav .navbar-nav > li > ul.dropdown-menu::after {
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: transparent;
  content: '';

}
#t-nav .navbar-nav > li > ul.dropdown-menu a:hover {
  color: #1e50ae;
  background: transparent;
}
#t-nav a {
  font-size: 16px;
  text-align: center;
  color: #fff;

}
#t-nav .navbar {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 0;
}
#t-nav .navbar-nav > li a {
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
#t-nav .navbar-nav > li > a {
  line-height: 50px;
  padding: 0 50px;
}
#t-nav .navbar-nav > li > a:hover {
  background-color: #13439d;
}
#t-nav .navbar-nav > li.active > a {
  color: #fff;
  background-color: #13439d;
}
#t-nav .navbar-default .navbar-nav > .open > a,
#t-nav .navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #13439d;
}

#carousel {
  padding: 0;
  height: 300px;
  overflow: hidden;
}
#carousel .carousel-inner > .item .carousel-pic {
  height: 300px;
}
#carousel .carousel-inner > .item .carousel-pic1 {
  background: url(../images/carousel_01.jpg) no-repeat center;
}
#carousel .carousel-inner > .item .carousel-pic2 {
  background: url(../images/carousel_02.jpg) no-repeat center;
}
#carousel .carousel-inner > .item .carousel-pic3 {
  background: url(../images/carousel_03.jpg) no-repeat center;
}
#carousel .carousel-indicators {
  display: none;
}

#main .guide ul > li {
  float: left;
  width: 95px;
  margin-left: 20px;
  margin-top: 10px;
}
#main .guide ul > li img {
  width: 95px;
  height: 125px;
}
#main .guide ul > li span {
  display: block;
  text-align: center;
  margin: 10px 0;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
  content: '';
}

.columns.columns-t-bg .columns-title {
  border-bottom: 0;
  background-color: #1e50ae;
}
.columns.columns-t-bg .columns-title > h4 {
  color: #fff;
}
.columns.columns-t-bg .columns-list {
  border: 1px solid #f0f0f0;
  padding-top: 5px;
  margin-bottom: 8px;
}
.columns.columns-t-bg .columns-list > li {
  padding: 0;
}

.columns-title {
  height: 45px;
  padding: 0 5px;
  border-bottom: 1px solid #e0e0e0;
}
.columns-title > h4 {
  float: left;
  padding: 0 5px;
  line-height: 45px;
  font-size: 16px;
  color: #1e50ae;
  border-bottom: 1px solid #1e50ae;
  margin: 0;
  margin-top: -1px;
}
.columns-title .more {
  float: right;
  line-height: 45px;
  font-size: 14px;
  color: #999999;
}

.columns-list {
  padding: 10px 10px 0;
}
.columns-list > li {
  line-height: 35px;
  padding: 3px 0;
  border-bottom: 1px dashed #e0e0e0;
}
.columns-list > li > a {
  display: block;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.columns-list > li > a:hover {
  color: #1e50ae;
}
.columns-list > li.nobd {
  border-bottom: 0;
}
.columns-list .columns-media {
  padding-bottom: 10px;
}
.columns-list .columns-media a {
  display: block;
  color: #666;
}
.columns-list .columns-media .media img {
  width: 152px;
  height: 107px;
}
.columns-list .columns-media .media-body {
  font-size: 14px;
}
.columns-list .columns-media .media-body h4 {
  width: 280px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.columns-list .columns-media .media-body p {
  width: 300px;
  height: 60px;
  line-height: 20px;
}
.columns-list > li.mixin-mt {
  padding: 20px 0 !important;
}
.columns-list > li.mixin-mt .mixin-img {
  float: left;
  width: 84px;
  height: 84px;
  text-align: center;
  color: #666666;
  background: #f2f2f2;
}
.columns-list > li.mixin-mt .mixin-img b, .columns-list > li.mixin-mt .mixin-img i {
  display: block;
}
.columns-list > li.mixin-mt .mixin-img b {
  height: 25px;
  line-height: 25px;
  font-size: 25px;
  margin-top: 20px;
}
.columns-list > li.mixin-mt .mixin-img i {
  height: 14px;
  line-height: 14px;
  font-size: 14px;
}
.columns-list > li.mixin-mt .mixin-txt {
  float: left;
  width: 140px;
  line-height: 24px;
  letter-spacing: 1px;
  padding-left: 15px;
}
.columns-list > li.mixin-mt .mixin-txt a {
  color: #666666;
}
.columns-list > li.mixin-mt .mixin-txt a:hover {
  color: #1e50ae;
}

.columns-list.essayList .title {
  float: left;
  width: 850px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 25px;
  padding: 6px 0;
}
.columns-list.essayList .tags {
  float: right;
}
.columns-list.essayList .tags i {
  font-style: normal;
  margin: 0 7px;
}

.m-news img {
  max-width: 100%;
}
.m-news .news-pic p {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  color: #fff;
  filter: Alpha(opacity=70);
  opacity: 0.7;
  background: black;
  margin-top: -30px;
}

#b-footer {
  font-size: 13px;
  text-align: center;
  color: #dedede;
  background-color: #212121;
  padding: 0 0 10px 0;
  margin-top:10px;

}
#b-footer p {
  margin-bottom: 5px;
}

#organs {
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  color: white;
  background-color: #1e50ae;
  margin-bottom: 10px;
}
#organs a {
  padding: 0 15px;
  color: white;
}

#b-nav {
  margin-bottom: 5px;
}
#b-nav a {
  padding: 0 10px;
  color: inherit;
}

.location-tips {
  height: 20px;
  margin: 5px;
}

.essay-content {
  padding: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px;
}
.essay-content .public-des {
  display: block;
  padding: 20px 0;
  color: #adadad;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}
.essay-content p {
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  text-indent: 2em;
  margin: 10;
  margin: 0 0 0px;
  margin-top:12px;
  text-align: justify;
}
.essay-content p.title-sub {
  font-weight: bold;
}
.essay-content .show-media {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}

.essay-content h3
{
  text-align: center;
}

.readmore {
  margin-bottom: 20px;
}
.readmore a {
  color: #666;
}
.readmore .readmore-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.readmore .readmore-title span {
  padding-right: 30px;
}
.readmore .readmore-tags a {
  margin: 0 3px;
}
.readmore .readmore-share {
  height: 33px;
  line-height: 33px;
}
.readmore .readmore-share span {
  display: inline-block;
  vertical-align: middle;
}
.readmore .readmore-share a {
  display: inline-block;
  width: 33px;
  height: 33px;
  vertical-align: middle;
  background: url(../images/icon.png) no-repeat -1302px -100px;
  margin: 0 3px;
}
.readmore .readmore-share .weibo {
  background-position: -1302px -190px;
}
.readmore .readmore-share .tuite {
  background-position: -1302px -550px;
}

.page-tools {
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
}
.page-tools a {
  padding: 0 10px;
  font-size: 14px;
  color: #666666;
}
.page-tools a.active {
  color: #1e50ae;
}

.detailMainLeftMenu_cur
{
	font-weight:bold;
}

.detailMainLeftMenu_cur:link, .detailMainLeftMenu_cur:visited
{
	color: #1e50ae;
}
/*# sourceMappingURL=master.css.map */
