﻿
/* 主体内容开始 */
.main-content{
    background-color:#15AB51;
    margin: 0 auto;
}

/* 中间展示图片开始 */
.main-content .swiper-container {
    width: 100%;
   
}

.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 0;
    color: #fff;
    font-size: 16px;
    font-family: "Microsoft YaHei","微软雅黑","黑体",Arial, Helvetica,sans-serif;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pic-news .tips div{
    text-align:left;
    padding:5px 10px;
    font-size:16px;
    font-weight:bold;
}

.pic-news .tips div:last-child{
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:14px;
    font-weight:normal;
}

.pic-news .swiper-container .swiper-slide{
    background-size: cover;
}

.pic-news .swiper-pagination {
    top: 250px;
    text-align: right;
height:38px;
}

.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, .swiper-pagination-bullet-active {
    opacity: 1;
    background: #15AB51;
    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;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.news-panel.dashed .title-panel {
    /*margin-bottom: 0;*/
}
.news-panel .title-panel .title {
    flex: 0 0 120px;
    height: 45px;
    line-height: 45px;
    font-family: 微软雅黑;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.news-panel.dashed .title-panel .title {
    border-bottom: 2px solid #15AB51;
}

.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: #15AB51;
}

.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;
    letter-spacing: 2px;
    font-family: SimHei;
}

.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: #15AB51;
}

.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: 400px;
    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;*/
}
/* 普通新闻结束 */

.news-content.notice {
    border: 1px solid #ddd;
    border-left: 0 none;
    border-right: 0 none;
    display:flex;
    align-items:center;
}

.news-content.notice .title{
    flex:0 0 120px;
    font-size:18px;
    letter-spacing:2px;
    color:#15AB51;
}

.news-content.notice .more{
    flex:0 0 120px;
    font-size:16px;
    letter-spacing:2px;
    text-align:center;
        font-style: italic;
    text-decoration:underline;
    color:#15AB51;
}

.news-content.notice .more a{
    color:#15AB51;
}
.news-content.notice  .swiper-container{
    flex:1;
    
}

.news-content.notice .swiper-container .swiper-wrapper{
    display:flex;
    height:60px;
    align-items:center;
}

.news-content.notice .swiper-container .swiper-wrapper .swiper-slide{
    width:auto;
     display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.news-content.notice .swiper-container .swiper-wrapper .swiper-slide a{
    font-size:14px;
}

.news-content.notice .swiper-container .swiper-wrapper .swiper-slide span.new-news {
    background: url(../images/new.png) no-repeat 0 0;
    width: 30px;
    height: 15px;
    display: inline-block;
    vertical-align: text-top;
}

.news-content.notice .swiper-pagination{
    bottom:4px;
}

.statistics_num {
    width: 650px;
    margin: 0 auto;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-bottom: 1px dashed #15AB51;
    font-size: 18px;
    letter-spacing: 2px;
    color: #15AB51;
}

.statistics_num_b{
    height:3px;
    width:48px;
    margin:-1px auto 0;
    background-color:#15AB51;
}

.statistics_num_panel {
    margin-top: 10px;
    height: 408px;
    background: url(../images/num_panel.jpg) center center no-repeat;
    background-size:cover;
    display:flex;
    justify-content:center;
    align-items:center;
}

.statistics_num_panel .s_num_panel{
    width:1200px;
    height:300px;
    border-top:1px solid #93CDE8;
    border-bottom:1px solid #93CDE8;
    display:flex;
}

.statistics_num_panel .s_num_panel>div{
    flex: 0 0 25%;
    display:flex;
    align-items:stretch;
}

.statistics_num_panel .s_num_panel>div .s_num_item{
    flex:1;
    border-left:1px solid #93CDE8;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.statistics_num_panel .s_num_panel>div:last-child .s_num_item{
    border-right:1px solid #93CDE8;
}

.statistics_num_panel .s_num_panel>div .s_num_item>div{
    text-align:center;
    color:#fff;
    font-size:16px;
    font-family: SimHei;
    margin: 5px 0 30px;
}

.statistics_num_panel .s_num_panel>div .s_num_item>div:first-child{
    font-size:68px;
    margin:0;
}

.statistics_num_panel .s_num_panel>div .s_num_item>div:last-child{
    margin:0;
    width:50px;
    height:2px;
    background-color:#FFCC00;
}



/* 主体内容结束 */