/* html隐藏 */
body,html{
	overflow-x: hidden;
}
/*banner部分*/
.banner {
    width: 100%;
    height: 720px;
    position: relative;
}

.banner img {
    width: 100%;
    height: 100%;
    z-index: 20;
}

.banner .icon-1 {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    transition: 0.6s;
}

.banner .bd li {
    position: relative;
    z-index: 10;
}

.banner .prev {
    position: absolute;
    top: 45%;
    left: 7%;
    cursor: pointer;
    width: 28px;
    height: 48px;
}

.banner .next {
    position: absolute;
    top: 45%;
    right: 7%;
    cursor: pointer;
    width: 28px;
    height: 48px;
}


/* @font-face {
    font-family: 'index-title';
    src: url('./index-title.ttf');
}

@font-face {
    font-family: 'index-subtitle';
    src: url('./index-subtitle.ttf');
} */

.search {
    height: 69px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    z-index: 999;
}

.search .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.search .left {
    display: flex;
    align-items: center;
}

.search .left .icon {
    width: 4px;
    height: 12px;
    background: #2164b7;
    margin-right: 8px;
}

.search .left .key {
    display: flex;
    color: #474747;
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    letter-spacing: 1px;
}

.search .left .key div span {
    color: #888;
    margin: 0 7px;
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    letter-spacing: 1px;
}

.search .right {
    width: 230px;
    height: 40px;
    border: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search .right input {
    height: 100%;
    background: rgba(255, 255, 255, 0);
    font-size: 14px;
    margin-left: 20px;
    width: 130px;
}

.search .right .icon {
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #245a9c;
    outline: none;
}


/*产品列表*/

.about-box {
    padding-top: 1px;
}

.about-box .container .title {
    text-align: center;
    margin-top: 40px;
    font-family: 'index-title';
}

.about-box .container .title span {
    font-size: 48px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #222222;
    line-height: 48px;
    letter-spacing: 1px;
}

.about-box .container .title-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    margin-top: 10px;
}

.about-box .container .title-bottom .title-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
}

.about-box .container .title-bottom .tips {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 16px;
    letter-spacing: 2px;
    margin: 0px 4px;
}

.about-box .about-main {
    margin-top: 40px;
}

.about-box .about-main .about-text {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: justify;
    color: #888888;
    line-height: 29px;
    letter-spacing: 1px;
}

.about-box .about-main .about-text a {
    font-size: 16px;
    color: #0253A5;
}

.about-box .about-main .img-box {
    margin-top: 24px;
    width: 1200px;
    height: 450px;
}

.about-box .about-main .img-box img {
    width: 1200px;
    height: 450px;
}

.about-box .about-main .about-bottom {
    margin: 0 auto;
    margin-top: -30px;
    width: 1146px;
    height: 156px;
    background: #ffffff;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-box .about-main .about-bottom .item {
    flex: 1;
    text-align: center;
    position: relative;
}

.about-box .about-main .about-bottom .item::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 46px;
    opacity: 0.77;
    background: #e5e5e5;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

}

.about-box .about-main .about-bottom .item:nth-last-child(1)::after {
    content: "";
    width: 0px;
}

.about-box .about-main .about-bottom .item .num {
    font-size: 42px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    color: #222222;
    line-height: 42px;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding: 0 30px;
}

.about-box .about-main .about-bottom .item .num .icon {
    width: 26px;
    height: 26px;
    background: #0253a5;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0px;
    line-height: 26px;
    color: #ffffff;
    border-radius: 50%;
}

.about-box .about-main .about-bottom .item .num .ts {
    font-size: 24px;
    padding-bottom: 4px;
}

.about-box .about-main .about-bottom .item .tips {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #888888;
    line-height: 16px;
    letter-spacing: 1px;
    margin-top: 17px;
}

.business-box {
    position: relative;
    padding: 1px;
    margin-top: 90px;
}

.business-box .title {
    text-align: center;
    font-family: 'index-title';
}

.business-box .title span {
    font-size: 48px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #222222;
    line-height: 48px;
    letter-spacing: 1px;
}

.business-box .title-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    margin-top: 10px;
}

.business-box .title-bottom .title-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
}

.business-box .title-bottom .tips {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 16px;
    letter-spacing: 2px;
    margin: 0px 4px;
}

.business-box .container {
    width: 1200px;
    margin: 0 auto;
}

