
.content > div > div {

    display: inline-block;
}

.isRed {
    color: #c71d07 !important;
}

.more {
    cursor: pointer;
    font-size: 14px;
    line-height: 58px;
}

.more:hover {
    color: #c71d07;
}

/*飘窗相关*/
.floatImage {
    width: 320px;
    height: 120px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    background: green;
    z-index: 10;
}

.floatImage .close {
    position: absolute;
    right: 0;
    top: 0;
}

/*图片滚动的公共样式*/
.focus ul {
    padding: 0 !important;
}

.focus ul li {
    width: 100%;
    height: 100%;
    padding: 0 !important;
}

.focus ul li a {
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}

.focus ul li a img.showImg {
    display: inline-block;
    /*max-width: 100%;*/
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.focus ul li a .imgTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("/img/smallBottomMask.png");
    color: white;
    width: 100%;
    text-align: left;
    height: 50px;
    line-height: 70px;
    padding-left: 6px;
    padding-right: 32px;
    z-index: 1;
}

.focus ul li div {
    position: absolute;
    overflow: hidden;
}

.focus .btn {
    z-index: 3;
}

.focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 4px;
    height: 4px;
    font-size: 0;
    text-align: center;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

.focus .btn span.on {
    background: #af0f15;
    color: #FFF;
}

/*图片滚动的公共样式  end */
/*上方大背景图*/
.banner {
    /*height: 672px;*/
    height: auto;
    background: #e9e9e9;
/*    min-height: 560px;*/
}

.banner .bannerImg {
    height: auto;
    width: 100%;
    min-width: 1200px;
    /*max-width: 1920px;*/
    position: relative;
    z-index: 0;
    margin: 0 auto;
  /*  background: white url("../img/banner.png") center bottom no-repeat;*/
    /*background-size: auto 100%;*/
    /* 再次引入backgroundsize.min.htc，filter的那段删除 */
    -ms-behavior: url(./backgroundsize.min.htc);
    behavior: url(./backgroundsize.min.htc);
    overflow: hidden;
}

.banner .bannerImg .mask {
    width: 100%;
    height: 106px;
    position: absolute;
    z-index: 1;
    background-image: url(/img/mask.png);
}

.banner .bannerImg .cycle-slideshow {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
   /* min-height: 560px;*/
/*    max-width: 1920px;*/
}

.banner .bannerImg .cycle-slideshow > img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: inline-block;
}

/*头条*/
.topBar {
    min-height: 171px;
    font-size: 20px;
    background: #fafafa;
    margin-bottom: 17px;
}

.topBar > .topNew {
    padding-top: 27px;
    padding-bottom: 22px;
}

.topBar img.toutiao {
    margin-right: 35px;
    margin-left: 20px;
    height: 29px;
}

.topBar div.tip {
    max-width: 1100px;
    cursor: pointer;
}

.topBar .topNew a {
    display: block;
    text-align: center;
    padding: 0 38px;
}

.topBar .topNew .title {
    color: #c71d07;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 22px;
    font-weight: bold;
}

