/* ====== 新闻列表 start ====== */
.news {
    padding: 70px 0px 100px;
}

.news_recommend {
	height: 280px;
	background-color: #ffffff;
	box-shadow: 0px 10px 30px 0px 
		rgba(150, 161, 187, 0.14);
        display: block;
        width: 100%;
}
.news_recommend_coverImg {
    width: 500px;
	height: 280px;
    line-height: 280px;
    text-align: center;
}
.news_recommend_coverImg img{
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.news_recommendInfo {
    width: 600px;
    margin-right: 60px;
    margin-top: 40px;
}
.news_recommendInfo h2{
    color: #333333;
    line-height: 30px;
}
.news_recommendDesc {
    color: #999;
    line-height: 26px;
    margin-top: 16px;
    height: 78px;
    overflow: hidden;
}
.news_recommendDate {
    font-family: "Bahnschrift";
    margin-top: 60px;
    color: #999999;
}

.news_recommendDateBig {
    color: #004dc9;
    margin-right: 10px;
}
.news_list:hover .news_listInfo h2,
.newsDetail_sibilingsNews a:hover,
.news_recommend:hover .news_recommendInfo .news_recommendDateBig,
.news_recommend:hover .news_recommendInfo h2{
    color: #1d7ce0;
}

.news_list {
    width: 100%;
    padding:50px 0px;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #e2e2e2;
}
.news_listDate {
    font-family: "Bahnschrift";
    width: 101px;
	height: 101px;
	background-color: #f9f9f9;
    color: #999999;
}
.news_listDateBig {
    color: #333333;
}

.news_list:hover .news_listDate{
    background-image: linear-gradient(0deg, 
		#0460b7 0%, 
		#2189ec 100%), 
	linear-gradient(
		#004dc9, 
		#004dc9);
	background-blend-mode: normal, 
		normal;
}
.news_list:hover .news_listDate .news_listDateBig,
.news_list:hover .news_listDate{
    color: #fff;
}
.news_listInfo {
    width: 1055px;
    margin-right: 10px;
}

/* ====== 新闻列表 end ====== */

/* ====== 新闻详情 start ====== */
.news_title {
    color: #333333;
    padding: 0px 10px;
    line-height: 40px;
    text-align: center;
}
.newsDetail_info {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.newsDetail_info span {
    display: inline-block;
    padding-left: 30px;
    color: #999999;
}

.newsDetail_infoDate {
    background: url(../images/newsDetail_infoDate_icon.png) left center no-repeat;
} 
.newsDetail_infoLook {
    background: url(../images/newsDetail_infoLook_icon.png) left center no-repeat;
    margin-left: 100px;
}

.newsDetail_rich {
    border-top:1px solid rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    font-size:16px;
    line-height:2em;
}

    .newsDetail_rich p {
        margin-bottom:1.5em;
    }
    .newsDetail_rich img {
        text-align:center;
        max-width:100%;
    }

.newsDetail_sibilingsNews{
    width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 3px 12px 0px 
		rgba(112, 138, 192, 0.14);
        padding: 20px 0px;
}

.newsDetail_sibilingsNews a{
    width: 50%;
    padding-left: 30px;
    padding-right: 20px;
    color: #666666;
    height: 40px;
    line-height: 40px;
    float: left;
    position: relative;
    box-sizing: border-box;
}
.newsDetail_sibilingsNews a.newsDetail_next::after{
    position: absolute;
    left: 0px;
    top:0px;
    content: '';
    width: 1px;
    height: 40px;
    background-color: #e6e6e6;
    
}
/* ====== 新闻详情 end ====== */


@media (max-width: 767px) {
    .news_list,
    .newsDetail_rich,
    .news {
        padding-top: 20px;
    }
    .news_list,
    .news {
        padding-bottom: 20px;
    }
    .news_recommendDate,
    .news_recommendDesc,
    .newsDetail_info,
    .news_recommendInfo {
        margin-top: 10px;
    }
    .news_listInfo,
    .news_recommendInfo {
        margin-right: 0px;
    }
    .newsDetail_sibilingsNews a,
    .news_recommend_coverImg ,.news_recommendInfo {
        width: 100%;
    }
    .news_recommendDesc {
        height: auto;
    }
    .news_recommend_coverImg {
        height: 196px;
        line-height: 196px;
    }
    .news_recommendDesc,
    .news_recommendInfo h2 {
        line-height: 20px;
    }
    .news_listDate {
        width: 80px;
        height: 80px;
    }
    .news_listInfo  {
        width: calc(100% - 90px);
    }

    .newsDetail_rich {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .news_title {
        line-height: 32px;
    }
    .newsDetail_sibilingsNews {
        padding: 10px 0px;
    }
    .newsDetail_sibilingsNews a {
        padding: 0px 10px;
    }
    .newsDetail_sibilingsNews a + a{
        border-top:1px solid #e6e6e6;
    }
    .newsDetail_sibilingsNews a.newsDetail_next::after {
        display:  none;
    }
}