.business-box .business-main {
    margin-top: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.business-box .business-main .item {
    margin: 0 5px 10px;
}

.business-box .business-main .item .img-box {
    width: 590px;
    position: relative;
}

.business-box .business-main .item .img-box img {
    width: 100%;
    height: 100%;
}

.business-box .business-main .item .img-box .text-box {
    position: absolute;
    top: 30px;
    left: 30px;
}

.business-box .business-main .item .img-box .text-box .tips {
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 24px;
    letter-spacing: 3px;
}

.business-box .business-main .item .img-box .text-box .icon1 {
    height: 1px;
    background: #ffffff;
    margin-top: 13px;
    margin-bottom: 13px;
}

.business-box .business-main .item .img-box .text-box .icon2 {
    width: 20px;
    height: 20px;
}

.solution-box {
    padding-top: 1px;
    position: relative;
    margin-top: 75px;
    background: url(../img/index-bg-1.jpg) no-repeat center center;
    padding: 1px;
}

.solution-box .title {
    text-align: center;
    position: relative;
    margin-top: 80px;
}

.solution-box .title span {
    font-size: 48px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: center;
    color: #222222;
    line-height: 48px;
    letter-spacing: 1px;
    position: relative;
    z-index: 10;
}

.solution-box .title::after {
    content: "THE SOLUTION";
    display: block;
    width: 420px;
    font-size: 48px;
    font-family: Arial, Arial-Black;
    font-weight: 900;
    text-align: left;
    color: #e6eff6;
    line-height: 48px;
    letter-spacing: 1px;
    position: absolute;
    z-index: 1;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-text-stroke: 1px #245a9c;
    opacity: 0.26;

}

.solution-box .solution-main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.solution-box .solution-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 70px;
    width: 186px;
    height: 50px;
    background: #0364c7;
    border-radius: 5px;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 30px;
    letter-spacing: 1px;
}

.solution-box .solution-btn .icon {
    width: 14px;
    height: 14px;
    margin-left: 5px;
}

.solution-box .solution-btn .icon img {
    width: 100%;
    height: 100%;
}

.solution-box .solution-main .item {
    width: 390px;
    position: relative;
    margin: 0 5px 10px;
}

.solution-box .solution-main .item img {
    width: 100%;
}

.solution-box .solution-main .item .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.solution-box .solution-main .item .text-box .tips {
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.solution-box .solution-main .item .text-box .en {
    opacity: 0.66;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Thin;
    font-weight: 200;
    text-align: center;
    color: #ffffff;
    line-height: 14px;
    letter-spacing: 0px;
    margin-top: 14px;
    white-space: nowrap;
}

.strong-box {
    margin-top: 55px;
}

.strong-box .title {
    text-align: center;
    font-family: 'index-title';
}

.strong-box .title span {
    font-size: 48px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #222222;
    line-height: 48px;
    letter-spacing: 1px;
}

.strong-box .title-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    margin-top: 10px;
}

.strong-box .title-bottom .title-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
}

.strong-box .container {
    width: 1540px;
    margin: 0 auto;
}

.strong-box .title-bottom .tips {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 16px;
    letter-spacing: 2px;
    margin: 0px 4px;
}

.strong-box .strong-main {
    margin-top: 50px;
    position: relative;
}

.strong-box .strong-main .item {
    display: flex;
}

.strong-box .strong-main .item .left-box {
    width: 610px;
    height: 564px;
    background: #f7f7f7;
}

.strong-box .strong-main .item .left-box .text-box {
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 110px;
}

.strong-box .strong-main .item .left-box .text-box .icon1 {
    margin-bottom: 20px;
}

.strong-box .strong-main .item .left-box .text-box .tit {
    font-size: 28px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: justify;
    color: #0253a5;
    line-height: 44px;
    letter-spacing: 1px;
}
.strong-box .strong-main .item .left-box .text-box .ts{
    white-space: nowrap;
}
.strong-box .strong-main .item .left-box .text-box .tips {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: justify;
    color: #666666;
    line-height: 29px;
    letter-spacing: 1px;
    margin-top: 40px;
}

.strong-box .strong-main .prev-btn {
    position: absolute;
    width: 34px;
    height: 34px;
    bottom: 48px;
    left: 440px;
    cursor: pointer;
    background: url(../img/index-icon-l.png) no-repeat center center;
    background-size: cover;
}

