.data-container-fluid-dev {
    padding-bottom: 40px;
}

/* 覆盖bootstrap面包屑的样式 data- 代表自定义css*/
.data-breadcrumb {
    background-color: #fff !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}

.data-breadcrumb li a {
    color: #7e7e7e;
    text-decoration: none;
}

.data-breadcrumb .active {
    color: #b01f24 !important;
}

.data-breadcrumb > li + li:before {
    color: #CCCCCC;
    content: ">" !important;
    padding: 0 5px;
}

.data-page-header {
    border-bottom: 0px !important;
}

form {
    text-align: center;
}

form .input-box {
    width: 56%;
    height: 40px;
    border: 1px solid #cdcdcd;
    padding-left: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

form .input-submit {
    width: 15%;
    height: 40px;
    border: none !important;
    background-color: #b01f24;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
    margin-left: -4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.news-wrapper {
    /* margin-top: 30px; */
    overflow: hidden;
	padding-top:20px
}

.news-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font-size: 18px;
    margin-top: 2px;
}
.news_a .news-title{
    height: 58px;
    line-height: 58px;
    padding-left: 30px
}

.news-title a {
    color: black;
    display: inline-block;
    height: 100%;
    text-overflow: ellipsis;
}
.news_a .news-title a {
     width: 86%;
}
.news-title span{
	color: gray;
	float: right;
    padding-right: 20px;
}   
.news_a:first-child{
	margin-top:20px
}
.news_a:nth-child(2n) .news-title{
	background:#f4f4f4
}
.news_a .news-title{
	font-size:16px
}

.news-title a:hover{
	color: #b01f24;
}
.news-title:hover span{
	color: #b01f24;
} 

.news-title:hover {
    color: #b01f24;
}

.news-time {
    color: #aaaaaa;
    font-size: 14px;
    margin: 6px 0 10px;
}

.news-des {
    color: #777777;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-dec {
    height: 174px;
}
.news-item-img{
	display: inline-block;
	overflow:hidden
}
.news-item-img img{
	transition: all 0.6s;
}
.news-item-img img:hover{
	transform:scale(1.1)
}
.data-btn {
    border: 1px solid #555555 !important;
    background-color: #fff !important;
    color: #555555 !important;
	position:absolute;
	bottom:0;
}

.data-btn a {
    color: #555555 !important;
    text-decoration: none !important;

}

.data-btn:hover {
    border: 1px solid #b01f24 !important;
    background-color: #b01f24 !important;
    color: #fff !important;
}

.news-item {
    margin-bottom: 26px;
}

.form_box div {
    display: inline-block;
}

@media screen and (max-width: 750px) {
    .news-item {
        margin-top: 20px;
    }
	.news_a .news-title a {
		width: 70%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

    .data-page-header {
        margin: 0 auto !important;
        padding-bottom: 0px !important;
    }

    .news-dec {
		height: 96px;
        padding-left: 0px !important;
    }

    .news-time {
        margin-bottom: 5px !important;
    }

    .news-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        margin-top: 0px;
    }

    .news-des {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
    }

    .data-btn {
        border: none !important;
        padding: 0 0 !important;
        margin-top: 0px !important;
    }

    .data-btn::after {
        content: '\2192';
        margin-left: 5px;
    }
	
	.news_a .news-title {
		font-size: 14px;
	}

}

.strip {
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    margin-top: 30px;
}

.news-list li {
    border-bottom: 1px solid #d8d8d8;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.news-list li a, .news-wrapper .news-link {
    text-decoration: none !important;
    color: #000;
}

.news-wrapper .left-title:hover {
    color: #b01f24;
}

.news-list li a h4:hover {
    color: #b01f24;
}

.data-pagination .active a {
    background-color: #b01f24 !important;
    border-color: #d5d5d5 !important;
    color: #fff !important;
}

.data-pagination li a {
    color: #23232c !important;
}

.left-dec, .left-time {
    color: #9a9a9a;
    line-height: 20px;
    /* letter-spacing: 1px; */
}

.data-pagination-wrapper {
    text-align: center;
}

.data-pagination .active a {
    background-color: #b01f24 !important;
    border-color: #d5d5d5 !important;
    color: #fff !important;
}

.data-pagination li a {
    color: #23232c !important;
}

/* 搜索查询 */
.form_box {
    text-align: left;
    margin: 20px 0 0;
}

.form_box label {
    font-weight: normal;
}

.classfy {
    margin-left: 20px;
}

.form_box select {
    width: 132px;
    height: 30px;
    font-size: 14px;
    border: 1px solid #d2d2d2;
    margin-left: 16px;
	padding-left: 10px;
}

.select-wrapper {
    margin-top: 10px;
}

@media screen and (max-width: 750px) {
    .form_box select {
        margin-left: 0;
        width: 110px;
    }
	.classfy {
		margin-left: 0;
	}
}


@media (min-width: 1600px) {
	.news-dec {
		height: 200px;
	}
}

@media (min-width: 1920px) {
	.news-dec {
		height: 224px;
	}

	.news-title {
		/*margin-top: 14px;*/
	}
	.data-btn {
		margin-top: 80px;
	}
}
