.news-signle-content {
    position: relative;
    margin: 24px auto;
    max-width: 1110px;
    background-color: #fff;
}
.news-signle-content.expo {
    margin-top: 0;
}
.news-breadcrumb {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-family: "microsoft yahei";
    padding-left: 13px;
    color: #666;
}
.news-breadcrumb.white-bg {
    background-color: #fff;
    border-bottom: 1px dashed #ededed;
}
.news-breadcrumb > a {
	color: inherit;
    float: left;
}
.news-breadcrumb > a:hover {
	text-decoration: underline;
}
.news-breadcrumb > span {
    background-image: url("/images/common/help_icon.png");
    width: 20px;
    height: 24px;
    line-height: 0;
    float: left;
    background-position: -76px -6px;
    margin-top: 9px;
}
.news-single-article {
	padding: 20px 40px;
    min-height: 700px;
}
.news-single-article > h1 {
	margin: 0;
    line-height: 40px;
    padding: 0;
    color: #333;
    font-size: 30px;
    text-align: center;
}
.news-single-article > h6 {
    text-align: center;
    color: #999;
    margin-bottom: 24px;
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold;
}
.news-single-article > .article-conten {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    text-align: left;
    padding: 0 0 24px 0;
    letter-spacing: 0.01em;
}


/*  new list  */
.news-lists-panel {
    position: relative;
    background-color: #fff;
}
.news-lists-content {
    position: relative;
    background-color: #fff;
    border: solid 1px #e4e4e4;
}
.news-lists-recommend {
    width: 100%;
    background: #f8f8f8;
    height: 34px;
    border-bottom: solid 1px #e4e4e4;
}
.news-lists-recommend-title {
    height: 34px;
    border-right: solid 1px #e4e4e4;
    display: inline-block;
    background-color: #fff;
}
.news-lists-recommend-title > .other-margin {
    height: 18px;
    line-height: 18px;
    margin: 10px 10px 0 14px;
    font-weight: bold;
    font-size: 14px;
    margin-left: 17px;
    margin-right: 40px;
}
.news-article-lists {
    
}
.news-list-row {
    border-bottom: 1px solid #eee;
    padding: 16px 24px;
}

.news-list-single-title {
    margin: 0;
    font-size: 22px;
    color: #333;
    line-height: 24px;
}
.news-list-single-title > a {
    color: #333;
}
.news-list-single-title > a:hover {
    text-decoration: underline;
}
.news-list-single-date {
    font-size: 12px;
    color: #888;
    padding: 2px 0 4px 0;
}
.news-list-single-date > img {
    float: left;
    margin: 0px 3px 0 0;
    display: block;
}

.new-list-inner {
    min-height: 68px;
    padding-top: 2px;
}
.new-list-inner > img {
    float: left;
    display: block;
    width: 96px;
    height: 68px;
}

.news-list-left {
    position: relative;
    padding-left: 110px;
    padding-right: 40px;
    min-height: 68px;
}
.news-list-left > .single-desc {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    word-break: break-all;
}
.news-list-left > .single-more {
    padding-top: 5px;
    
}
.news-list-left > .single-more .button-pure {
    color: #555;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 10px;
    border-radius: 0px;
}


.news-page-content {
    text-align: center;
    padding-bottom: 60px;
    padding-top: 40px;
}
.news-page {
    display: inline-block;
}
.news-page > a {
    text-decoration: none;
    display: inline-block;
    line-height: 14px;
    padding: 4px 8px;
    color: #333;
    border: 1px solid #ccc;
    margin: 0 2px;
}
.news-page > a:not(.disabled):not(.current):hover {
    background: #e1e1e1;
    color: #323436;
}
.news-page > a.disabled {
    background: #EEE;
    border: 1px solid #DDD;
    text-shadow: 0 1px 1px white;
    color: #CCC;
    cursor: default;
}
.news-page > a.current {
    background: rgb(27, 127, 204);
    color: #ffffff;
}
.news-expo-banner {
    height: 150px;
    background-color: #0061ae;
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: 50% 0%;
}
