.* {
	box-sizing: border-box;
}

.body {
	font-family: Arial;
	padding: 10px;
	background: #f1f1f1;
}

/* 头部标题 */
.header {
	padding: 30px;
	text-align: center;
	background: white;
}

.header h1 {
	font-size: 50px;
}

/* 导航条 */
.topnav {
	overflow: hidden;
	background-color: #333;
}

/* 导航条链接 */
.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

/* 链接颜色修改 */
.topnav a:hover {
	background-color: #ddd;
	color: black;
}

/* 创建两列 */
/* Left column */
.leftcolumn {
	float: left;
	width: 75%;
}

/* 右侧栏 */
.rightcolumn {
	float: left;
	width: 25%;
	background-color: #f1f1f1;
	padding-left: 20px;
}

/* 图像部分 */
.fakeimg {
	background-color: #aaa;
	width: 100%;
	padding: 20px;
}

/* 文章卡片效果 */
.card {
	background-color: white;
	padding: 20px;
	margin-top: 20px;
}

/* 列后面清除浮动 */
.row:after {
	content: "";
	display: table;
	clear: both;
}

/* 底部 */
.footer {
	padding: 20px;
	text-align: center;
	background: #ddd;
	margin-top: 20px;
}

/* 响应式布局 - 屏幕尺寸小于 800px 时，两列布局改为上下布局 */
@media screen and (max-width: 800px) {

	.leftcolumn,
	.rightcolumn {
		width: 100%;
		padding: 0;
	}
}

/* 响应式布局 -屏幕尺寸小于 400px 时，导航等布局改为上下布局 */
@media screen and (max-width: 400px) {
	.topnav a {
		float: none;
		width: 100%;
	}
}

html,
body {
	position: relative;
	height: auto;
	width: auto;
	margin: 0;
}

body {
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
	background: #fff;
}

ul>li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
	display: block;
	cursor: pointer;
}

ul,
h3,
h4,
h5,
p {
	margin: 0px;
}

ul {
	padding: 0px;
}

input,
button {
	outline: none;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

.swiper-container {
	width: 680px;
	height: 100%;
}

.swiper-slide {
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.swiper-slide h4 {
	color:white;
	position: absolute;
	bottom: 0px;
	width: 80%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	/* background: rgba(0, 0, 0, 0.5); */
	font-weight: bold;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper-pagination {
	text-align: right !important;
}

.swiper-pagination-bullet {
	width: 14px !important;
	height: 14px !important;
	background: #fff !important;
	opacity: 1 !important;
}

.swiper-pagination-bullet-active {
	background: #dc0033 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 14px !important;
	right: 20px;
	left: auto !important;
}

.box {
	width: 100%;
	min-width: 1100px;
}

.top {
	margin: 40px 0px;
	overflow: hidden;
}

.top>div {
	float: left;
}

.top .news {
	width: 17.5rem;
	height: 6.25rem;
	padding: 0px 30px 0px 40px;
	/* background: url(Yw1.png) center no-repeat; */
	background-size: auto;
}

/* ↑要闻的盒子模型与背景图 */

.top .news img {
	width: 140px;
}

.news ul li a {
	font-size: 18px;
	margin-top: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news ul li.active a {
	color: #d70e30;
	font-weight: bold;
}

.head,
.foot {
	width: 100%;
}

.zhizuo {
	padding: 80px 0px 0px;
	overflow: hidden;
	background: url(zzry.png) center no-repeat;
	/* background-size: 100% 100%; */
	width: 100%;
	height: auto;


}

.content {
	width: 1100px;
	margin: 0 auto;
	padding-top: 40px;
	no-repeat left top;

}

.column1 ul,
.column3 ul {
	padding: 40px 50px 0px;
	overflow: hidden;
	/* background: url(columnbg1.png) center no-repeat; */
	background-size: 100% 100%;
}

.column2 ul {
	/* background: url(columnbg2.png) center no-repeat; */
}

.column3 ul {
	/* background: url(columnbg3.png) center no-repeat; */
}

.column1 ul li {
	width: 306px;
	float: left;
	margin-right: 41px;
	overflow: hidden;
}

.column1 ul li:nth-child(3n) {
	margin-right: 0px;
}

.column3 ul li {
	width: 500px;
	float: left;
}

.column3 ul li>a {
	float: left;
	width: 180px;
}

.column3 ul li>div {
	float: left;
	width: 260px;
	margin: 0px 30px;
}

.content ul li h4 a {
	color: #d70e30;
	text-align: center;
	font-size: 16px;
	margin: 20px 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.content ul li p a {
	text-indent: 2em;
	font-size: 12px;
	margin-bottom: 40px;
	height: 80px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.column2 ul li h4 a {
	margin: 0px 0px 20px 0px;
}

.column3 ul li {
	margin-bottom: 40px;
}

.column3 ul li h4 a {
	margin: 10px 0px;
}

.column3 ul li p a {
	-webkit-line-clamp: 6;
	height: 96px;
	margin-bottom: 0px;
}



/* 
.TT-beijing {
	background: url(TT.png) no-repeat left top;
	asdasd
}
 */

 .column1 ul li img {
	width: 300px;
	height: 170px;
}
img{
	vertical-align: middle;
}
.tanContainer{
	margin-top: 40px;
	margin-bottom: 40px;
}
.tanContainer .tabnav{
	width: 100%;
	display: flex;
	margin-bottom: 40px;
}
.tanContainer .tabnav div{
	width: 313px;
}
.tanContainer .tabnav div:nth-child(2){
	margin-left: 80px;
	margin-right: 80px;
}
.tanContainer .tabnav div img{
	width: 100%;
	/* height: 130px; */
}
.tanContainer .tab{
	width: 100%;
	height: auto;
	background-color: #FFBF73;
	overflow: hidden;
	margin-bottom: 40px;
}

.tanContainer .tab ul{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	padding: 40px;
	box-sizing: border-box;
}image.png
.tanContainer .tab ul li{
	width: 24%;
}
.tanContainer .tab ul li img{
	width: 100%;
}
.tanContainer .tab ul li b{
	display: block;
	margin: 20px 0;
	font-size: 14px;
	color: #d70e30;
}
.tanContainer .tab ul{
	float: left;
	display: none;
}
.tanContainer .tab ul li p{
	font-size: 12px;
}
.tanContainer .tab .active{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	padding: 40px;
	box-sizing: border-box;
}
.tanContainer .tab .active li{
	width: 24%;
}
/* .tab1{
	background-color: #6D0101;	
}
.tab2{
	background-color: #AD6C04;	
}
.tab3{
	background-color: #030163;	
} */