.hotContainer{
    width: 1170px;
    margin: 0 auto;
    background-color: #fff;
    min-height: 1000px;
}
.hotContainer .nav{
    padding: 20px 30px;
    background-color: #f7f7f7;
    font-size: 16px;
}
.hotContainer .content{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}
.hotContainer .content a{
    display: inline-block;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #f7f7f7;
    color: #000;
    margin: 8px 12px;
    font-size: 16px;
    border-radius: 7px;
}

.hotContainer .content a:hover{
    background-color: #337ab7;
    color: #fff;
}

.xwzx-title{
    border-bottom: 1px solid #f0f0f0;
    margin: 0 30px 0 30px;
    display: block;
    width: 95%;
}
.xwzx-title span{
    font-size: 16px;
    font-weight: bold;
}
.xwzx-title a img {
    height: 14px;
}
.xwzx-title a{
    font-size: 14px;
    float: right;
}
.xwzx-list{
    display: block;
    height: 350px;
    padding: 30px 30px 30px 30px;
}
.xwzx-list a{
    display: block;
    width: 100%;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
}
.xwzx-list img {
    float: left;
    width: 16px;
    height: 16px;
    margin: 7px 4px 0 0;
}
.xwzx-list-left{
    float: left;
}
.xwzx-list-right{
    float: right;
}
.xwzx-list-left > a > span:nth-of-type(1) {
    float: left;
    width: 380px;
    height: 30px;
    color: #3d3d3d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xwzx-list-left > a > span:nth-of-type(2) {
    float: right;
    width: 100px;
    height: 30px;
    text-align: right;
    color: #8f8f8f;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xwzx-list-right > a > span:nth-of-type(1) {
    float: left;
    width: 380px;
    height: 30px;
    color: #3d3d3d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xwzx-list-right > a > span:nth-of-type(2) {
    float: right;
    width: 100px;
    height: 30px;
    text-align: right;
    color: #8f8f8f;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.othernoReadNum{
    display: none;
}

ul li {
    list-style:none;
}
.gs-msg{
    padding: 30px 11px 0 70px !important;
}
