body {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 100%;
    padding-bottom: 85px;
    font-family: "Arial", sans-serif;
    background-color: #F2F2F2;
}

.content-cont {
    min-height: 100%;
    min-width: 1200px;
    width: 100%;
}

.cake .bg {
    position: relative;
    height: 180px;
    width: 100%;
    overflow: hidden;
}

.cake .bg .title-img {
    -webkit-background-size: cover;
    background-size: cover;
    height: 180px;
    -ms-behavior: url(css/backgroundsize.htc);
    behavior: url(css/backgroundsize.htc);
}

.cake .bg .bg-content {
    position: absolute;
    width: 100%;
    top: 0;
}

.cake .bg .bg-content .bg-content-cont {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 180px;
    color: #ffffff;
}

.cake .bg .bg-content .bg-content-cont .red-block {
    position: absolute;
    bottom: 0;
    width: 206px;
    height: 111px;
    background-color: #EE220D;
    background-color: rgba(238, 34, 13, 0.6);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}

.cake .bg .bg-content .bg-content-cont .red-cont {
    position: absolute;
    bottom: 0;
    padding-top: 36px;
    padding-bottom: 20px;
    width: 206px;
    text-align: center;
}

.cake .bg .bg-content .bg-content-cont .red-cont .one {
    font-size: 16px;
    line-height: 28px;
    font-weight: 100;
}

.cake .bg .bg-content .bg-content-cont .red-cont .two {
    margin-top: 2px;
    line-height: 36px;
    letter-spacing: 1.34px;
    font-weight: 100;
    font-size: 24px;
}

.cake .bg .bg-content .bg-content-cont .white-cont {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 20px;
    padding-right: 106px;
}

.cake .bg .bg-content .bg-content-cont .white-cont .max {
    display: none;
    line-height: 63px;
    font-size: 45px;
    font-weight: 100;
}

.cake .bg .bg-content .bg-content-cont .white-cont .min {
    margin-top: 10px;
    text-align: right;
    line-height: 28px;
    font-size: 16px;
    font-weight: 100;
}

.cake .bg .bg-content .bg-content-cont .white-cont .min span {
    margin-right: 5px;
}

.cake .bg .bg-content .bg-content-cont .white-cont .min a {
    color: #ffffff;
    text-decoration: none;
}

.cake .main {
    position: relative;
    background-color: #F2F2F2;
}

.cake .main .bg-img-cont {
    width: 100%;
    overflow: hidden;
}

.cake .main .bg-img-cont img {
    height: 100%;
    width: 100%;
}

.cake .main .main-content {
    position: absolute;
    top: 0;
    width: 100%;
}

.cake .main .main-content .main-content-cont {
    width: 1200px;
    margin: 0 auto;
}

.cake .main .main-content .left {
    vertical-align: top;
    width: 206px;
}

.cake .main .main-content .right {
    margin-left: 35px;
    width: 904px;
    background-color: #fff;
    padding-bottom: 50px;
}

.cake .main .main-content .right .right-cont {
    overflow-y: auto;
    margin: 20px 30px 20px 30px;
}

.cake .main .main-content .right .right-cont .article-title {
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #cccccc;
    padding: 8px 0;
    line-height: 1.5;
}

.cake .main .main-content .right .right-cont .article-content {
    padding-top: 10px;
}

.cake .main .main-content .right .right-cont .article-date {
    text-align: right;
    margin-right: 16px;
    color: #666;
    font-size: 12px;
    padding-bottom: 12px;
}

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.bg-img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

img {
    border: none;
}

.pages {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
not supported by any browser */
    position: relative;
    left: 50%;
    float: left;
}

.pages .pages-cont {
    position: relative;
    left: -50%;
    text-align: center;
    overflow: hidden;
    height: 28px;
}

.pages .pages-cont a {
    text-decoration: none;
    color: #000;
}

.pages .pages-cont > * {
    margin-left: 18px;
}

.pages .pages-cont > *:first-child {
    margin-left: 0px;
}

.pages .pages-cont .num {
    background-image: url("../images/white_block.png");
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: block;
    color: #000;
    float: left;
    cursor: pointer;
}

.pages .pages-cont .num a {
    text-decoration: none;
    color: #000;
}

.pages .pages-cont .active {
    background-image: url("../images/red_block.png");
    color: #ffffff;
}

.pages .pages-cont .active a {
    text-decoration: none;
    color: #fff;
}

.pages .pages-cont .other {
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    color: #A9A9A9;
}

.pages .pages-cont .other a {
    text-decoration: none;
    color: #A9A9A9;
}

