730pxbody{
    background: linear-gradient(0deg, #FFFFFF, #E0EFFF);
}

.swiper-box{
    width: 1500px;
    height: 490px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin-top: 41px;
    background-image: url(../images/top-bg.png);
}
.swiper-container-1{
    width: 730px;
    height: 490px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.swiper-box .swiper-slide{
    width: 730px;
    height: 400px;
}
.swiper-box .swiper-slide a{
    position: relative;
}
.swiper-box .swiper-slide img{
    width: 730px;
    height: 360px;
    object-fit: cover;
    vertical-align: top;
}
.swiper-box .swiper-slide  > a > div {
    margin: 10px 0;
}
.swiper-box .swiper-slide  > a > div > h2{
    display: inline-block;
    width: 535px;
    padding: 0 20px 0 0px;
    font-weight: bold;
    font-size: 17px;
    color: #242424;
    line-height: 31px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.swiper-box .swiper-slide  > a > div > span{
    display: inline-block;
    width: 90px;
    font-weight: 400;
    font-size: 14px;
    color: #545555;
    text-align: right;
    vertical-align: middle;
}
.swiper-box .swiper-slide  > a > p{
    font-weight: 400;
    font-size: 14px;
    color: #545555;
    line-height: 31px;
    display: -webkit-box; /* 将元素设置为弹性盒子 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical; /* 设置为垂直方向 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.swiper-box .swiper-slide  > a > p span{
    color: #0F47C7;
}

.swiper-box .swiper-pagination{ 
    top: 309px;
    height: 30px;
    text-align: right;
    padding-right: 15px;
 }
.swiper-box .swiper-pagination-bullet-active{
    background: #1F5ADA !important;
    opacity: 1 !important;
    color: #FFFFFF !important;
}
.swiper-box .swiper-pagination-bullet{
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    color: #fff;
    opacity: 1;
    text-align: center;
    line-height: 30px;
}

.title{
    overflow: hidden;
    clear: right;
    position: relative;
}
.title > a{
    font-size: 14px;
    color: #1353CA;
    width: 76px;
    height: 30px;
    background: #C1E0FF;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
}

.item-two {
    padding-left: 20px;
    display: inline-block;
    width: 766px;
    vertical-align: top;
}
.item-two > a{
    display: block;
    clear: both;
    padding: 18px 10px;
    border-bottom: 1px solid rgba(23, 93, 205, .15);
}
.item-two > a > p{
    width: 600px;
    font-size: 15px;
    color: #24272C;
    line-height: 27px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    /* padding: 0 10px; */
}
.item-two > a > p::before{
    content: '';
    display: inline-block;
    width: 11px;
    height: 10px;
    background: url(../images/list-icon.png) no-repeat 100%;
    margin-right: 10px;
}
.item-two > a > span{
    width: 85px;
    font-weight: 400;
    font-size: 15px;
    color: #ABAFB6;
    text-align: right;
    float: right;
    line-height: 24px;
}
.item-two > a:hover{
    background: #FFFFFF;
    box-shadow: 1px 1px 13px 0px rgba(5,80,164,0.3);
    opacity: 0.96;
    transition: all .3s;
}
.item-two > a:hover p,
.item-two > a:hover span{
    color: #1353CA;
}


.item-one a{
    display: block;
    padding: 20px;
    border-bottom: 1px solid #E1E1E1;
}
.item-one a > p{
    font-weight: 400;
    font-size: 18px;
    color: #24272C;
    line-height: 27px;
    margin-bottom: 15px;
    display: -webkit-box; /* 将元素设置为弹性盒子 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical; /* 设置为垂直方向 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}

.item-one a > span{
    font-size: 14px;
    color: #7D7F81;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}
.item-one a:hover{
    background: #39A74F;
}
.item-one a:hover p{
    color: #fff;
}
.item-one a:hover span{
    color: #fff;
}

.list-box{
    width: 475px;
    display: inline-block;
    vertical-align: top;
}
.list-box:nth-child(2){
    margin:0 33px;
}
.list-box > a{
    display: block;
    margin-bottom: 39px;
}


.list-item a{
    display: block;
    /* padding: 15px 0; */
    /* border-bottom: 1px dashed rgba(87, 87, 87, 0.1); */
    clear: both;
    padding: 18px 0;
}
.list-item a > p{
    display: inline-block;
    width: 360px;
    font-weight: 400;
    font-size: 15px;
    color: #1F2123;
    line-height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}
.list-item a > span{
    display: inline-block;
    width: 80px;
    font-weight: 400;
    font-size: 14px;
    color: #ABAFB6;
    line-height: 18px;
    vertical-align: top;
    float: right;
}
.first-img > a:first-child{
    padding: 0;
    padding-top: 24px;
}
.first-img > a:first-child img{
    width: 205px;
    height: 127px;
    vertical-align: top;
}
.first-img > a:first-child div{
    display: inline-block;
    padding: 10px 0 18px 10px;
    width: 198px;
    vertical-align: top;
}
.first-img > a:first-child div p{
    display: -webkit-box; /* 将元素设置为弹性盒子 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical; /* 设置为垂直方向 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
    font-weight: bold;
    font-size: 15px;
    color: #1F2123;
    line-height: 31px;
    margin-bottom: 20px;
}
.first-img > a:first-child div span{
    font-weight: 400;
    font-size: 15px;
    color: #1456CB;
    line-height: 31px;
    padding-bottom: 6px;
    border-bottom: 1px solid #1456CB;
}



.bottom-box > div{
    display: inline-block;
    vertical-align: top;
}
.bottom-box > div:nth-child(2){
    margin: 0 129px;
}

.blank{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
}
.box{
    width: 594px;
    height: 465px;
    background-image: url(../images/yjfk-bg.png);
    background-size: 100% 100%;
    padding:88px 36px 36px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}
.box input,
.box textarea{
    width: 522px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 5px;
    outline: none;
    border: none;
    padding: 0 20px;
    margin-bottom: 21px;
}
.box textarea{
    height: 139px;
    padding-top: 10px;
    margin-bottom: 29px;
}
.box .button{
    width: 199px;
    height: 48px;
    background: linear-gradient(90deg, #2084F4, #53A4FF);
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 49px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}
.close{
    position: absolute;
    top: 35px;
    right:35px;
    cursor: pointer;
}