﻿@charset "utf-8";
/* CSS Document */

/*新闻*/
.news-img{height:370px;background:url(../images/news-img.jpg)no-repeat center;background-size: cover;}
.news-column{
height:66px;
	border-bottom:1px solid #ebebeb; 
}

.news-sb:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}
.news-sb{margin: 14px 10px 17px;}
.news-sub{
	width:90px;
height:35px;
line-height:35px;
text-align: center;
font-size: 14px;
cursor: pointer;
border-radius: 5px;
}
.news-sub:hover{background:#a7272c;color: white}
.news-sidebar{margin-top: 23px;}
.news-sidebar span{font-size: 12px;}
.news-sidebar span:before{
    display: inline-block;
    font-family: iconfont;
    font-style: normal;
    content: "\e604";
    font-size: 20px;
    line-height: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
	color:#999999;
	position: relative;
	top: 2px;
	margin-right: 15px;
}


.news-main{padding-top:50px;overflow: hidden;}
.news-from{
	display:none;
	width:258px;
	height:36px;
	margin-top: 50px;
	position: relative;
}

.news-seach{
	width:100%;
	height:100%;
	font-size: 14px;
	padding-left: 20px;
    border: 1px solid #e4e4e4;

}

.news-submit{
	width:36px;
	height:36px;
	border:0;
    background: #8f8f8f;
    position: absolute;
    right:0;
    top:0;
    cursor: pointer;
    box-shadow: 0 ;
}

.news-submit:after{
    display: inline-block;
    font-family: iconfont;
    font-style: normal;
    content: "\e602";
    font-size: 16px;
    line-height: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    color: white;
}


.news-con{


}

.news-both li{

	margin:50px 0px 0;
	float:left;
	box-shadow: 0 0 5px #b3b1b1;
	cursor: pointer;
}
.news-both>div{
	padding-right: 25px;
    padding-left: 25px;
}

.news-both{margin:0 -25px 50px;}

.news-text-img{

}
.news-text-img img{
max-width: 366px;
    max-height: 247px;
width: 100%;
}

.news-text{
    padding: 20px 10px;
        position: relative;
}

.news-text p {
    font-size: 12px;
    color: #333333;
}

.news-text p:nth-child(1) {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
}

.news-text p:nth-child(2) {

    margin-bottom: 30px;
color:#818181
}


.news-both:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}




.news-both li:hover .news-text  .rightarrow:after{color: #bc151c;}

.news-both li:hover .news-text p:nth-child(1){color:#bc151c;}
.news-both li:hover .news-text p:nth-child(3){color:#bc151c;}




.news-main-yu{

padding-bottom: 80px;

}

.news-main-yu .row{
padding-top:50px;
    overflow: hidden;
}

/*内页*/
.news-deta-top{margin:0 20px 0 20px;
padding-top: 45px;padding-bottom: 25px;
	border-bottom: 1px solid #ebebeb;

	text-align: center;}
.news-deta-top p:first-of-type{font-size: 26px;}
.news-deta-top p:last-of-type{font-size: 12px;color: #666666;margin-top:20px;}
.news-deta-con{
	margin:0 15px 0 15px;
	padding: 40px 0 65px 0 ;
	border-bottom: 1px solid #ebebeb;}
.news-deta-con p{font-size: 14px;color:#666666;margin-bottom:20px;}

.news-deta-left{padding-left:15px;height:130px;}
.news-deta-left p:first-of-type{font-size: 14px;margin:22px 0 12px 0;}
.news-deta-left p:last-of-type{font-size:14px;color:#a4a4a4;}
.news-deta-right p{margin-top: 20px;font-size: 12px;color:#a4a4a4;}

.news-img img{display: none;}











@media (max-width: 1200px){

}
@media (max-width: 1024px){
.news-img{height:auto;background:none;}
.news-img img{width:100%;display: block;}
}


@media (max-width: 992px){


}



@media (max-width: 767px) {

.news-sidebar {
	margin-left: 10px;
    margin-top: 23px;
    float: none;
}
    .news-deta-con img {
     width:100%;}
.news-both li{

	margin:50px 10px 0;

}
.news-text-img img{
max-width: 100%;

width: 100%;
}

.news-both>div {

    display: flex;
    justify-content: center;
}

.news-from {

    margin-right: 10px;
}

}



@media (max-width: 360px) {


}


@media (min-width: 992px){


}





