@media screen and (min-width: 1280px){
.inner{
 max-width:1400px;
 width:96%;
}
}
.path-admin .label{
  color:#555;
}
.header-body {
    background-image: url(../../headerbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.menu.nav-menu ul.dropdown-menu>li>a,.menu.nav-menu .dropdown .dropdown-menu>li>a{padding-left:25px;} 
.main-menu-nav-primary .inner.inside-c-tb .main-menu-1-1 .menu.nav-menu>.menu-item,
#main-menu .inner.inside-c-tb .main-menu-1-1 .menu.nav-menu>li.menu-item{
    text-align: center;
    padding:20px;
}

.menu.nav-menu ul.dropdown-menu>li>a,
.menu.nav-menu .dropdown .dropdown-menu>li>a{
    text-align: left;
    font-size: 14px;
}
.menu.nav-menuul .dropdown-menu,
.menu.nav-menu .dropdown .dropdown-menu{
    min-width: 160px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0 0 4px 4px;
    border-top: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.block h2.block-title{
    border-bottom: 0;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #06C;
}
.block .block-title{
  margin-top:0;
}
.title-inner h2, .page-taxonomy .block h2.block-title{
    border-bottom: 0;
    padding: 10px 0 20px 0;
    font-size: 22px;
    font-weight: 400;
    color:#555;
}
.page-node .block-region-right .field-body{
   line-height: 200%;
}
.page-node .block-region-right .field-body p {
    line-height: 200%;
    margin-bottom:20px;
}
.page-node .block-region-right .field-body h3{
    margin-bottom: 15px;
    margin-top:10px;
    color: rgb(204, 51, 51);
}
.pager.outside-tb.t-c {
    clear: both;
}

.page-taxonomy .list-item {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.page-taxonomy .list-3.list-3-1 .list-content .list-item.list-item-line a p{
  font-size:16px;
  overflow: inherit;
  text-overflow: inherit !important;
  white-space: inherit !important;
}
.resource li{
  padding:14px;
  border-bottom:1px solid #eeeeee;
  font-size:16px;
}
@media (max-width: 768px){
.page-taxonomy .list-3.list-3-1 .list-content .list-item.list-item-line a p{
  overflow: inherit;
  text-overflow: inherit !important;
  white-space: inherit !important;
  font-size:14px;
}
.resource li{
    font-size:14px;
}
.page-taxonomy .f-r{
    float: none;
    margin-left: 0;
    margin-bottom: 5px;
    display: block;
    color: #999;
}
}
#footer .copyright hr {
    background-image: -webkit-linear-gradient(left, transparent, #6698E3, transparent);
    background-image: linear-gradient(to right, transparent, #6698E3, transparent);
    border: 0;
    height: 1px;
    margin: 25px 0;
}
#footer a{
  color:rgba(255,255,255,0.6);
}
#footer a:hover{
    color:rgba(255,255,255,1);
}
#footer .copyright{
  color:rgba(255,255,255,0.4);
  padding-bottom:20px;
  font-size:13px;
  text-align:center;
}
@media only screen and (min-width: 1600px){
.list-3 a {
    font-size: 14px;
}
}
@media screen and (min-width: 1280px){
#footer .footerlink{
  overflow:hidden;
}
#footer .footerlink li{
  float:left;
  width:49%;
  margin-right:1%;
}
}

.shebei .info{
    color: #555;
    margin: auto 0;
    line-height: 180%;
}
@media screen and (min-width: 481px){
.row.shebei{
  margin-bottom:40px;
}
.shebei{
  display:flex;
}
.shebeilist{
  min-height:220px;
}
.shebei .info{
    align-items: center;
    top: 50%;
    color: #555;
    margin: auto 0;
    line-height: 180%;
}
}
@media (min-width: 768px) and (max-width: 992px){
  .header-container.inner{
    float: none;
    width: 90%;
  }
}
@media (max-width: 992px){
.header-body{
    min-height:auto;
  }
.field-body p {
    word-break: break-word !important;
}
.header-body .header-container.inner, .header-body .header-row {
    height: auto;
}
}

@media (max-width: 768px){
  .header-left{
    display:none;
  }
  .header-container.inner{
      float: none;
      width: 100%;
  }
  #header .header-container .header-row .header-column #site-logo.header-logo {
     text-align: left; 
}
  #header .header-container .header-row .header-column #site-logo.header-logo img {
   max-height: 80px;
   margin-top: 0;
   max-width: 80%;
  }
  #header .header-container .header-row .header-column #header-btns {
    left: auto;
    top: auto;
    right: 0;
    bottom: 12px;
}
}