.strong-box .strong-main .next-btn {
    position: absolute;
    width: 34px;
    height: 34px;
    bottom: 48px;
    left: 492px;
    cursor: pointer;
    background: url(../img/index-icon-10.png) no-repeat center center;
    background-size: cover;
}
.strong-box .strong-main .prev-btn:hover{
    background: url(../img/index-icon-11.png) no-repeat center center;
}
.strong-box .strong-main .next-btn:hover{
    background: url(../img/index-icon-r.png) no-repeat center center;
}
.strong-box .strong-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
}

.strong-box .strong-bottom .item {
    flex: 1;
    transition: .5s;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.strong-box .strong-bottom .item.focus {
    background: #0253a5;
}

.strong-box .strong-bottom .item.focus .tips {
    color: #FFF;
    margin-top: 40px;
}

.strong-box .strong-bottom .item.focus .en {
    color: #FFF;
}

.strong-box .strong-bottom .item.focus .icon {
    background: #FFF;
}

.strong-box .strong-bottom .item .tips {
    font-size: 22px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: center;
    color: #222222;
    line-height: 22px;
    letter-spacing: 1px;
    margin-top: 60px;
}

.strong-box .strong-bottom .item::after {
    content: "";
    display: block;
    width: 1px;
    height: 111px;
    opacity: 0.66;
    background: #dcdcdc;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.strong-box .strong-bottom .item:nth-last-child(1):after {
    width: 0px;
}

.strong-box .strong-bottom .item.focus:after {
    width: 0px;
}

.strong-box .strong-bottom .item .en {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Thin;
    font-weight: 200;
    text-align: center;
    color: #888888;
    line-height: 14px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.strong-box .strong-bottom .item .icon {
    width: 25px;
    height: 3px;
    background: #bfbfbf;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 10px;
}

.case-box {
    margin-top: 60px;
    background: url(../img/index-bg-2.jpg) no-repeat center center;
    padding: 1px;
    background-size: cover;
}

.case-box .title {
    text-align: center;
    font-family: 'index-title';
    margin-top: 60px;
}

.case-box .title span {
    font-size: 48px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #222222;
    line-height: 48px;
    letter-spacing: 1px;
}

.case-box .title-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    margin-top: 10px;
}

.case-box .title-bottom .title-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
}

.case-box .title-bottom .tips {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 16px;
    letter-spacing: 2px;
    margin: 0px 4px;
}

.case-box .case-main {
    margin-top: 55px;
    margin-bottom: 110px;
}

.case-box .case-main .case-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.case-box .case-main .case-nav .item {
    width: 295px;
    height: 70px;
    background: #ffffff;
    font-size: 22px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #272727;
    line-height: 70px;
    letter-spacing: 2px;
    cursor: pointer;
}

.case-box .case-main .case-nav .item.focus {
    background: #0253a5;
    color: #FFF;
}

.case-box .case-main .img-box {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

.case-box .case-main .img-box .left {
    position: relative;
    width: 771px;
    height: 532px;
}

.case-box .case-main .img-box .left img {
    width: 100%;
    height: 532px;
}

.case-box .case-main .img-box .left a {
    display: block;
}

.case-box .case-main .img-box .text-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: rgba(0, 0, 0, 0.39);
}

