﻿

/* 头部背景 */
/* 头部背景 */
.jz-sh-header-bg{
  background-image: url('../img/header-bg.gif');
  background-size: 1920px 100%;
  background-repeat: no-repeat;

}

/* 版心 */
.jz-sh-container {
    width: 1200px;
    margin: 0 auto;
    
}

/* 头部 */
.jz-sh-container-header {
    height: 295px;
    width: 100%;
}

/* 头部按钮 */
.jz-sh-body-background-header-btn {
    width: 100%;
    height: 60px;
    background-color: #037EDB;
}

.jz-sh-body-background-header-btn-input-box {
    width: 100%;
    font-size: 20px;
    display: flex;
}

.jz-sh-body-background-header-btn-box {

    width: 70%;
}

.jz-sh-body-background-header-btn-box a {
    display: inline-block;
    width: 13%;
    line-height: 60px;
    height: 60px;
    text-align: center;
}

.jz-sh-body-background-header-btn-box a:hover,.bgc-color-h-btn {
    background-color: #0565AE;
}

.jz-sh-body-background-header-input-box {

    text-align: center;
    position: relative;
    padding-top: 10px;
    width: 30%;
}

.jz-sh-header-input-btn-box-input {
    width: 81%;
}

.jz-sh-header-input-btn-box {
    text-align: center;
    position: absolute;
    text-align: center;
    right: 0px;
}

.jz-sh-header-input-btn-box {
    justify-content: flex-end;
    width: 84%;
    display: flex;
    background-color: #fff;
    border-radius: 6px;
    height: 40px;
    text-align: center;
}

.jz-sh-header-input-btn-box input {
    color: #999999;
    padding-left: 10px;
    position: absolute;
    top: 10px;
    left: 2px;
    width: 68%;
    height: 20px;
}



/* 内容 */
/* 内容-左边 */
.jz-sh-content-box{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.jz-sh-content-box-l{
    height: 300px;
    margin-bottom: 20px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: #ebeff1 1px solid;
    padding-top: 20px;
    width: 20%;
}
.jz-sh-content-box-l a{
    border-radius: 5px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
    background-color: #ebeff1;
    display: block;
    color: #000;
}
.jz-sh-content-box-l a:hover{
    background-color:#037EDB ;
    color: #fff;
    font-weight: bold;
}

.jz-sh-content-box-l .jz-sh-content-box-l-btn-bg {
    background-color:#037EDB ;
    color: #fff;
    font-weight: bold;
}

.jz-sh-content-box-r{
    width: 76%;
}
/* 内容-右边 */
.jz-sh-content-box-r{
    min-height: 700px;
}
.jz-sh-content-box-r-content{
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ebeff1;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
}
.jz-sh-content-box-r-head{
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 15px;
    background-color: #ebeff1;
    margin: 10px auto;
}
.jz-sh-content-box-r-head a{
    color: #000;
}
.jz-sh-content-box-r-content-list{
    position: relative;
}
.jz-sh-content-box-r-content-list .content-list-time{
    padding-top: 5px;
    position: absolute;
    display: inline-block;
    /* width: 30px; */
    right: 10px;
    font-size: 15px;
}
.jz-sh-content-box-r-content-list a{
    border-bottom: 1px solid #ebeff1;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    color: #000;
}
.jz-sh-content-box-r-content-list .content-dian{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #ebeff1;
}

/* 底部 */
.jz-sh-foot {
    padding-top: 40px;
    width: 100%;
    height: 180px;
    background-color: #037EDB;
    font-size: 16px;
}
.jz-sh-foot-content-adds-phone{
    margin-bottom: 20px;
}
.jz-sh-foot-content-adds-phone span{
    display: inline-block;
    padding-right: 15px;
}
.jz-sh-foot-content-copyright span{
    display: inline-block;
    padding-right: 15px;
}
.jz-sh-foot-content{
    position: relative;
    border-right: 2px solid #2794e7;
    font-size: 14px;
    color: #fff;
    width: 48%;
   height: 60px;
    padding-top: 20px;
    margin: 0 auto;
    
}
.jz-sh-img-sign{
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0px;
    left: 600px;
    background-image: url('../img/0440af3696a28086f6f10413252f1dc2_blue.png');
    background-repeat: no-repeat;
}


.page {
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

.page a{
  display: inline-block;
  margin-top:10px ;
  padding: 5px 12px 5px 12px;
  text-align: center;
  height: 20px;
  border: 1px solid #999;
  color: #000;
  font-size: 16px;
  font-weight: normal;
}
.page a:hover{
  background-color: #037EDB;
  color: #fff;
}


@media screen and (max-width:1200px) {
  .jz-sh-header-bg{
      background-size: 1200px 100%;
  
  }
  .jz-sh-container-header {
      height: 200px;
  }
}