@import url(pscroll.css);
/*内页*/
*{
    margin: 0;
    padding: 0;
    font-family: PingFang SC;
}
img {
    max-width: initial;
}
.o_big {
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    display: flex;
    justify-content: center;
}
.o_title_big {
    border-radius: 0.5208333333vw;
    border: 0.15em solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(0.65em);
    padding: 2.0833333333vw;
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}
.o_title_box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.o_title_icon {
    width: 3.8541666667vw;
    height: 3.8541666667vw;
    margin-right: 1vw;;
}
.o_title,.o_title_eg {
    font-style: normal;
    font-weight: 500;
}
.o_title{
    color: #FFF;
    font-size: 1.7708333333vw;
    line-height: 1.7708333333vw;
}
.o_title_eg {
    color: rgba(255, 255, 255, 0.60);
    font-size: 1.1458333333vw;
    line-height: 1.1458333333vw;
    margin-top: 1.0416666667vw;;
}

/*新闻内容块*/
.news_content_box {
    width: 100%;
}
.news_con {
    overflow: hidden;
}
.news_con ul li {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #cccccc;
    display: block;
    position: relative;
}
.news_content {
    max-width: 1200px;
    margin: auto;
}
.news_con ul li:hover {
    background-color: #F2F8FC;
    cursor: pointer;
}
.news_con ul li .imgs {
    width: 28%;
    float: left;
    display: inline;
    overflow: hidden;
}
.news_con ul li .imgs img {
    overflow: hidden;
    object-fit: cover;
    max-height: 130px;
    width: 100%;/* -webkit-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);transition-duration: 0.3s;transition-timing-function: ease-out;transition-property: opacity, transform, filter;*/
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.news_con ul li:hover .imgs img {/*-webkit-transform: scale(1.2) rotate(4deg); transform: scale(1.2) rotate(4deg);*/
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.news_con ul li .i_about_r {
    float: right;
    display: inline;
    line-height: 22px;
    width: 68%;
    overflow: hidden;
}
.news_con ul li .i_about_r h3 {
    height: 22px;
    overflow: hidden;
    color: #2C3055;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    margin-top: 2%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_con ul li .i_about_r label {
    color: #2C3055;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}
.news_con ul li .i_about_r .p {
    max-height: 110px;
    overflow: hidden;
    color: #7b7b7b;
    margin: 3% 0;
    color: rgba(44, 48, 85, 0.60);
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px; /* 160% */
}
.news_con ul li:hover .i_about_r h3 {
    color: #1789B1;
}

/*新闻详情*/
.news_detail_box{
    width: 100%;
    height: 100%;
    padding: 2% 1%;
    background-color: #F6F6F6;;
}
.news_detail {
    max-width: 1200px;
    margin: auto;
    padding: 3% 2% 1% 2%;
    background-color: #fff;
    box-sizing: border-box;
}
.news_detail h2 {
    color: #2C3055;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
}
.news_detail_info {
    max-width: 500px;
    line-height: 50px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    color: rgba(44, 48, 85, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.news_detail_content {
    overflow: hidden;
    margin-top: 20px;
    color: rgba(44, 48, 85, 0.80);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.8px; /* 160% */
    margin-bottom: 30px;
    /*text-align: center;*/
}
.news_detail_content h1 {
    text-align: center !important;
}
.news_detail_content img {
    width: 100%;
    height: auto;
    margin: 10px 0;
}
.news_detail_page {
    display: flex;
    justify-content: space-between;
    color: rgba(44, 48, 85, 0.40);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin: 3% 0;
}
.news_detail_page a:hover {
    cursor: pointer;
    color: #1789B1;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
/*新闻详情悬浮块*/
.news_float_box {
    width: 20%;
    max-width: 320px;
    height: auto;
    position:fixed;	/*相对于浏览器窗口进行绝对定位*/
    z-index: 2;
    transition: position 0.3s ease;
}
.news_float_picture {
    max-width: 320px;
    height: 135px;
    overflow: hidden;
}
.news_float_picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_float_title {
    width: 100%;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    background: rgba(44, 48, 85, 0.40);
    backdrop-filter: blur(2px);
    padding: 12px;
    position: absolute;
    top: 72px;
    z-index: 2;
    box-sizing: border-box;
}
.news_float_content {
    padding: 10px 12px;
    color: rgba(44, 48, 85, 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 140% */
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.news_float_content div:nth-child(1) {
    width: 240px;
    height: 40%;
    display: -webkit-box;             /*将对象转为弹性盒模型展示*/
    -webkit-box-orient: vertical;     /*设置弹性盒模型子元素的排列方式*/
    -webkit-line-clamp: 2;            /*限制文本行数*/
    overflow: hidden;                 /*超出隐藏*/
}
.news_float_content div:nth-child(2) {
    width: 45px;
    height: 45px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news_float_content img {
    height: 100%;
    object-fit: cover;
}

.move_news_tab_box {
    display: none;
}

.news_detail_page div{
    width: 200px;
    overflow: hidden; /*文本超出隐藏*/
    text-overflow: ellipsis; /*文本超出显示省略号*/
    white-space: nowrap; /*超出的空白区域不换行*/

}

@media only screen and (max-width:1919px){
    .news_float_box {
        max-width: 240px;
    }
    .news_float_picture {
        max-width: 240px;
        height: 101px;
    }
    .news_float_title {
        font-size: 8px;
        top: 62px;
    }
    .news_float_content {
        font-size: 8px;
    }
    .news_float_content div:nth-child(1) {
        width: 160px;
    }
    .news_float_content div:nth-child(2) {
        width: 34px;
        height: 34px;
        margin-right: 12px;
    }
}

@media only screen and (max-width:1720px) {
    .news_con ul  {
        width: 70%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .news_float_box {
        display: none;
    }
}
@media only screen and (max-width:900px) {
    .news_detail {
        max-width: 769px;
    }
}
@media only screen and (max-width:768px) {
    .news_detail {
        max-width: 551px;
    }
}
@media only screen and (max-width:425px) {
    .move_title_news {
        color: rgba(23, 137, 177, 1);
    }
    .move_news_tab_box {
        width: 355px;
        height: 54px;
        padding: 5px;
        margin: 0 auto 30px auto;
        border-radius: 5px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 4px 4px 47px 0px rgba(13, 50, 64, 0.25);
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .move_news_tab.active {
        color: rgba(23, 137, 177, 1);
        border: 1px solid rgba(23, 137, 177, 1)
    }
    .move_news_tab {
        width: 111px;
        height: 44px;
        color: rgba(136, 137, 148, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
        letter-spacing: 0em;
        border: 1px rgba(255, 255, 255, 1) solid;
    }
    .news_con {
        padding-bottom: 10px;
    }
    .news_con ul {
        width: 331px;
        margin: 0 auto;
    }
    .news_con ul li .imgs {
        margin-top: 10px;
        border-radius: 5px;
    }
    .news_con ul li{
        height: 82px;
        padding: 8px;
        border-radius: 5px;
        box-shadow: 0px 5px 4px 0px rgba(45, 55, 72, 0.1);
    }

    /*新闻详情 移动端适配*/
    .news_detail_box {
        width: 331px;
        padding: 0;
        margin: 30px auto 0 auto;
    }
    .news_detail {
        padding: 0;
    }
    .news_detail h2 {
        font-size: 22px;
    }
    .news_detail_info {
        font-size: 12px;
    }
    .news_detail_content {
        font-size: 14px;
        line-height: 22px;
    }
    .i_about_r {
        margin-top: 5px;
    }
    .news_con ul li .i_about_r label  {
        padding-left: 0 !important;
    }
    .news_detail_page div {
        width: 100px;
    }
    .news_detail_page,.news_detail_page a:hover  {
        font-size: 14px;
    }
    .news_con ul li .imgs img {
        overflow: hidden;
        object-fit: cover;
        height: 66px;
    }
}