.case-box .case-main .img-box .text-box .tit {
    font-size: 22px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: bold;
    margin-top: 30px;
    color: #ffffff;
    line-height: 24px;
    letter-spacing: 2px;
    margin-left: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.case-box .case-main .img-box .text-box .tips {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 18px;
    letter-spacing: 1px;
    margin-left: 20px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.case-box .case-main .img-box .text-box .tips.tips-bold {
    font-weight: bold;
}

.case-box .case-main .img-box .right img {
    width: 414px;
    height: 256px;
}

.case-box .case-main .img-box .right .item {
    position: relative;
    margin-bottom: 20px;
}

.case-box .case-main .img-box .right .item:nth-child(2) {
    margin-bottom: 0;
}

.case-box .case-main .img-box .right .item .text-box {
    height: 60px;
}

.honor-box .title {
    text-align: center;
    position: relative;
    margin-top: 80px;
}

.honor-box .title span {
    font-size: 48px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: center;
    color: #222222;
    line-height: 48px;
    letter-spacing: 1px;
    position: relative;
    z-index: 10;
}

.honor-box .title::after {
    content: "QUALIFICATION";
    display: block;
    width: 420px;
    font-size: 48px;
    font-family: Arial, Arial-Black;
    font-weight: 900;
    text-align: left;
    color: #ffffff;
    line-height: 48px;
    letter-spacing: 1px;
    position: absolute;
    z-index: 1;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-text-stroke: 1px #245a9c;
    opacity: 0.34;
}

.honor-box .honor-main {
    margin-top: 40px;
    position: relative;
}

.honor-box .honor-main .bd {
    /* width: 4500px !important; */
}

.honor-box .honor-main .tempWrap {
    width: 1200px !important;
}

.honor-box .honor-main .item {
    width: 290px !important;
    border: 1px solid #8797a6;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
}

.honor-box .honor-main .item .img-box {
    display: flex;
    justify-content: center;
    padding: 8px 0;
}

.honor-box .honor-main .item img {
    max-height: 200px;
}

.honor-box .honor-main .item .bottom {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f0f0f0;
}

.honor-box .honor-main .prev-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    cursor: pointer;
}

.honor-box .honor-main .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    cursor: pointer;
}

.honor-box .honor-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 70px;
    width: 186px;
    height: 50px;
    background: #0364c7;
    border-radius: 5px;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 30px;
    letter-spacing: 1px;
    cursor: pointer;
}

.honor-box .honor-btn .icon {
    width: 14px;
    height: 14px;
    margin-left: 5px;
}

.honor-box .honor-btn .icon img {
    width: 100%;
    height: 100%;
}

.news {
    padding-top: 1px;
    background: #F4F7FA;
}

.news .title {
    text-align: center;
    font-family: 'index-title';
    margin-top: 55px;
}

.news .title span {
    font-size: 48px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #222222;
    line-height: 48px;
    letter-spacing: 1px;
}

.news .title-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    margin-top: 10px;
}

.news .title-bottom .title-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
}

.news .title-bottom .tips {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 16px;
    letter-spacing: 2px;
    margin: 0px 4px;
}

.news .container .news-list {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.news .container .news-list .news-left {
    width: 750px;
    height: 503px;
}

.news .container .news-list .news-left .news-left-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #E6E4E4;
    padding-bottom: 10px;
    position: relative;
}

.news .container .news-list .news-left .news-left-top .header-left-as::after {
    content: "";
    width: 70px;
    height: 2px;
    background: #005bac;
    position: absolute;
    bottom: -11px;
    left: 0;
}

.news .container .news-list .news-left .news-left-top .header-left {
    display: flex;
    align-items: center;
}

.news .container .news-list .news-left .news-left-top .header-left a {
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 400;
    text-align: left;
    color: #666666;
}

.news .container .news-list .news-left .news-left-top .header-left .icon {
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 400;
    text-align: left;
    color: #666666;
    margin-left: 5px;
    margin-right: 5px;
}

.news .container .news-list .news-left .news-left-top .header-left .header-left-as {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    position: relative;
}

.news .container .news-list .news-left .news-left-top .header-rigth span {
    cursor: pointer;
    margin-left: 13px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}
.news .container .news-list .news-left .news-left-top .header-rigth span:hover{
    color: #005bac;
}
.news .container .news-list .news-left .news-left-center {
    display: flex;
    margin-top: 30px;
}

.news .container .news-list .news-left .news-left-center .center-img {
    width: 300px;
    height: 182px;
}

.news .container .news-list .news-left .news-left-center .center-img img {
    width: 100%;
    height: 100%;
}

.news .container .news-list .news-left .news-left-center .center-info {
    flex: 1;
    margin-left: 45px;
}

.news .container .news-list .news-left .news-left-center .center-info .center-info-title {
    display: flex;
    justify-content: space-between;

}

