.news-pic-sec {
	width: 100%;
	height: 370px;
}
.news-pic-sec img.news-pic{
	width: 100%;
	height: 100%;
}



.news-sec {
	width: 100%;
	overflow: hidden;
}

.news-cont {
	width: 968px;
	float: right;
}

.news-nav-bread {
	color: #999999;
	font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
    padding: 16px 0;
	margin: 0 0 0 0;
}
.news-nav-bread a{
	color: #999999;
}
.news-nav-bread a:hover{
	color: #666666;
}

.news-bread-arrow {
	display: inline-block;
	width: 7px;
	height: 10px;
	background: url(../images/bread-arrow.png) no-repeat center;
	margin: 0 10px;
}

.subtitle {
    color: #0465bf;
    font-size: 20px;
    float: right;
    display: inline-block;
    border-bottom: 5px solid #0465bf;
    height: 36px;
    vertical-align: baseline;
    position: relative;
    top: -3px;
}

.news-card {
	width: 464px;
	height: 237px;
	margin-bottom: 40px;
	float: left;
}

.news-card:nth-child(2n-1) {
	margin-right: 40px;
}

.news-card img{
	display: block;
	width: 100%;
	height: 171px;
}

.card-text {
	color: #1a1a1a;
	font-size: 14px;
	height: 65px;
	line-height: 65px;
	border: 1px solid #e5e5e5;
	margin: 0;
	padding-left: 10px;
}

.company-sec ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.com-date {
    display: inline-block;
    width: 60px;
    height: 57px;
    background: #f1f2f6;
    color: #737373;
    font-size: 12px;
    text-align: center;
    padding-top: 3px;
	float: left;
}

.s-day {
    font-size: 36px;
    font-family: "microsoft yahei", "Hiragino Sans GB", 宋体, 新宋体;
    display: block;
    height: 40px;
    line-height: 35px;
}

.com-article-title {
	font-size: 18px;
	margin: 0 0 12px 75px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	font-family: Regular;
}

.com-article-cont {
	color: #999999;
	font-size: 14px;
	margin-left: 75px;
	margin-top: 0;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	font-family: Regular;
}


.com-cont-detail {
	display: block;
	width: 72px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #1a1a1a;
	font-size: 14px;
	background: #e9e9e9;
	border: 1px solid #d9d9d9;
	border-radius: 15px;
	box-sizing: border-box;
	margin-left: 75px;
	transition: all .05s ease;
	-moz-transition: all .05s ease;	/* Firefox 4 */
	-webkit-transition: all .05s ;	/* Safari 和 Chrome */
	-o-transition: all .05s ease;
}

.com-cont-detail:hover {
	background: #0465bf;
	color: #fff;
}

.com-article-cont.inscribe {
	float: right;
	text-align: right;

}

.company-sec.detail {
	padding-bottom: 80px;
}

.company-sec.detail p{
	line-height: 2.1;
}
.company-sec.detail .com-article-title,.company-sec.detail .com-article-cont{
	margin-bottom: 5px;
}
.company-sec li {
	padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
	margin-top: 25px;
}

.favour-sec {
	overflow: hidden;
    margin-bottom: 190px;
    margin-top: 18px;
}

.company-sec {
	/*padding-bottom: 50px;*/
}
.add-more-btn{
	width: 100%;
	height: 150px;
	position: relative;
}
.com-more-btn {
	width: 135px;
    height: 40px;
	display: inline-block;
	position: absolute;
	bottom: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #0465bf;
    border-radius: 25px;
    margin-left:300px;
    clear: both;
	transition: all .5s ease;
	-moz-transition: all .5s ease;	/* Firefox 4 */
	-webkit-transition: all .5s ;	/* Safari 和 Chrome */
	-o-transition: all .5s ease;
}

.com-more-btn:hover {
	background: #1279d8;

}

.com-more-btn .arrow-right-white {
    background: url(../images/arrow-right-white.png) no-repeat center;
    display: inline-block;
    width: 10px;
    height: 14px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 1px;
}

