html {
  overflow-x: hidden; }

body { font-family:"微软雅黑";}

.navbar {
  margin-bottom: 0px; }
  .navbar header:after {
    clear: none !important; }

.navbar-inverse .navbar-brand {
  color: #B4B4B4; }

.sidebar-brand {
  border-bottom: 1px solid silver;
  clear: both;
  padding-bottom: 10px; }


.sidebar-brands {

  clear: both;
  padding-bottom: 10px; }



.sidebar-nav a:hover, .sidebar-nav a.on {
  color: #FD7522; }

.sub-menu {
  list-style-type: none;
  padding: 10px 0px 0px 1.2em; }
  .sub-menu li {
    margin: 0px; }

.sub-menu:empty {
  display: none; }

.logo-big {
  display: none;
        color:white;
  width: 95px;
  height: 50px;
  margin-top: -5px;
  margin-left: -7px;
background: url("../img/logo.png") 0 0 no-repeat;
  text-indent: -9999px; }

.logo-small {
  display: block;
    color:white;
  width: 39px;
  height: 50px;
background: url("../img/slogo.png") 0 0 no-repeat;
  text-indent: -9999px;
  margin-top: -4px;
  margin-left: -4px; }

.container {
  width: 100%; }
  .container .row {
    /* flexbox specific properties */
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }

.intro {
  width: 200px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  color: #FD7522;
  padding: 20px 15px 15px 15px;
  font-size: 0.95em; }

.menu-item {
  padding-top: 23px; }

#content-block {
  width: 100%; }
  #content-block > .col-item {
    float: none;
    display: inline-block;
    vertical-align: top; }

#home-container .img {
  margin-top: 15px; }
#home-container h2 {
  font-size: 24px;
  margin-bottom: .25em; }
#home-container h3 {
  font-size: 16px;
    line-height: 24px;
  margin: 0 0 .5em 0;
  font-weight: normal;
 /* font-style: italic;*/ }
#home-container .jumbotron {
  background-color: none;
  padding-left: 0px;
  padding-right: 0px; }
  #home-container .jumbotron h2 {
    font-size: 20px; }

.jumbotron {
  background-color: inherit;
  padding: 18px 0px 18px 0px; }
  .jumbotron h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    color: black; }
  .jumbotron ul, .jumbotron ol {
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 15px; }

.col-item.link a {
  color: #333; }

.col-item {
  padding: 15px; }

#news-block .col-item h1 {
  font-size: 1.5em;
  color: black;
  font-weight: normal;
  margin-top: 0px;
  padding: 0; }

#news-block .col-item h2 {
  font-size:16px; 
font-weight:bold;
 font-family: "微软雅黑";
    line-height: 20px;
    height: 44px;
    
}

#news-block h1 {
  font-family: "微软雅黑";
  font-weight: bold;
  padding-left: 15px;
  margin: 0; }

.btn-primary, .btn-default {
  background-color: #189ACA;
  color: #fff;
  border-color: #0381af; }

.btn-primary:hover, .btn-default:hover {
  background-color: #FD7522;
  color: #fff;
  border-color: #e26214;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.main-link {
  color: #FD7522;
  font-size: 1.1em; }

.main-link:hover {
  color: #0381af;
  text-decoration: none; }

.glyphicon-download:before {
  font-size: 24px; }

.link-menu {
  margin-top: -50px; }

.img a.gallery {
  cursor: pointer; }

/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* Toggle Styles */
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#wrapper.toggled {
  padding-left: 200px;
  position: fixed;
  left: 0;
  right: 0; }
  #wrapper.toggled #sidebar-wrapper {
    width: 200px; }
  #wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -200px; }

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 200px;
  width: 0;
  height: 100%;
  margin-left: -200px;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px; }

.footer-menu {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; }
  .footer-menu a {
    margin-right: 10px; }

/* Sidebar Styles */
.sidebar-nav {
  width: 200px;
  margin: 15px 0px 0px 0px;
  padding: 0;
  list-style: none;
  font-size: 1.2em; }
  .sidebar-nav li {
    text-indent: 18px;
    margin-bottom: 10px; }
    .sidebar-nav li a {
      display: block;
      text-decoration: none;
      color: #68686B; }

@media (min-width: 768px) {
  #wrapper {
    padding-left: 200px; }

  #wrapper.toggled {
    padding-left: 200px; }
    #wrapper.toggled #sidebar-wrapper {
      width: 200px; }
    #wrapper.toggled #page-content-wrapper {
      position: relative;
      margin-right: 0; }

  #sidebar-wrapper {
    width: 200px; }

  #page-content-wrapper {
    padding: 20px;
    position: relative; }

  .logo-big {
    display: block; }

  .logo-small {
    display: none; }

  .modal-dialog {
    width: auto;
    max-width: 1000px; }

  .jumbotron h1 {
    font-size: 40px; font-family: "黑体"; } }
