
/* 主体内容开始 */
.main-content{
    width:1200px;
    margin: 0 auto;
}

/* 中间展示图片开始 */
.main-content .swiper-container {
    width: 100%;
    height: 373px;
}

.main-content .swiper-slide {
    background-position: center;
    background-size: cover;
}

.main-content .swiper-button-next,.swiper-button-prev{
    display: none;
}

.main-content .mask {
    filter: alpha(opacity=80);
    opacity: 0.80;
    border-radius: 2px;
    -moz-border-radius: 2px;
    position: absolute;
    background-color: #fff;
    z-index: 5;
    right: 30px;
    bottom: 20px;
    padding: 8px 12px;
    color: #0080bb;
    font-size: 25px;
    font-family: "Microsoft YaHei","微软雅黑","黑体",Arial, Helvetica,sans-serif;
    font-weight: 300;
}
/* 中间展示图片结束 */

.news-content{
    display: flex;
    justify-content:space-between;
    margin-top: 10px;
}


.news-content .card{
    flex: 0 0 300px;
    /*background-color: #007aff;*/
}

/* 图片新闻开始 */
.news-content .pic-news{
    flex: 0 0 400px;
}

.pic-news .swiper-container {
    width: 400px;
    height: 280px;
}

.pic-news .tips{
    filter: alpha(opacity=80);
    opacity: 0.80;
    border-radius: 2px;
    -moz-border-radius: 2px;
    position: absolute;
    background-color: #000;
    z-index: 5;
    left: 0;
    bottom: 0;
    padding: 5px;
    color: #fff;
    font-size: 16px;
    font-family: "Microsoft YaHei","微软雅黑","黑体",Arial, Helvetica,sans-serif;
    width: 390px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pic-news .swiper-container .swiper-slide{
    background-size: cover;
}

.pic-news .swiper-pagination{
    display: none;
}

.pic-news .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(255,255,255,0.8);
}

.pic-news .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
    color: #fff;
}

.pic-news .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 35px;
}
/* 图片新闻结束 */

/* 普通新闻开始 */
.news-content .news-panel{
    flex: 0 0 32%;
}

.news-panel .title-panel{
    display: flex;
    justify-content:space-between;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #e6edf3;
    margin-bottom: 5px;
}
.news-panel.dashed .title-panel {
    margin-bottom: 0;
}
.news-panel .title-panel .title{
    flex: 0 0 120px;
    height: 38px;
    line-height: 38px;
    font-family: 微软雅黑;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.news-panel.dashed .title-panel .title{
    border-bottom: 2px solid #0761b7;
}

.news-panel.s01 .title-panel .title{
    border-bottom: 2px solid #71b2ff;
}

.news-panel.s02 .title-panel .title{
    border-bottom: 2px solid #22c1cb;
}

.news-panel.s03 .title-panel .title{
    border-bottom: 2px solid #bfdbdf;
}

.news-panel .title-panel .title .icon{
     flex: 0 0 40px;
     text-align: center;
     font-size: 26px;
 }

.news-panel.dashed .title-panel .title .icon{
    color: #0761b7;
}

.news-panel.s01 .title-panel .title .icon{
    color: #71b2ff;
}

.news-panel.s02 .title-panel .title .icon{
    color: #22c1cb;
}

.news-panel.s03 .title-panel .title .icon{
    color: #bfdbdf;
}

.news-panel .title-panel .title .title-v{
    flex: 1;
    text-align: left;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
}

.news-panel .title-panel .more{
    flex: 0 0 50px;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}

.news-panel.dashed .title-panel .more a{
    color: #0761b7;
}

.news-panel.s01 .title-panel .more a{
    color: #71b2ff;
}

.news-panel.s02 .title-panel .more a{
    color: #22c1cb;
}

.news-panel.s03 .title-panel .more a{
    color: #bfdbdf;
}

.news-panel.dashed ul li{
    background: url(../images/icon01.jpg) 5px center no-repeat;
}

.news-panel.s01 ul li{
    background: url(../images/icon02.jpg) 5px center no-repeat;
}

.news-panel.s02 ul li{
    background: url(../images/icon03.jpg) 5px center no-repeat;
}

.news-panel.s03 ul li{
    background: url(../images/icon04.jpg) 5px center no-repeat;
}

.news-panel ul li.news-item{
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
}

.news-panel.average ul li.news-item{
    margin-top: 0;
}

.news-panel ul li.news-item .c-title span.new-news{
    background:url(../images/new.png) no-repeat 0 0;
    width:30px;
    height:15px;
    display:inline-block;
    vertical-align: text-top;
}

.news-panel ul li.news-item .c-title{
    flex: 1;
}

.news-panel ul li.news-item .c-title a{
    display: block;
    padding-left: 14px;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.news-panel ul li.news-item .c-title a:hover{
    color: red;
}

.news-panel.average ul li.news-item .c-title a{
    width: 280px;
}

.news-panel ul li.news-item .c-time{
    flex:0 0 70px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.news-panel.dashed ul li.news-item{
    border-bottom: 1px dashed #ccc;
}
/* 普通新闻结束 */

/* 主体内容结束 */