.content-container{
    width: 890px;
}

.hot-info-container{
    width: 270px;
    padding-left: 20px;
}

.content-container>h3{
    padding: 15px 0px;
    font-size: 20px;
    line-height: 25px;
    border-bottom: 1px solid #d2dae4;
    text-align: center;
    color: #014e9c;
}
.content-container>.row{
    display: block !important;
    margin: 10px auto;
    text-align: center;
}
.content-container>.row>.release-date{
    width: 300px;
}
.content-container>.row span{
    margin: 0px 20px;
}

.hot-info-container>p{
    background-color: #014e9c;
    font-size: 16px;
    color: white;
    padding-left: 40px;
    line-height: 40px;
}
.hot-info-container>ul>li{
    padding: 5px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid white;
    background-color: #d2dae4;
}


.content-xgyd-container{
    margin-top: 20px;
}
.content-xgyd-container p{
    padding: 10px 0px;
    text-indent: 0px;
    font-size: 16px;
}
.content-xgyd-container li{
    padding-left: 20px;
    list-style: disc;
    line-height: 25px;
    display: block;
    padding-right: 110px;
    position: relative;
    width: 100%;

   
}
.content-xgyd-container li a{
  
  display: block;
  max-width: 100%;
 }
.content-xgyd-container li  span{
    position: absolute;
    right: 20px;
    top: 0px;
}

.content-txt{
    margin: 0px 20px;
    text-align: justify;
}

.content-txt,
.content-txt *
{
    line-height: 30px;
    font-family:"宋体","Microsoft YaHei",微软雅黑,"雅黑", "MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    max-width: 100%;
    overflow: auto;
    font-size: inherit;
}
.content-txt a{
    color:#0066cc;
	word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
}

.content-txt td,
.content-txt th
{
    border: 1px solid #aaa;
}
.content-txt table{
    width: 100%;
}

.content-tools{
    position: relative;
}

.content-public{
    position: absolute;
    text-align: right;
    top: 8px;
    right: 290px;
    background: white;
}
.content-public span{
    margin: 0 5px !important;
}
.content-public .printer{
    margin: 0px 10px;
    padding: 0px 5px 0px 20px;
    background: url("../../img/ico.png") no-repeat 0px 2px;

}