@media (min-width: 992px) {
  #content-block .col-item {
    width: 33%; }

  #home-container {
    /* flexbox specific properties */
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; } }
@media (min-width: 1280px) {
  #wrapper {
    width: 1280px;
    margin: 0 auto; } }
@media (max-width: 768px) {
  .single-image {
    width: 100% !important; }

  .jumbotron h2:first-of-type {
    font-size: 18px !important;
    margin-top: 0px; }

  .navbar-brand {
    font-size: 15px;
    padding-right: 0;
    color: #68686B !important; }

  .open > .link-wrapper {
    display: block; }

  .link-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 230px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
    .link-wrapper a {
      clear: both;
      padding-top: 5px;
      padding-bottom: 5px;
      height: inherit; }
    .link-wrapper a:hover {
      color: inherit !important; }

  .dropdown-toggle {
    font-size: 20px;
    line-height: .5em;
    padding: 5px;
    display: inline-block;
    margin-top: 16px;
    margin-left: 5px;
    background-color: silver; } }
@media (min-width: 480px) and (max-width: 992px) {
  #home-container .col-item {
    width: 33.33333333%;
    float: left; }

  #home-container .col-item img {
    width: 100%; }

  #home-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; } }

/*# sourceMappingURL=base.css.map */


/*page*/
.dede_pages {
	font-size: 12px;
	text-align: center;
	padding: 10px 0px 10px 0px;
    margin-bottom: 40px;
    
}
.dede_pages a {
	display: inline-block;
    
}
.dede_pages a {
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #0066cc;
	margin: 0 2px;
    color: #0066cc;
   
}
.dede_pages a:hover {
	background: #eee;
    text-decoration:none;
    
}
.dede_pages a.active a {
	background: #eee;
	color: #0066cc;
}
.dede_pages select {
	vertical-align: middle;
	font-size: 8pt; 
	padding: 0px;
}
.dede_pages b {
	font-weight: normal;
}

.dede_pages .thisclass{
	border: 1px solid #0066cc;
	background: #0066cc;
	color: #fff;
	
}

.dede_pages .thisclass:hover{
	border: 1px solid #0066cc;
	background: #0066cc;
	color: aliceblue;
	
}

.dede_pages select{height: 32px; margin-bottom: 4px; padding-left: 3px; padding-right: 3px;}

.dede_pages .pageinfo{ color: #666; font-size: 14px;} 





/*end*/


.pic_sok{width:232px; height:150px; border: #e1e1e1 solid 1px; padding: 1px; border-radius: 5px;}

@media (min-width: 300px) and (max-width: 640px) {
.pic_sok{ width:99%; height: auto;}
}

.sylj{    padding-bottom: 10px; height: auto; padding-top: 8px; margin-top: 8px;} 


.news_list_title{  padding-bottom: 0px; line-height: 30px; color: #255B94; font-size: 16px;  font-weight: 600; font-family: "微软雅黑";}
.leftsok{ border-right: #e1e1e1 solid 1px; background: #e9e9e9; }
.footer_sok{  color: #999; }

.sytu{margin-top: -50px; margin-bottom: 1px;}


@media (min-width: 300px) and (max-width: 640px) {
.sytu img{ width: 99%;}
}


.sok_content{ font-size:16px; line-height: 30px;  } 
.sok_content img{ width: 80%;  } 

.sok_syp{ font-size: 12px; color: #999; line-height: 28px; padding-left: 20px; }
.syyqlj{ margin-top:5px; padding:10px; display:inline-block; width: 100%;   }

.syyqlj a{ color: #ccc; padding-right: 10px; }



.news_pic{margin-bottom: 0px;  margin-top: 20px; height: 160px; padding-bottom: 20px; border: #ccc dotted 1px;}
.news_img{ float: left; width: 202px;  margin-right: 10px; }
.news_img img{  width: 200px; height: 130px;   }


@media (min-width: 300px) and (max-width: 640px) {
.news_pic{margin-bottom: 0px;  margin-top: 10px; height: auto; padding-bottom: 8px;}
.news_img{ float: left; width:100%;  margin-right: 10px; }
.news_img img{ width: 100%; margin-left: auto; margin-right: auto;}
}

#content-block img{ max-width:760px; }

@media (max-width: 640px) {
#content-block img{ max-width:350px; }

  }