.topBar .topNew .info {
    font-size: 18px;
    line-height: 32px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.topBar .topNew .info .btn {
    color: #c71d07;
    display: inline-block;
    height: 32px;
    vertical-align: top;
}

.tip {
    height: 36px;
    overflow: hidden;
}

.tip a {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    display: block;
    color: white;
    max-width: 1080px;
}

.tip a:first-child {
    margin-top: 0px;
    transition: margin-top 2s; /*此处可修改每次滚动持续时间*/
}

/*头条end*/

/*1200宽的居中展示*/
.content {
    width: 1200px;
}

.content > div > div {

    display: inline-block;
}


.content .news {
    height: 628px;
}

.content .news .left {
    width: 690px;
    height: 100%;
    float: left;
}

.content .news .left .bd {
    height: 596px !important;

}

.content .news .left .img {
    width: 335px;
}

.content .news .left .imgInfo {
    width: 336px;
    height: 221px;
    display: inline-block;
    float: right;
    text-align: left;
    padding: 10px 5px;
}

.content .news .left .imgInfo > div {
    text-align: left;
    margin-left: 0;
}

.content .news .left .imgInfo .time {
    height: 26px;
    font-size: 16px;
}

.content .news .left .imgInfo .time > span {
    border: 1px solid #c71d07;
    display: inline-block;
    text-align: center;

}

.content .news .left .imgInfo .time .month {
    color: #c71d07;
    width: 64px;

}

.content .news .left .imgInfo .time .day {
    background: #C71D07;
    color: white;
    width: 36px;
}

.content .news .left .imgInfo .title {
    width: 100%;
    height: 86px;
    line-height: 22px;
    font-size: 16px;
    color: #C71D07;
    vertical-align: middle;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.content .news .left .imgInfo .title a:hover {
    color: #c71d07;
}

.content .news .left .imgInfo .title a {
    margin: 0;
    max-height: 100%;
}

.content .news .left .imgInfo .title > div {
    line-height: 26px;
}

.content .news .left .imgInfo .info {
    width: 338px;
    height: 83px;
    color: #666666;
    line-height: 20px;
    overflow: hidden;
}

.content .news .left .imgInfo .toInfo {
    font-size: 12px;
    color: #C71D07;
    cursor: pointer;
}

.content .news .left .articleTitle {
    width: 576px;
    margin-left: 12px;
}

/* 专题专栏部分jquery焦点图特效插件 */
.content .news .left .focus {
    width: 464px;
    height: 298px;
    overflow: hidden;
    position: relative;
    margin-top: 34px;
    margin-bottom: 10px;
}

.content .news .left .focus ul {
    height: 298px;
    position: absolute;
}

.content .news .left .focus ul li {
    float: left;
    width: 464px;
    height: 298px;
    overflow: hidden;
    position: relative;
    background: #000;
}

.content .news .left .focus .btnBg {
    position: absolute;
    width: 464px;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
    display: none;
}

.content .news .left .focus .btn {
    position: absolute;
    width: 464px;
    height: 18px;
    padding: 0px 10px 0px 10px;
    right: 0;
    bottom: 6px;
    text-align: right;
}


/* 专题专栏部分jquery焦点图特效插件结束 */

.content .news .right {
    width: 448px;
    float: right;
}

.content .news .right .bd {
    height: 596px !important;

}

.notice {
    height: 100%;
}

.notice .noticeOne {
    height: 62px;
    line-height: 62px;
    margin-top: 30px;
    display: block;

}

.notice .noticeOne:first-child {
    margin-top: 22px;

}

.notice .noticeOne .bigTime .up {
    line-height: 14px;
    height: 14px;
}

.notice .noticeOne .bigTime .down {
    font-size: 34px;
    line-height: 56px;
    height: 44px;
    text-align: center;
}


.notice .noticeOne .articleTitle {
    width: 336px;
    font-size: 16px;
    height: 60px;
    line-height: 22px;
    border-left: 1px solid #e1e1e1;
    display: inline-flex;
    align-items: center;
    padding-left: 14px;
    overflow: hidden;
}

.notice .noticeOne .articleTitle:hover {
    color: #c71d07;
}

/*快捷导航*/
.quickTo {
    background: url(/img/bj.png) no-repeat center;
    width: 100%;
    background-size: cover;
    margin-bottom: 40px;
}

.quickTo a.quickToLink {
    display: inline-block;
    width: 68px;
    margin: 0;
}

.quickTo a.quickToLink:last-child {
    margin-right: 0 !important;
}

.quickTo .itemList {
    white-space: nowrap;
    height: 128px;
    line-height: 144px;

    display: flex;
    justify-content: space-between;
}

.quickTo .itemList .item {
    line-height: 56px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #c71d07;
    min-width: 10%;
    text-align: center;
}

.quickTo .itemList .item img, .quickTo .itemList .item .name {
    cursor: pointer;
}

/*快捷导航end*/

.content .tabTop {
    height: 358px;
    text-align: center;

}

.content .tabBottom {
    height: 286px;
    text-align: center;

}

.content .tabTop .bd {
    height: 330px;
}

.content .tabBottom .bd {
    height: 222px;
}

/*
.content .tabTop .tab:nth-child(3n-2), .content .tabBottom .tab:nth-child(3n-2) {
    float: left;
}

.content .tabTop .tab:nth-child(3n), .content .tabBottom .tab:nth-child(3n) {
    float: right;
}
*/

.content .tabTop .tab, .content .tabBottom .tab {
    width: 486px;
}

.content .tab.long {
    width: 658px;
}

.videoSlider .focus ul li {
    float: left;
    width: 486px;
    height: 272px;
    overflow: hidden;
    position: relative;
    background: #000;
}

.videoSlider .imgTitle {
    /*  background-repeat: no-repeat;
      background-size: cover;
      height: 100% !important;
      line-height: 494px !important;*/
    padding-left: 12px !important;
}

.videoSlider .focus ul li .videoPlay {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
}

.videoSlider .focus {
    width: 486px;
    height: 272px;
    overflow: hidden;
    position: relative;
}

.videoSlider .focus ul {
    height: 272px;
    position: absolute;
}

.videoSlider .focus .btn {
    position: absolute;
    width: 100%;
    height: 18px;
    padding: 0px 10px 0px 10px;
    right: 0;
    bottom: 6px;
    text-align: right;
    z-index: 3;
}

.tab .articleTitle {
    width: 356px;
    margin-left: 8px;
}

.long .articleTitle {
    width: 522px;
    margin-left: 8px;
}

.tab .time, a .time {
    float: right;
    color: #999;
}

.imgBar {
    height: 264px;
}

.imgBar .hd ul {
    background: white !important;
}

.imgBar .bd {
    width: 1200px;
    height: auto;
}

.bottomImg {
    white-space: nowrap;
}

.bottomImg .imgBox {
    width: 225px;
    height: 145px;
    display: inline-block;
    background: no-repeat center/cover;
    margin-right: 14px;
}

.bottomImg .imgBox .title {
    display: block;
    margin-top: 12px;
    text-align: center;
}

.bottomImg .imgBox:last-child {
    margin-right: 0;
}

/*1200宽居中展示end*/


