body{
  font-size: 14px;
  font-family: "微软雅黑","Arial","sans-serif";
}
ul,li{list-style: none;padding:0}
.form-control{
  border-radius: 0;
  height: 25px;
}
.header{
  /* background-color: #1d3557; */
  height: 135px;
  background: url(../images/header.png);
  background-size: 100% 100%;
}
.height-90{
  margin-bottom: 190px;
}

.fixed{
  position: fixed;
  top: 135px;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: #fff;
  -moz-box-shadow: 0px 1px 0px #f8f8f8;
  box-shadow: 0px 1px 0px #f8f8f8;
}
.diy{
  padding: 0 15px;
}

.logo{
  float: left;
  width: 150px;
  height: 55px;
  margin-top: 50px;
  padding-top: 10px;
}

.logo img{
  vertical-align: top;
}
.logo span{
  font-size: 18px;
  color: #fff;
  display:inline-block;
  padding-top: 5px;
  padding-left: 5px;
}

.search{
  float: right;
  width: 100px;
}
.search p{
  color: #fff;
  padding-top: 14px;
  font-size: 14px;
  text-align: right;
  padding-right: 40px;
  padding-bottom:28px;
  margin:0;
  font-weight:bold;
}
.search input{
  height:35px;
  border-radius: 0;
  display: none;
  border:0;
  width: 184px;
}
.search-group{
  width:230px;
}
.search-group button{
    width: 37px;
    height: 37px;
    color: #fff;
    background-color: #000;
    text-align: center;
    line-height: 37px;
    cursor: pointer;
    border: 0;
    display: inline;
	margin-left:-3px;
}


.header-nav{
  /* border:1px solid red; */
}

.gray{
  background-color: gray;
}
.navbar{
  margin-bottom:0; 
  height: 52px;
}
.navbar-nav>li a{
  color: #333 ;
  font-size:16px;
}
.dropdown-menu > li > a{
padding:6px 10px;
font-size: 14px;
}
.navbar-nav>.active >a{
  color: #337ab7 ;
}
.middle{
  background:#363839;
  padding-bottom: 30px;
}
.caidan{
  position: relative;
  bottom: 16px;
  right: -32px;
}
.button{
  height: 30px !important;
}
#example-navbar-collapse{
  background: #fff;
  position: relative;
  z-index: 20;
}

.theme-content{
  /* background-color: #fff; */
  height: 100%;
}
.theme-content>.img-box{
  /* width: 659px;
  height:378px;
  padding: 50px 0px 80px; */
  padding: 20px 0;
}
.theme-content>.img-box>img{
   width: 100%;
}
.theme-box{
  height: 100%;
  
  width: 100%;
}
.theme-title{
  display: none;
  justify-content: space-between;
  color: #fff;
  padding: 5px;
  padding-top: 10px;
  align-items: flex-end;
}
.theme-title h3{
  font-size:36px;
  margin-bottom: 0px;
  margin-top:15px;
}
.theme-text{
  top: 0;
  color: #fff;
  padding: 8px 5px;
  text-align: justify;
  overflow: hidden;
  height: 70%;
  font-size: 16px;
  /* padding-top: 50px; */
  line-height: 40px;
}
.img-list{
  margin-top: 20px;
}
.img-list1{
  margin-top: 20px;
  /* outline: 1px solid red; */
  padding: 20px 0px 25px ;
}
.list-img{
  width: 100%;
  height: 100%;
}
.list-img img{
  width: 100%;
  height: auto;
}
.img-list>p{
  color: #999;
  font-size: 12px;
}

