@font-face {
    font-family: TT Norms Pro;
    font-style: normal;
    font-weight: 400;
    src: url(TTNormsPro-Medium.woff2) format("woff2")
}


*{
    font-family: 'TT Norms Pro' !important;
    padding: 0;
    margin:0;
}
p{
    padding: 0;
    margin:0;
}
a{
    color: #000;
    text-decoration: none;
}
body{
    background: rgb(236, 237, 239);
}
.imgview{
    font-size: 0;
}
.newsview{
    max-width: 1200px;
    margin: auto;
    margin-top: 100px;
}
.newsview .top{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.newsview .title{
    color: #06204b;
    font-size: 22px;
    font-weight: bold;
}
.newsview .right-icon img {
    width: 30px;
    margin: 25px 0px;
}
.newsview .date{
    padding-top: 60px;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    border-top: 1px solid #b8bfc9;
}
.newsview .date .num-title {
    color: #576178;
    font-size: 13px;
}
.newsview .l-title10{
    position: relative;
    background-color: #fff;
    border-radius: 9px;
    margin-bottom: 80px;
    box-shadow: 0px 0px 15px #fff;
}
.newsview .l-title10:hover{
    box-shadow: 0px 0px 15px #ccc;
}
.newsview .right-con{
    position: absolute;
    top: 0;
    z-index: 1;
    left: calc(1200px - 654px);
    bottom:0;
    display: flex;
    flex-wrap: wrap;
    right: 1vw;
    align-items: center;
}
.newsview .p-title{
    font-size: 20px;
    line-height: 120%;
    color: #06204b;
    font-weight: bold;
}
.newsview .s-desc{
    color: #576178;
    max-height: 100px;
    display: -webkit-box; /* 弹性盒子模型 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsview .s-desc{
    width: 100%;
}
.newsview .s-date{
    flex: 1;
    color: #576178;
    font-size: 14px;

}
.newsview .s-btn{
    display: inline-block;
    border-radius: 25px;
    background: #5b647b;
    color: #fff;
    padding: 1px 15px;
    margin: 20px 0px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
}
.mb{
    display: none;
}
.pc{
    display: block;
    width: 44%;
}
.news-cttv{
    color: #06204b;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
    border-top: 1px solid #b8bfc9;
    margin-top: 20px;
    padding-top: 20px;
}
.text-indent{
    text-indent: 0px;
    font-size: 15px;
    line-height: 30px;
    color: #06204b;
    border-bottom: 1px solid #b8bfc9;
    padding-bottom: 60px;
    margin: 40px 0px;
}
.newsconr a{
    color: #0c9ef3;
}
.newsview.newsconr{
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.newsview.newsconr img{
    max-width: 100%;
    margin: auto;
}

@media screen and (max-width: 1280px){
    .newsconr{
        background-color: #fff;

        border-radius: 8px;

    }
    .newsconr .contenter{
        padding: 20px;
    }
    .newsconr img{
        max-width: 100%;
    }
    .newsview.newsconr .top{
        display: none;
    }
    .news-cttv{
        border: none;
        font-size: 16px;
        margin: 0 auto;
        color: #06204b;
        font-weight: bold;
        word-break: break-all;
        padding: 10px 0px;
        line-height: 110%;
    }
    .pc{
        display: none;
    }
    .mb{
        display: block;
    }
    .newsview .l-title10{
        margin-bottom: 40px;
    }
    .newsview {
        max-width: 1200px;
        margin: auto;
        margin-top: 100px;
        width: 90%;
    }
    .newsview img.mb{
        width: 100%;
    }

    .newsview .right-con{
        position: initial;
        padding: 20px;
    }
    .newsview .p-title{
        margin-bottom: 20px;
    }
    .newsview .s-desc{
        font-size:14px;
    }
    .newsview .p-title{
        font-size: 16px;
    }
    .newsview .s-date{
        font-size:12px;
    }
    .newsview .s-btn{
        display: inline-block;
        border-radius: 25px;
        background: #5b647b;
        color: #fff;
        padding: 1px 15px;
        margin: 10px 0px;
        font-size: 12px;
        line-height: 35px;
        padding: 0 10px;
    }
    .newsview{
        margin-bottom: 100px;
    }
    .newsview .right-icon img{
        margin: 10px 0;
    }
}
