* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul,
ol,
li {
    list-style: none;
}

body {
    font-size: 16px;

    position: relative;
}

body {
    font-family: '微软雅黑', 'Heiti SC', '华文黑体', '黑体', "Helvetica Neue";

}

.main {
    width: 1200px;
    margin: 10px auto;
}

body {
    background: #f5f5f5;
}

.main-left {
    float: left;
    width: 890px;
    margin-right: 10px;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}
.main-content {
    margin-bottom:60px;
}
.main-right {
    width: 300px;
    float: right;
    border-radius: 4px;
    box-sizing: border-box;
}

.secTop {
    margin-bottom:10px;
    background: white;
    padding: 18px 10px 36px 10px;
    border-radius:4px;
}

.secTop h2 {
    text-align: center;
    margin-bottom: 20px;
}

.secTop h2 a {
    text-decoration: none !important;
    color: #000;
    font-size: 20px;
}

.secTop h2 a:hover {
    color: red;
}

.secTop p {
    font-size: 16px;
    line-height: 1.7;
}

.secTop p a {
    color: red;
    text-decoration: none !important;
}
.msg-content {
    padding:0!important;
    width:890px!important;
    background:#f5f5f5
}
.insNav {
    border-radius:4px;
    margin-bottom: 10px;
    display:flex;
    justify-content:space-between;
    height: 50px;
    box-sizing: border-box;
    padding: 10px;
    background: white;
    position: relative;
    overflow: hidden;
}

.insNav a {
    text-decoration: none !important;
    width: 90px;
    text-align: center;
    line-height: 30px;
    color: #333;  
}

    .insNav a.act {
        background: url('../image/incbg.png') 0 0 no-repeat;
        color: white!important;
    }      
    .insNav a:not(.act):hover{
        background: url('../image/insbg.png') 0 0 no-repeat;
        color:#666666!important;
    }

.insCon {
    padding:0 20px;
    border-radius:4px;
    background:#fff
}

.insCon li {
    height:57px;
    line-height:57px;
    display: flex;
    border-bottom: 1px #eee solid;
    align-items: center;
}
.a-box {
    width:604px;
    margin-right:62px;
}
.insCon li a {
    display:block;
    color: #333;
    text-decoration: none !important;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
.insee{
    width:70px;
    padding-left: 20px;
    background: url(../image/see.jpg) left center no-repeat;
    color: #999;
    font-size: 14px;
}
.ins-date{
    color: #999;
    font-size: 14px;
    margin-left: 35px;
}
.popularity-title {
    height:auto
}
.serial {
    width:20px;
    height:20px;
    line-height:20px;
    margin-right:5px;
    padding-top: 1.5px;
}
.popularity-list {
    justify-content:flex-start
}
.popularity-list p {
    margin-right:50px;
    width:178px;
}
.popularity-list p a{
    font-size:12px;
}
.popularity-list span {
    font-size:12px;
}
.main-right {
    height:502px;
}
