.content {
    width: 1121px;
    margin-bottom: 20px;
}

/*当前位置*/
.location .locBox {
    padding-top: 17px;
    margin-bottom: 38px;
}

.location .locBox span {
    font-size: 14px;
    color: #666;
}

.location .locBox img {
    margin-right: 21px;
}

/*最新专题和归档专题标题*/
.content .zxzt {
    width: 773px;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    padding: 0 10px 0 11px;
}

.content .gdzt {
    width: 306px;
    height: 326px;
    background-color: #F3F3F3;
    padding: 0 10px 0 11px;
    margin-left: 21px;
}

.content .zttitle {
    height: 51px;
    padding: 21px 0 12px 15px;
    border-bottom: 1px solid #CDCDCD;
    box-sizing: border-box;
}

.content .zttitle a {
    font-size: 18px;
    line-height: 18px;
    color: #C80506;
    font-weight: bold;
    display: block;
    width: 76px;
    vertical-align: middle;
}

/*最新专题内容*/
.content .zxzt .bd {
    padding: 0 2px 35px 4px;
    width: 752px;
    box-sizing: border-box;
    overflow: hidden;
}

.content .zxzt .bd .nr {
    display: block;
    width: 320px;
    height: 258px;
    margin: 29px 24px 8px 24px;
}

.content .zxzt .bd .nr:hover .bt p {
    color: #C80506;
}

.content .zxzt .bd .nr:hover .zy p {
    color: #C80506;
}

.content .zxzt .bd .nr img {
    width: 320px;
    height: 174px;
    vertical-align: middle;
}

.content .zxzt .bd .nr .bt {
    width: 320px;
    height: 44px;
    line-height: 18px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    padding-top: 18px;
}

.content .zxzt .bd .nr .bt p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333333;
    font-size: 18px;
}

.content .zxzt .bd .nr .zy {
    width: 320px;
    height: 37px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    text-indent: 2em;
    overflow: hidden;
}

/*归档专题内容*/
.content .gdzt .bd {
    padding: 14px 15px 17px 16px;
    width: 244px;
    height: 244px;
}

.content .gdzt .bd .newsData {
    display: block;
    width: 244px;
    overflow: hidden;
}

.content .gdzt .bd .newsData:hover {
    color: #C80506;
}

.content .gdzt .bd .newsData .articleTitle {
    width: 244px;
    line-height: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content .gdzt .bd .newsData .articleTitle:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    margin-bottom: 2px;
    margin-right: 16px;
    background-color: #1a1a1a;
}

.paging {
    margin-top: 30px;
}

.paging span {
    float: left;
}

.paging a {
    color: #000;
}

.oldModel .location .locBox span {
    font-size: 18px;
}

.oldModel .content .zttitle a {
    font-size: 22px;
    width: 100px;
}

.oldModel .content .zxzt .bd .nr .bt p {
    font-size: 20px;
}

.oldModel .content .gdzt .bd .newsData .articleTitle {
    font-size: 20px;
}

.oldModel .paging {
    font-size: 18px;
}

.oldModel .footer .footerbox .msg {
    font-size: 16px;
}