.minWidth {
    min-width: 1200px;
}

.show {
    display: block !important;
}

.hidden {
    display: none !important;
}

a {
    text-decoration: none;
}

.article-main-A * {
    max-width: 816px !important;
}

.article-main-B * {
    max-width: 832px !important;
}

.go_top {
    position: absolute;
    right: 50px;
    bottom: 200px;
    width: 47px;
    height: 47px;
    background-image: url(../images/go_top.png);
}

.article-title {
    font-size: 24px !important;
    color: #3B3B3B !important;
}

#updown {
    _top: expression(eval((document.compatMode&&document.compatMode=="CSS1Compat")?documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-1:document.body.scrollTop+document.body.clientHeight-this.clientHeight-1));
    position: fixed;
    _position: absolute;
    bottom: 100px;
    /*top: 300px;*/
    right: 30px;
    display: none;
}

#updown span {
    cursor: pointer;
    width: 48px;
    height: 50px;
    display: block;
}

#updown .up {
    background: url(../images/updown.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

#updown .up:hover {
    background: url(../images/updown.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

#updown .down {
    display: none;
    background: url(../images/updown.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

#updown .down:hover {
    display: none;
    background: url(../images/updown.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

[i="news"] .bg-img-cont {
    height: 893px;
}

[i="news"] .main-content {
    position: relative !important;
}

[i="news"] .main-content .left {
    background-color: #fff;
}

[i="news"] .main-content .left .items-title {
    height: 56px;
    text-align: center;
    padding: 0 20px;
    display: block;
    cursor: pointer;
    border-top: 1px solid #F5F5F6;
}

[i="news"] .main-content .left .items-title span {
    margin-right: 10px;
    line-height: 56px;
    font-size: 18px;
    color: #545353;
    font-weight: 500;
}

[i="news"] .main-content .left .items-title i {
    color: #545353;
}

[i="news"] .main-content .left .items-title .icon-jiantou1 {
    display: none;
}

[i="news"] .main-content .left .items-cont {
    background-color: #fff;
}

[i="news"] .main-content .left .items-cont .item {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
not supported by any browser */
    width: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #efefef;
}

[i="news"] .main-content .left .items-cont .item a {
    color: #757575;
    text-decoration: none;
    display: block;
    padding: 15px 0;
}

[i="news"] .main-content .left .items-cont .active a {
    text-decoration: none;
    display: block;
    background-color: #E11D0A;
    color: #fff;
}

[i="news"] .main-content .left .items:first-child .items-title {
    border-top: none;
}

[i="news"] .main-content .left a {
    color: #757575;
    text-decoration: none;
}

[i="news"] .main-content .left .active .items-title {
    background-color: #E11D0A;
}

[i="news"] .main-content .left .active .items-title span, [i="news"] .main-content .left .active .items-title i {
    color: #ffffff !important;
}

[i="news"] .main-content .left .active .items-cont {
    padding: 5px 0 14px 0px;
}

[i="news"] .list .list-cont .item {
    padding-top: 12px;
    padding-bottom: 22px;
    border-top: 1px solid #F1F1F1;
}

[i="news"] .list .list-cont .item .l-info {
    line-height: 22px;
}

[i="news"] .list .list-cont .item .l-info .l-date {
    font-size: 12px;
    color: #888383;
}

[i="news"] .list .list-cont .item .l-info .l-info1 {
    margin-left: 15px;
    border: 1px solid #e2e2e2;
    padding: 0 10px;
    color: #828282;
    font-size: 12px;
}



[i="news"] .list .list-cont .l-title {
    margin-top: 7px;
    line-height: 33px;
    font-size: 18px;
    color: #CC3121;
    letter-spacing: -0.77px;
}
[i="news"] .list .list-cont .l-title .l-info1{
    border: 1px solid #696969;
    font-size: 14px;
    color: #696969;
    margin-left: 8px;
    height: 20px;
    line-height: 18px;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 5px;
    border-radius: 4px;
}

[i="news"] .list .list-cont .l-title a {
    color: #CC3121;
    text-decoration: none;
}

[i="news"] .list .list-cont .l-desc {
    font-size: 14px;
    color: #696969;
    line-height: 22px;
    width: 839px;
    position: relative;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

[i="news"] .list .list-cont .l-img {
    display: block;
    margin-top: 16px;
    width: 307px;
    background-size: cover;
    height: 160px;
}

[i="news"] .list .list-cont .item:first-child {
    border-top: none;
}

[i="news"] .pages {
    padding-top: 53px;
    padding-bottom: 77px;
}
