﻿/*
 * FileName:news.css
 * Remark:news.css
 * Project:css
 * Author:Vincent
 * File Created:Sunday, 16th June 2019 3:39:52 pm
 * Last Modified:Sunday, 16th June 2019 3:44:27 
 * Modified By:Vincent
 */
 img{
     width:100%;
     height:100%;
 }
.rc-news-list-6,.rc-news-list-5,.rc-news-list-4,.rc-news-list-3,.rc-news-list-2,.rc-news-list-1{
    width:330px !important;
    height:220px !important;
}
 .rc-side-draw-nav{
    width:70%;
    height:100%;
    margin-right:-70%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    border-top:1px solid #a9a9a9;
}
.rc-common-sec-nav{
    height:7%;
    
}
.rc-news-content{
    width:100%;
    height:100%;
}
.rc-news-detail-content{
    width:100%;
    background: #1c1c1c;
}
/* 背景 */
.rc-news-bg{
    width:100%;
    height:550px;
    /* background:url(../images/news_0.png)no-repeat; */
    background-size:100% 100%;
}
.rc-case-bg{
    width:100%;
    height:550px;
    background:url(../images/case_0.png)no-repeat;
    background-size:100% 100%;
}
/* 新闻列表 */
.rc-news-list-content{
    height:90%;
    width:90%;
}
/* .rc-news-detail-list-content{
    height:100%;
    width:90%;
} */
/* 二级导航 */
.rc-news-sec-nav{
    height:6.5%;
    width:50%;
}
.rc-news-list{
    height:95%;
    width:100%;
}
.rc-news-item{
   /* height:15%;*/
    width:90%;
}
.rc-news-list-1{
   
    width:25%;
    height:100%;
}
.rc-news-list-2{
    /* background:url(../images/new_list_2.png)no-repeat;
    background-size:100% 100%; */
    width:25%;
    height:100%;
}
.rc-news-list-3{
    /* background:url(../images/new_list_3.png)no-repeat;
    background-size:100% 100%; */
    width:25%;
    height:100%;
}
.rc-news-list-4{
    /* background:url(../images/new_list_4.png)no-repeat;
    background-size:100% 100%; */
    width:25%;
    height:100%;
}
.rc-news-list-5{
    /* background:url(../images/new_list_5.png)no-repeat;
    background-size:100% 100%; */
    width:25%;
    height:100%;
}
.rc-news-list-6{
    /* background:url(../images/new_list_6.png)no-repeat;
    background-size:100% 100%; */
    width:25%;
    height:100%;
}
.rc-news-text-box{
    height:100%;
    width:72%;
    padding:0 5px;
    box-sizing:border-box;
}
.rc-news-text{
    height:auto;
    width:80%;
}
.rc-news-more{
    /*height:40%;
    width:17%;*/
}
.rc-news-page{
    height:5%;
    width:40%;
}
.rc-page-bar{
    width:25%;
    height:50%;
}
.color-page-count{
    width:20px;
    height:24px;
    line-height:24px;
}
nav>span{
    cursor: pointer;
}
.new-detail-title-bar{
    width:50%;
    height:120px;
}
.new-detail-img{
    width:100%;
    height:auto;
}
.new-detail-img-item{
    width:100%;
    height:611px;
}
.new-detail-img-top{
    width:100%;
    height:90%;
    color:#fff;
}
.new-detail-img-bottom{
    width:100%;
    height:120px;
    margin:50px 0px;
}
.new-detail-img-bottom p:nth-child(2)>a:hover{
    color:#a72426;
    transition:0.5s;
}
.new-detail-img-bottom p:nth-child(3)>a:hover{
    color:#a72426;
    transition:0.5s;
}

/**/
.rc-news-text{
    display: inline-block;
}