*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.wrap_content_detail{
    background: #E8EDF1;
    width: 1300px;
    display: flex;
    margin: 0 auto;
    margin-top: 65px;
}
.wrap_content_left{
    width: 152px;
    height: 736px;
    background: #1e67ce;
    overflow-y: auto;
}
.wrap_content_left::-webkit-scrollbar {         /*滚动条整体样式*/
    width:3px;
    height:3px;
}
.wrap_content_left::-webkit-scrollbar-thumb {   /*滚动条里面小方块样式*/
    border-radius:100px;
    -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
    background:rgba(0,0,0,0.1);;
}
.wrap_content_left::-webkit-scrollbar-track {   /*滚动条里面轨道样式*/
    -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
    border-radius:0;
    background:rgba(0,0,0,0.1);
}
.wrap_content_left ul a:hover {
    text-decoration:none;
}
.wrap_content_left ul{
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    color:#fff;
    padding:36px 0 0px 16px;
}
.wrap_content_left ul li{
    width: 136px;
    height: 52px;
    background: #1d5db8;
    border-radius: 100px 0px 0px 100px;
    cursor: pointer;
    position: relative;
    margin-bottom: 25px;
    box-shadow: -5px 5px 10px #10318c;
}
.wrap_content_left ul li i{
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top:20px;
    left:13px;
}
.wrap_content_left ul li p{
    padding-top:6px;
    padding-left:35px;
    height: 25px;
    line-height: 20px;
    color:#fff;
}
.wrap_content_left ul li p:nth-of-type(1){
    border-radius: 100px 0px 0px 0px;
}
.wrap_content_left ul li p:nth-of-type(2){
    font-size: 12px;
    border-radius: 0px 0px 0px 100px;
}
.wrap_content_left div{
    font-size: 14px;
    padding: 20px 0px 20px 15px;
    font-weight: bold;
    border: 1px solid #ECEEF0;
}
.wrap_content_right{
    width: 100%;
    background: #fff;
    min-width: 755px;
    /*margin-left: 15px;*/
}
/*  我要参与按钮 */
.wrap_content_right .apply{
    color: #fff;
    padding: 9px;
    background: #015DB7;
    display: inline-block;
    float: right;
}
.wrap_content_left .combobox{
    background: #ffffff!important;
}
.wrap_content_left .combobox p{
    color: #1d5db8;
}
.iBox{
    background:#1d5db8!important;
    color: #fff;
}
 .al-main {
    width: 100%;
    margin: 0 auto;
    min-height: 600px;
  }
  .info-main {
    padding: 20px;
    height: 100%;
  }
  .info-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin: 10px 0 30px 0;
    font-weight: bold;
  }
  .info-source {
    width: 100%;
    background-color: #edf1f4;
    height: 32px;
    line-height: 32px;
  }
  .info-source p,
  .info-source p span,
  .info-source a {
    font-size: 14px;
    color: #333333;
    text-align: center;
    text-decoration: none;
  }
  .info-source button {
    border: none;
    background: none;
    cursor: pointer;
  }
  .info-source a {
    cursor: pointer;
  }
  .info-article {
    margin: 20px 10px;
    font-size: 14px;
  }
  .info-article h6 {
    margin-bottom: 30px;
  }
  .info-article #content p{
    /*margin-top: 15px;*/
    line-height: 28px;
      text-indent: 2em;
      font-size: 20px;
  }
.info-article span {
    font-size: 20px;
}
.info-article p span{
    padding: 2px 0;
}
#info_download h2{
    font-size: 20px;
    line-height: 40px;
}
#info_download a{
    color: #1d5db8;
    line-height: 30px;
}
#info_download p{
    font-size: 16px;
}

