.box{
    width: 1200px;
    margin: 0 auto;
}
.curr_add{
    width:910px;
    height:45px;
    background-color: RGBA(240, 238, 237, 1);
    float: right;
    font-size:16px;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:45px;
    padding-left: 33px;
    box-sizing: border-box;
    
}
.curr_add a{
    margin-left: 3px;
}
.box_content{
    width: 100%;
    margin-top: 15px;
}
.box_left{
    width:264px;
    height:812px;
    box-sizing: border-box;
    border:1px solid rgba(159, 159, 159, 0.42);
    float: left;
}
.box_right{
    width:910px;
    height:811px;
    border:1px solid rgba(159, 159, 159, 0.42);
    float: right;
    padding-left: 38px;
    padding-right: 57px;
    box-sizing: border-box;
    position: relative;
}
.gyxf{
    width:264px;
    height:48px;
}
.gyxf div:nth-child(1){
    width:212px;
    height: 48px;
    float: left;
    background-color: RGBA(187, 4, 9, 1);
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:48px;
    font-size:24px;
    padding-left: 73px;
    box-sizing: border-box;
}
.gyxf div:nth-child(2){
    width:50px;
    height: 48px;
    float: left;
    background-color: rgba(225, 70, 66, 1);
    color: white;
    font-size: 24px;
    text-align: center;
    line-height:48px ;
}
.gyxf_list{
    width: 238px;
    margin: 0 auto;
    margin-top: 10px;
}
.gyxf_list li{
    width: 100%;
    height: 60px;
    border-bottom: 1px dashed #9F9F9F;
    line-height: 60px;
    font-size:20px;
    font-weight:400;
    color:rgba(55,54,54,1);
    padding-left: 61px;
    box-sizing: border-box;
}
.gyxf_list li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.gyxf_list li a:hover{
    text-decoration: none;
}
.gyxf_list img{
    display: none;
}
.curr_list a{
    color:#BB040C!important;
}
.curr_list a img{
    margin-left: 24px;
    display: inline;
}
.txt_title{
    width: 100%;
    text-align: center;
    /* height:px; */
    font-size:24px;
    font-weight:400;
    color:rgba(3,2,2,1);
    line-height:55px;
    margin-top: 51px;
    word-break: break-all;word-wrap: break-word;
}
.txt_time{
    width:100%;
    height:40px;
    font-size:16px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(115,113,113,1);
    line-height:40px;
    text-align: center;
    border-bottom: 1px solid #E1DFDE;
}
.txt_context{
    width: 100%;
    margin-top: 40px;
    width:788px;
    font-size:16px;
    font-weight:400;
    color:rgba(3,2,2,1);
    line-height:30px;
}
.share_btn{
    width: 200px;
    position: absolute;
    bottom: 38px;
    right: 25px;
}