body {
    min-width: 1200px;
    font-family: "Microsoft YaHei";
    /* background-color: #F5F6F8; */
}

#yjs{
    background-color: #F5F6F8;

}
#banner {
    background: url(../images/yjsbanner.png) no-repeat center;
    background-size: 1920px 280px;
    height: 280px;
    margin-bottom: 30px;
}

#banner p {
    color: #fff;
    font-size: 40px;
    width: 1200px;
    margin: 0 auto;
    padding-top: 114px;
}

#content {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding-left: 20px;
}

#content span {
    font-weight: 700;
    font-size: 25px;
    line-height: 73px;
    text-align: left;
    color: #333;
}

.jbxx {
    margin-bottom: 10px;
}

.jbxx-form {
    width: 1160px;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
}

.jbxx-left {
    width: 180px;
    background-color: #F5F6F8;
    float: left;
}

.jbxx-left div {
    border: 1px solid #E8E9EC;
    border-bottom: none;
    padding-left: 20px;
}

.jbxx-left .jbxxl4{
    border-bottom: 1px solid #E8E9EC;
    line-height: 78px;
}

.jbxx-right {
    width: 980px;
    float: right;
}

.jbxx-right div {
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #E8E9EC;
    border-bottom: none;
    border-left: none;
}

.jbxx-right .jbxxr4{
    border-bottom: 1px solid #E8E9EC;
    line-height: 24px;
    word-break:break-all;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sbxz {
    margin-bottom: 10px;
}

.sbxz .sbxz_message {
    width: 1160px;
    border: 1px solid #e8e9ec;
    padding: 20px 0 10px 0;
}

.sbxz .sbxz_message li {
    display: flex;
    padding: 0 20px 10px 20px;
    font-size: 16px;
    line-height: 24px;
}

.sbxz .sbxz_message .circle {
    width: 32px;
    height: 32px;
    background: #1677ff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 16px;
}

.sbxz .sbxz_message .word {
    color: #333;
    flex: 1;
    font-weight: 400;
    padding-top: 3px;
}

.blsx {
    margin-bottom: 10px;
}

.blsx-form {
    width: 1160px;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    display: flex;
}

.blsx-left{
    width: 180px;
    /* float: left; */
    text-align: center;
    border: none;
}

.blsx-left div{
    border: 1px solid #e8e9ec;
    border-bottom: none;
}

.blsxf1{
    background-color: #F5F6F8;
}

.blsx-left .blsxf3{
    border-bottom: 1px solid #e8e9ec ;
}

.blsx-right {
    width: 980px;
    /* float: right; */
}

.blsx-right div {
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #E8E9EC;
    border-bottom: none;
    border-left: none;
}

.blsxr1{
    background-color: #F5F6F8;
}

.blsx-right .blsxr3{
    border-bottom: 1px solid #e8e9ec ;
}

.blsxf4{
    height: 79px;
    line-height: 79px;
}

.sbcl-clmc div{
    width: 400px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #E8E9EC;
    border-bottom: none;
    border-left: none;
}

.clmc1{
    background-color: #F5F6F8;
  
}

.sbcl-clmc .clmc3{
    border-bottom: 1px solid #e8e9ec ;
}

.clmc4{
    line-height: 23px;
    padding: 16px 0;
}

.sbcl-clbyx div{
    width: 130px;
    border: 1px solid #E8E9EC;
    border-bottom: none;
    border-left: none;
    text-align: center;
}

.clbyx1{
    background-color: #F5F6F8;
}

.clbyx4{
    height: 79px;
    line-height: 79px;
}

.sbcl-clbyx .clbyx3{
    border-bottom: 1px solid #e8e9ec ;
}

.sbcl-cllyqd div{
    width: 159px;
    border: 1px solid #E8E9EC;
    border-bottom: none;
    border-left: none;
    text-align: center;
}

.sbcl-cllyqd .clbyx3{
    border-bottom: 1px solid #e8e9ec ;
}

.sbcl-cllx div{
    width: 155px;
    border: 1px solid #E8E9EC;
    border-bottom: none;
    border-left: none;
    text-align: center;
}

.sbcl-cllx .clbyx3{
    border-bottom: 1px solid #e8e9ec ;
}

.sbcl-fs div{
    width: 136px;
    border: 1px solid #E8E9EC;
    border-bottom: none;
    border-left: none;
    text-align: center;
}

.sbcl-fs .clbyx3{
    border-bottom: 1px solid #e8e9ec ;
}


.flyj{
    padding-bottom: 30px;
}

/* 弹窗的样式 */
.modal {
    display: none;
    /* 隐藏弹窗 */
    position: fixed;
    /* 固定定位 */
    z-index: 1;
    /* 在页面最上层 */
    left: 0;
    top: 0;
    width: 100%;
    /* 宽度全屏 */
    height: 100%;
    /* 高度全屏 */
    overflow: auto;
    /* 启用滚动条 */
    background-color: rgb(0, 0, 0);
    /* 黑色背景 */
    background-color: rgba(0, 0, 0, 0.4);
    /* 黑色背景，半透明 */
  }

  /* 弹窗内容的样式 */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% 从顶部开始，水平居中 */
    padding: 20px;
    border: 1px solid #888;
    width: 665px;
    height: 330px;
    border-radius: 10px;
    position: relative;
  }

  .modal-content ul{
    margin-left: 20px;
  }
  .modal-content ul li {
    width: 100px;
    height: 30px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    list-style: none;
    color: #333;
  }

  .modal-content ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 30px;
    color: #333;
    text-decoration: none;
    border: 1px solid #afafaf;
    border-radius: 5px;
  }
  .title h3{
    margin: 0;
  }
  .title .close{
    width: 50px;
    height: 50px;
    background: #1677FF;
    font-size: 40px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 10px 0 0;
  }