* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  a {
    text-decoration: none;
  }
  .wrapper {
    margin: 30px auto;
    padding: 30px;
    width: 1200px;
    height: 740px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #03b0f8, #103ab9);
    background: linear-gradient(to right, #03b0f8, #103ab9);
  }
 .wrapper .left {
    float: left;
    width: 680px;
    height: 680px;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .left .con {
    margin: 30px 0 30px 30px;
    padding: 30px 60px 30px 30px;
    width: 650px;
    height: 620px;
    background-color: #f0f7fc;
  }
  .con .tit {
    position: relative;
    height: 50px;
    border-bottom: 3px solid #bbdaf2;
    text-align: center;
  }
  .con .tit h2 {
    color: #274457;
  }
  .con .tit .xian {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    border: 1px solid #416f99;
    background-color: #416f99;
  }
  .con .txt {
    margin-top: 15px;
  }
  .con .txt p {
    text-indent: 2rem;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #666;
  }
  .con_mid .box{
    float: left;
    margin-top: 30px;
    width: 270px;
    height: 125px;
    background-color: #ffffff;
  }
  .con_mid .box h3 {
    padding-left: 40px;
    height: 50px;
    line-height: 50px;
    color: #0264d3;
    background-image: url(../images/zhld05_03.jpg);
    background-size: cover;
  }
  .con_mid .box .main {
    margin: 6px auto;
    padding-left: 30px;
    padding-top: 5px;
    width: 250px;
    height: 60px;
    line-height: 26px;
    color: #5b7b94;
    background-color: #f1f6fc;
  }
  .con_mid .liang {
    margin-top: 15px;
    width: 560px;
    height: 220px;
  }
  .con_mid .liang h3 {
    background-image: url(../images/zhld05_09.jpg);
    background-size: cover;
  }
  .con_mid .liang ul {
    margin-left: 60px;
    padding-top: 5px;
  }
  .liang ul li {
    color: #0264d3;
  }
  .liang ul li a {
    /* display: block; */
    width: 480px;
    height: 28px;
    line-height: 28px;
    color: #0264d3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;

  }
  .liang ul li a:hover{
    color: #103ab9;
    text-decoration: underline;
  }
  .wrapper.right {
    float: right;
    width: 460px;
    height: 680px;
  }
 .wrapper .right img {
    width: 460px;
    height: 680px;
  }