@charset "UTF-8";
/*祺馨资讯 今日祺馨*/
section .today-news{
    padding:40px 0 0;
}
section .today-news .today-news-ul li{
    float: left;
    width:23.12%;
    margin-right: 30px;
}
section .today-news .today-news-ul li.last{
    margin-right: 0;
}
section .today-news .today-news-ul li .box{
    display: block;
    height: 87px;
    background: #f53300;
    box-shadow: 0 0 12px 0 rgba(10, 2, 4, 0.35);
    color:#fff;
    position: relative;
    padding:10px 25px;
    box-sizing: border-box;
}
section .today-news .today-news-ul li:first-child+li .box{
    background-color: #b7d543;
}
section .today-news .today-news-ul li:first-child+li+li .box{
    background-color: #ff9626;
}
section .today-news .today-news-ul li:first-child+li+li+li .box{
    background-color: #06b8ce;
}
section .today-news .today-news-ul li .box .img_box{
    position: absolute;
    right:10px;
    bottom:5px;
}
section .today-news .today-news-ul li .box .title{
    font-size: 18px;
    line-height: 36px;
    font-weight: normal;
}
section .today-news .today-news-ul li .box .text-s{
    font-size: 14px;
    line-height: 30px;
}
section .today-news .today-news-ul li .box .bg-bar{
    display: none;
}
section .today-news .today-news-ul li .box.active .bg-bar{
    display: block;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:10px;
    background: rgba(255,255,255,0.6);
}
section .today-news .today-news-ul li .box.active .bg-bar .tr{
    width:0;
    height:0;
    border-width:0 10px 10px;
    border-style:solid;
    border-color:transparent transparent rgba(255,255,255,0.6);/*透明 透明  灰*/
    position: absolute;
    left:50%;
    margin-left: -10px;
    bottom:10px;
}
section .today-news .today-news-ul li .box.active .title{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 1px;
}
section .today-news .today-news-ul li .box.active .text-s{
    display: none;
}
section .today-news .today-news-ul li .box.active .img_box{
    display: none;
}
section .today-news .head-bar{
    background-color: #06b8ce;
    box-shadow: 0 0 6px 2px rgba(10, 2, 4, 0.16);
    margin:50px 0 70px;
    border-top: 25px solid #cdff60;
    padding:0 45px;
}
section .today-news .head-bar .box{
    display: block;
    color:#fff;
    padding: 30px 0 50px;
}
section .today-news .head-bar .box .title{
    line-height: 45px;
}
section .today-news .head-bar .box .title .img_box{
    width: 54px;
    height: 45px;
    margin-right: 15px;
}
section .today-news .head-bar .box .title .text-s{
    width:1000px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: normal;
}
section .today-news .head-bar .box .text-p{
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
section .today-news .news-list li .box{
    display: block;
    background: #f1f1f1;
    margin-bottom: 70px;
}
section .today-news .news-list li .box .time{
    width: 144px;
    height: 250px;
    background-color: #f53300;
    color:#fff;
    text-align: right;
    padding:40px 25px 0 ;
}
section .today-news .news-list li .box .time h2{
    font-size: 76px;
}
section .today-news .news-list li .box .time time{
    display: block;
    font-size: 18px;
    line-height: 24px;
}
section .today-news .news-list li .box .time span{
    font-size: 18px;
    line-height: 50px;
}
section .today-news .news-list li .box .time .line{
    width: 33px;
    height: 1px;
    background-color: #ffffff;
}
section .today-news .news-list li .box .text{
    width: 1055px;
    padding:15px 20px;
}
section .today-news .news-list li .box .text .img_box{
    width: 290px;
    height: 220px;
}
section .today-news .news-list li .box .text .img_box img{
    width:100%;
    height:100%;
}
section .today-news .news-list li .box .text .text-box{
    width: 725px;
    padding: 30px 0 0 30px;
}
section .today-news .news-list li .box .text .text-box .title{
    font-size: 18px;
    line-height: 50px;
    color: #444444;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section .today-news .news-list li .box .text .text-box .browse span{
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    padding:0 25px 0 0;
}
section .today-news .news-list li .box .text .text-box .browse span img{
    margin-right: 6px;
}
section .today-news .news-list li .box .text .text-box .text-p{
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin:20px 0;
}
section .today-news .news-list li .box:hover .text .text-box .title{
    color:#f44336;
}
section .today-news .news-list li .box:hover .text .text-box .text-p{
    color:#f44336;
}
/******************新闻详情页***********************/
section .n-de .n-de-lf{
    width:865px
}
section .n-de .n-de-lf .n-de-name{
    text-align: center;
    padding:30px 0;
}
section .n-de .n-de-lf .n-de-name .title{
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 50px;
    color: #555555;
    border-bottom: 1px solid #d8d8d8;
}
section .n-de .n-de-lf .n-de-name .text-s span{
    font-size: 14px;
    line-height: 35px;
    color: #777777;
    padding:0 20px;
}
section .n-de .n-de-lf .text-p{
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    text-indent: 30px;
}
section .n-de .n-de-lf .n-de-img li{
    float: left;
    width:50%;
    margin:40px 0;
    padding:16px;
    box-sizing: border-box;
}
section .n-de .n-de-lf .n-de-img li .img_box{
    width:100%;
    height: 255px;
}
section .n-de .n-de-lf .n-de-img li .img_box img{
    width:100%;
    height: 100%;
}
/*****************媒体报道********************/
section .today-news .media-ul{
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row ;
    padding:50px 0;
    justify-content: space-between;
    flex-wrap:  wrap;
}
section .today-news .media-ul li{
    margin:0 ;
}
section .today-news .media-ul li .box{
    display: block;
    width: 370px;
}
section .today-news .media-ul li .box .img_box{
    width:100%;
    height: 275px;
}
section .today-news .media-ul li .box .img_box img{
    width:100%;
    height: 100%;
}
section .today-news .media-ul li .box .title{
    display: block;
    font-size: 14px;
    padding:30px 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section .n-de .n-de-rg{
    width: 300px;
    background-color: #f1f1f1;
}
section .n-de .n-de-rg .gr-name{
    font-size: 24px;
    letter-spacing: 1px;
    color: #f44336;
    padding:20px;
}
section .n-de .n-de-rg .n-de-rg-ul{
    padding:0 15px;
}
section .n-de .n-de-rg .n-de-rg-ul a{
    display: block;
    border-bottom: 1px dashed #777;
    padding:20px 0;
}
section .n-de .n-de-rg .n-de-rg-ul .title{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #555555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
section .n-de .n-de-rg .n-de-rg-ul .text-p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5px;
}
section .n-de .n-de-rg .n-de-rg-ul .text-s span{
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    padding-right: 10px;
}
section .n-de .n-de-rg .n-de-rg-ul a:hover .title{
    color: #f44336;
}
section .n-de .n-de-rg .n-de-rg-ul li:first-child a{
    padding-top: 0;
}
section .n-de .n-de-rg .n-de-rg-ul li:last-child a{
    border-bottom: 0;
}
section .n-de .n-de-rg .more-t{
    display: block;
    height: 67px;
    line-height: 67px;
    text-align: center;
    background-color: #f53300;
    font-size: 18px;
    color: #ffffff;
}
/*****************媒体报道详情********************/
section .today-news .video-box{
    width: 100%;
    height: 730px;
    background: #000;
    margin:80px 0;
}
/*视频推荐*/
section .today-news .video-swiper .box{
    width: 370px;
}
section .today-news .video-swiper .box .img_box{
    width:100%;
    height: 277px;
}
section .today-news .video-swiper .box .img_box img{
    width:100% ;
    height:100%;
}
section .today-news .video-swiper .box .title{
    display: block;
    font-size: 14px;
    padding:30px 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section .today-news .video-swiper .swiper-button-next, section .today-news .video-swiper .swiper-button-prev{
    margin-top: -65px;
}

















