/* 数字孪生 */
body{
    margin: 0;
    /* overflow-x: hidden; */
    font-family:'MicrosoftYaHei', '微软雅黑', sans-serif !important;
}
.szls{
    width: 100%;
    height: 2456px;
    background-color:rgba(244, 244, 244, 1);
}
.szls_conts{
    margin: 0 auto;
    width: 1410px;
    padding-top: 60px;
}
.szls_head{
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.szls_head span{
    font-size: 32px;
    color: #333333ec;
}
.szls_head div{
    width: 36px;
    height: 4px;
    background-color: #0bb0ee;
}

/* 左侧新闻 */
.szls_conts .conts_item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.conts_item .item_left {
    width: 921px;
    height: 587px;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 3px;
}

.conts_item .item_left .line1_img{
    width: 100%;
    height: 352px;
    overflow: hidden;
    text-align: center;
}

.conts_item .item_left .line1_img img {
    width: 100%;
}
.item4_left{
    overflow: hidden;
}
/* .item4_left:hover img{
    scale: 1.12;
    transition: scale 0.2s linear;
} */
.conts_item .item_left .line1_img:hover img{
    scale: 1.12;
    transition: scale 0.2s linear;
}

.conts_item .item_left .line2_time {
    position: relative;
    width: 135px;
    height: 35px;
    margin: 15px 0;
    line-height: 35px;
}

.line2_time span {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 16px;
    color: #0bb0ee;
}

.conts_item .item_left .line3_title {
    color: #333;
    font-size: 24px;
    font-family: MicrosoftYaHei, 微软雅黑, sans-serif;
    padding: 0 30px;
    margin: 20px 0;
}

.conts_item .item_left .line3_title:hover {
    color: #0bb0ee;
    cursor: pointer;
}
.conts_item .item_left .line3_title a:hover {
    color: #0bb0ee;
    cursor: pointer;
}
.conts_item .item_left .line4_info {
    color: rgb(153, 153, 153);
    font-family: MicrosoftYaHei, 微软雅黑, sans-serif;
    font-size: 16px;
    text-align: justify;
    line-height: 32px;
    padding: 0 30px;
}


/* 右侧新闻 */
.conts_item .item_right,
.conts_item2 .item_right {
    width: 440px;
    height: 587px;
    background-color: #1b94c8;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 3px;
}

.item_right .right_img {
    width: 100%;
    height: 235px;
    overflow: hidden;
}

.item_right .right_img img {
    width: 100%;
    height: 100%;
}

.item_right .right_img:hover img{
    scale: 1.12;
    transition: scale 0.2s linear;
}

.item_right .right_time {
    position: relative;
    width: 135px;
    height: 35px;
    margin: 15px 0;
    line-height: 35px;
}

.item_right .right_time span {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 16px;
    color: #fff;
}

.item_right .right_title {
    color: #fff;
    font-size: 24px;
    font-family: 'MicrosoftYaHei', '微软雅黑', sans-serif;
    padding: 0 30px;
    margin: 20px 0;
}

.item_right .right_title:hover {
    cursor: pointer;
}

.item_right .right_info {
    color: #ffffffcc;
    font-size: 16px;
    line-height: 32px;
    font-family: 'MicrosoftYaHei', '微软雅黑', sans-serif;
    padding: 0 30px;
}


/* 第二行 */
.szls_conts .conts_item2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 35px;
}
.conts_item2 .item_left {
    background-color: #0bb0ee;
}
.conts_item2 .item_center {
    background-color: #fff;
}
.conts_item2 .item_center .right_time span,
.conts_item2 .item_right2 .right_time span {
    color: #0bb0ee;
}
.conts_item2 .item_center .right_title,
.conts_item2 .item_right2 .right_title {
    color: #333;
}
.conts_item2 .item_center .right_info,
.conts_item2 .item_right2 .right_info {
    color: #999;
}
.conts_item2 .item_right2 {
    background-color: #e2f3ff;
}

/* 第三行 */
.szls_conts .item3 {
    margin-top: 35px;
}

/* 第四行 */
.szls_conts .conts_item4 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 35px;
}

.conts_item4 .item4_left {
    width: 921px;
    height: 352px;
}
.conts_item4 .item4_left img {
    width: 100%;
    height: 100%;
}

.conts_item4 .item4_right {
    position: relative;
    width: 440px;
    height: 352px;
}

.conts_item4 .item4_right img {
    width: 100%;
    height: 100%;
}

.item4_right .right_bf {
    position: relative;
    position: absolute;
    width: 88px;
    height: 88px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 50%;
}

.item4_right .right_bf img {
    position: absolute;
    width: 28px;
    height: 32px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* 在js中控制颜色 鼠标移入/移出 */
/* .item4_right .right_bf:hover {
    background-color: #0bb0ee;
} */




/* 页脚 */
.footer{
    width: 100%;
    height: 350px;
    background-color: #1959a4;
}
.footer_row{
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    width: 1300px;
    margin: 0 auto;
}
.footer_details{
    display: flex;
    flex-direction: column;
    height: 160px;
    justify-content: space-between;
}
.footer_details span{
    margin-left: 10px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}
.footer_name{
    text-align: center;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 120px;
    margin-top: 55px;
}
.footer_name img{
    width: 95px;
    height: 50px;
    margin: 0 auto;
}
.footer_name span{
    display: flex;
    flex-direction: column;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7); 
}
.footer_codes{
    display: flex;
    width: 250px;
    justify-content: space-between;
}
.footer_code{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.code_back{
    width: 102px;
    height: 102px;
    background-color: #fff;
    text-align: center;
    line-height: 102px;
    margin-bottom: 10px;
}
.code_back img{
    width: 94px;
    height: 94px;
}
.footer_text{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}
.footer_txt{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);   
}
/* .footer_row2{
    margin-top: 130px;
} */
.yqlj{
    position: relative;
    bottom: 15px;
}

/* 友情链接 */
.yqlj .layui-btn{
    background-color: rgb(59, 114, 178) !important;
    border: none;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    width: 250px;
    display: flex;
    justify-content: space-between;
}
.yqlj .layui-btn:hover{
    color: rgba(255, 255, 255, 0.8);
    background-color: rgb(59, 114, 178) !important;
}