.dropdown-menu{border-radius:0;border:1px #f5f5f5 solid;border-bottom:5px #00409a solid;min-width: 80px;}
.indexnew{padding-top: 30px;padding-bottom: 30px;}
.img-list a{font-size:16px;font-weight:bold;color:#333}
.img-list p,.img-list span{font-size:14px;}
.img-list h5{margin-top:25px;margin-bottom:0}
.img-list p{padding:15px 0 10px;margin-bottom:0}
.img-list span{line-height:30px;}

.login{padding:20px;}
.navbar-collapse{padding-left:0;padding-right:0}
.nav > li > a{padding-left:0;padding-right:0;}
.navbar-nav > li{text-align:center;margin: 0 10px;}
.nav > li > a:hover, .nav > li > a:focus{background:none}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{background:none;border-color:none;color:#337ab7}
.navbar-nav > li > .dropdown-menu{    }
.intro{padding:0 20px 0 25px}
@media screen and (min-width: 768px){
  .img-list{

  }
#example-navbar-collapse{display:none!important}
  .login{padding-left:110px;padding-right:20px}
  .theme-box{
    padding-top: 20px;
  }
  .theme-content>.img-box{
    padding: 50px 20px 50px 0;
  }
  .copy{
    font-size: 14px;
  }
  .button-f{
    width: 80px !important;
  }

  .qr-code img{
    width: 100%;
    height: 100%;
  }
  .sx-none{
    display: block !important;
  }
  .search input{
    display: inline-block !important;
  }

  .search{
    width: 160px !important;
  }
  .theme-title{
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 5px;
    padding-top: 30px;
    align-items: flex-end;
  }
  .theme-text{
    font-size: 16px;
  }
  .my-footer:nth-of-type(2){
    
  }
  .my-footer:nth-of-type(3){
    
  }
}
@media screen and (min-width: 992px){
  .button-f{
    width: 130px !important;
  }

  .sx-none{
    display: block !important;
  }
  .search input{
    display: inline-block !important;
  }
  .search{
    width: 225px !important;
  }
  .indexnew .container{width:1200px;}
  .contentnew{width:1190px;padding-top:20px;padding-bottom:80px;}
}

.text-alpse{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.color-gray{
  background-color: #37383A;
}

.my-footer{
  /* height: 100px; */
  /* outline: 1px solid pink; */
  color: #fff;
  padding-top: 0;
}

.sx-none{
  display: none;
}
.foot-title{ margin-bottom:35px;}
.foot-article{
  line-height: 2;
  font-size: 14px;
  color: #c2c2c2;
  padding: 7px 0;
  border-bottom: 1px dotted #fff;
}
.foot-article a{font-size: 14px;color: #c2c2c2;font-weight:normal;}
.foot-article p{
  font-size: 14px;
  margin-bottom: 0;
}
.foot-article span{
  font-size: 10px;
}
.input{
  margin-bottom: 20px;
  height: 45px;
}
.button-f{
  height: 45px;
  width: 100%;
   text-align: center \9; 
   line-height: 45px \9; 
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #24436A;
  cursor: pointer;
  font-size: 14px;
}
.qr-code{
  width:170px;
  height: 170px;
  /* margin-top: 20px; */
  background-color: #fff;
}
.qr-code{
  margin: 20px auto;
}
.copy{
  color: #c2c2c2;
  text-align: left;
  font-size: 14px;
}
.copy-right{
  background-color: #333;
  height:60px;
  line-height:60px;
}

.text-ellipsis-3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.text-ellipsis{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.page{text-align: center;}
.pagination > .active > span{margin: 0 5px;background:#b0afaf;border-color: #b0afaf;}
.pagination > .disabled > span{background:#333;border-color: #333;}

.content{
    padding-bottom: 0px;
}
.content-about{
    padding-bottom: 50px;
}
.about-img img{width:auto;height:231px}
@media screen and (max-width: 500px){ 
 .theme-content>.img-box{padding:50px 0px 20px;}
 .theme-text{padding:8px 0px;}
 .indexnew{padding-top:0;padding-bottom:30px}
 .my-footer{padding-top:1px;}
 .login{padding:1px 0}
 .copy-right{height:70px;}
 .copy{display: block;    line-height: 25px;    text-align: center;    padding: 10px 20px;}
 .about-content{padding: 10px 10px 50px!important;}
 .about-box{padding:50px 0!important}
 .session{padding: 20px;text-indent:0!important}
 .session img{ width:100%!important}
 .zc-list {min-height: auto!important;}
 .zc-right {    padding: 0px 15px 20px!important;}
 .content {    padding-bottom: 30px!important;}
 .add-article {margin: 20px 0px!important;}
 .rect{padding: 10px!important;}
 .wap_search{    float: right;    margin-top: 65px;    margin-right: 10px;    font-size: 16px;    color: #fff;    font-weight: bold;}
 .wap-search-input{padding:10px;}
 .wap-search-input input{height: 35px; border-radius: 0;}
 .wap-search-input .wap-search-input-btn{background:#333;color:#fff;border-radius: 0;width:100%}
 .nav{    margin: 0 10px!important; }
 .about-img img{width:150px!important;height:auto!important;}
 .about-list{padding: 0 0px!important;}
 .list-img{margin-top:40px;}
 .img-list{padding:0}
  .container > .navbar-collapse{margin-right: -17px;    margin-left: -17px;}
  .navbar-nav > li{text-align:left}
  .navbar-nav .open .dropdown-menu > li > a{padding-left:0}
  .header-nav .logo img{max-width:340px}
  .logo{margin-top:40px;}
  .wz-list{padding:10px 0px 0;border-bottom: 1px dotted #666;color:#999}
  .wz-list a{font-weight:bold}
  .intro {padding: 0 15px 0 15px;}
  .foot-title {text-align:center}
  .fixed{position: static;top: 135px;}
  .navbar-fixed-top, .navbar-fixed-bottom{position: static;}
  .zc-article{padding-bottom:20px;}
  .content {
    align-items: left!important;
	}
}