/*body*/

html body {
    background: #f2f8ff;
}

.newsbody {
    width: 1202px;
    margin: 0 auto;
    margin-top: 20px;
    min-width: 1202px;
}


/* // 轮播图// 轮播图 */

.swiper-container {
    /* z-index: -99 !important; */
    width: 500px;
    height: 332px;
}

.swiperpic1 {
    width: 500px;
    height: 332px;
    position: absolute;
    padding: 0;
}

.swiper-slide {
    position: relative;
}

.swiper-slide .titlename {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 14;
    width: 100%;
    height: 49px;
    line-height: 49px;
    background: rgba(21, 66, 134, 0.58);
    filter: (6px);
    color: #fff;
    bottom: 0;
}

.swiper-slide .titlename p {
    text-align: center;
    font-size: 14px;
    height: 49px;
    line-height: 49px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
    margin: 0 auto;
}

.swiperbg {
    width: 85px;
    height: 90px;
    position: absolute;
    left: -10px;
    bottom: -10px;
    z-index: 55;
}

.swiper-picmounth {
    position: absolute;
    bottom: 25px;
    left: 5px;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.09em;
    text-align: left;
    z-index: 99;
    /* width: 50px; */
    height: 35px;
    border-bottom: 1px solid #7fa5fe7d;
    color: #fff;
}

.swiper-picyear {
    position: absolute;
    bottom: -5px;
    left: 10px;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.09em;
    text-align: left;
    z-index: 99;
    width: 40px;
    height: 35px;
    color: #fff;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    text-align: right;
    height: 25px !important;
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 2px !important;
    background: rgba(255, 255, 255, 0.38) !important;
    border-radius: 7px !important;
}
.swiper-pagination-bullet-active{
    background-color: #fff !important;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #437cff;
}

.newsbodytop {
    display: flex;
}

.newsbodytop-box1 {
    margin-left: 32px;
}

.newstitleline {
    display: flex;
    justify-content: space-between;
    width: 672px;
    padding-bottom: 8px;
    border-bottom: 1px solid #437cff;
}

.newstitleline p {
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: #437cff;
    margin: 0;
}

.newslogo {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    margin-top: 0px;
}

.ns-left {
    display: flex;
    align-items: center;
}

.firstnews {
    position: relative;
    width: 672px;
    margin-top: 20px;
}
.firstnews:after{
    content: "";
    clear: both;
    display: block;
    height: 0;
}
.firstnews p {
    float: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    font-weight: bold;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    margin-right: 5px;
}

.firstnews span {
    float: right;
    height: 22px;
    width: 80px;
    text-align: end;
}

.newsnew {
    background:  no-repeat;
    width: 40px;
    height: 20px;
    float: left;
    color: #fff;
    text-align: center;
    position: relative;
}

.firstnew-details {
    width: 672px;
    line-height: 24px;
    text-align: center;
    font-size: 15px;
    padding-bottom: 11px;
    border-bottom: 1px dashed #bfccec;
}
.firstnew-details .content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box1-news {
    margin-top: 20px;
    text-align: center;
}

.box1-news {
    clear: both;
}

.box1-news li {
    list-style: none;
}

.box1-news li a {
    position: relative;
    height: 22px;
    display: flex;
    margin-bottom: 11px;
}

.box1-news p {
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    max-width: 500px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box1-news span {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    float: right;
    line-height: 20px;
    width: 80px;
    text-align: end;
    position: absolute;
    right: 0;
}

ul {
    margin: 0;
}

.newsbodymid {
    display: flex;
    justify-content: space-between;
}

.box2 {
    height: 260px;
    width: 580px;
    position: relative;
    margin-top: 15px;
}

.box2_title {
    width: 580px;
    padding-bottom: 9px;
    border-bottom: 1px solid #bfccec;
}

.logoleft {
    float: left;
    margin-top: 2px;
    vertical-align: middle;
}

.box2 ul {
    margin-top: 3px;
    height: 205px;
    color: #4287d4;
}

.box2 ul li {
    list-style: none !important;
    margin-top: 16px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.photo_bt2 {
    background:  no-repeat left;
    width: 80px;
    height: 24px;
    display: block;
    float: left;
}

.photo_bt2 p {
    float: left;
    display: block;
    text-align: center;
    width: 100px;
    float: left;
}

.photo_bt2 p span {
    font-size: 16px;
    color: #4287d4;
    display: block;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    width: 30px;
    float: left;
}

.photo_bt2 p i {
    float: left;
    color: #437bff;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}

.box2 ul li a {
    width: 430px;
    display: block;
    font-size: 15px;
    color: #4d4d4d;
    height: 24px;
    line-height: 24px;
    margin-left: 14px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.box2 ul li a:hover {
    text-decoration: none;
    color: #437cff;
}

.newsboxtitle {
    font-size: 18px;
    font-style: normal;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #437cff;
    width: 480px;
    height: 22px;
    float: left;
}

.newsboxright {
    font-style: normal;
    font-weight: 500;
    color: #437cff;
    text-align: end;
    font-size: 14px;
    vertical-align: sub;
}

.box3 {
    background:  no-repeat;
    width: 1202px;
    height: 106px;
    background-size: cover;
    display: flex;
}

.box3-left {
    width: 600px;
    border-right: 1px solid #1a59f2;
    height: 106px;
    line-height: 106px;
    display: flex;
}

.box3-left span {
    display: block;
    line-height: 106px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    width: 120px;
    margin-left: 30px;
}

.box3-left ul {
    width: 400px;
    height: 106px;
    line-height: 106px;
    /* padding: 10px; */
}

.box3-left ul li {
    color: #fff;
    line-height: 15px;
    height: 15px;
    width: 380px;
    margin-top: 10px;
    list-style: none;
    display: flex;
}

.box3-left ul li a {
    color: #fff;
}

.bt3 {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 15px;
    margin-right: 10px;
}

.box3-left ul li a p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: left;
    width: 350px !important;
    line-height: 15px;
    height: 15px;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box3-right {
    width: 601px;
    height: 106px;
}

.box4_title {
    width: 1202px;
    padding-bottom: 8px;
    border-bottom: 1px solid #bfccec;
    margin-top: 20px;
}
.box4_title .newsboxtitle{
    width: 1105px;
}
.service-centerpic {
    width: 1202px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}

.service-centerpic1 {
    width: 392px;
    height: 137px;
    cursor: pointer;
}

.box5 {
    height: 260px;
    width: 580px;
    position: relative;
    margin-top: 15px;
}

.box5_title {
    width: 580px;
    padding-bottom: 8px;
    border-bottom: 1px solid #bfccec;
}

.box5 ul li {
    margin-top: 16px;
    height: 24px;
    line-height: 24px;
    width: 560px;
    position: relative;
    list-style: none;
}

.box5-news {
    clear: both;
    margin-top: 25px;
    text-align: center;
}

.box5-news p {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    width: 480px;
    height: 22px;
}

.box5 ul li a p {
    width: 420px;
    display: block;
    font-size: 15px;
    height: 24px;
    line-height: 24px;
    margin-left: 14px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.box5-news span {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    float: right;
    line-height: 20px;
    width: 80px;
    text-align: end;
}

.lastbox {
    margin-bottom: 30px;
}

.circlepic {
    background: ;
    width: 5px;
    height: 5px;
    background-size: cover;
    margin-top: 9px;
    margin-right: 10px;
}

.circlepic1 {
    background: ;
    width: 5px;
    height: 5px;
    background-size: cover;
    position: absolute;
    top: 9px;
}
