.new_comp{
    width:100%;
    height:780px;
    text-align: center;
}
.new_comp .new_comp_item .new_comp_item_title .new_comp_item_title_content{
    width:508px;
    height:64px;
}
.new_comp .new_comp_item .new_comp_item_title .new_comp_item_title_text{
    width: 507px;
    height: 34px;
    font-family: SourceHanSansCN-Normal;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 10px;
    text-align: left;
}
.new_comp .new_comp_item  .new_comp_item_content{
    width: 750px;
    height: 500px;
    background-color: #0d735c;
    position: absolute;
    top: 189px;
    right:50px;
    opacity: 0.5 !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50) !important;
    filter:alpha(opacity=50) !important;
    box-sizing: border-box;
    padding:21px 52px 23px 47px;
    text-align: left;
}
.new_comp .new_comp_item  .new_comp_item_content .new_comp_item_content_item .new_comp_item_content_item_title{
    font-family: SimSun;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    margin-top:38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:610px;
    height: 30px;
    line-height: 30px;
    color: #f4a51b;
    cursor: pointer;
}
.new_comp .new_comp_item  .new_comp_item_content .new_comp_item_content_item .new_comp_item_content_item_title:hover{
    color:#fff;
}
.new_comp .new_comp_item  .new_comp_item_content .new_comp_item_content_item .new_comp_item_content_item_date{
    font-family: SimSun;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3px;
    letter-spacing: 0px;
    color: #ffffff;
    margin:23px 0 42px;
}
.new_comp .new_comp_item   .border_bottom{
    border-bottom: 2px dashed #fff;
}
.new_comp .new_comp_item  .new_comp_item_content .new_comp_item_content_item .new_comp_item_content_item_content{
    font-family: SimSun;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom:37px;
    width: 567px;
}
.new_comp .new_comp_item  .new_comp_item_content .new_comp_item_content_btn{
    width: 100%;
    position: relative;
    height:36px;
    margin-top: 15px;
}
.new_comp .new_comp_item  .new_comp_item_content .new_comp_item_content_btn_item{
    font-family: SimSun;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0px;
    color: #ffffff;
    width: 120px;
    height: 36px;
    display: block;
    background-color: #f4a51b;
    border-radius: 18px;
    border: solid 2px #f6b13a;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}