/* pc 兼容 */
.fixed_placeholder {
    margin-top: 122px;
}
a{
    text-decoration: none !important;
}
.gray {
    padding: 40px 0;
    width: 100%;
    height: auto;
    background-color: #EDF1F5;
}

.newdetail_cont .newdetail_title {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-size: 14px;
    color: #5C5C66;
    margin-bottom: .2em;
}
.newdetail_title span{
    margin: 0 10px;

}
.newdetail_title a{
    color: #194AA3 !important;
}
.detail_wrap{
    margin:2em  auto 2.5em auto;
    display: flex;
    justify-content: space-between;
}
.detail_left{
    background-color: #fff;
    width: 73.5%;
   

}
.detail_left .d_title{
    width: 70%;
    margin:1.5em auto 1em auto;
    font-family: AlibabaPuHuiTi_2_65_Medium;
font-size: 26px;
color: #242433;
line-height: 36px;
text-align: center;
}
.d_title_bottom{
    width: 70%;
    margin: 1em auto 2em;
    font-size: 12px;
color: #5C5C66;
line-height: 18px;
display: flex;
justify-content: space-around;
align-items: center;
}
.d_title_bottom .d_title_pub{
    margin-left: 4em;
}
.d_cont{
    width: 75%;
    margin: 0 auto;
    font-size: 16px;
color: #5C5C66;
line-height: 26px;
}
.d_cont p{
    margin: 1.2em 0;
}
.d_bottom{
    margin: 2em 0;
}
.d_bottom span{
    color: #242C62;
}
.detail_right{
    width: 25%;
    /* background-color: #fff; */
    padding: 0;
}
.d_right_title {
    margin: 0 16px;
  height: 65px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #EDF1F5;
  position: relative;
}
.d_right_title::before{
    content: '';
    width: 20px;
    height: 4.5px;
    background: #eb1b21;
    position: absolute;
    left: 0;
    bottom: -1.5px;
    z-index: 11;
}
.d_right_title::after{
    content: '';
    width: 20px;
    height: 3.5px;
    background: #045595;
    position: absolute;
    left: 20px;
    bottom: -1px;
    z-index: 11;
}
.d_right_title h5{
    font-size: 18px;
color: #242433;
margin: 0;
}
.d_list{
    margin: 2em 0;
    padding: 0;
    overflow: hidden;
}
.d_list ul{
    padding:0 15px 0 16px;
}
.d_list_item{
    margin: 1.5em 0;
}
.d_list_item p{
    font-size: 16px;
color: #242433;
line-height: 24px;
margin-bottom: .5em;
}
.d_list_item span{
    font-size: 12px;
color: #5C5C66;
line-height: 18px;
text-align: right;
}
.d_list_item p:hover{
    color: #194AA3;
}
.d_line{
    width: 90%;
    height: 1px;
    background: #EDF1F5;
    margin: 1em auto;
}
/* 媒体查询 */
@media(max-width: 575.98px) {
  
    .fixed_placeholder {
        margin-top: 10.7rem;
    }
    .detail_left .d_title{
        font-size: 16px;
    }
    .detail_left{
        width: 100%;
        margin-bottom: 2em;
    }
    .detail_right{
        width: 100%;
    }
    .d_title_bottom{
        width: 100%;
    }
    .d_cont{
        width: 90%;
    }
}

@media(min-width: 576px) and (max-width: 1199.98px) {

    .fixed_placeholder {
        margin-top: 13.5rem;
    }
    .detail_left .d_title{
        font-size: 20px;
    }
    .d_title_bottom{
        width: 100%;
    }
    .d_cont{
        width: 80%;
    }
   
}

@media (min-width: 1200px) {
    
}
