.new {
    background-color: #eaf0f6;
    padding-bottom: 60px;
}

.center {
    width: 1270px;
    margin: 0 auto;
}

.new_title {
    display: flex;
    align-items: center;
    height: 180px;
    background-image: url(../img/newbg.jpg);
    background-size: 1920px 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.bread {
    position: absolute;
    width: 1200px;
    left: calc(50% - 600px);
    bottom: 13px;
    z-index: 1;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bread img {
    width: 15px;
    height: 13px;
    display: block;
    margin-right: 10px;
}

.bread a,
.bread span {
    font-size: 16px;
    color: #fff;
}

.Website_construction .title {
    font-size: 30px;
    color: #5d5d5d;
    padding: 30px 0;
}

.Website_construction .new_cont {
    display: flex;
    justify-content: space-between;
}

.Website_construction .new_cont .new_left {
    width: 840px;
}

.Website_construction .new_cont .new_left .new_left_cont {
    padding-bottom: 1px;
}

.new_left .Website_list {
    width: 100%;
    display: flex;
    align-items: center;
    height: 230px;
    background-color: #fff;
    margin-bottom: 30px;
    box-sizing: border-box;
    border-bottom: 5px solid #fff;
}

.new_left .Website_list:hover {
    box-shadow: 0px 0px 10px 1px #bcccdc;
    border-bottom: 5px solid #36a1f8;
}

.new_left .Website_list .web_left {
    margin-left: 45px;
    width: 100px;
}

.new_left .Website_list .web_left img {
    width: 89px;
    height: 60px;
    display: block;
    margin: auto;
}

.new_left .Website_list .web_left p {
    margin-top: 17px;
    font-size: 16px;
    color: #5d5d5d;
    text-align: center;
}

.new_left .Website_list .web_right {
    margin-left: 36px;
    width: 630px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_left .Website_list .web_right span {
    font-size: 20px;
    color: #5d5d5d;
}

.new_left .Website_list .web_right .hidlee {}

.new_left .Website_list .web_right p {
    font-size: 14px;
    color: #5d5d5d;
    margin-top: 15px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: 60px;
}

.new_right {
    width: 390px;
    margin-left: auto;
}

.new_right .new_right_title {
    padding: 17px 0 25px 0;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    color: #4a4a4a;
    position: relative;
}

.new_right .new_right_title::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 1px;
    background-color: #007cee;
    left: 0;
    bottom: -1px;
    z-index: 1;
}

.new_right_cont .new_right_cont_list {
    display: flex;
    padding: 40px 0 30px 0;
    border-bottom: 1px dashed #fff;
}

.new_right_cont .new_right_cont_list .tu {
    width: 140px;
    height: 94px;
}

.new_right_cont .new_right_cont_list .tu img {
    width: 100%;
    height: 100%;
    display: block;
}

.new_right_cont .new_right_cont_list .text {
    width: 225px;
    margin-left: 15px;
}

.new_right_cont .new_right_cont_list .text .tit {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 23px;
    height: 46px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.new_right_cont .new_right_cont_list .text .time {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.new_right_cont .new_right_cont_list .text .time img {
    width: 13px;
    height: 14px;
    display: block;
}

.new_right_cont .new_right_cont_list .text .time p {
    font-size: 14px;
    color: #4a4a4a;
    margin-left: 5px;
}

.Fen_ye {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.Fen_ye .jt {
    width: 6px;
    height: 11px;
    display: block;
    margin: 0 10px;
}

.Fen_ye .jt img {
    width: 100%;
    height: 100%;
    display: block;
}

.Fen_ye .digit {
    width: 22px;
    height: 22px;
    font-size: 16px;
    color: #4a4a4a;
    border-radius: 5px;
    text-align: center;
    line-height: 22px;
    margin: 0 10px;
}

.Fen_ye .digit:hover,
.Fen_ye .digit.active {
    background-color: #007cee;
    color: #fff;
}

.newdetails {
    background-color: #fff;
    padding: 40px 60px;
}

.newdetails_top .newdetails_tit {
    font-size: 30px;
    color: #4a4a4a;
    line-height: 36px;
    text-align: center;
}

.newdetails_time {
    font-size: 16px;
    color: #5d5d5d;
    margin-top: 15px;
    text-align: center;
}

.newdetails_text {
    font-size: 14px;
    color: #5d5d5d;
    line-height: 27px;
    margin-top: 30px;
}

.newdetails_text p {
    text-indent: 2em;
}

.recommend {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
}

.recommend .recommend_tx {
    display: block;
    font-size: 14px;
    color: #5d5d5d;
    width: 325px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}