﻿.topbg {
	height: 40px;
	background-color: #195094;
}

.topbg .two-menu {
	display: flex;
	min-width: 1200px;
	width: 1200px;
	height: 100%;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.two-menu a {
	padding: 0 20px;
	color: #fff;
	border-right: 1px solid #e2e2e2;
}

.two-menu .cur a {
	color: #ff8539;
}

.two-menu li:last-child a {
	border-right: none;
}

#body {
	margin-top: 1px;
}

.index {
	padding-bottom: 30px;
}

.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 150px;
    min-height: 150px;
	background-color: #fff;
}

.ncon {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

.clom {
	margin-top: 10px;
	background-color: #fff;
	font-size: 14px;
    border-radius: 5px;
    overflow: hidden;
}

a {
	color: #172c45;
	text-decoration: none;
}


/* 标题区 */
.clom h2 {
	position: relative;
	color: #333;
	font-weight: 600;
	border-bottom: 1px solid #eee;
	padding-left: 13px;
	font-size: 15px;
	height: 44px;
	line-height: 44px;
	margin: 0 10px;
}

.clom h2::before {
	content: "";
	position: absolute;
	width: 4px;
	border-radius: 5px;
	height: 22px;
	left: 0;
	top: 12px;
	background-color: #195094;
}

.clom h2 a {
	float: right;
	font-size: 14px;
	font-weight: 500;
	margin-right: 10px;
}

.clom h2 a:hover {
	color: #0056b3;
}

/* 标题区 */


/* 广告位 */

.advertising {
	margin-top: 15px;
	margin-bottom: 15px;
}

.advertising .adcom {
	display: flex;
	flex-wrap: wrap;
}

.advertising .adcom .ad_list {
	flex: 0 0 33.33%;
	max-width: 33.333%;
	box-sizing: border-box;
}

/* .advertising .adcom .ad_list:nth-child(1) {
	padding-right: 24px;
} */

.advertising .adcom .ad_list:nth-child(2) {
	padding: 0 7px;
}

.advertising .adcom .ad_list:nth-child(3) {
	padding-left: 14px;
}

.advertising .jonvieADCon {
	margin-left: 0;
}


/* 广告位 */


/* 文章分类 */
.act,
.newscontent,
.smallnews {
	display: flex;
	padding: 10px;
}

.newsin {
	width: 33.333%;
	flex: 0 0 33.333%;
	box-sizing: border-box;
}

.newsin h2 {
	margin: 0;
}

.newsin .nlist {
	margin-top: 15px;
}

.newsin:nth-child(1) {
	padding-right: 14px;
}

.newsin:nth-child(2) {
	padding: 0 7px;
}

.newsin:nth-child(3) {
	padding-left: 14px;
}

.nlist li a {
	display: block;
	height: 100%;
	cursor: pointer;
	color: #333;
	overflow: hidden;
	line-height: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.smallnews>div {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.smallnews>div:nth-child(1) {
	padding-right: 14px;
}

.smallnews>div:nth-child(2) {
	padding: 0 7px;
}

.smallnews>div:nth-child(3) {
	padding-left: 14px;
}

.smallnews h2 {
	margin: 0;
}

.smallnews .contlist {
	margin-top: 15px;
}

.smallnews .newitem.tx {
	margin-bottom: 7px;
}

.smallnews h2,
.newscontent h2 {
	margin: 0;
}

.newscontent .nleft {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.newscontent .nleft>ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

ul .sort {
	flex: 0 0 50%;
	max-width: 50%;
}

ul .m1,
ul .m3 {
	padding-right: 14px;
}

ul .m2,
ul .m4 {
	padding: 0 7px;
}

.sort .contlist {
	margin-top: 15px;
	width: 100%;
}

.cont-list-item {
	display: flex;
	margin-bottom: 15px;
	padding: 7px;
	box-shadow: 0px 0px 2px rgb(0 0 0 / 10%);
}

.cont-list-item .c-left {
	width: 130px;
	min-width: 130px;
	height: 80px;
	background-color: #fbfbfb;
	object-fit: cover;
	border-radius: 3px;
	overflow: hidden;
}

.c-left a {
	display: flex;
}

.c-left img {
	width: 100%;
	transition: all .3s;
	transform: scale(1);
}

.c-left img:hover {
	transform: scale(1.1);
}

.cont-list-item .c-right {
	flex: 1;
	max-width: calc(100% - 130px);
	padding-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

h4 {
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
}

h4 a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newscontent .nright {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding-left: 14px;
}

.menu a:hover {
	color: #1758a8;
	font-weight: bold;
}

/* 文章分类 */


/* 右侧文章列表 */

.newlist {
	width: 100%;
	margin-top: 15px;
}


.newitem.cf {
	margin-bottom: 18px;
	padding: 7px;
	box-shadow: 0px 0px 1px rgb(0 0 0 / 0.1);
}

.newitem.cf:not(first-child) {
	margin-top: 10px;
}

.cf a {
	display: flex;
}

.ali {
	width: 130px;
	min-width: 130px;
	height: 80px;
	background-color: #fbfbfb;
	object-fit: cover;
	border-radius: 3px;
	overflow: hidden;
}

.ali img {
	width: 100%;
	transition: all .3s;
	transform: scale(1);
}

.ali img:hover {
	transform: scale(1.1);
}

.nrc {
	flex: 1;
	max-width: calc(100% - 130px);
	padding-left: 10px;
	display: flex;
	padding-right: 5px;
	flex-direction: column;
	justify-content: space-between;
}

.nrc .title {
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	white-space: inherit;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.nrc .time {
	font-size: 12px;
	color: #897e7e;
}

.newitem.tx {
	margin-bottom: 8px;
}

.newitem.tx h4 {
	width: 100%;
	line-height: 1.6;
}

/* 右侧文章列表 */