@media (min-width: 769px) {
  .header_warp {
    box-shadow: 0 0 5px #ccc;
  }
  .wz_warp {
    width: 100%;
    margin-top: 30px;
  }
  .wz_warp .wz {
    border-bottom: 1px solid #ccc;
  }
  .wz_warp .wz > a {
    font-size: 13px;
    color: #727272;
    line-height: 22px;
  }
  .wz_warp .wz > a.mq {
    color: #004799;
  }
  .content_warp {
    width: 100%;
	background:url(../img/bg_02.jpg) ;
  }
  .content_warp .content {
    position: relative;
  }
  .content_warp .content .left {
    width: 812px;
    float: left;
  }
  .content_warp .content .left > h1 {
    font-size: 20px;
    color: #004799;
    text-align: center;
    margin: 20px auto;
  }
  .content_warp .content .left > span {
    display: block;
    font-size: 15px;
    color: #A1A1A1;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
  }
  .content_warp .content .left p {
    font-size: 15px;
    color: #515151;
    line-height: 25px;
    margin: 20px 0;
    text-indent: 20px;
  }
  .content_warp .content .left img {
    display: block;
    max-width: 812px;
    margin: 20px auto;
  }
  .content_warp .content .right {
    float: right;
    width: 322px;
    margin-top: 40px;
  }
  .content_warp .content .right > p {
    position: relative;
    font-size: 20px;
    color: #004799;
    text-indent: 30px;
    line-height: 40px;
    border-bottom: 2px solid #004799;
  }
  .content_warp .content .right > p > img {
    position: absolute;
    top: 8px;
    left: 0;
  }
  .content_warp .content .right .nr .nr1 {
    margin: 20px 0;
  }
  .content_warp .content .right .nr .nr1 .top {
    height: 27px;
  }
  .content_warp .content .right .nr .nr1 .top > p {
    float: left;
  }
  .content_warp .content .right .nr .nr1 .top > span {
    float: right;
    font-size: 13px;
    color: #9F9F9F;
    line-height: 27px;
  }
  .content_warp .content .right .nr .nr1 .bottom {
    margin-top: 10px;
  }
  .content_warp .content .right .nr .nr1 .bottom a {
    display: block;
    font-size: 15px;
    color: #6A6A6A;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .content_warp .content .right .nr .nr1:hover .bottom a {
    color: #004799;
  }
  .content_warp .content .right .nr .nr2 {
    margin: 20px 0;
  }
  .content_warp .content .right .nr .nr2 .top {
    height: 27px;
  }
  .content_warp .content .right .nr .nr2 .top > p {
    float: left;
    font-size: 13px;
    color: #9F9F9F;
    line-height: 27px;
  }
  .content_warp .content .right .nr .nr2 .top > span {
    float: right;
    font-size: 13px;
    color: #9F9F9F;
    line-height: 27px;
  }
  .content_warp .content .right .nr .nr2 .bottom {
    margin-top: 10px;
  }
  .content_warp .content .right .nr .nr2 .bottom a {
    display: block;
    font-size: 15px;
    color: #6A6A6A;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .content_warp .content .right .nr .nr2:hover .bottom a {
    color: #004799;
  }
  .content_warp .content .fx {
    width: 44px;
    height: 137px;
    position: absolute;
    top: 125px;
    left: -60px;
  }
  .content_warp .content .fx .box1 {
    width: 44px;
    height: 44px;
    background: #5C5C5E;
    overflow: hidden;
  }
  .content_warp .content .fx .box1 > img {
    display: block;
    margin: 14px auto;
  }
  .content_warp .content .fx .box1:hover {
    background: #004799;
  }
  .content_warp .content .fx .box2 {
    width: 44px;
    height: 44px;
    background: #F49209;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
  }
  .content_warp .content .fx .box2 > img {
    display: block;
    margin: 12px auto;
  }
  .content_warp .content .fx .box2 #bdshare {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .content_warp .content .fx .box2 #bdshare > span {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .content_warp .content .fx .box2:hover {
    background: #004799;
  }
  .content_warp .content .fx > p {
    font-size: 15px;
    color: #7F7F7F;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .wz_warp {
    display: none;
  }
  .content_warp {
    width: 100%;
    margin: 80px auto 4rem auto;
  }
  .content_warp .content .left {
    width: 100%;
  }
  .content_warp .content .left > h1 {
    font-size: 1rem;
    color: #004799;
    text-align: center;
    margin: 1rem auto;
  }
  .content_warp .content .left > span {
    display: block;
    font-size: 1rem;
    color: #A1A1A1;
    text-align: center;
    line-height: 2rem;
    border-bottom: 1px dashed #ccc;
  }
  .content_warp .content .left p {
    font-size: 1rem;
    color: #515151;
    line-height: 1.5rem;
    margin: 1rem 0;
    text-indent: 2rem;
  }
  .content_warp .content .left img {
    display: block;
    width: 100%;
    margin: 1rem auto;
  }
  .content_warp .content .right {
    width: 100%;
    margin-top: 2rem;
  }
  .content_warp .content .right > p {
    position: relative;
    font-size: 1rem;
    color: #004799;
    text-indent: 2rem;
    line-height: 2.5rem;
    border-bottom: 2px solid #004799;
  }
  .content_warp .content .right > p > img {
    position: absolute;
    top: 8px;
    left: 0;
  }
  .content_warp .content .right .nr .nr1 {
    margin: 1rem 0;
  }
  .content_warp .content .right .nr .nr1 .top {
    height: 27px;
  }
  .content_warp .content .right .nr .nr1 .top > p {
    float: left;
  }
  .content_warp .content .right .nr .nr1 .top > span {
    float: right;
    font-size: 13px;
    color: #9F9F9F;
    line-height: 27px;
  }
  .content_warp .content .right .nr .nr1 .bottom {
    margin-top: 10px;
  }
  .content_warp .content .right .nr .nr1 .bottom a {
    display: block;
    font-size: 15px;
    color: #6A6A6A;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .content_warp .content .right .nr .nr1:hover .bottom a {
    color: #004799;
  }
  .content_warp .content .right .nr .nr2 {
    margin: 20px 0;
  }
  .content_warp .content .right .nr .nr2 .top {
    height: 27px;
  }
  .content_warp .content .right .nr .nr2 .top > p {
    float: left;
    font-size: 13px;
    color: #9F9F9F;
    line-height: 27px;
  }
  .content_warp .content .right .nr .nr2 .top > span {
    float: right;
    font-size: 13px;
    color: #9F9F9F;
    line-height: 27px;
  }
  .content_warp .content .right .nr .nr2 .bottom {
    margin-top: 10px;
  }
  .content_warp .content .right .nr .nr2 .bottom a {
    display: block;
    font-size: 15px;
    color: #6A6A6A;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .content_warp .content .right .nr .nr2:hover .bottom a {
    color: #004799;
  }
  .content_warp .content .fx {
    display: none;
  }
  /*.content_warp .content .fx .box1 {*/
    /*width: 44px;*/
    /*height: 44px;*/
    /*background: #c4c4c4;*/
    /*overflow: hidden;*/
    /*position: absolute;*/
    /*top: 5px;*/
    /*left: 10%;*/
  /*}*/
  /*.content_warp .content .fx .box1 > img {*/
    /*display: block;*/
    /*margin: 14px auto;*/
  /*}*/
  /*.content_warp .content .fx .box1:hover {*/
    /*background: #00489a;*/
  /*}*/
  /*.content_warp .content .fx .box1_p {*/
    /*position: absolute;*/
    /*top: 50px;*/
    /*left: 10%;*/
  /*}*/
  /*.content_warp .content .fx .box2 {*/
    /*width: 44px;*/
    /*height: 44px;*/
    /*background: #c4c4c4;*/
    /*overflow: hidden;*/
    /*position: absolute;*/
    /*top: 5px;*/
    /*left: 60%;*/
  /*}*/
  /*.content_warp .content .fx .box2 > img {*/
    /*display: block;*/
    /*margin: 12px auto;*/
  /*}*/
  /*.content_warp .content .fx .box2 #bdshare {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*padding: 0;*/
  /*}*/
  /*.content_warp .content .fx .box2 #bdshare > span {*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*opacity: 0;*/
    /*padding: 0;*/
  /*}*/
  /*.content_warp .content .fx .box2:hover {*/
    /*background: #00489a;*/
  /*}*/
  /*.content_warp .content .fx .box2_p {*/
    /*position: absolute;*/
    /*top: 50px;*/
    /*left: 60%;*/
  /*}*/
  /*.content_warp .content .fx > p {*/
    /*font-size: 15px;*/
    /*color: #fff;*/
    /*text-align: center;*/
  /*}*/
}
