#fh5co-news {
    z-index: 1001;
    width: 100%;
    margin: 0px 0 0 0;
    background: #003F80cc;
    position: fixed;
    top: 0;
}
.container {
    width: 1350px;
    margin: 0 auto;
}
.header-inner {
    height: 88px;
    width: 100%;
}
.logoI {
    display: block;
    margin-top: 12px;
    float: left;
}
nav {
    float: right;
    padding: 0;
    margin: 32px 0 0 0;
}
.menuL {
    border-bottom: 2px solid #ffffff;
    color: #ffffff !important;
}
.linkA {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    padding-bottom: 3px;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-left: 50px;
    float: left;
}
nav a:hover {
    text-decoration: none;
    color: white;
}
.contimg{
    position: relative;
    width: 100%;
    height: 598px;
    background-size: cover;
}
.porab{
    position: absolute;
    right: 15%;
    top: 35%;
}
.porabp1{
    font-size: 40px;
    color: #333333;
    font-style: italic;
    margin-bottom: 34px;
}
.porabp2{
    width: 490px;
    font-size: 18px;
    color: #333333;
    line-height: 32px;  
}
/* 关于我们 */
.porelive{
    position: relative;
    float: left;
}
.market_content {
    width: 110px;
    position: absolute;
    top: 26px;
    left: 30px;
    background-color: #ffffff;
    z-index: 10;
    display: none;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 0 10px 0;
    box-shadow: 4px 11px 35px -14px rgb(0 0 0 / 50%);
}
.marketA {
    display: block;
    text-align: center;
    margin-top: 8px;
    font-size: 15px;
    color: #101010 !important;
    line-height: 30px;
}
.marketA:hover{
    background-color: #D2E8FF;
}

/* 内容 */
.detail_cont{
    width: 1200px;
    margin: 88px auto 0 auto;
    box-sizing: border-box;
    padding: 20px 70px 70px 70px;
}
.dflex{
    display: flex;
    align-items: center;
    color: #333333;
}
.news_title{
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 54px;
    /* text-align: center; */
    /* margin-top:-29px; */
    margin-bottom: 20px;
    margin-top: 30px;
}
.news_time{
    font-size: 16px;
    color: #999;
    /* text-align: center; */
    margin-bottom: 30px;
}
.newimg{
    display: block;
    margin: 0 auto 0 auto;
    max-width: 100%;
}
.news_cont{
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    margin-top: 30px;
    text-indent:2em
}
.backI{
    display: block;
    width: 8px;
    margin-right: 8px;
}