/**!
* 青海政务
* date:2020-02-20
* author: huangweiping;
*/
.header {
  width: 100%;
  min-width: 1200px;
  height: 104px;
  background: url(../images/platform_index/topBg.png) top center no-repeat;
  background-size: 100% 100%;
}

.header-main {
  width: 1200px;
  margin: 0 auto;
}

.header .logo {
  float: left;
  margin-top: 29px;
  width: 306px;
  height: 61px;
}
.info-list > li {
    position: relative;
    height: 58px;
    padding: 15px 22px 15px 30px;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-list > li:nth-child(even) {
    background-color: #f7f8fa;
}

.info-list > li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #59a7ff;
    border-radius: 50%;
    left: 12px;
    top: 26px;
}

.info-list > li .info-title a:hover {
    color: #1492ff;
}

.info-title {
    width: 950px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-btn > a {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #1492ff;
    padding: 3px 12px;
    font-size: 16px;
    border-radius: 3px;
    color: #1492ff;
    height: 26px;
    line-height: 18px;
    box-sizing: border-box;
}

.info-btn > a.immediately {
    background-color: #1492ff;
    color: #fff;
}

.banner-wrap {
    height: 190px;
    width: 100%;
    min-width: 1200px;
    text-align: center;
    margin-bottom: 20px;
    background: url("../images/general_office/banner.jpg") no-repeat center;
    background-size: 1920px auto;
}

/* 弹窗 */
.platform.layui-layer {
    border-radius: 8px;
  }
  
  .platform.layui-layer iframe {
    border-radius: 8px;
  }
  
  .platform.layui-layer .layui-layer-title {
    position: relative;
    border-radius: 8px;
    height: 69px;
    line-height: 69px;
    font-size: 20px;
    color: #000;
    padding-left: 25px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
  }
  
  .platform.layui-layer .layui-layer-title::before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 26px;
    width: 6px;
    height: 19px;
    background-color: #006dcc;
  }
  
  .platform.layui-layer .layui-layer-setwin {
    right: 26px;
    top: 32px;
  }
  
  .platform.layui-layer .layui-layer-setwin a {
    width: 14px;
    height: 14px;
    margin-left: 0;
  }
  
  .platform.layui-layer .layui-layer-setwin .layui-layer-close1 {
    background: url(../images/platform_index/close.png) no-repeat;
  }