body {
	position: relative;
}

/* å¯¼èˆªæ æ ·å¼æ”¹å˜ */
#nav {
	/* background: none; */
}

#nav.active {
	background: #FFFFFF;
}


/* banner éƒ¨åˆ† start */
.banner-section {
	height: 244px;
}

.banner-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 324px;
	border-radius: 2px;
	background-color: #f5f6f7;
	padding-top: 145px;
}

.banner-content-wrapper {
	margin: 0 auto;
	max-width: 1180px;
}

.banner-content-wrapper .content-title {
	font-weight: normal;
	font-stretch: normal;
	font-family: SourceHanSansCN-Regular;
	letter-spacing: 0px;
	color: #222;
	font-size: 30px;
}

.banner-content-wrapper .content-desc {
	margin-top: 27px;
	font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #222;
}

/* banner éƒ¨åˆ† end */

/* å†…å®¹éƒ¨åˆ†*/
.newsContent-wrapper-bg {
	min-height: calc(100vh - 324px);
	background-color: #F9F9F9;
}

.newsContent-wrapper {
	min-height: calc(100vh - 324px);
	display: flex;
	margin: 0 auto;
	max-width: 1180px;
	/* margin-top: 244px; */
	/* å› ä¸ºä¸Šé¢çš„å…ƒç´ æ˜¯ç»å¯¹å®šä½  æ‰€ä»¥marginå¸ƒå±€*/
	background-color: #FFFFFF;
}

/* å†…å®¹å·¦ä¾§ start */
.newsContent-left-wrapper {
    padding-bottom: 100px;
    padding-top: 50px !important;
    flex: 0 0 204px;
	padding-top: 100px;
	border-right: 1px solid #e3e3e3;
}



.left-content-title-wrapper.title {
    font-size: 24px;
    color: #1a1a1a;
}


.left-content-title-wrapper {
	cursor: pointer;
	    justify-content: flex-start;
    padding-left: 40px;
    margin-bottom: 34px !important;
}

.left-content-title-wrapper .iconfont {
	font-size: 12px;
	color: #999999;
}

.left-content-title-wrapper.active .iconfont {
	color: #2f54ea;
}

.left-content-title-wrapper.active .content-title {
	color: #2f54ea;
}

/* å†…å®¹å·¦ä¾§ end */

/* å†…å®¹å³ä¾§ start */
.right-wrapper {
	flex: 1;

	display: flex;
	flex-direction: column;

}



.newsContent-right-wrapper {
    
	padding: 0 59px;
	background-color: #FFFFFF;
    height: 100%;
	/* border-left: 1px solid #e3e3e3; */
}

.noData-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    height: calc(100% - 100px);
    color: #999999;
    font-size: 14px;
}

.noData-wrapper a {
    text-decoration: none;
}

.noData-wrapper span:last-child {
    color: #2F54EA;
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}


.right-wrapper .pagination {
	padding: 0 59px;
	text-align: center;
}

.newsContent-right-wrapper .right-header-wrapper {
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newsContent-right-wrapper .right-header-wrapper .return-wrapper {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
	cursor: pointer;

}

.newsContent-right-wrapper .right-header-wrapper .return-wrapper:hover {
	color: #333333;
}

.newsContent-right-wrapper .right-header-wrapper .return-wrapper:hover .iconfont {
	color: #333333;
}

.newsContent-right-wrapper .right-header-wrapper .return-wrapper .iconfont {
	color: #999999;
}

.newsContent-right-wrapper .right-header-wrapper .search {
	width: 266px;
	height: 40px;
	line-height: 40px;
	background-color: #ffffff;
	border-radius: 20px;
	border: solid 1px #ebebeb;
}

.right-header-wrapper .search .iconfont {
	float: left;
	margin-left: 19px;
	color: #b7b7b7;
}

.right-header-wrapper .search input {
	outline: none;
	background: none;
	border: none;
	width: 218px;
	height: 100%;
	float: right;
}



.right-header-wrapper .search ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #b7b7b7;
}

.right-header-wrapper .search ::-moz-placeholder {
	/* Firefox 19+ */
	color: #b7b7b7;
}

.right-header-wrapper .search:-ms-input-placeholder {
	/* IE 10+ */
	color: #b7b7b7;
}

.right-header-wrapper .search:-moz-placeholder {
	/* Firefox 18- */
	color: #b7b7b7;
}

/* å†…å®¹ä¿¡æ¯ */
.right-content-wrapper .content-item {
	cursor: pointer;
	width: 100%;
	display: flex;
	border-bottom: 1px solid #e3e3e3;
	box-sizing: border-box;
	padding-bottom: 36px;
	margin-bottom: 30px;
}

.right-content-wrapper .content-item .item-img-wrapper {
    width: 144px;
    height: 80px;
    border-radius: 4px;
}

.right-content-wrapper .content-item .item-img-wrapper img {
	width: 100%;
	height: 100%;
}

.right-content-wrapper .content-item .item-content-wrapper {
	width: calc(100% - 80px);
	flex: 1;
	padding-left: 15px;
	color: #999999;
}

.right-content-wrapper .content-item .item-content-wrapper:hover .item-content-title {
	color: #2F54EA;
}

