.content{
    height: 760px;
}
.jgfmfwzn{
    background: #f8f8f8;
    margin-top: 15px;
}
.jgyhfw-title{
    overflow: hidden;
}
.content .yhdl-con ul{
    margin: 15px auto 0;
    padding-bottom: 15px;
}
.content .yhdl-con ul li{
    margin: 15px 32px;
}
.content .yhdl-con ul .yellow-bg{
    background: url(yhdl-con-bgyellow.jpg) no-repeat left center;
}


/* 弹窗 (background) */
.modal {
    display: none; /* 默认隐藏 */
    position: fixed; /* 固定定位 */
    z-index: 1; /* 设置在顶层 */
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; 
}
 
/* 弹窗内容 */
.modal-content {
    background-color: rgba(62,62,62,0.95); 
    margin: 358px auto 0; 
    /* border: 1px solid #888; */
    width: 100%; 
    height: 272px;
}
.modal-content .modal-con{
    width: 1200px;
    height: 272px;
    margin: 0 auto;
    clear: both;
}
.modal-content .modal-con .modal-con-img{
    width: 113px;
    height: 170px;
    margin: 0 auto;
}
.modal-content .modal-con p{
    color: #fff;
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
    line-height: 90px;
}
/* 关闭按钮 */
.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -256px;
}
 
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