.news .container .news-list .news-left .news-left-center .center-info .center-info-title .tit {
    width: 320px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news .container .news-list .news-left .news-left-center .center-info .center-info-title .time {
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    text-align: left;
    color: #666666;
    line-height: 16px;
    white-space: nowrap;
}

.news .container .news-list .news-left .news-left-center .center-info p:nth-of-type(1) {
    font-size: 18px;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
}

.news .container .news-list .news-left .news-left-center:hover .center-info p:nth-of-type(1) .tit {
    color: #88bdf1;
}

.news .container .news-list .news-left .news-left-center .center-info p:nth-of-type(2) {
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: justify;
    color: #666666;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news .container .news-list .news-left .news-left-center .center-info .center-info-btn {
    width: 100px;
    height: 30px;
    background: #fc9a18;
    border-radius: 3px;
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
}

.news .container .news-list .news-left .news-left-center .center-info .center-info-btn .center-info-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15px;
    width: 15px;
    background: url(../img/news-icon-1.png) no-repeat center center;
    margin-left: 6px;
}

.news .container .news-list .news-left .news-left-center .center-info span {
    color: #0c0c0c;
    font-weight: 600;
}

.news .container .news-list .news-left .news-left-center .center-info p:nth-of-type(3) {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-align: right;
    line-height: 23px;
}

.news .container .news-list .news-left .news-left-bottom {
    margin-top: 15px;
}

.news .container .news-list .news-left .news-left-bottom .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news .container .news-list .news-left .news-left-bottom .item .icon {
    margin-right: 16px;
    height: 7px;
}

.news .container .news-list .news-left .news-left-bottom .item .li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 16px;
    width: 360px;
    cursor: pointer;
}

.news .container .news-list .news-left .news-left-bottom .item .li:hover .tit {
    color: #88bdf1;
}

.news .container .news-list .news-left .news-left-bottom .item .li .tit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news .container .news-list .news-left .news-left-bottom .item .time {
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 16px;
}

.news .container .news-list .news-left .news-left-bottom .item .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.news .container .news-list .news-right {
    width: 391px;
}

.news .container .news-list .news-right ul {
    width: 391px;
    height: 414px;
}

.news .container .news-list .news-right ul a {
    display: block;
    height: 100px;
}

.news .container .news-list .news-right ul a:hover .news-tit {
    color: #88bdf1;
}

.news .container .news-list .news-right p {
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E6E4E4;
    padding-bottom: 10px;
}

.news .container .news-list .news-right p .news-tit {
    font-size: 18px;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
}


.news .container .news-list .news-right p span {
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.news .container .news-list .news-right p span:hover{
    color: #005bac;
}

.news .container .news-list .news-right ul li {
    padding: 20px 0;
    margin: 0 10px;
    border-bottom: 1px dashed #D5D3D3;
    cursor: pointer;
}

.news .container .news-list .news-right ul li:nth-last-child(1) {
    border-bottom: 0px dashed #D5D3D3;
}

.news .container .news-list .news-right ul li .li-title {
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 16px;
    display: flex;
    align-items: center;
}

.news .container .news-list .news-right ul li .li-title span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news .container .news-list .news-right ul li .li-title .tips {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news .container .news-list .news-right ul li .li-title .icon1 {
    width: 18px;
    height: 18px;
    background: #005bac;
    border-radius: 4px;
    font-size: 12px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: center;
    line-height: 18px;
    color: #ffffff;
    margin-right: 15px;
}

.news .container .news-list .news-right ul li .li-text {
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 24px;
    display: flex;
    margin-top: 15px;
}

.news .container .news-list .news-right ul li .li-text .icon2 {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background: #808080;
    border-radius: 4px;
    font-size: 12px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: center;
    line-height: 18px;
    color: #ffffff;
    margin-right: 15px;
    margin-top: 4px;
}

.news .container .news-list .news-right ul li .li-text .tips {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news .container .news-list .news-right ul li:hover a {
    color: #b0050b;
}

.news .news-bottom {
    margin-top: 59px;
}

.news .news-bottom .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news .news-bottom .top .btn {
    width: 185px;
    height: 54px;
    background: #2152d5;
    border-radius: 27px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 54px;
    letter-spacing: 2px;
}

.news .news-bottom .top .icon {
    flex: 1;
    height: 1px;
    background: #eee;
}

.news .news-bottom .top .text a {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    text-align: center;
    color: #444444;
    line-height: 18px;
    letter-spacing: 1px;
}

.news .news-bottom .top .text span {
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
}

.news .news-bottom .top .text .on {
    color: #2152D5;
}

.news .news-bottom .img-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.news .news-bottom .img-box .item img {
    width: 380px;
    height: 245px;
}

.news .news-bottom .img-box .item .text {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #444444;
    line-height: 18px;
    letter-spacing: 1px;
    margin-top: 20px;
}