.right-content-wrapper .content-item .item-content-wrapper .item-content-title {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 0px;
	color: #333333;
	display: flex;
}

.right-content-wrapper .content-item .item-content-wrapper .item-content-author {
	display: flex;
	font-size: 12px;
}

.right-content-wrapper .content-item .item-content-wrapper .item-content-author .author-time {
	margin-left: 12px;
}

.right-content-wrapper .content-item .item-content-wrapper .item-content-author .author-author {
	margin-left: 7px;
}


.right-content-wrapper .content-item .item-content-wrapper .item-content-news {
	max-width: 750px;
	display: flex;
	margin-top: 17px;
	font-family: SourceHanSansCN-Light;
	font-size: 14px;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.table-pagination .dataTables_paginate {
	text-align: center;
}

.new-text-wrapper {
	padding: 0 59px;
	background-color: #FFFFFF;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.news_list .news-left .article h1 {
	width: 100%;
	/* height: 30px; */
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.news_list .news-left .article .article-sub-title {
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	font-size: 14px;
	color: #999;
}

p {
	margin-bottom: 0 !important;
}

.article_b {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0 10px;
}

.article_b span:nth-child(2) {
	float: right;
	margin-left: 4%;
	text-align: right;
}

.next-page-title {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.next-page .content-box {
	display: flex;
	flex-wrap: wrap;
}

.next-page .news-title {
	width: 100%;
	min-height: 380px;
	box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
	margin: 20px 19px;
	border-radius: 4px;
}

.next-page .news-title .related_articles_title {
	width: 100%;
	min-height: 40px;
	line-height: 20px;
	padding: 0 30px;
	font-size: 14px;
	font-weight: 600;
	margin-top: 30px;
	text-align: justify;
}
a img {
    border: none;
}

.next-page .news-title .content {
	width: 100%;
	max-height: 80px;
	overflow: hidden;
	padding: 10px 30px 0 30px;
	font-size: 12px;
	line-height: 24px;
	/* margin-top: 10px; */
	text-align: justify;
	color: #666;
}
.next-page .news-title .content:hover {
    color: #666;
}

#article-content p {
    margin: 16px 0;
    letter-spacing: 1px;
    line-height: 24px;
}
.next-page .news-title .list_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.next-page .news-title .list_img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.panel img {
    width: auto;
	max-width: 100%;
}


b,
strong {
	font-weight: bolder;
}




.article_b span {
	display: inline-block;
	width: 48%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}




.news_list .news-left {
	line-height: 24px;
}







/* åˆ†é¡µå¯¼èˆªæ  start */
li {
	list-style: none;
}

.pagination .paginate_button.active a {
	background-color: #2043D8;
	border-radius: 4px;
}

.pagination .paginate_button a {
	border: none !important;
}

.pagination .paginate_button a {
	border: none !important;
}


/* åˆ†é¡µå¯¼èˆªæ   end*/


/* å“åº”å¼  å¤„ç† */


@media only screen and (max-width: 1200px) {
    .newsContent-left-wrapper {
        padding-bottom: 0px;
        /*è¿™é‡Œè¡¨ç¤ºçš„æ˜¯é«˜åº¦150px*/
        flex: 0 0 150px; 
    }
    .left-content-title-wrapper {
        padding-left: 0px;
    }

    
    
    .left-content-title-wrapper-parent .left-content-title-wrapper{
        margin-left: 60px;
    }
 
    .left-content-title-wrapper-parent a:first-child .left-content-title-wrapper {
         margin-left: 0px;
    }
    
	.banner-content-wrapper {
		margin: 0 20px;
	}

	.newsContent-wrapper {
		flex-direction: column;
	}


	.left-content-title-wrapper:nth-child(2) {
		margin-left: 55px;
		margin-top: 0px !important;
	}
	.newsContent-left-wrapper {
	    display: flex;
	    flex-direction: column;
	    		justify-content: center;
		align-items: center;
	}
	.newsContent-left-wrapper .left-content-title-wrapper-parent {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	
	}
	.newsContent-right-wrapper .right-header-wrapper {
	    margin-bottom: 25px;
	    height: auto;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {}

@media only screen and (max-width: 992px) {}


@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 600px) {
    .right-content-wrapper .content-item .item-content-wrapper .item-content-author {
        margin-top: 10px;
    }
    
    .right-content-wrapper .content-item .item-content-wrapper .item-content-news {
        margin-top: 10px;
    }
    
    .right-content-wrapper .content-item {
        padding-bottom: 20px;
    }
    
    .right-content-wrapper .content-item .item-content-wrapper{
        width: calc(100% - 100px);
    }
    .right-content-wrapper .content-item .item-content-wrapper .item-content-author .author-author-desc {
        display: none;
    }
    .right-content-wrapper .content-item .item-content-wrapper .item-content-author .author-author {
        margin-left: 0px;
    }
    .right-content-wrapper .content-item .item-img-wrapper {
        width: 100px;
        height: 60px;
    }
        .right-content-wrapper .content-item .item-img-wrapper img {
        width: 100px;
        height: 60px;
    }
    .right-content-wrapper .content-item .item-content-wrapper .item-content-title {
        line-height: 1.2;
    }
    
	.right-header-wrapper .search input {

		width: 205px;
	}
}
