﻿/* 头部背景 */
.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.5%;
    line-height: 60px;
    height: 60px;
    text-align: center;
}

.jz-sh-body-background-header-btn-box a:hover {
    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-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-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-head a{
    color: #000;
}

.jz-sh-content-box-content h1{
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
/* 文章信息来源 */
.jz-sh-content-message{
    display: flex;
    font-size: 15px;
}
/* 文章信息来源-左 */
.jz-sh-content-message-l{
    width: 50%;
    padding-left: 30px;
}
.jz-sh-content-message .padding-one{
    padding-right: 20px;
}
.jz-sh-content-message .padding-two{
    padding-right: 10px;
}

.jz-sh-content-message-r .jz-sh-content-message-r-span{
    padding-left: 280px;
}
/* 文章内容 */

.jz-sh-content-box-content-Articles{
    font-size: 16px;
    margin: 0 auto;
    padding-top: 40px;
    width: 80%;
    min-height: 800px;
}
.jz-sh-content-box-content-Articles p{
    font-size: 18px;
    margin-bottom: 20px;
}
.jz-sh-content-box-content-Articles a{
  color: #2794e7 !important;
}
/* 底部 */
.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-content-message{
    border-radius: 5px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    width: 80%;
    background-color: #ebeff1;
}
.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;
}

.jz-sh-content-box-content-Articles{
  font-family: FangSong;
  line-height: 250%;
  font-size: 16px;
  margin: 0 auto;
  padding-top: 40px;
  width: 80%;
}

@media screen and (max-width:1200px) {
  .jz-sh-header-bg{
      background-size: 1200px 100%;
  
  }
  .jz-sh-container-header {
      height: 200px;
  }
}