.brand-ul {
	list-style: none;
	padding: 0;
	margin: 0;
	/*margin-bottom: 92px;*/
	margin-top: 5px;
}

.brand-ul li {
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.brand-ul .brand-pic-box {
	margin: 20px 0;
	display: inline-block;
	height: 196px;
	width: 316px;
}

.brand-pic-box img {
	display: block;
	width: 100%;
}

.brand-info-text {
	display: inline-block;
	margin: 20px 0 20px 30px;
	vertical-align: top;
	width: 615px;
}

.brand-info-text .name {
	color: #1a1a1a;
	font-size: 18px;
	font-family: "microsoft yahei";
	margin: 0;
}

.brand-info-text .desc {
	font-size: 14px;
	color: #999;
	line-height: 2.2;
}

.brand-detail-box {
	text-align: center;
	margin: 35px 0 45px 0;
}

.brand-detail-text {
	margin-bottom: 70px;
	border-bottom: 1px solid #e5e5e5;
}

.brand-detail-text .name {
	color: #1a1a1a;
	font-size: 18px;
	font-family: "microsoft yahei";
	margin: 0;
}

.brand-detail-text .desc {
	color: #999;
	font-size: 14px;
	line-height: 2.2;
	margin-bottom: 40px;
}
.no-more-data{
	padding: 90px 0 70px 310px;
}
.no-more-data>p{
	margin: 0 25px;
}
.pdfStyle{
	border-bottom: 4px solid #525658;
}

/*新官网css样式 start*/
.new-list-pic{
	width: 100%;
	height: 380px;
	background: url(../images/newsListBg.png) #9c9fa1 no-repeat center;
	background-size: cover;
	text-align: center;
	color: #ffffff;
}
.list-title{
	font-size: 48px;
	padding-top: 150px;
}
.news-sec-title{
	position: relative;
}
.news-sec .title {
	position: relative;
	z-index: 99;
	margin: 0;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
}
.news-sec .title-shadow{
	width: 100%;
	text-align: center;
	position: absolute;
	font-size: 36px;
	font-weight: bold;
	color: #EAEAEA;
}
.list-item{
	cursor: pointer;
}
.list-item .item-left{
	width: 300px;
	margin: 0 10px;
}
.list-item .item-right{
	display: table;
	width: 880px;
	line-height: 2;
}
.list-item .item-date{
	width: 100px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
.list-item .item-date span{
	font-size: 70px;
	color: #666666;
}
.list-item .item-date div{
	font-size: 18px;
	color: #999999;
	position: relative;
	top: -35px;
}
.list-item .right-wap{
	display: table-cell;
	vertical-align: middle;
}
.list-item .right-title{
	color: #333333;
	font-size: 20px;
}
.list-item .right-con{
	color: #666666;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}
.news-title{
	text-align: center;
	font-size: 40px;
	margin: 20px 0;
	color: #333;
}
.news-date{
	text-align: center;
	font-size: 20px;
	color: #999;
}
.news-con{
	padding: 15px;
}
.page-sec {
	color: rgba(0,0,0,0.65);
	font-size: 14px;
	text-align: center;
	margin-top: 24px;
}

.page-ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.page-next,.page-prev {
	display: inline-block;
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.15);
	box-sizing: border-box;
	margin: 0 8px;
	vertical-align: bottom;
	cursor: pointer;
}

.page-prev {
	background: url(../images/page-icons.png) no-repeat;
	background-position: 12px 10px;
}
.page-next {
	background: url(../images/page-icons.png) no-repeat;
	background-position: -9px 10px;
}
.page-ul li {
	font-size: 14px;
	color: rgba(0,0,0,0.65);
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.15);
	margin: 0 4px;
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
}

.page-ul li >a{
	color: rgba(0,0,0,0.65);
}
.page-ul li.active >a {
	color: #fff;
}
.page-ul li.active {
	background: #1890FF;
	border: 1px solid #1890FF;
	color: #fff;
}

.page-num{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	width: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.15);
	margin: 0 5px;
	vertical-align: bottom;
	box-sizing: border-box;
}
